/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 04:17:35 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

#kubio .style-ZEkYpBrx7RA-inner {    text-align: right;    height: auto;    min-height: unset;    background-color: #376aac;    padding: 12px;    border-radius: 5px;	 }


.modal {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000 !important;
  justify-content: center;
  align-items: center;
  
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 1000000000000000;
  position: relative;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.title-ponencia {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Botón de cerrar opcional */
.modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
	padding: 5px 11px !important;
}