/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/











body, .body-container{
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.main{
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 80px 15px;
  float: none !important;
}

.centrado{text-align:center;}

.f-gris-claro{
  background:#f6f6f6;
}
.f-azul{
  background: #283044;
  color: #fff !important;
}
.f-gris{
  background: #F1F1F1;
}
.f-gris .main{padding:80px 0 50px 0;}

h2{
  font-family: 'Flecha Medium', sans-serif;
  font-size: 2.5rem !important; 
  color: #980628 !important;
  padding-left:90px;
  margin-bottom: 30px !important;
}




.blanco h2{
  color: #fff !important;
  font-size: 44px !important; 
  padding-left:0;
}
.titulo-programas h2{padding-left:0;}


.boton-rojo a{
  background: #980628;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff; 
  text-decoration: none;
  margin-top: 20px;
  display:inline-block;
  transition: 0.3s;
}
.boton-azul a{
  background: #283044;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff; 
  text-decoration: none;
  margin-top: 20px;
  display:inline-block;
  transition: 0.3s;
  font-size: 16px;
  
}
.boton-azul a:hover{
  background: #55658f;

}



/*------------- HEADER ------------- */


.header{
  position:absolute;
  top:0;left:0;
  width:100%;
  z-index:1;
}
.header_main{
  margin: 0 auto !important;
  max-width: 1400px;
  padding: 50px 15px 0;
  float: none !important;
}

.header__logo{
  max-width: 250px;
}

/*----- header GRACIAS ----- */

.gracias .header{position: relative;}

.gracias .header_main{
   padding:15px ;
}

.header_grid{
  display:grid !important;
  grid-template-columns: 1fr 1fr;
  align-items:center;
  
}
.header__enlaces{text-align:right;}
.header__enlaces a{color:#283044 !important; text-decoration: none;}
.header__enlaces a:hover{color:#980628 !important; text-decoration: none;}
.header__enlaces p{
  display:inline-flex;
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 14px;
 
}



/*----------- CABECERA IMAGEN FONDO ------------*/
.cabFondo{
/*   position: relative; */
  height: auto;
  overflow: hidden;
  padding: 3% 0px 0% 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.cabFondo__texto{
  color: #fff;
}
.cabFondo__texto .tipo{
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight:bold;
}
.cabFondo__texto h1{
  font-family: 'Flecha Light', sans-serif;
  font-size: 3.5rem;
/*   font-style: italic; */
   max-width: 75%;
  margin-bottom: 50px;
}
.cabFondo__texto a, .folleto a{
  background: #980628;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff; 
  text-decoration: none;
  margin-top: 30px;
  display:inline-block;
  transition: 0.3s;
}
.cabFondo__texto a:before, .folleto a:before{
  content: '\F30A';
  font-family:'bootstrap-icons';
  padding-right: 7px; 
}

/* .entradilla .row-fluid:before, .entradilla .row-fluid:after{display:none;} */

.cabFondo__texto a:hover, .folleto a:hover, .boton-rojo a:hover{
  background:  #dc1040;
}


/*---------- ENTRADILLA con FORM-------------- */
 
.entradilla {
  display:grid !important;
  grid-template-columns: 1fr 0.6fr;
  gap: 5%;
}
.entradilla > div:nth-child(1) {
  order:2;
}
.entradilla > div:nth-child(2) {
  order:1;
}
.entradilla__form{
  background: #F1F1F1;
  padding: 30px;
  margin-top: -150px;
  border-radius: 50px;
}

.entradilla__texto h2:before{
  content: '\F845';
  font-family:'bootstrap-icons';
  margin-left: -68px;
  padding-right: 25px;
  font-style:normal;
}

.entradilla__texto .objetivo h2:before{
  content: '\F608';
  font-family:'bootstrap-icons';
  margin-left: -68px;
  padding-right: 20px;
  font-style:normal;
}
.entradilla__texto .parrafo{
  padding-left:30px;
}
p{
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
}



/*  FORMULARIO  */


#formulario .titulo_form{
  color: #980628;
  font-family: 'Flecha Light', sans-serif;
  font-size: 1.5rem;
/*   font-style: italic; */

}
#formulario .titulo_form h3:before{
  color: #980628;
  content: '\F431';
  font-family:'bootstrap-icons';
  font-size: 20px;
  padding-right: 10px;
  font-style: normal;
}
input{
  width: 100% !important;
}
.inputs-list{
  padding-left:0;
  list-style:none;
}
input[type="checkbox"]{
  width: 20px !important;
}
input[type="submit"]{
  display: grid;
  width: auto !important;
  justify-content: center;
  margin: 0 auto;
}

input[type="submit"]:before{
  color: #980628
  content: '\F431';
  font-family:'bootstrap-icons';
  font-size: 20px;
  padding-right: 10px;
  font-style: normal;
}
.hs-form-booleancheckbox-display span p{
 font-size:12px !important;
  padding-top:10px;
}
.hs-form-booleancheckbox-display{
  display:flex !important;
}


#hs_cos_wrapper_module_1721045365993439 label:not(.hs-error-msg) p{font-size:12px !important;line-height: 18px !important;}

.legal-consent-container{
  margin-top:20px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left;0 !important;
}



/*---------- CITA ---------------------*/

.cita{
 
  display: flex !important;
  align-items: center;
  max-width: 1400px;
}
.cita img{
  max-width: 300px !important;
  margin: 30px;
}
.cita__texto_especial p{
  font-size: 24px;
  font-family: "Poppins", sans-serif;
/*   font-style:italic; */
  font-weight:500;
  
}
.cita__texto_especial p span{
  font-size:  40px;
   font-family: "Poppins", sans-serif;
  font-style:italic;
/*   font-weight:bold; */
  color:#980628;
  line-height:0;
  
}
.img_banner{
    height: 150px;
    background-repeat: repeat;
    background-size: contain;
    margin-top:30px;
}
.ponente{
  margin-top: 30px;
  
}
.ponente p{
  font-size: 16px;
  margin-bottom: 0;
}


/*------------- BANNERS FULL --------------*/
.banner-info{
  display:grid; 
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  gap:30px;
  padding: 0 15px
}


.banner-info.objetivo{
  grid-template-columns: repeat(3, 1fr);
  margin-top:50px;
  gap:40px;
}

.banner-info, .banner-info.objetivo .informacion{
  text-align:center !important;
}

.banner-info .informacion p{
  font-size:16px !important;
  margin-bottom:0;
}
.banner-info .icono{
  margin-bottom:10px;
  background: #980628;
  border-radius: 50%;
  padding: 20px;
  display:inline-block;
}
.banner-info .icono i{
  color: #fff;
  font-size: 40px;
  line-height: 12px;
  
}

.banner-info .icono.numero{
  background: #980628;
  width:50px;
  height:50px;
  color:#fff;
  font-size: 30px;
  padding:10px;
  border-radius:50%;
  display: inline-block;
  line-height:30px;

}
.banner-info.objetivo h3{
  color: #980628;
  font-family: "Hanken Grotesk", sans-serif;
/*   font-style:italic; */
}




/*------------- CAROUSEL -------------*/

.claustro h2:before{
  color: #980628;
  content: '\F6FE';
  font-family:'bootstrap-icons';
  margin-left: -68px;
  padding-right: 20px;
  font-style:normal;
}
.splide__slide{
  background: #F0F0F0;
  padding: 30px;
  border-radius:20px;
}
.splide__slide--caption p{
  text-align:center;
  font-size: 15px !important;
  margin-top:5px;
}
.splide__slide--caption p:nth-child(1){
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-weight:bold;
}

/*---------- FOOTER -------------------*/

.contacto-footer p{
  text-align: right;
  font-weight: bold; 
  font-size: 16px !important; 
}
.footer .folleto a{
  margin-top: 0;
}
.footer-container{padding:0 !important;}
.footer .main{padding:50px 15px;}
.logo-footer img{max-width: 280px !important;height:auto;}
.contacto-footer p:last-child{
  margin-bottom: 0;
}
.contacto-footer a, .contacto-footer p{
  color: #283044;
  text-decoration:none;
  cursor:pointer;
}
.contacto-footer a:hover{
  color: #980628;
  text-decoration:none;
}



/* Landing gracias */

.entradilla-gracias p{
  font-size: 20px !important;
  margin-top: 30px; 
}
.gracias h1{
  font-size: 50px !important;
  color: #283044;
}

#folleto{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}

/*  Banner próximos programas   */


.programa{
  text-align:center;
  position:relative;
  margin-bottom:80px;
}
.programa .caja-texto{
  position: absolute;
  bottom: -12%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 32%);
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow:3px 2px 5px 0px rgb(0 0 0 / 40%);
  z-index:1;
}
.programa-col1 .programa{
  max-width:700px;
  margin: 0 auto !important;
  margin-bottom: 80px !important;
  
}

.programa-col2 img, .programa-col1 img{
  width:98%;
  margin: 0 auto !important;

}

.programa-col1 .programa .caja-texto{
    bottom: -10%;
    max-width: 400px;
    right: -10%;
    transform: none;
    left: inherit;
}
.img-portada{
text-align:center;
}

  .img-portada img{
    max-width:400px !important; 
    margin:0 auto !important;
    width:100%;
  }



.telefono-icono h2:before{
  content: '\F5C1';
  font-family:'bootstrap-icons';
  margin-left: -68px;
  padding-right: 20px;
  font-style:normal;
}
.folleto-icono h2:before{
  content: '\F38B';
  font-family:'bootstrap-icons';
  margin-left: -68px;
  padding-right: 20px;
  font-style:normal;
}


/*-------------------------------------------------------------------------------*/
/*                      RESPONSIVE                                               */
/*-------------------------------------------------------------------------------*/


@media only screen and (max-width : 1200px) {
  .cabFondo__texto h1{
    max-width:100%;font-size: 3rem;line-height:3rem;
  }
  .cabFondo__texto .tipo {
    font-size: 20px;
    font-weight: bold;
  }
  .cita__texto_especial p {
    font-size: 25px;line-height:35px;
  }
  h2{
    font-size: 2rem !important;
  }

 
}
@media only screen and (max-width : 1025px) {
  .cita{
     display: block !important;
    text-align:center;
  }
  .banner-info{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width : 991px) {
  .entradilla{
    grid-template-columns: 1fr;
  }
  .entradilla > div:nth-child(2){order:2;}
  .entradilla > div:nth-child(1){order:1;}
  .entradilla__texto{margin-top:50px;}
  
  /* Carousel */
  .splide__list .splide__slide{
    width: calc(33% - 11.25px) !important;
    padding: 15px;
  }
  .banner-info .icono{
    padding: 22px;
  }
   #folleto{
     grid-template-columns: 1fr;
     text-align:center;
  }
  .folleto_img {
     width:80% !important; 
     margin: 0 auto !important;
    float:none !important;
  }
  
  .img-portada img{
    max-width:400px !important; 
    margin:0 auto !important;
  }
  .gracias .header__logo img{
    width: 190px;
  }
  .gracias h1{
    font-size: 40px !important;
  }
  
}
@media only screen and (max-width : 768px) {
  .entradilla__texto h2, h2{
      font-size: 2rem !important;
      padding-left:41px;
      line-height: 2.2rem;
      padding-right:30px;
    text-align:center;
  }
  
  .entradilla__texto .objetivo h2:before, .entradilla__texto h2:before{
    margin-left: -50px;
    padding-right:18px;
  }
  .splide__slide--caption{
    padding: .5rem 0 0;
  }
  .entradilla__texto{margin-top:0;}
  .img_banner{height: 100px;}
  .cita__texto_especial p {
      font-size: 21px;
      line-height: 29px;
    }
  .footer .main, .contacto-footer p{text-align:center !important; margin-bottom:0;}
  .contacto-footer{margin-top:10%}
  .logo-footer {
   margin-bottom: 10%;
  }
  .logo-footer img{
    max-width: 270px !important;height: auto; 
  }
  
  .programa-col1 .programa .caja-texto{
    bottom: -12%;
    width: 80%;
    right:inherit;
    left: 50%;
    transform: translate(-50%, 32%);
  }
   .programa .caja-texto, .programa-col1 .programa .caja-texto{
  position: relative;
    bottom: inherit;
    right:inherit;
    width: 100%;
    left: inherit;
    transform: none;
    background: #fff;
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    z-index: 1;
    max-width:100%;
    background: #f6f6f6;
  }
  .programa-col2 img, .programa-col1 img{width:100%;}
}
@media only screen and (max-width : 575px) {
  .banner-info{
    grid-template-columns: repeat(1, 1fr);
    gap:50px;
  }
  .banner-info .informacion{padding: 0 20px;}
  .f-gris .main{padding: 50px 15px;}
  .banner-info.objetivo {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 50px;
      gap: 40px;
  }
  /* Carousel */
  .splide__list .splide__slide{
    width: calc(50% - 11.25px) !important;
    padding: 15px;
  }
  .main {
    padding: 70px 15px;
  }
  .cabFondo{padding: 15% 0 25%;}
  .cabFondo__texto h1 {
     font-size: 2.5rem;
     line-height: 2.5rem;
   }
  .folleto_img{ width: 92% !important;}
  
  
 
  .gracias .header_main, .header-container.container-fluid{padding: 0;}
  .header_grid > div:nth-child(2){
    order:1 !important;
    background: #283044;
    padding: 5px;
   
  }
  .header_grid > div:first-child{
    order:2 !important;
  }
  .header_grid{grid-template-columns:1fr}
  .header__enlaces p, .header__enlaces a{color: #fff !important;}
  .header__logo{max-width:100%;text-align:center;padding: 15px;}
  
  .blanco h2 {
    font-size: 35px !important;
}
  
  
  
  
  

}
@media only screen and (max-width : 425px) {}