body {
  
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  background-color: #080808;

}


/* estilos de tipografia */

.link{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;   
    margin-left: 20px;
    transition: color 0.3s ease;
    text-decoration: none;
}


.link:hover {
    color: #FFBC00;
    text-decoration: underline;
}


.hero{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 64px;
    color: #FFBC00;   
}

.h3 {
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    color: #E8E7E7;
}

.p1-medium {
     font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%; 
    color: black;
}



.p1-medium-white {
     font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%; 
    color: white;
}


.p1-medium-small {
     font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; 
    color: white;
}


.p1-medium-pale {
     font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 150%; 
    color: #FFF8E7;
}

.p1-regular {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 150%; 
    color: white;
}

.p1-footer {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; 
    color: #E8E7E7;
}

.footer-left .btn-sidebar {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 20px;
  text-decoration: none;
}


.h2-register:hover {
text-decoration: underline;
color: #1F1E1C;
}

.card-text {
  font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; 
color: #FFF8E7;
}

.card-number {
    font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; 
color: #B6B6B5;
}

.subtitle {
  font-family: Montserrat;
font-size: 28px;
font-weight: 600;
line-height: 150%; 
color: white;
}

.title-section {
  font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
color: white;
}

.sidebar-subtitle {
  text-align: center;
font-family: Montserrat;
font-size: 16px;;
font-weight: 700;
line-height: 150%;
text-transform: uppercase;
color: #FFF8E7;
}

.label-text {
  font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.3px;
text-transform: uppercase;
color: #B6B6B5;
}

.p3-regular {
  font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 170%;
color: #B6B6B5;
}






/* barra de navegacion */
.navbar-brand img {
  max-height: 56px;
  width: auto;
}


.menu{
    padding-top: 16px;
    padding-bottom: 16px;
}

.registrate-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: #FFBC00; 
  color: black;
  transition: background-color 0.3s ease;
  margin-left: 5px;
}

.registrate-btn:hover {
  background-color: #FFC940; 
  text-decoration: none;
}

.icono-registrate {
  height: 18px;
  width: auto;
}

/* estilos main*/

.main {
  display: flex;
  flex-direction: column;
}

.img-main {
  flex: 1; 
}

.img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.main .col-12,
.main .col-lg-9,
.main .col-lg-3 {
  margin: 0;
  padding: 0; 
}

.columna-derecha > .logos,
.columna-derecha > .fechas,
.columna-derecha > .modalidad,
.columna-derecha > .registro {
  margin: 0;           
  padding: 22px;       
}

.hero-text {
 padding-left: 92px;
 padding-right: 32px;
 padding-top:24px;
 padding-bottom:24px;
}


.modalidad{
   background-color: #FFF8E7;
}

.fechas {
   background-color: #14130F;
}

.circulo {
  background-color: #FFB810; 
  width: 48px; 
  height: 48px; 
  border-radius: 50%; 
  display: flex;
  justify-content: center; 
  align-items: center;   
  font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%; 
    color: black;
}

.main .col-lg-9 {
  padding-right: 2px; 
}


.main .col-lg-3 {
  padding-left: 2px; 
}

.circulo-dos {
  background-color: #FFE091; 
  width: 48px; 
  height: 48px; 
  border-radius: 50%; 
  display: flex;
  justify-content: center; 
  align-items: center;   
  font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%; 
    color: black;
}


.registro-link {
  display: flex;            
  flex-direction: column;    
  justify-content: flex-end;   
  height: 30%;                 
  background-color: #FFB810;   
  text-decoration: none;       
  padding: 22px !important;   
  transition: border 0.10s ease;
         
}
.registro-link:hover {
  border: 18px solid #080808 !important;
}

.registro {
  display: flex;
  align-items: flex-end;   
  justify-content: center; 
  display: inline-flex;
  align-items: center; 
}

.registro-label {
 font-family: Montserrat;
    font-weight: 600;
    font-size: 30px;
     color: black;
}

.registro-label:hover{
    text-decoration: underline;
}

.registro-link:hover{
    background-color: #FFC940;
}

.columna-derecha .logos {
  flex: 0 0 10%;
}

.columna-derecha .fechas,
.columna-derecha .modalidad,
.columna-derecha .registro-link {
  flex: 0 0 30%;
  margin-top: 4px;
}

.fechas, 
.modalidad
 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}


.icon-banner{
  width: 6px;
  height: auto;
  padding-bottom: 4px;
  margin-left:0px;
}

#inicio .fechas .p1-regular {
  color: #f2f2f2;
  font-size: 20px;
  line-height: 165%;
  padding-top:4px;
} 

.logos {
  gap: 12px; 
}

.icono-main {
    height: 36px;
    width: auto; 
}


.columna-derecha > .fechas,
.columna-derecha > .modalidad,
.columna-derecha > .registro-link {
  opacity: 0;
  transform: translateY(20px); 
  transition: opacity 0.4s ease, transform 0.6s ease;
}


.columna-derecha .visible {
  opacity: 1;
  transform: translateY(0);
}



/**seccion 2 loop de logos**/
.logos-infinite-loop {
  overflow-x: hidden;
  padding: 40px 0;
  margin: 160px 0 160px 0; 
}

.logos-track {
  display: flex;
  gap: 40px;
}

.logo-loop {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px;
  max-height: 170px;
  width: 200px;
  border-radius: 30px;
  background-color: #14130F;
}

.logo-loop img {
  max-height: 60px;
  width: auto;
}

/**estilos de about**/

.about
{
  padding: 0 92px;
}

.text-about-column{
  padding-left:92px;
}


.text-about-column p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}


.text-about-column p.visible {
  opacity: 1;
  transform: translateY(0);
}



/**estilos de ejes**/


.card-eje {
  background-color: #14130F;
  padding: 18px 22px;
  height: 100%;            
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}




.card-divider {
  border: none;            
  height: 1px;                 
  background-color: #62615E;       
  margin: 18px 0;              
  opacity: 1;                  
}

.card-icon {
  max-width: 148px;
  margin: 0 auto;
}



.card-text {
  flex-grow: 1;          
}

.icon-circle {
  padding-bottom: 10px;
  padding-right:8px;
}

.card-number {
  text-align: right;   
  margin-top: 8px;  
}

.eje-subtitulo {
  padding: 112px 92px 48px;
}

.group-eje {
  border-top: solid 1px #939291;
  border-bottom: solid 1px #939291;
}

.about-ejes-grid {
  padding: 0 92px;
}




@media (min-width: 992px) {
  .card-eje {
    opacity: 0;
    
    transition: opacity 0.5s ease, transform 0.6s ease;
  }

  .card-eje.show {
    opacity: 1;
    transform: translateY(0);
  }
}

/**estilos de programa**/


.btn-sidebar {
  display: flex;
padding: 18px 22px;
justify-content: space-between;
align-items: center;
align-self: stretch;
background-color: #FFB810;
border-radius: 0px;
color: #000;
text-align: center;
font-family: poppins;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%;
margin-top:28px;
display: flex;
  justify-content: space-between;
  width: 100%;
}

.btn-sidebar:hover {
background-color:#FFC940;
}

.evento-info {
  padding-top: 18px;
}


.programa-sidebar .label-text {
  margin-bottom: 8px; 
}

.programa-sidebar .p3-regular {
  margin-top: -13px; 
}


.main-contenedor-tabs > .col-lg-3 {
  background-color: #14130F;
  border-right: 1px solid #939291;
}

.title-section {
  padding-bottom:24px;
}

.sidebar-subtitle {
  padding-bottom:12px;
}



.title-wrapper {
  
  margin-left: calc(.5 * var(--bs-gutter-x)); 
  margin-right: calc(.5 * var(--bs-gutter-x));
}

.title-section {
  position: relative;
  z-index: 1;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}


.title-section.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-contenedor-tabs {
  position: relative;
  z-index: 2; 
}
.title-wrapper .row.mb-4 > .col-12 > h2.title-section {
  margin-left: -20px!important;
}

/* estilos de las tabs */
.tabs-container {
  border-bottom: 1px solid #939291;
  background-color: #14130F;
}

.nav-tabs .nav-link {
  border: 1px solid #B6B6B5;
  color: #B6B6B5;
  background: transparent;
  margin-right: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 0px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 12px 22px;
}

.nav-tabs {
border-bottom: none !important;
padding: 18px;
} 

.nav-tabs .nav-link.active {
  border-color: #FFBC00;
  color: white;
  background-color: transparent;
}

.tab-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.tab-circle.yellow {
  background-color: #FFB810;
   width: 36px;
  height: 36px;
  color: #14130F;
   font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.tab-circle.pale{
  background-color: #FFE091;
  color: black;
}

.evento-item {
  border-bottom: 1px solid #444;
  
}

.evento-item{
  padding: 32px 36px 48px;
}

.evento-hora p {
 font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.32px;
text-transform: uppercase;
color: #B6B6B5;
}

.evento-titulo {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%; 
  color: white;
}

.evento-detalle .label {
  font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.3px;
text-transform: uppercase;
color: #B6B6B5;
line-height: 150%;
}

.expositor-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.interprete .expositor-nombre  {
  font-family: 'Montserrat', sans-serif; 
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: white !important; 
  text-decoration: underline; 
  display: inline-block; 
  text-transform: none !important;
  text-align: left;
}

.expositor-nombre-no-link{
  font-family: 'Montserrat', sans-serif; 
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: white !important; 
  text-decoration: none; 
  display: inline-block; 
  text-transform: none !important;
  text-align: left;
}

.expositor-nombre-no-link:hover{
 pointer-events: none;
}


.expositor-profesion {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #B6B6B5;
  text-transform: none;
  line-height: 150%;
  padding-top:8px;
}

 .interprete .expositor-nombre:hover {
  color: #FFBC00 !important;
  text-decoration: underline;
}


.expositor .expositor-nombre {
  font-family: 'Montserrat', sans-serif; 
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: white !important; 
  text-decoration: underline;
  display: inline-block; 
  text-transform: none !important;
}

.expositor .expositor-nombre:hover {
  color: #FFBC00 !important;
  text-decoration: underline;
}

.titulo-resaltado{
  
  font-weight: 400;
}

.btn-evento {
  background: #FFBC00;
  color: #14130F;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
}

.btn-evento:hover {
  background: #e0a800;
}



.btn-principal {
padding: 12px 48px;
justify-content: center;
align-items: center;

color: black;
background-color: #FFBC00;
border-radius: 50px;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; 
transition: all 0.3s ease;
}

.btn-secundario {
  padding: 12px 36px;
justify-content: center;
align-items: center;
color: #FFB810;
border: 1px solid #FFE091;
border-radius: 50px;
font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 150%; 
transition: all 0.3s ease;
}

.btn-principal:hover {
  background-color: #FFC940; 
  
}

.btn-secundario:hover {
  color: black;
  background-color: #FFEAB5; 
  border: none;
}


.main-contenedor-tabs {
  border: 1px solid #939291;
  border-right: 0; 
  margin: 0;
}


.programa .container-fluid  {
  margin: 0;
  padding-right:0;
  padding-left: 92px;
  padding-top:62px;

}

.programa-sidebar {
  padding: 32px;
}

#martes .evento-item:nth-child(4) {
  border-bottom: none;
}

#miercoles .evento-item:nth-child(4) {
  border-bottom: none;
}


 .evento-detalle .row:nth-of-type(3) {
  margin-top: 16px; 
}


/* estilos de la seccion de expositores */

.expositores-section {
  padding-top:110px !important;
}



.expositor-card {
  border: 1px solid #ccc;
  padding: 16px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
  flex: 0 0 auto; 
}


.expo-img-wrapper {
  position: relative;
  overflow: hidden;
}

.expo-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  transition: transform 0.4s ease;
}


.expositor-nombre {
  display: block;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
}


.expositor-btn {
  display: inline-block;
  width: 100%;
  background-color: #FFB810;
  border: none;
  border-radius: 0;
  padding: 12px 12px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease, padding-bottom 0.3s ease;
}


.expositor-btn-no-hover {
  display: inline-block;
  width: 100%;
  background-color: #FFB810;
  border: none;
  border-radius: 0;
  padding: 12px 12px;
  cursor: default;
  position: relative;
}

.expositor-btn-no-hover:hover {
  cursor: default;
}



.expositor-nombre:hover {
color:black;
text-decoration: none;
}


.expositor-icon-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.expositor-icon {
  display: block;
  margin: 0 auto;
  padding-top: 4px;
  width: 28px;
  height: 28px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
}


.expositor-card:hover .expo-img {
  transform: scale(1.1);
}

.expositor-card:hover .expo-img {
  transform: scale(1);
}





.expositor-card:hover .expositor-btn {
  background-color: #FFC940;
  text-decoration: underline;
  color:black;
}

.expositor-card:hover .expositor-icon-wrapper {
  height: 36px;
}

.expositor-card:hover .expositor-icon {
  opacity: 1;
  transform: translateY(0);
}


.expositores-section {
  padding: 175px 82px 0px!important;
}

.expositores-row {
    padding: 0 !important;
}








/* --- carrusel de expositores en mobile --- */
@media (max-width: 991px) {
  .expositores-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 32px;
    padding: 0 56px 32px;            
    scroll-snap-type: x mandatory;
  }


  .expositores-row > [class*="col-"] {
    flex: 0 0 auto !important;      
    min-width: calc(65vw - 10px) !important; 
    max-width:  calc(65vw - 10px) !important; 
    box-sizing: border-box;
    padding-left: 0 !important;      
    padding-right: 0 !important;
  }

  .expositores-row .expositor-card {
    width: 100%;
  }

  .expositores-row .expo-img-wrapper,
  .expositores-row .expositor-btn {
    width: 100%;
  }

 
  .expositores-row::-webkit-scrollbar { height: 8px; }
  .expositores-row::-webkit-scrollbar-track { background: transparent; }
  .expositores-row::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.14); border-radius: 999px; }

  .g-5, .gy-5 {
    --bs-gutter-x: 20px !important 
}

}


/**seccion de cuenta regresiva**/

.cuenta-regresiva-section {
 margin: 0;
  padding-top:156px;
}


.cuenta-regresiva-row {
  display: flex;
  flex-wrap: nowrap; 
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-direction: row;
}

.cuenta-col {
  text-align: center;
  flex: 1 1 0; 
  min-width: 70px; 
}

.cuenta-separador {
  width: 15px;
  height: auto;
}

.cuenta-numero {
  font-size: 132px;
  font-weight: 700;
  color: white;
  font-family: "Montserrat";
}

.cuenta-subtitulo {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  margin-top: -32px;
}



.cuenta-separador {
   width: auto;
  height: 62px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s;
}


.cuenta-regresiva-bg {
  background: url('../files/fondo-cuenta-regresiva.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 200px 0; 
  position: relative;
  z-index: 0;
}


/**seccion de footer**/

.footer-section {
  background-color: #14130F;
  color: white;
  font-family: "Poppins", sans-serif;
  padding-top: 78px !important;
}

.footer-text {
  font-size: 18px;
  margin-bottom: 16px;
}


.footer-logo-uvg {
  max-height: 34px;
  width: auto;
  margin-right:24px;
}

.footer-logo-educacion {
  height: 35px !important;
  margin-right:24px;
}

.footer-logo-congreso {
  height: 35px;
}


.footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
 font-family: 'Poppins', sans-serif;
}

.footer-link:hover {
  color: #e0a800;
  text-decoration: underline;
}

.footer-link img.footer-link-icon {
  transition: transform 0.3s ease;
}

.footer-link:hover img.footer-link-icon {
  content: url('../files/icon-up-hover.svg');
}

.footer-socials img.social-icon {
  width: 32px;
  height: auto;
  transition: 0.3s ease;
}

.footer-socials a img.social-icon {
  width: 38px;   
  height: 38px;
  transition: all 0.3s ease;
}

.footer-socials a:nth-child(1):hover img {
  content: url('../files/facebook-hover.svg');
}

.footer-socials a:nth-child(2):hover img {
  content: url('../files/instagram-hover.svg');
}

.footer-socials a:nth-child(3):hover img {
  content: url('../files/tiktok-hover.svg');
}

.footer-socials a:nth-child(4):hover img {
  content: url('../files/linkedin-hover.svg');
}

.footer-socials a:nth-child(5):hover img {
  content: url('../files/youtube-hover.svg');
}

.footer-socials a:nth-child(6):hover img {
  content: url('../files/x-hover.svg');
}

.footer-bottom {
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  color: #939291 !important;
}

.footer-logos {
  padding-top:18px;
}



/* todos los estilos de los modadls */



.modal-overlay.active {
  display: flex;
}


.modal-container {
  background: #1F1E1C;
  border: 2px solid #939291;
  max-width: 1200px;
  width: 85%;
  max-height: 85vh;
  overflow-y: auto; 
  position: relative;
  box-shadow:  
     0 4px 10px rgba(0, 0, 0, 0.4)   
   
}


.modal-img-col {
  position: relative;
  padding: 0;
  margin:0;
  border-right: 2px solid #939291;

}

.modal-content > .row:first-child {
  align-items: center; 
}



.modal-img-wrapper {
  background-size: cover;
  background-position: center;
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 38px ;
  margin: 0;
}

.modal-img-wrapper img {
  max-width: 100%;
  height: auto;
}



#modalExpositorTitle,
.contenedor-titulos h2 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 700;
  font-size: 42px;
  line-height: 135%;
  margin-bottom: 8px;
}

.profesion {
  font-family: "Montserrat", sans-serif;
  color: #E8E7E7;
  font-weight: 500;
  font-size:22px;
  line-height: 135%;
  margin-top:-2px;
}

.col-biografia {
  padding-left: 32px !important;
}

.small-title {
  font-family: "Montserrat", sans-serif;
  color: #B6B6B5;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size:16px;
  line-height: 150%;
  text-transform: uppercase;
}

.hora-evento {
  font-family: "Montserrat", sans-serif;
  color: #E8E7E7;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size:14px;
  line-height: 150%;
  text-transform: uppercase;
}

.nombre-conferencia {
  font-family: Montserrat;
font-size: 28px;
font-weight: 700;
line-height: 150%; 
color: #E8E7E7;
}

.biografia {
  font-family: Montserrat;
font-size: 20px;
font-weight: 400;
line-height: 150%; 
color: white;
}

.contenedor-descripcion {
  padding: 32px;
}


.modal-close {
   position: absolute;
  top: 20px;       
  right: 20px;     
  background: #FFBC00; 
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10001;
  padding: 4px;;
}

.modal-close:hover {
  background: #FFC940;
}


.modal-close img {
  width: 20px;
  height: auto;
}


.modal-container {
  position: relative;
  overflow-x: hidden;
}


.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 9999;  
}

.expositor-btn  {
  padding: 12px 0px;
}

html.modal-open,
body.modal-open { overflow: hidden !important; height: 100% !important; }

.modal-overlay {
  position: fixed; inset: 0;  
  display: none;
}
.modal-overlay.active { display: flex; }





/**estilos del html de thank you**/


#thank-you .back-link:hover .thank-you-icon {
  content: url("../files/arrow-back-hover.svg");
}


.back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
 font-family: 'Poppins', sans-serif;
}

.back-link:hover {
  color: #e0a800;
  text-decoration: underline;
}

.go-back-link {
  padding-top: 72px;
  padding-bottom: 8px;
}


.contenido-thankyou {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #14130F;
  margin: 0;
  padding:0;
}

.thank-you-main-icon {
  width: 78px; 
  height: auto;
  margin-bottom: 8px;
}

.p2-thankyou {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  color: #E8E7E7;
}

.title-section-thankyou {
  font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
color: white;
}

.thank-you-msj {
  padding: 56px;
}


.thank-you-pattern {
  width: 100%;
  overflow: hidden; 
  position: relative;
}

.thank-you-pattern .thank-you-img {
  width: 100%;
  height: auto; 
  display: block;
}


.btn-thankyou {
  display: flex;
  justify-content: center; 
  align-items: center;     
  padding: 18px 22px;
  background-color: #FFB810;
  border-radius: 0px;
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 28px auto 0; 
  width: 40%;
  text-decoration: none;
}

.btn-thankyou:hover {
  background-color: #FFC940;
  text-decoration: underline;
}



/**estilos del form de registro**/




.back-link:hover .thank-you-icon {
  content: url("../files/arrow-back-hover.svg");
}






.elq-heading {
    font-family: Poppins !important;
font-size: 48px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: normal !important;
color: white !important;
text-align: center !important;
line-height: 135% !important;
}

#formElement1 .elq-heading.form-element-form-text {
  display: none;
}

.contenido-formulario{
    width: 75vw;
    max-width: 900px;
    padding-bottom:86px;
}

.elq-label {
 font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500 !important;
line-height: 150%; 
color: white;
padding-bottom:4px;
}


#form-over{
    display: none;
}




.elq-form .elq-required{
    color: #ffffff!important;
}



.elq-item-input,
textarea.elq-item-input {
  color: white;
  background-color: #14130F !important; 
  border: 1px solid #E8E7E7 !important;
  outline: none;
  height: 48px;
  padding: 0 12px 0 12px; 
  border-radius: 0px;
  transition: all 0.2s ease;
  font-family: 'Montserrat', sans-serif !important;
}

.elq-item-input:focus,
textarea.elq-item-input:focus {
  background-color: #1F1E1C !important;
  border: 2px solid #FFBC00 !important;
  color:white;
  border-radius: 0px !important;
  outline: none;
  color: white !important;
}

.elq-item-input:hover,
textarea.elq-item-input:hover {
  background-color: #14130F !important;
  border: 1px solid #FFBC00 !important;
  border-radius: 0px;
  color:white !important;

}




.elq-item-input::placeholder,
textarea.elq-item-input::placeholder {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #B6B6B5;
}


.elq-item-input.LV_valid_field {
  background-color:  #14130F !important; 
  color: white;
  border-radius: 0;
}




.field-control-wrapper.LV_invalid_field {
  border: 0px!important;
}

.LV_validation_message {
    font-weight: 500;
    margin: 0 0 0 6px;
    font-family: 'Montserrat', sans-serif !important;
    color:red;
    font-size: 11px;
}

.V_validation_message::first-letter {
  text-transform: uppercase;
}

.elq-form .elq-field-style {
    padding-bottom: 18px;
}


/* todo lo de select */
.elq-form .field-control-wrapper .elq-item-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #14130F !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 5px;
  padding: 0 44px 0 16px;  
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif !important;
  cursor: pointer;
}


.elq-form .field-control-wrapper .elq-item-select:hover {
  border: 1px solid #FFBC00 !important;
  background-color: #1F1E1C !important;
}

.elq-form .field-control-wrapper .elq-item-select:focus {
  outline: none;
  border-radius: 0px;
  border: 2px solid #FFBC00 !important;
}

.elq-item-select option:hover {
  background-color: #FFE091 !important; 
  color: black !important;
}


.elq-form .field-control-wrapper:has(> .elq-item-select)::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
}


.elq-form .field-control-wrapper:has(> .elq-item-select):hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFBC00' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
}


.elq-form .field-control-wrapper:has(> .elq-item-select):focus-within::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFBC00' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
}

.elq-form .field-control-wrapper .elq-item-select:not([value=""]) {
  border-radius: 0px;
}



input[type="radio" i] {
  -webkit-appearance: none; 
  -moz-appearance: none;    
  appearance: none;         
  width: 16px;
  height: 16px;
  border: 1px solid white;
  border-radius: 50%;       
  background-color: black;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transition: all 0.2s ease;
  margin-top: -5px !important;
}

input[type="radio" i]:hover {
  border-color: #FFBC00;
}


input[type="radio" i]:checked {
  background-color: black; 
  border-color: #FFBC00;
}


input[type="radio" i]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFBC00; 
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


input[type="checkbox" i] {
  -webkit-appearance: none; 
  -moz-appearance: none;  
  appearance: none;         
  width: 16px;
  height: 16px;
  border: 1px solid white;     
  border-radius: 2px;        
  background-color: #14130F;  
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease;
  margin-top:-6px !important;
}


input[type="checkbox" i]:hover {
  border-color: #FFBC00;
}


input[type="checkbox" i]:checked {
  background-color: #FFBC00; 
  border-color: #FFBC00;
}


input[type="checkbox" i]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  font-size: 16px;
  font-weight: bold;
  color: #000; 
}


.list-order {
  padding: 2px 0px;
}

.submit-button-style{
    background-color: #FFBB10;
    color: #000000;
    border: none;
    padding: 12px 12px !important;
    font-size: 16px !important;
    font-weight: 700;
    border-radius:0 !important;
    width: 100%;          
}

.submit-button-style:hover{
    background-color: #FFC940!important;
    text-decoration: underline;
}

.elq-item-input.LV_invalid_field:not([type="checkbox"]) {
  border: 1px solid red !important;
  color: white;
  background-color: #14130F;
}

.LV_invalid_field, input.LV_invalid_field:active, input.LV_invalid_field:hover, textarea.LV_invalid_field:active, textarea.LV_invalid_field:hover {
    outline: 0px solid red;
}


.elq-form .elq-item-label {
    max-width: 100%;
    font-weight: 400;
    color: #E8E7E7 !important;
    font-family: 'Montserrat', sans-serif;
}




.borde-registro {
  width: 100%;
  height: 60px; 
  background-image: url('../files/border-registro.png');
  background-size: cover;
  background-position: top center;
  background-repeat: repeat;
}

/**1440 responsive**/


@media (min-width: 1440px) and (max-width: 1440px) {



  /* main */

  .hero{
    font-size: 58px;
    padding-top:12px;
}
 
.h3 {
    font-size: 28px;
}

.hero-text {
 padding-right: 42px;
 padding-top:2px;
}

.label {
  font-size: 14px;
  line-height: 150%;
}

.evento-titulo {
  font-size: 28px;
}


.expositor-nombre {
  font-size: 20px; }

.evento-hora {
  font-size: 6px;
}

.p1-medium {
  font-size: 20px;
}

.p1-regular {
  font-size: 20px;
}

.p1-medium-white {
  font-size:20px !important;
}

.circulo, .circulo-dos {
  font-size:20px !important;
  width: 46px;
    height: 46px;
}


.columna-derecha > .logos,
.columna-derecha > .fechas,
.columna-derecha > .modalidad,
.columna-derecha > .registro {
  margin: 0;           
  padding: 22px 32px 22px 22px;       
}

.logos img{
  height: 28px;
}

.logos-infinite-loop {
  padding: 20px 0; 
  margin: 140px 0;  
}

 /* regirstro 1440 */
.elq-heading {
 font-size:44px !important; 
}

 /* thank you 1440 */

.title-section-thankyou {
 font-size:44px !important; 
}

.btn-thankyou {
  font-size:20px;
}


/*  expositores en 1440*/
.expositor-btn {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  background-color: #FFB810;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, padding-bottom 0.3s ease;
}

.expositores-section .expositor-btn .expositor-nombre  {
  display: block;
  line-height: 1.35;
  min-height: calc(1em * 1.35 * 2); 
  text-align: center;
  color: black;
}

.expositores-section .expositor-btn-no-hover .expositor-nombre  {
  line-height: 1.35;
  min-height: calc(1em * 1.35 * 2); 

}


.expositor-icon-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}


.expositor-icon {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.expositor-card:hover .expositor-btn {
  background-color: #FFC940;
}

.expositor-card:hover .expositor-icon-wrapper {
  height: 32px; 
}

.expositor-card:hover .expositor-icon {
  opacity: 1;
  transform: translateY(0);
}


 }




@media (max-width: 1024px) {

 /*main 1024 */


  .hero{
    font-size: 60px !important;
}

.hero-text {
  padding-right: 32px;
  padding-left:56px;
}


  .logos img {
    height:24px;
  }

  .logos {
    gap:8px;
  }


  .p1-regular {
    font-size: 20px;
  }

   .p1-medium-pale{
    font-size: 20px;
  }

   .p1-medium-white{
    font-size: 20px;
  }

  .p1-medium {
    font-size: 20px;
  }

  .registro-label {
    line-height: 130%;
    font-size: 32px;
}

 .img-main img {
    content: url("../files/img-main-1024.png");
  }


  .columna-derecha > .fechas, 
  .columna-derecha > .modalidad, 
  .columna-derecha > .registro {
    margin: 0;
    padding: 0px 32px 22px 22px;
}


 .columna-derecha > .logos {
    padding: 22px 32px 22px 22px;
}


.circulo-dos {
    width: 42px;
    height: 42px;    
    font-size: 20px;
}

.circulo{
  width: 42px;
    height: 42px;    
    font-size: 20px;
  }

  .h3 {
    font-size:28px;
  }

    #inicio .col-lg-9 {
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }


  #inicio .col-lg-3 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }

.logos-infinite-loop {
    padding: 40px 0;
    margin: 100px 0;
}

  .about {
    padding: 0 56px;
}


.about-ejes-grid {
    padding: 0 56px;
}

.eje-subtitulo {
    padding: 0px 96px 56px 48px;
}

.programa .container-fluid {
    padding-left: 62px;
   
}

.image-left img {
  width: 150%;
}


.label-text {
font-size: 12px;
  }

  .sidebar-subtitle  {
  font-size: 14px;
  line-height: 150%;
  }

  .p1-medium-small {
    font-size: 18px;
  }


   .evento-item .evento-detalle .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

.btn-sidebar {
  text-align: left;
  padding: 12px;
}

.evento-detalle .col-md-6:last-child {
  padding: 12px 0px 8px 12px;
}

.expositores-section {
    padding: 170px 46px 0px 46px !important;
}

.expositores-row > .col-lg-3 {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }

  .expositor-nombre {
    font-size: 20px;
    line-height: 150%;
  }

  .cuenta-numero {
    font-size: 108px;
  }

  .cuenta-subtitulo {
    font-size: 14px;
  }

  .footer-logo-uvg {
    width: 120px;
  }
  .footer-logo-educacion {
    width: 108px;
  }
  .footer-logo-congreso {
    width: 110px;
  }
  .footer-bottom {
    font-size: 12px;
  }

  .footer-section {
    padding: 72px 56px 32px 56px !important;
  }

   .footer-left {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .footer-logos {
  justify-content: flex-start !important; 
  gap: 0px; 
}

  .footer-right {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }





 /**modal de 1024**/

  

#modalExpositorTitle, .contenedor-titulos h2 {
    padding-top:12px;
    font-size: 32px;
    line-height: 140%;
}

.profesion {
    font-size: 20px;
    line-height: 150%;
}

.biografia {
    font-size: 18px;
    line-height: 150%;
}

.nombre-conferencia 
{
    font-size: 24px;
    line-height: 135%;
}




/**registro de 1024**/



.elq-heading {
font-size: 38px !important;

}




/* thank you 1024*/


.thank-you-main-icon {
  width: 64px; 
}

.p2-thankyou {
  font-size: 20px;
}

.title-section-thankyou {
font-size: 38px;
}

.thank-you-msj {
  padding: 56px;
}

.btn-thankyou {    
  padding: 16px 22px;
  font-size: 20px;
}





/*  cards de expositores en 1024*/
.expositor-btn {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  background-color: #FFB810;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, padding-bottom 0.3s ease;
}

.expositores-section .expositor-btn .expositor-nombre {
  display: block;
  line-height: 1.35;
  min-height: calc(1em * 1.35 * 2); 
  text-align: center;
  color: black;
  display: flex;
  align-items: center;     
  justify-content: center; 
}

.expositores-section .expositor-btn-no-hover .expositor-nombre  {
 display: block;
  line-height: 1.35;
  min-height: calc(1em * 1.35 * 2); 
  text-align: center;
  color: black;
  display: flex;
  align-items: center;     
  justify-content: center; 

}

.expositor-icon-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}


.expositor-icon {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.expositor-card:hover .expositor-btn {
  background-color: #FFC940;
}

.expositor-card:hover .expositor-icon-wrapper {
  height: 32px; 
}

.expositor-card:hover .expositor-icon {
  opacity: 1;
  transform: translateY(0);
}


  }



/**MEDIA QUERY DE TABLET**/


@media (min-width: 768px) and (max-width: 1023px) {

   /**main de tablet**/

   #inicio .col-lg-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }


  #inicio .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  
      .columna-derecha > .fechas, 
  .columna-derecha > .modalidad, 
  .columna-derecha > .registro {
    padding: 32px 54px 32px 54px;
}
    

.columna-derecha > .logos  {
    padding: 48px 56px 48px 56px;
}
   

.logos .logo-main {
  height: 38px;
  width: auto; 
}

.logos  {
  border-top: 1px solid #939291;
  justify-content: flex-start !important; 
  gap: 12px; 
}

.registro-link {
  padding: 32px 53px !important;
}

 .main {
 padding-bottom: 0px; 
 margin-bottom: 0px;
}

  .hero-text .hero {
    font-size: 62px !important;
    line-height: 120%;
  }

  .hero-text .h3 {
    font-size: 28px; 
  }

 
 

    .logos-infinite-loop {
  padding: 100px 0 40px; 
  
}


    .registro-label {
        line-height: 130%;
        font-size: 36px;
       
    }

     .p1-regular {
    font-size: 22px;
  }

   .p1-medium-pale{
    font-size: 22px;
  }

   .p1-medium-white{
    font-size: 22px;
  }

  .p1-medium {
    font-size: 22px;
  }

      .circulo {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .circulo-dos {
       width: 48px;
        height: 48px;
      font-size: 22px;
    }

    .text-about-column {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 56px;
}

.image-left img {
    content: url('../files/img-group-tablet.png'); 
    width: 100%;  
    height: auto; 
  }

 .col-12.col-lg-5 {
    margin: 0 !important;
    padding: 0 !important;
}

      .eje-subtitulo {
        padding: 0px 96px 56px 48px;
    }

    .icon-circle {
    padding-left: 10px;
}

.about-ejes-grid {
        padding: 0 46px;
    }

    .programa .container-fluid {
        padding-left: 56px;
        padding-bottom: 145px;
    }

    .title-wrapper .row.mb-4 > .col-12 > h2.title-section {
    margin-left: -15px !important;
}


     .programa-sidebar {
    display: flex;
    flex-wrap: wrap; 
    gap: 8px;       
    border-right:0px;
    padding-bottom: 62px;
  }


  .programa-sidebar .evento-info {
    flex: 0 0 45%;   
    box-sizing: border-box;
  }

.programa-sidebar img.img-fluid {
    width: 100%;   
    height: auto; 
  }

 

  .p1-medium-small {
        font-size: 20px;
    }

  .p3-regular {
    font-size: 18px;
  }

  .sidebar-subtitle {
        font-size: 16px;
        text-align: center;
    }


    .btn-sidebar {
    padding: 18px 22px;
    font-family: poppins;
    font-size: 20px;
    margin-top:0px;
    }

    .main-contenedor-tabs > .col-lg-3 {
      background-color: #14130F;
      border-right: 0px solid #939291;
    }

    .sidebar-subtitle  {
        font-size: 18px !important;  
        text-align: center !important; 
        margin:0;
        padding: 0;
      }


    .tabs-container {
    border-bottom: 1px solid #939291;
    border-top: 1px solid #939291;
    }

    .tabs-container .nav-tabs {
  display: flex;
  width: 100%;
  gap: 18px;
}

.tabs-container .nav-tabs .nav-item {
  flex: 1 1 40%;
}

.tabs-container .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
}

.tabs-container .nav-tabs .nav-link {
  width: 100%;  
  font-size: 20px;  
  display: flex;    
  justify-content: center;
  align-items: center;
  gap: 8px;          
  
}

.tabs-container .tab-circle {
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: 700;
}

.evento-titulo {
  font-size: 28px;
}

.evento-hora p {
    font-size: 14px;
}

.expositores-section {
        padding: 0px 0px 0px 0px;
    }

.title-section {
  font-size: 42px;
}

#expositores .row.mb-4 .title-section {
  padding:0 62px 0px 46px;
}

    

    .expositores-section {
  padding: 0px!important;
}

.expositores-row {
    padding-left: 56px !important;
}

  .cuenta-regresiva-section {
    margin: 0;
    padding-top: 126px;
  }

  .cuenta-numero {
        font-size: 92px;
    }

  .cuenta-separador {
    height: 48px;
    display: none;
  }

  .cuenta-regresiva-bg {
    background: url(../files/fondo-cuenta-regresiva.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 150px 0;
    position: relative;
    z-index: 0;
}

 .footer-section .row {
    flex-direction: column !important;
  }

  .footer-left,
  .footer-right {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: left; 
    align-items: flex-start !important; 
  }

  .footer-right {
    margin-top: 28px; 
  }

  .p1-footer {
    font-size:22px;
  }

   .footer-logos {
    justify-content: center !important;
    gap: 12px;
  }

  .footer-right {
    align-items: center !important;
    text-align: center !important;
  }

  .footer-section {
        padding: 72px 46px 32px 46px !important;
    }

  .footer-top {
    justify-content: center !important;
  }

  .footer-bottom {
    text-align: center !important;
  }
  

 /**modal de tablet**/



#modalExpositorTitle, .contenedor-titulos h2 {
     padding-top:70px;
    font-size: 28px;
    line-height: 130%;
}


.profesion {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
}

.biografia {
    font-size: 18px;
    line-height: 150%;
}

.nombre-conferencia 
{
    font-size: 22px;
    line-height: 150%;
}

.small-title {
    font-size: 13px;
    line-height: 150%;
}




.modal-content > .row.g-0 {
  display: flex;
  align-items: stretch;  
}


.modal-img-col {
  padding: 0; 
  margin: 0;
  border-right: 2px solid #939291;
  display: flex;
  flex-direction: column;
}


.modal-img-wrapper {
  background-size: cover;
  background-position: center;
  flex: 1;              
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 38px;   
  width: 100%;
  box-sizing: border-box;
}


.modal-img-wrapper img {
  max-width: 130%;
  height: auto;
  display: block;
}

.modal-container .p-3 {
    padding: 0rem !important;
}

.contenedor-descripcion .col-informacion {
    padding-right: 32px !important;
}



/* hamburguesa tablet */

.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0;
}

.navbar-nav {
  padding:  22px 0 18px 0;
}

.link {
  font-size: 18px;
  font-weight: 500;
  margin-left: 0px;
}

.nav-item {
 padding-top: 12px;
 padding-bottom: 12px;
}

.registrate-btn {
    font-size: 18px;
    padding: 12px 16px;
    margin-left: 0px;
    font-weight: 700;
}


.navbar-toggler {
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}


.navbar-toggler .hamburger-icon {
  position: absolute;  
  width: 28px;
  height: 2px;
  background-color: #FFBC00;
  transition: all 0.3s ease-in-out;
  left: 50%;          
  transform: translateX(-50%);
  top: 50%;            
  margin-top: -1px;    
}


.navbar-toggler .hamburger-icon::before,
.navbar-toggler .hamburger-icon::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #FFBC00;
  transition: all 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-toggler .hamburger-icon::before {
  top: -8px;
}

.navbar-toggler .hamburger-icon::after {
  top: 8px;
}

/* Estado abierto */
.navbar-toggler.active .hamburger-icon {
  background-color: transparent;
}

.navbar-toggler.active .hamburger-icon::before {
  transform: translateX(-50%) rotate(45deg);
  top: 0;
}

.navbar-toggler.active .hamburger-icon::after {
  transform: translateX(-50%) rotate(-45deg);
  top: 0;
}





/* registro de tablet */


.elq-heading {
font-size: 32px !important;
}


.contenido-formulario{
    width: 90vw;
    max-width: 900px;
    padding-bottom:86px;
}


/* thank you de tablet*/


.thank-you-main-icon {
  width: 64px; 
}

.p2-thankyou {
  font-size: 18px;
}

.title-section-thankyou {
font-size: 32px;
}

.thank-you-msj {
  padding: 48px;
}

.btn-thankyou {    
  padding: 16px 22px;
  font-size: 18px;
}

}
   

   
    /**MEDIA QUERY DE MOBILE**/

   @media (max-width: 767px) {
  .about-ejes-grid {
    display: flex;       
    overflow-x: auto;    
    -webkit-overflow-scrolling: touch; 
    gap: 1rem;          
    padding-bottom: 0.5rem;
  }

  .about-ejes-grid > .col-12 {
    flex: 0 0 auto;    
    width: 80%;          
  }

  .logos-infinite-loop {
 padding-bottom: 600px !important; 
}





/* hamburguesa de mobile */

.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0;
}

.navbar-nav {
  padding:  22px 0 18px 0;
}

.link {
  font-size: 18px;
  font-weight: 500;
  margin-left: 0px;
}

.nav-item {
 padding-top: 12px;
 padding-bottom: 12px;
}

.registrate-btn {
    font-size: 18px;
    padding: 12px 16px;
    margin-left: 0px;
    font-weight: 700;
}


.navbar-toggler {
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}


.navbar-toggler .hamburger-icon {
  position: absolute;  
  width: 28px;
  height: 2px;
  background-color: #FFBC00;
  transition: all 0.3s ease-in-out;
  left: 50%;          
  transform: translateX(-50%);
  top: 50%;            
  margin-top: -1px;    
}


.navbar-toggler .hamburger-icon::before,
.navbar-toggler .hamburger-icon::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #FFBC00;
  transition: all 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-toggler .hamburger-icon::before {
  top: -8px;
}

.navbar-toggler .hamburger-icon::after {
  top: 8px;
}


.navbar-toggler.active .hamburger-icon {
  background-color: transparent;
}

.navbar-toggler.active .hamburger-icon::before {
  transform: translateX(-50%) rotate(45deg);
  top: 0;
}

.navbar-toggler.active .hamburger-icon::after {
  transform: translateX(-50%) rotate(-45deg);
  top: 0;
}


/**main de  mobile**/

 .img-main img {
    content: url("../files/img-main-mobile.png");
  }


   #inicio .col-lg-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }


  #inicio .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  
  .columna-derecha > .fechas, 
  .columna-derecha > .modalidad, 
  .columna-derecha > .registro {
    padding: 32px 32px 32px 32px;
}
    

.columna-derecha > .logos  {
    padding: 48px 32px 48px 32px;
}
   

.logos .logo-main {
  height: 38px;
  width: auto; 
}

.logos  {
  border-top: 1px solid #939291;
  justify-content: flex-start !important; 
  gap: 12px; 
}

.registro-link {
  padding: 32px 32px !important;
}

 

  .hero-text .hero {
    font-size: 40px !important;
    line-height: 120%;
    font-weight: 600;
  }

  .hero-text {
    padding: 22px 20px 22px 20px;
  }


  .hero-text .h3 {
    font-size: 22px; 
  }


  .columna-derecha > .fechas, 
  .columna-derecha > .modalidad, 
  .columna-derecha > .registro {
        padding: 32px 20px 32px 20px;
    }

  .columna-derecha > .logos {
        padding: 48px 20px 48px 20px;
    }


        .registro-link {
        padding: 32px 20px !important;
    }
    .registro-label {
        line-height: 130%;
        font-size: 32px;
        padding-right: 8px;
    }

     .p1-regular {
    font-size: 20px;
  }

  .fechas .p1-regular {
  font-size: 20px; 
}

 

   .p1-medium-pale{
    font-size: 20px;
  }

   .p1-medium-white{
    font-size: 20px;
  }

  .p1-medium {
    font-size: 20px;
  }

  .about .col-12:first-child  {
    padding: 0px;
    margin: 0px;
  }

      .circulo {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .circulo-dos {
       width: 42px;
        height: 42px;
      font-size: 20px;
    }



 .main {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 16px; 
  }

  .logos-infinite-loop {
    padding:100px 0;
     padding-bottom: 0px !important; 
  }

  .about {
    margin-top: 56px; 
    padding: 40px 16px 0;
  }

    #inicio .col-lg-3 {
      flex: 0 0 100%;
      max-width: 100%;
  } 
    

    .text-about-column {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 48px;
}

.eje-subtitulo {
        padding: 0 22px 32px 20px !important;
    }
    
    .image-left img {
        content: url('../files/img-group-tablet.png'); 
        width: 100%;  
        height: auto; 
      }

      


    .subtitle {
      font-size: 24px;
    }

    .icon-circle {
      height: 24px;
      width: auto;
      margin-top: 2px;
    }

    .icon-circle {
    padding-left: 0px;
}

    .about-ejes-grid {
      padding: 0 32px 0 32px !important;
    }

    .group-eje {
      padding: 0px;
    }

     .about-ejes-grid {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 22px; 
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
      padding-bottom: 0px;
  }


 
              
 

  .about-ejes-grid::-webkit-scrollbar { height: 0px; }
  .about-ejes-grid::-webkit-scrollbar-track { background: transparent; }
  .about-ejes-grid::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.14); border-radius: 999px; }

  .about-ejes-grid > .col-12 {
    flex: 0 0 auto;
    width: 80%;              
    scroll-snap-align: start;
  }

    .programa .container-fluid {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        border-left:0px;
    }

     .programa-sidebar {
    display: flex;
    flex-wrap: wrap; 
    gap: 8px;       
    border-right:0px;
    border-left:0px;
    padding: 48px 22px 48px 22px;
  }

  .title-section {
    font-size: 40px !important;
    padding-left: 0px;
  }

  .evento-botones {
    display: flex;           
    justify-content: center; 
    gap: 16px;              
}

.evento-botones .btn {
    width: 50%;             
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;  
}

.programa-sidebar img.img-fluid {
    width: 100%;   
    height: auto; 
  }

  .p1-medium-small {
        font-size: 18px;
    }


  .p3-regular {
    font-size: 16px;
  }

  .sidebar-subtitle {
        font-size: 16px;
        text-align: center;
    }


    .btn-sidebar {
   
    font-size: 18px;
    padding: 16px 12px 16px 12px;
    margin-top:0px;
    }

    .main-contenedor-tabs > .col-lg-3 {
      border-right:0px solid #939291;
    }

    .evento-item {
    padding: 32px 22px 48px 22px;
}

    .title-section {
        padding-left: 30px;
    }

    .sidebar-subtitle  {
        font-size: 18px !important;  
        text-align: center !important; 
        margin:0;
        padding: 0;
      }


    .tabs-container {
    border-bottom: 1px solid #939291;
    border-top: 1px solid #939291;
    }

.tabs-container .nav-tabs {
    display: flex;           
    gap: 16px;               
    padding: 18px 22px !important;
}

.tabs-container .nav-tabs .nav-item {
    flex: 1 1 0;             
}

.tabs-container .nav-tabs .nav-link {
  width: 100%;  
  font-size: 18px;  
  display: flex;    
  justify-content: center;
  align-items: center;
  gap: 8px;          
}

.tabs-container .tab-circle {
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
}

.evento-titulo {
  font-size: 24px;
}

.evento-hora p {
    font-size: 14px;
}

.expositores-section {
        padding: 0px 0px 0px 0px;
    }

.title-section {
  font-size: 42px;
}

.expositores-section .row.mb-4 .col-12  {
  margin:0;
  padding: 0;
}

    .expositores-section {
        padding: 0px 0px 0px 0px !important;
        margin-top: 70px!important;
    }

   
 
#expositores .row.mb-4 .title-section {
        padding: 0px 0px 16px 32px !important;
        margin-left: -10px !important;
 }



 

  .cuenta-regresiva-section {
    margin: 0;
    padding-top: 80px;
  }

  .cuenta-numero {
        font-size: 40px;
    }

  .cuenta-separador {
    height: 48px;
    display: none;
  }

  .cuenta-regresiva-bg {
    background: url(../files/fondo-cuenta-regresiva.png) no-repeat left center;
    background-size: cover;
    width: 100%;
    padding: 150px 0;
    position: relative;
    z-index: 0;
}

 .footer-section .row {
    flex-direction: column !important;
  }

  .footer-section {
        padding: 56px 32px 34px 32px !important;
    }

  .footer-left,
  .footer-right {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: left; 
    align-items: flex-start !important; 
  }

  .cuenta-subtitulo {
    padding-top: 24px;
        font-size: 12px;
    }


  .footer-right {
    margin-top: 28px; 
  }

  .p1-footer {
    font-size:20px;
    text-align: center;
  }

   .footer-logos {
    justify-content: center !important;
    gap: 12px;
  }

  .footer-right {
    align-items: center !important;
    text-align: center !important;
  }

  .footer-top {
    justify-content: center !important;
  }

  .footer-bottom {
    text-align: center !important;
  }
  
  .footer-logo-uvg {
  width: 100px;
  height: auto;
}

.footer-logo-educacion {
  width: 100px;
  height: auto;
}

.footer-logo-congreso {
  width: 100px;
  height: auto;
}

.footer-logos {
    gap: 0px; 
    padding-bottom:12px;
  }

  .navbar {
  padding: 18 !important; 
}


   /* columna de expositor de conferencias de mobile */
  .col-md-6 > .expositor {
    display: flex !important;
    flex-wrap: wrap !important;     
    align-items: center;
    gap: 0.5rem;                     
  }

  .col-md-6 > .expositor > .label {
    display: block !important;
    flex: 0 0 100% !important;      
    width: 100% !important;
    margin-bottom: 2px;
    white-space: normal !important;
    font-size: 14px;
    line-height: 150%;
  }

  .col-md-6 > .expositor > img.expositor-img,
  .col-md-6 > .expositor > a.expositor-nombre {
    display: inline-block;
    flex: 0 0 auto;
    vertical-align: middle;
    margin-bottom: 8px;
  }

  .col-md-6 > .expositor > img.expositor-img {
    margin-left: 0 !important;
    margin-right: 0.5rem;
  }

  .col-md-6 > .expositor > .expositor-nombre {
    margin-left: 0 !important;
  }

  /* columna de interprete de mobile */
  .col-md-6 > .interprete {
    display: flex !important;
    flex-wrap: wrap !important;     
    align-items: center;
    gap: 0.5rem;                     
  }

  .col-md-6 > .interprete > .label {
    display: block !important;
    flex: 0 0 100% !important;      
    width: 100% !important;
    margin-bottom: 2px;
    white-space: normal !important;
     font-size: 14px;
    line-height: 150%;
  }

  .col-md-6 > .interprete > img.expositor-img,
  .col-md-6 > .interprete > a.expositor-nombre {
    display: inline-block;
    flex: 0 0 auto;
    vertical-align: middle;
  }

  .col-md-6 > .interprete > img.expositor-img {
    margin-left: 0 !important;
    margin-right: 0.5rem;
  }

  .col-md-6 > .interprete > .expositor-nombre {
    margin-left: 0 !important;
  }

  .evento-botones {
  display: flex;
  gap: 4px;       
  flex-wrap: nowrap;  
}

.evento-botones .btn {
  flex: 0 0 auto;   
}

.evento-botones .btn {
  width: 50%;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

/* modal en mobile*/

 


.p-3 {
    padding: 0 !important;
}

.modal-img-wrapper {
    padding: 22px 22px;
    margin: 0;
    border-bottom: 1px solid #939291;
   
}

.modal-img-col {
  border-right: 0px solid #939291;
}


     .expositores-row {
        padding: 0 20px 32px !important;
    }




#modalExpositorTitle, .contenedor-titulos h2 {
    font-size:28px;
    
  line-height: 140%;
}

.profesion {
  font-size:17px;
  line-height: 150%;
  padding: 0;
  margin-top: -8px;
  color: #B6B6B5;
}

.small-title {
  font-size:13px;
}

.hora-evento {
  font-size:13px;
  color:#f2f2f2;
  margin-top:-10px;
}

.nombre-conferencia {
font-size: 18px;
font-weight: 700;
}

.biografia {
font-size: 18px;
}

.contenedor-descripcion {
  padding: 32px;
}

.col-informacion {
  padding: 32px 22px 22px 22px !important;
  border-bottom: 1px solid #939291;
   border-top: none !important;
}

.contenedor-titulos {
  background-color: #1B1A18;
    border-top: none !important; 
  }

    .row.border-top.contenedor-descripcion {
    border-top: 0 !important;
  }

  .hora-evento {
    font-size: 14px;
    color: #f2f2f2;
    font-weight: 500;
  }

 
.nombre-conferencia{
  padding:0px;
  margin:0px;
}

 .modal-container {
    width: 100%;
    height: 90%;
    overflow-x: hidden;
  }

  /* Contenido del modal */
  .contenedor-descripcion {
    padding: 0;             /* Sobrescribe el padding base */
  }

  .row.border-top.contenedor-descripcion {
    border-top: 0 !important;
  }

  .contenedor-titulos {
    background-color: #1B1A18;
    border-top: none !important;
  }

  .modal-close {
    width: 32px !important;
    height: 32px !important;
    top: 16px;
    right: 16px;
  }

  .modal-close img {
    width: 24px;
    height: auto;
  }


  .col-informacion {
    padding: 32px 22px 22px !important;
    border-bottom: 1px solid #939291;
    border-top: none !important;
  }

  .col-biografia {
    padding: 26px 32px 32px 26px !important;
  }

 
  .hora-evento {
    font-size: 14px;
    color: #f2f2f2;
    font-weight: 500;
  }

  .nombre-conferencia {
    padding: 0;
    margin: 0;
  }

 

 
  .expositores-section {
    padding: 0;
    margin-top: -60px;
  }

    .expositores-section {
        padding: 0px 0px 0px 0px;
        margin-top: -60px;
    }



 #modalExpositor .modal-img-wrapper img {
    content: url("../files/expositor-renato-operti-mobile.png");
  }

  
  #modalExpositor2-alan .modal-img-wrapper img {
    content: url("../files/expositor-alan-palala-mobile.png");
  }

 
  #modalExpositor3-bienvenido .modal-img-wrapper img {
    content: url("../files/expositor-bienvenido-argueta-mobile.png");
  }

  
  #modalExpositor4-carmen .modal-img-wrapper img {
    content: url("../files/expositor-carmen-cabrera-mobile.png");
  }

  
  #modalExpositor5-estuardo .modal-img-wrapper img {
    content: url("../files/expositor-estuardo-guardia-mobile.png");
  }

  
  #modalExpositor6-cecilia .modal-img-wrapper img {
    content: url("../files/expositor-cecilia-frontera-mobile.png");
  }

  
  #modalExpositor7-romero .modal-img-wrapper img {
    content: url("../files/expositor-yahann-romero-mobile.png");
  }

  
  #modalExpositor8-edilson .modal-img-wrapper img {
    content: url("../files/expositor-edilson-chun-mobile.png");
  }

  
  #modalExpositor9-edwin .modal-img-wrapper img {
    content: url("../files/expositor-edwin-xol-mobile.png");
  }

 
  #modalExpositor10-lilian .modal-img-wrapper img {
    content: url("../files/expositor-lilian-aguilar-mobile.png");
  }

  
  #modalExpositor11-ericka .modal-img-wrapper img {
    content: url("../files/expositor-ericka-artiga-mobile.png");
  }


   #modalExpositor12-lucia .modal-img-wrapper img {
    content: url("../files/expositor-lucia-verdugo-mobile.png");
  }

   #modalExpositor13-veronica .modal-img-wrapper img {
    content: url("../files/expositor-veronica-spross-mobile.png");
  }

 
.col-informacion{
        padding-right: 38px !important;
        padding-left: 38px !important;
        padding-top:22px !important;
        padding-bottom:22px !important;
         }


 .contenedor-titulos {
        padding-top:32px !important;
        padding-bottom:12px !important;
         }


          .contenedor-titulos {
    order: 1;
   
    border-bottom:1px solid #B6B6B5;
  }

  .modal-img-col {
    order: 2;
   
   
  }

  .col-informacion {
    order: 3;
    
 
  }

  .col-biografia {
    order: 4;
    padding-right: 38px !important;
        padding-left: 38px !important;
  }
  

/* registro de tablet */


.elq-heading {
font-size: 22px !important;
}


.contenido-formulario{
    width: 95vw;
   
}



  .expositores-row {
    padding: 0 32px 32px;            

  }



/* thank you de tablet*/


.thank-you-main-icon {
  width: 56px; 
}

.p2-thankyou {
  font-size: 16px;
}

.title-section-thankyou {
font-size: 28px;
}

.thank-you-msj {
  padding: 32px 22px;
}

.btn-thankyou {    
  padding: 16px 22px;
  font-size: 16px;
  width: 100%;
}



}










input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFFFFF !important; 
  background-color: #14130F !important;        
  -webkit-box-shadow: 0 0 0px 1000px #14130F inset !important;
  transition: background-color 9999s ease-in-out 0s;
}



        


