/* fuentes */
@font-face {
    font-family: "neue-plak-regular";
    src: url(https://2107306.fs1.hubspotusercontent-na1.net/hubfs/2107306/font/neue-plak-regular.ttf);
  }
@font-face {
    font-family: "neue-plak-bold";
    src: url(https://2107306.fs1.hubspotusercontent-na1.net/hubfs/2107306/font/neue-plak-bold.ttf);
  }
@font-face {
    font-family: "neue-plak-condensed-bold";
    src: url(https://2107306.fs1.hubspotusercontent-na1.net/hubfs/2107306/font/neue-plak-condensed-bold.ttf);
  }
@font-face {
    font-family: "neue-plak-narrow-bold";
    src: url(https://2107306.fs1.hubspotusercontent-na1.net/hubfs/2107306/font/neue-plak-narrow-bold.ttf);
  }
/* estilos */
body{
  font-family:"neue-plak-regular";
  margin:0!important;
}
*{
  outline:none !important;
}
section{
	float:left;
  width:100%;
  overflow:hidden;
}
.container-fluid{
	padding:0 !important;
}
.flex{
  display:flex;
}
.space-b{
  justify-content:space-between;
}
.item-center{
  align-items:center;
}
.text-center{
  text-align:center;
}
.text-left{
  text-align:left;
}
.text-right{
  text-align:right;
}
.flex.center{
  justify-content:center;
}
.white{
  color:#fff;
}
.material-symbols-outlined {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 0.4vw;
  margin-right: 0vw;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,    
  'GRAD' 0,
  'opsz' 48
}
#header{
  position:fixed;
  width:100%;
  padding:25px 0;
  /*-webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);*/
  background-color: #ffffff;
  z-index:9999;
}
#header .cont_header{
  max-width:85vw;
  margin: auto!important;
  }
#header .box_1{
  max-width:325px;
  width:100%;
}
#header .box_1 img{
  /*padding-top: 5px;*/
  /*max-width:325px;*/
  max-width:300px;
  width:100%;
}
#header .box_2 .texto{
  font-family:"neue-plak-regular";
  font-size: 1.1vw;
}
#header .box_2 .cifras{
  font-family:"neue-plak-bold";
  font-size: 1.8vw;
}
#header .box_3{
  max-width:325px;
  width:100%;
}
#header .box_3 img{ 
  max-width:200px;
  width:100%;
  float: right;
}
/*#header a:hover{
  color: #00A3DB!important;
  transition: 0.5s;
}*/

/* Home: imagen de fondo y título */ 
#home{
  padding-top:9vw;
  padding-bottom:5.5vw;
}
#home .cont{
  max-width:85vw;
  margin: auto!important;
}
/*#home:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#020219;
  opacity:.5;
  z-index:1;
}*/
#home *{
  position:relative;
  z-index:3;
}
#home .home-flex{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#home .home-flex-1{
  width: 60%;
}
#home .home-flex-1 img{
  max-width: 30vw;
}
#home .home-flex-2{
  width: 40%;
}
/*#home .home-flex-2 img{
  max-width: 36vw;
}*/
#home .home-flex-2 .fondo-fecha{
  padding: 1.6vw 1.6vw 2vw;
  background: rgba(60, 41, 102, .7) 
}
#home h1{
  /*font-family: "neue-plak-bold";
  font-size: 1.9vw;
  font-style: normal;
  color: white;
  line-height: 1.2;
  letter-spacing: 0.1vw;  
  margin-bottom: 22px;*/
  font-family: "neue-plak-condensed-bold";
  font-size: 1.8vw!important;
  color: white;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
  margin-top: 0!important;
  padding-top: 0!important;
}
#home h1 span{
  display: inline-block;
  padding: 0.5vw 1vw 0.8vw;
  background-color: #ed76f4;
}
#home h4{
  font-family: "neue-plak-condensed-bold";
  font-size: 1.8vw!important;
  color: white;
  letter-spacing: 0.2vw;
  /*margin-top: 2vw;*/
  text-transform: uppercase;
}
#home h4 span{
  display: inline-block;
  padding: 0.5vw 1vw 0.8vw;
  background-color: #ed76f4;
}
#home p{
  font-family: "neue-plak-regular";
  font-size: 1.1vw;
  color: white;
  line-height: 1.4;
  letter-spacing: 0.07vw;
}
#home .boton-home{ 
  font-family: "neue-plak-regular";
  font-size: 0.88vw;
  text-align: center;
  color: #ffffff;
  margin-top: 0.6vw;
  background-color: #a304a3;
  padding: 10px 24px 14px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid white;
  cursor:pointer;
  letter-spacing:1.5px;
  text-decoration: none;
}
#home .boton-home:hover{ 
  transition: 0.5s;
  background-color: #662966;
}

/*Próximos eventos + form*/
#proximos-eventos{
  width: 100%;      
  padding: 2vw 0;
  font-family: "neue-plak-regular";   
  background-color: #ededed;
  /*background-color: #fbe3ff;*/
  
}
#proximos-eventos .cont_proximos-eventos{  
  max-width: 85vw;
  margin: auto!important;  
  background-color: #fbe3ff;
}
#proximos-eventos .titulo-form{
  margin-bottom: 10px;
}
#proximos-eventos h2{
  font-family: "neue-plak-bold";
  font-size: 2.15vw;  
  line-height: 1.25;
  letter-spacing: 1.25px;  
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5vw;
  color: #6802c1;
}
#form h3{
  font-family: "neue-plak-bold";
  font-size: 1.25vw;  
  line-height: 1.25;
  letter-spacing: 0.5px; 
  margin-top: 0;
}
#proximos-eventos .evento p{
  font-family: "neue-plak-regular";
  font-size: 0.95vw;  
  line-height: 1.25;
}
#proximos-eventos .evento ul li{
  font-family: "neue-plak-regular";
  font-size: 0.95vw;  
  line-height: 1.25;
}
/*Lista de próximos webinars*/

/*#lista{
  padding-top:2vw;
  padding-bottom:2vw;
  background-color: #ededed;  
}*/
/*lista .cont{
  max-width:80vw;
  margin:auto;
}*/
#lista h4{
  font-family: "neue-plak-bold";
  font-size: 1.55vw;  
  margin: 0;  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
}
#lista h5{
  font-family: "neue-plak-regular";
  font-size: 1.3vw;  
  margin: 0;
  color: #00a3db;
  line-height: 1.25;
  letter-spacing: normal;
}
#lista h3{
  font-family: "neue-plak-bold";
  font-size: 2.25vw;  
  line-height: 1.25;
  letter-spacing: 1.25px;  
  text-align: center;
  margin-bottom: 2.25vw;
}
#lista .fecha-evento p{  
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding: 8px 0 9px;
  color: #212322;
  font-size: 1vw; 
  line-height: 1.25;
  border-top: 1px solid #000068;
  border-bottom: 1px solid #000068;
}
/*#lista .cta-evento{
  background-color: #0202c6;
  color:white;
  line-height: 1;
  padding:14px 24px 14px;
  display:inline-block; 
  transition:all 0.5s;
  border-radius: 30px;
}
#lista .cta-evento:hover{
  background-color: #0202c6;
  color:white;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0,0,0,.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}*/
.evento{  
  width: 88%;
  /*max-height:13vw;*/
  text-align:left;
  margin: auto;  
  /*border-radius: 10px!important;*/
}
.contador{
  background-color: #212322;
  color: white;
  font-size: 0.95vw; 
  padding: 0.4vw 0 0.5vw;
  text-align: center;
  margin: 0;
}
.contador p{
  margin: 0;
}
.imagen-evento{
}
.imagen-evento-mobile{
  display: none;
} 
.imagen-evento img{
  display: block;
  width: 100%;
  /*border-radius: 20px 20px 0 0!important;*/
}
.slider-lista{ 
  width: 100%;
  margin: auto;
}
.slider-lista>div{  
  
}
.slide-evento{  
  /*display: flex!important;
  align-items: center;*/
  display: block;
}
.datos-evento{  
  padding: 1.5vw 2vw 2.vw;
  background-color: white!important;
  /*border-radius: 0 0 10px 10px!important;*/
}

/* Información de sedes */

#slider-programas {
  padding: 4vw 0vw;
  background-color: white;
}
#slider-programas .cont_slider-programas{  
  max-width:90vw;
  margin: auto!important;
}
#slider-programas h2{
  font-family: "neue-plak-bold";
  font-size: 2.15vw!important;
  line-height: 1.25;
  text-align: center;
  margin-top: 0;
  color: #6802c1;
}

/*Video y form*/

#multimedia{
  width: 100%;      
  padding: 2.5vw 0 2.5vw;   
  font-family: "neue-plak-regular";   
  background-color: #fbe3ff;
}
#multimedia .cont_multimedia{  
  max-width: 85vw;
  margin: auto!important;  
}
#multimedia .row-fluid{
  display: flex!important;
  align-items: center!important; 
}
#video{  
  display: flex!important;
  align-items: center!important;  
}
#multimedia p{ 
  /*margin-bottom: 0;*/
}
#multimedia .titulo-form{
  margin-bottom: 10px;
}
#multimedia .titulo-video{
}
#multimedia h2{
  font-family: "neue-plak-bold";
  font-size: 1.9vw!important;
  line-height: 1.25;
  text-align: left;
  margin-top: 0;
  color: #6802c1;
}
#multimedia h3{
  font-family: "neue-plak-regular";
  font-size: 1.4vw!important;
  line-height: 1.25;
  text-align: center;
  color: #212322;
  margin-top: 0;
}
#multimedia p{  
  font-size: 1vw; 
  line-height: 1.25;
  margin-top: 1vw;
}

/* Slider de expositores */

#expositores{
  width: 100%;      
  padding: 4vw 0 0;   
  font-family: "neue-plak-regular";   
  background-color: #fbe3ff;
}
#expositores .cont{  
  max-width: 85vw;
  margin: auto!important;  
}
#expositores h2{
  font-family: "neue-plak-bold";
  font-size: 2.15vw!important;
  line-height: 1.25;
  text-align: center;
  margin-top: 0;
  color: #6802c1;
}
#expositores .seccion-expositores{
  margin-top: 40px;
}
#expositores h3{
  font-family: "neue-plak-bold";
  font-size: 1.3vw!important;
  line-height: 1.25;
  text-align: center;
  margin-top: 2.2vw;
  color: white;
}
#expositores h3 span{
  padding: 0.15vw 1.5vw 0.5vw;
  background-color: #a304a3;
}
#expositores h4 {  
  font-size: 1.3vw;  
  font-family: "neue-plak-bold"; 
  margin-top: 0.1vw;
  line-height: 1.25;
  text-align: left;
  color: #6802c1;  
}
#expositores p {  
  font-size: 0.9vw;  
  font-family: "neue-plak-regular"; 
  /*margin: 0px; */
  line-height: 1.4;
  text-align: left;
  color: #212322;
}
#expositores .slider-expositores-texto img {  
  display: inline-block;
  max-width: 1.3vw!important;
  margin-left: 0.2vw;
  margin-bottom: 0.2vw;
} 
#expositores .slider-expositores-img img{  
  padding: 0; 
  width: 100%; 
  max-width: 12vw;
  margin: auto;
  border: 2px solid #ed76f4;
}
#expositores .slider-expositores-texto{  
  width: 100%; 
  max-width: 12vw;
  height: auto;
  display: block;
  margin: auto; 
  padding: 20px 0 15px;  
}
#expositores .slick-dots{  
  display:flex;
  justify-content:center;
  margin: 0 0 12px;
  padding:0;
}
.slick-dots li{
  list-style:none;
  margin:12px;
}
.slick-dots li button{  
  font-size: 0px;
  border: 0;
  background-color: #a304a3;
  /*border: 1px solid #212322;*/
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button:hover{  
  transform: scale(1.2);
  transition: transform 0.2s;
}
#expositores .slick-dots li.slick-active button {
  background-color: #3c2966;
}

/* Slider de expositores  adicionales*/

#expositores-adicional{
  width: 100%;      
  padding-top: 1vw;   
  font-family: "neue-plak-regular";   
  background-color: #fbe3ff;
}
#expositores-adicional .cont{  
  max-width: 85vw;
  margin: auto!important;  
}
#expositores-adicional h2{
  font-family: "neue-plak-bold";
  font-size: 2.15vw!important;
  line-height: 1.25;
  text-align: center;
  margin-top: 0;
  color: #6802c1;
}
#expositores-adicional h3{
  font-family: "neue-plak-bold";
  font-size: 1.3vw!important;
  line-height: 1.25;
  text-align: center;
  margin-top: 0;
  color: white;
}
#expositores-adicional h3 span{
  padding: 0.15vw 1.5vw 0.5vw;
  background-color: #a304a3;
}
#expositores-adicional .seccion-expositores{
  margin-top: 40px;
}
#expositores-adicional h4 {  
  font-size: 1.3vw;  
  font-family: "neue-plak-bold"; 
  /*margin: 0px; */
  margin-top: 0.1vw;
  line-height: 1.25;
  text-align: left;
  color: #6802c1;  
}
#expositores-adicional p {  
  font-size: 0.9vw;  
  font-family: "neue-plak-regular"; 
  /*margin: 0px; */
  line-height: 1.4;
  text-align: left;
  color: #212322;
}
#expositores-adicional .slider-expositores-img img{  
  padding: 0; 
  width: 100%; 
  max-width: 12vw;
  margin: auto;
  border: 2px solid #ed76f4;
}
#expositores-adicional .slider-expositores-texto{  
  width: 100%; 
  max-width: 12vw;
  height: auto;
  display: block;
  margin: auto; 
  padding: 20px 0 15px;  
}
#expositores-adicional .slick-dots{  
  display:flex;
  justify-content:center;
  margin: 0 0 12px;
  padding:0;
}
#expositores-adicional .slick-dots li.slick-active button {
  background-color: #3c2966;
}
.m-bottom-expositores{
  background-color: #fbe3ff;
  padding-bottom: 4vw;
}

/* Testimonios */
#tabla-eventos{
  padding: 4vw 0 0;
  margin: auto;
}
#tabla-eventos .tabla-eventos-cont{
  max-width:82vw;
  margin:auto;
}
#tabla-eventos h2{
  font-family: "neue-plak-bold";
  font-size: 2.15vw!important;
  line-height: 1.2;
  text-align: center;
  margin-top: 0;
  color: #6802c1;
  margin-bottom: 3vw; 
  letter-spacing: normal;
}
#tabla-eventos .ts_botones{
  display: flex;
  gap: 1vw; 
}
#tabla-eventos .ts_botones img{
  max-height: 1.5vw;
  padding-top: 0.25vw;
  width: auto;
}
#tabla-eventos .btn_tabulador{
  background-color: #fbe3ff;
  color: #212322;
  border: 0;
  font-size: 1.4vw;
  font-family: "neue-plak-condensed-bold";
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-align: left;
  padding: 1.3vw 2vw 1.5vw;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center; /* Alinea verticalmente */
  gap: 0.4vw; /* Espacio entre imagen y texto */
}
#tabla-eventos .btn_tabulador.active{
  color: #ffffff;
  background-color: #6802c1;
}
#tabla-eventos .btn_tabulador h3{
  color: #212322;
  background-color: #f5f5f5;
  border: 1px solid #212322;
  font-size: 1.3vw;
  font-family: "neue-plak-bold";
  text-align: left;
  padding: 1.5vw 2vw;
  cursor: pointer;
  display: flex;
  align-items: center; /* Alinea verticalmente */
  gap: 8px; /* Espacio entre imagen y texto */
}
#tabla-eventos .ts_contenido >div{
  display: none;
}
#tabla-eventos .ts_contenido >div.active{
  display: flex;  
}
#tabla-eventos .ts_contenido {
  background-color: #f5f5f5;
  padding: 2.5vw 3vw 3vw;
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
}
#tabla-eventos .evento_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#tabla-eventos .expositores_container {
  display: flex;
  flex-wrap: wrap;          /* permite bajar a la siguiente fila */
  gap: 2vw;
}

#tabla-eventos .expositor {
  width: calc(50% - 1vw);  /* exactamente 2 por fila */
  box-sizing: border-box;
}
#tabla-eventos .expositor {
  display: flex;
  align-items: center;  
  background-color: white;
  padding: 1.5vw;
}
#tabla-eventos .expositor img {
  max-width: 7vw;
  margin-right: 1vw;
  border: 2px solid #ed76f4;
  border-radius: 0;
}
#tabla-eventos .expositor_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#tabla-eventos .expositor_info img {
  max-height: 0.8vw;
  width: auto;
}
#tabla-eventos .expositor h4{
  font-size: 1.3vw;  
  font-family: "neue-plak-bold"; 
  color: #6802c1;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
#tabla-eventos .expositor p{
  font-family: "neue-plak-regular"; 
  margin-top: 0.3vw;
  margin-bottom: 0;
  font-size: 0.95vw;
}
#tabla-eventos .rayas-finales {
  display: flex;
  flex-direction: column;
  align-items: stretch;
 }
#tabla-eventos .raya {
  height: 0.4vw;
  width: 100%;
  background-color: #6802c1;
}
#tabla-eventos .espacio {
  height: 0.4vw;
}

/* Coorganizadores*/

#organiza{
  width: 100%;      
  padding: 4vw 0;   
  background-color: white;
}
#organiza .cont{  
  max-width: 85vw;
  margin: auto!important;  
}
#organiza h2{
  font-family: "neue-plak-bold";
  font-size: 2.15vw!important;
  line-height: 1.25;
  text-align: center;
  margin-top: 0;
  color: #6802c1;
}
#organiza .slider_logo img{
  /*max-width:20vw;*/
  max-height: 5.1vw;
  margin:auto;
  margin-top: 30px;
  /*opacity:.9;*/
}
#organiza .slider_logo img:hover{
  opacity:1;
}
#organiza .mb-100{
  margin-bottom:5.20vw;
}

/* Form */

#form{
  font-family: "neue-plak-regular";
}
.inputs-list {
	margin:0;
  padding:0;
}
.inputs-list li{
	list-style:none;
}
#form span {
	font-size: 0.9vw;
  line-height: 1.4;
}
input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0px;
  position: relative;
  /*top: 1px;*/
  box-sizing: border-box;
  padding: 0;
  text-align: left;
}
#form .hs-form-booleancheckbox{
  margin-top: 10px auto auto;
  font-size: 13px;
}
fieldset.form-columns-1{ 
   max-width: 100%!important;
}
fieldset.form-columns-2{ 
   max-width: 100%!important;  
}
.inputs-list {
	margin:0;
  padding:0;
  text-align: left;
}
.hs-form-required{
  display:none;
}
#form .hs-error-msg{
  color: #3c2966;
}
.hs-input:not([type="submit"]){
  font-family: "neue-plak-regular";
  padding: 10px;
  width:100% !important;
  max-width:100% !important;
  margin-top: 0;  
  margin-bottom: 20px;  
  box-sizing: border-box;
  height:56px;
  border: 1px solid #a304a3;
  /*border-radius: 10px;*/
}
select{
  /*  -webkit-appearance: listitem !important; */
  -webkit-appearance: none;
  font-family: "neue-plak-regular";
  background-color: white;
  background-image: url("https://cdn2.hubspot.net/hubfs/3814320/drop-down-arrow.png") !important;
  background-position: 97% center !important;
  background-repeat: no-repeat !important;
    /* padding-right: 1.5em; */
  background-size: 12px !important;
  display: block;
  margin-top: 0px;
  border: 1px solid #212322;
  /*border-radius: 10px;*/
  width: 100%;
  padding: 0px 10px;
  height: 56px;
}
select:focus {
  font-family: "neue-plak-regular";
}
.hs-button{
  font-family: "neue-plak-regular";
  font-size: 0.88vw;
  margin-top:20px;
  background-color: #6802c1;
  font-weight: bold;
  color: #ffffff;
  padding: 14px 24px 18px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #ed76f4;
  cursor:pointer;
  letter-spacing:1.5px;
  text-transform:uppercase;
  -webkit-appearance: none;
}
.hs-button:hover{
  transition: 0.5s;
  box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

/* Footer */

#footer{
  width:100%;  
  padding:18px 0;
  background-color: #212322;
  font-family:"neue-plak-regular";
}
#footer .cont_footer{  
  max-width:85%;
  margin: auto!important;
}
#footer .copyright p{
  margin-top: 0;  
  font-size: 0.8vw;
  color: white;
}

@media only screen and (min-width: 1400px){
  #header .cont_header{
    max-width:85vw;
    }
  #home .cont{
    max-width:85vw;
  }
  #repositorio .cont_repositorio{  
    max-width:85vw;
  }
  #slider-eventos .cont_slider-eventos{  
    max-width:85vw;
  }
  #slider-maestrias .cont_slider-maestrias{  
    max-width:85vw;
  }
  #cta .cont_cta{ 
    max-width:85w;
  }
  #multimedia .cont_multimedia{  
    max-width:85vw;
  }
  #footer .cont_footer{  
    max-width:85vw;
    margin: auto!important;
  }
}
@media (max-width:1400px) and (min-width:1200px){
  #header{
    padding:20px 0;
  }
  #header .box_1 img{
    max-width:290px;
  }
  #header .box_3 img{ 
    max-width:175px;
  }
  #header .box_1{
    max-width:310px;
  }
  #header .box_3{ 
    max-width:310px;
  }
  #home{
    padding-top:9.5vw;
    padding-bottom:4vw;
  }
  #home .home-flex-1 img{
    max-width: 30vw;
  }
  #home .home-flex-1{
    width: 60%;
  }
  #home .home-flex-2{
    width: 40%;
  }
  #home .home-flex-2 img{
    max-width: 32vw;
  }
  .hs-input:not([type="submit"]){
    height:40px;
    padding: 4px 10px 8px;
  }
  select{
     height: 40px;
  }
  .hs-button{
    margin-top:15px;
  }
}
@media (max-width:1200px) and (min-width:1000px){
  #header{
    padding:20px 0;
  }
  #header .box_2 .texto{
    font-size: 0.9vw;
  }
  #header .box_2 .cifras{
    font-size: 1.3vw;
  }
  #header .box_1 img{
    max-width:280px;
  }
  #header .box_3 img{ 
    max-width:155px;
  }
  #header .box_1{
    max-width:280px;
  }
  #header .box_3{ 
    max-width:280px;
  }
  #home{
    padding-top:10.5vw;
    padding-bottom:5vw;
  }
  #home .home-flex-1 img{
    max-width: 30vw;
  }
  #home .home-flex-1{
    width: 60%;
  }
  #home .home-flex-2{
    width: 40%;
  }
  #home .home-flex-2 img{
    max-width: 32vw;
  }
  .hs-input:not([type="submit"]){
    height:40px;
    padding: 4px 10px 8px;
  }
  select{
     height: 40px;
  } 
}
@media (max-width:1000px) and (min-width:600px){  
  #header{
    padding:15px 0;
  }
  #header .box_1 img{
    max-width:230px;
  }
  #header .box_3 img{ 
    max-width:130px;
  }
  #header .box_1{
    max-width:230px;
  }
  #header .box_3{ 
    max-width:230px;
    display: none;
  }
  #header .box_2{
    
  }
  #home{
    padding-top:10.5vw;
    padding-bottom:4vw;
  }
  .btn-b{
    padding:4px 10px 5px;
    /*font-size: 3.85vw;*/
  }     
  .hs-input:not([type="submit"]){
    height: 32px;
    padding: 2px 10px 6px;
  }
  select{
     height: 32px;
  } 
}
@media (max-width:765px){
  /* Recursos */
  .d-none{
    display: none!important;
  }
  .mg-top-mobile-footer{
    margin-top: 5px;  
  }
  .mg-top-mobile-0{
    margin-top: 0px;  
  }
  .mg-top-mobile{
    margin-top: 6vw;  
  }
  .material-symbols-outlined {
    margin-left: 0.8vw;
  }
  /* Header */
  #header{    
    padding: 12px 0;
    position:absolute;
  } 
  #header .cont_header{
    max-width:90%;
    margin: auto!important;
    }
  #header .box_1{
    /*display:block;
    margin: auto;*/
  }
  #header .box_2{
    width:260px;    
    margin-left: auto;
    text-align: right;
  }
  #header .box_2 .texto{
    font-family:"neue-plak-regular";
    font-size: 3.5vw;   
    display: block;
    padding-top: 3vw;
  }
  #header .box_2 .cifras{
    font-family:"neue-plak-bold";
    font-size: 4.8vw;
  }
  #header .box_3{
    /*display:block;
    margin: auto auto auto 8px;*/
    display: none;
  }
  #header .box_1 img{
    padding-top: 0;
    width:190px;
  }
  #header .box_3 img{ 
    /*width:115px;*/
    display: none;
  }
  /* Home */
  #home {
    padding: 27vw 0 9vw 0;
  }   
  #home .cont{
    /*max-width:90vw;*/
    max-width:90%;
  }
  #home:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#020219;
    opacity:.5;
    z-index:1;
  }
  #home h1{  
    /*font-size: 6.7vw; 
    text-align: center;
    margin-top: 4vw;
    line-height: 1.2;*/
    font-size: 8.2vw!important;
    text-align: center;
  }
  #home h1 span{
    padding: 0.5vw 3vw 2vw;
  }
  #home h4{
    font-size: 8.2vw!important;
    text-align: center;
  } 
  #home h4 span{
    padding: 0.5vw 3vw 2vw;
  }
  #home p{    
    font-size: 4.8vw;
    text-align: center;
  }
  #home .boton-home{
    font-size: 3.5vw;
    padding: 12px 18px 14px;
    text-align: center!important;
    margin: 7vw auto auto; 
    display: block;
    width: 80%;
  }
  #home .home-flex{
    display: block;
  }
  #home .home-flex-1{
    width: 90%;
    margin: auto;
  }
  #home .home-flex-1 img{
    max-width: 82vw;
  }
  #home .home-flex-2{
    width: 90%;
    margin: auto;
  }
  #home .home-flex-2 .fondo-fecha{
    padding: 2vw;
    background: none; 
  }
  /* Presentación */
  #multimedia{    
    padding: 5vw 0!important;  
  }
  #multimedia .cont_multimedia{  
    display: block!important;   
  }
  #multimedia .row-fluid{
    display: block!important;  
  }
  #multimedia h2{
    font-size: 7vw!important;
    text-align: center;
    margin-bottom: 5vw;
  }
  #multimedia h3{
    margin-top: 0!important;
    margin-bottom: 35px;
    font-size: 5.5vw!important;
    text-align: center;
  }
  #multimedia p{ 
    font-size: 4.6vw; 
  }
  /* Info por sede (agenda) */
  #slider-programas {
    padding: 12vw 0vw 10vw;
    background-color: white;
  }
  #slider-programas .cont_slider-programas{  
    max-width:95vw;
    margin: auto!important;
  }
  #slider-programas h2{
    font-family: "neue-plak-bold";
    font-size: 7vw!important;
    text-align: center;
    margin-top: 0;
  }
  #slider-maestrias {
    padding: 12vw 0vw 0vw;
    background-color: white;
  }
  #slider-maestrias .cont_slider-maestrias{  
    max-width:95vw;
    margin: auto!important;
  }
  #slider-maestrias h2{
    font-family: "neue-plak-bold";
    font-size: 8vw!important;
    text-align: center;
    margin-top: 0;
  }   
  /* Expositores */
  #expositores{
    width: 100%;
    padding: 12vw 0 10vw;
  }
  #expositores .cont{  
    max-width: 95vw;
  }
  #expositores h2{
    font-size: 7vw!important;
  }
  #expositores h3{
    font-size: 5.5vw!important;
    margin-top: 7vw;
  }
  #expositores .slider-expositores-img img{  
    max-width: 250px;
  }
  #expositores .slider-expositores-texto img {  
    max-width: 6.2vw!important;
    margin-left: 0.7vw;
    margin-bottom: 0.3vw;
  } 
  #expositores .slider-expositores-texto{  
    max-width: 250px;
  }
  #expositores h4 {  
    font-size: 6vw;  
  }
  #expositores p {  
    font-size: 4.6vw;  
  }
  /* Expositores adicionales*/
  #expositores-adicional{
    width: 100%;
    padding: 4vw 0vw 10vw;
  }
  #expositores-adicional .cont{  
    max-width: 95vw;
  }
  #expositores-adicional h2{
    font-size: 7vw!important;
  }
  #expositores-adicional h3{
    font-size: 5.5vw!important;
  }
  #expositores-adicional h3 span{
    padding: 0.3vw 2vw 0.9vw;
  }
  #expositores-adicional .slider-expositores-img img{  
    max-width: 250px;
  }
  #expositores-adicional .slider-expositores-texto{  
    max-width: 250px;
  }
  #expositores-adicional h4 {  
    font-size: 6vw;  
  }
  #expositores-adicional p {  
    font-size: 4.6vw;  
  }  
  /* Testimonios */
  #tabla-eventos{
    padding-top:12vw;
    padding-bottom:0;
  }
  #tabla-eventos .tabla-eventos-cont{
    max-width:90.05vw;
    margin:auto;
  }
  #tabla-eventos h2{
    font-size: 7vw!important;
    margin-bottom: 9vw; 
  }
  #tabla-eventos .ts_botones img{
    max-height: 5.5vw;
    margin-right: 3vw;
    display: block;
    margin-bottom: 2vw;
  }
  #tabla-eventos .btn_tabulador{
    font-size: 5vw;
    line-height: 1.1!important;
    padding: 4vw 3vw!important;
    flex: 1;
    display: block;
    text-align: center;
    /*align-items: center; /* Alinea verticalmente */*/
    gap: 0.3vw; /* Espacio entre imagen y texto */
  }
  #tabla-eventos .ts_contenido {
    padding: 7vw 3vw 7vw;
    margin-top: 1vw;
    display: block;
  }
  #tabla-eventos .expositores_container {
    display: flex;
    flex-wrap: wrap;
  }
  #tabla-eventos .expositor {
    display: block;
    padding: 5vw;
    margin-bottom: 4vw;
    width: 100%;
  }
  #tabla-eventos .expositor img {
    max-width: 31vw;
  }
  #tabla-eventos .expositor h4{
    font-size: 5.7vw;
    margin-top: 2.8vw;
    margin-bottom: 1vw;
  }
  #tabla-eventos .expositor p{
    font-size: 4.2vw;
  }
  #tabla-eventos .expositor_info img {
    max-height: 3vw;
    width: auto;
  }
  #tabla-eventos .raya {
    height: 1.7vw;
  }
  #tabla-eventos .espacio {
    height: 1.7vw;
  }
  /* Coorganizadores */
  #organiza{
    padding: 10vw 0!important;  
  }
  #organiza .cont{  
    max-width: 95vw;
    margin: auto!important;  
  }   
  #organiza h2{
    letter-spacing: normal;
    font-size: 7vw!important;
    font-weight: 300;
    margin-bottom:0.5vw !important;
  }
  #organiza .slider_logo img {
    max-height: 14vw;
  }    
  /* Form */
  #proximos-eventos{
    padding: 6vw 0!important;  
  }
  #proximos-eventos .cont_proximos-eventos{  
    max-width: 95vw;
  }   
  #proximos-eventos h2{
    font-size: 6vw;
    margin-bottom: 0;
  }  
  #proximos-eventos .evento p{
    font-size: 3.3vw;  
  }
  #proximos-eventos .evento ul li{
    font-size: 3.3vw;  
  }
  #form{    
    padding: 0 5vw;
  }
  #proximos-eventos .titulo-form{
    margin-bottom: 0!important;   
  }
  #form span {
    font-size: 4vw;
    line-height: 1.25;
  }
  #form h3{
    font-size: 5vw!important;   
    text-align: center;
    margin-bottom: 4vw;
  }    
  .hs-button{
    font-size: 3.5vw;
    padding: 18px 22px 20px;
    text-align: center;
    width: 100%;
  } 
  /* Footer */
  #footer{
    padding:14px 0;
  }
  #footer .copyright p{
    font-size: 3.4vw;
    text-align: center;
  }
}