@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vina+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
/*--------------------------------------------------------------
   # Hero Section 
   --------------------------------------------------------------*/
#hero-recursos {
  width: 100%;
  height: 160px;
  background: url(../img25/recursos-bg-header-10.png) #222221 no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  padding: 18px 0 0;
  text-align: center;
}
#hero-recursos .btn-tengolisto-mb {
  display: none;
}
#hero-recursos h1{
color: #fdeb00;
}
#hero-recursos h4{
  color: #ffffff;
  font-family: 'Sofia Sans';
  }
/*--------------------------------------------------------------
   # Hero Section MB
   --------------------------------------------------------------*/
  
   @media (max-width: 980px) {
    #hero-recursos {
     width: 100%;
     height: 15vh;
     background:#222221;
     position: relative;
     overflow: hidden;
     padding: 0;
   }
   #hero-recursos .btn-tengolisto-mb a {
      font-family: "Teko", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-size: 1.3rem;
      line-height: 2.4rem;
      color: #FFF;
      background: url(../img25/btn_corazon.svg) no-repeat left center #da291c;
      background-size: auto;
      background-size: contain;
      border-radius: 20px;
      padding: 0 18px 0 39px;
      display: block;
      margin: 0 auto;
      text-align: center;
    }
  }

/*--------------------------------------------------------------
   # Recursos
   --------------------------------------------------------------*/
  #recursos{
    padding: 30px 0;
    font-size: 1.2rem;
    overflow: hidden;
  }
  #recursos .col-lg-1{
    padding-top: 6px;
  }
  #recursos .col-lg-11 a{
    color: #2ed9df;
    font-weight: 800;
  }
  #recursos .btn-flecha-celeste{
    width: 218px;
  margin: 30px auto;
  }
  #recursos .tt-principal{
    margin-top: 30px;
    justify-content: center;
  }
  #recursos .imagen{
    position: relative;
  }
  #recursos .imagen img{
    position: absolute;
    bottom: 23px;
  }
  #recursos .iconos .col-lg-3{
    margin: 20px 0;
  }
  #recursos .iconos .col-lg-3{
    text-align: center;
  }
  #recursos .iconos .col-lg-3 img{
    margin-bottom: 20px;
  }
  #recursos .iconos .col-lg-3 .imagen{
    width:100%;
    background-size: contain;
    transition: all 200ms;
    height: 135px;
  }
  #recursos .iconos .col-lg-3 .imagen img{
    width: 105px;
    position: initial;
  }
  #recursos .iconos .col-lg-3 .imagen:hover img{
    margin-top: -35px;
    margin-bottom: 18px;
    transition: all 300ms;
    width: 125px;
  }
  #recursos .container-fluid .con-fondo{
    background-color: #2ed9df;
    padding: 30px 2% 30px 8%;
  }
  #recursos .container-fluid .con-fondo li{
    margin-bottom: 5px;
  }
  #recursos .container-fluid .derecha{
    padding: 30px 8% 30px 2%;
  }
  #recursos .container-fluid h1{
    color: #da291c;
  }
  #recursos .accordion-header .accordion-button{
    color: #da291c;
    font-size: 3rem;
    font-family: "Teko", sans-serif;
  }
  #recursos .accordion-header .accordion-button img{
    margin-right: 20px;
  }
  #recursos .accordion-item{
    border-bottom: 4px solid #da291c;
  }
  #recursos .accordion-body ul{
    list-style: decimal;
  }
  #recursos .accordion-button:not(.collapsed) {
    color: #222221 !important;
    background-color: #2ed9df;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img25/flecha-cerrado.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 2.25rem;
    transition: transform 0.2s ease-in-out;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../img25/flecha-abierta.svg);
    transform: none;
  }
  #recursos .accordion-body .herramientas{
text-align: center;
margin-bottom: 30px;  }
#recursos .accordion-body .col-lg-6{
  text-align: left;  }
  #recursos .accordion-body .col-lg-5{
    text-align: left;  }
  #recursos .accordion-body h3{
    font-weight: 600;
    font-size: 2.5rem;
    color: #da291c;
  }
  #recursos .accordion-body .herramientas .btn{
    width: auto;
    margin: 10px 5px;
    padding: 0;
  }
  #recursos .accordion-body .col-lg-6 .btn{
    margin: 10px 0;
  }
  #recursos .accordion-body .col-lg-5 .btn{
    margin: 10px 0;
  }
  #recursos .titulo-25{
margin-top: 30px;
margin-bottom: 20px;
  }
  #recursos .content-encuenta {
    display: flex;
    clear: both;
    margin: 30px 0 50px 0;
  }
  #recursos .content-encuenta .item{
    width:25%;
    flex: 1;
    text-align: left;
    padding: 15px 3%;
  }
  #recursos .content-encuenta .item h4{
    color:#fdeb00;
  }
  #recursos .content-encuenta .amarillo{
    background:#fdeb00;
  }
  #recursos .content-encuenta .amarillo h4{
    color:#5630a8;
  }
  #recursos .content-encuenta .rojo{
    background:#da291c;
    color:#FFF
  }
  #recursos .content-encuenta .violeta{
    background:#5630a8;
    color:#FFF
  }
  #recursos .content-encuenta .azul{
    background: #11112e;
    color:#FFF
  }
  #recursos .frase-destacada{
text-align: center;
  }
  #recursos .frase-destacada h2{
    font-weight: 600;
    font-size: 2.5rem;
  }
  #recursos .frase-destacada h2 strong{
    font-weight: 600;
  }
  .reflexionar .preguntas ul {
    list-style: none; /* Eliminar el estilo por defecto */
    padding: 0;
  }
  .reflexionar .preguntas ul li{
    color:#5630a8;
    font-weight: 900;
    padding: 10px;
    clear: both;
  }
  .reflexionar .preguntas ul li::before {
    content: "";
    display: block;
    float: left;
    background-image: url(../img25/zoom_25_flecha_vlt.svg);
    background-size: 30px 30px; /* Ajustar el tamaño de la imagen */
    background-repeat: no-repeat;
    width: 30px; /* Tamaño del marcador */
    height: 30px;
    margin-right: 10px; /* Espaciado entre la imagen y el texto */
  }
  .reflexionar .preguntas ul li p{
    display: block;
    float: left;
    width: 88%;
    margin-bottom: 0;
  }
  .reflexionar {
    background: url(../img25/bg-recursos-reflexionar-14.jpg) no-repeat right bottom;
    background-size: 51%;
    height: auto;
    min-height: 390px;
    position: relative;
    overflow: hidden;
  }
  #destacado-recursos{
    background: url(../img25/recursos-bg-destacado-violeta-13.png) #5630a8 right no-repeat;
    background-size: 100%;
    background-position-x: 140px;
    color: #ffffff;
    padding: 40px 0;
    font-size: 1.2rem;
  }
  #destacado-recursos ul {
    list-style: none;
  height: 200px;
  }
  #destacado-recursos ul li{
    color:#fdeb00;
    font-weight: 900;
    padding: 10px;
  }
  #destacado-recursos ul li::before {
    content: "";
    display: block;
    float: left;
    background-image: url(../img25/zoom_25_flecha_amarllo.svg);
    background-size: 30px 30px; /* Ajustar el tamaño de la imagen */
    background-repeat: no-repeat;
    width: 6%;
    height: 30px;
    margin-right: 10px; /* Espaciado entre la imagen y el texto */
  }
  #destacado-recursos ul li p{
    display: block;
    float: left;
    width: 90%;
  }
  #destacado-recursos .btn-flecha-celeste{
    width: 185px;
  }
  #recursos .frame-video {
    padding-top:5.7%;
    padding-left: 5.2%;
    padding-bottom: 5.7%;
    padding-right: 5.2%;
    width: 100%;
    height: auto;
    background:url(../img25/zoom_25_marco_video.svg) left top no-repeat;
    background-size:cover;
    }

    #recursos .frame-video .embed-container-video1 {
      position: relative;
      padding-bottom: 177.7%;
      height: 0;
      overflow: hidden;
    }
    #recursos .frame-video .embed-container-video1 iframe{
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      }
      #recursos .horizontal{
        margin-top: 20px;
      }
#recursos .horizontal .frame-video {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  padding-top: 5.75%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 1.5%;
  background: url(../img25/frame_video_horiz2.svg) no-repeat left top;
    background-size: auto;
  background-size: cover;
}
#recursos .horizontal .frame-video .embed-container-video1 {
  position: relative;
  padding-bottom: 55.7%;
  height: 0;
  overflow: hidden;
}
#recursos .horizontal .frame-video .embed-container-video1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#recursos .herramientas .col-lg-3 p{
  margin: 0;
}
#recursos .herramientas .col-lg-6 p{
  margin: 0;
}
  @media (max-width: 980px){
    #recursos .col-lg-1 {
      float: left;
      width: 13%;
    }
    #recursos .col-lg-11 {
      float: right;
      width: 80%;
    }
    #recursos .imagen{
      margin-bottom: 30px;
    }
    .tt-principal img {
      display: none;
    }
    #destacado-recursos ul {
      list-style: none;
      height: 360px;
      width: 103%;
      padding: 0;
    }
    #recursos .iconos .col-lg-3 {
      margin: 0;
      width: 83%;
      margin: auto;
    }
    #recursos .container-fluid .con-fondo {
      padding: 30px 4%;
    }
    #recursos .container-fluid .derecha {
      padding: 30px 4%;
    }
    .reflexionar {
      background: url(../img25/bg-recursos-reflexionar-14.jpg) no-repeat right bottom;
      background-size: 100%;
      min-height: 1632px;
    }
      #recursos .content-encuenta {
    display: block;
    clear: both;
    height: auto;
    margin: 30px 0 50px 0;
  }
  #recursos .content-encuenta .item {
    width: 100%;
  }
  #recursos .frase-destacada h2 {
    font-size: 2rem;
  }
  #recursos .iconos .col-lg-3 .imagen img {
    width: 30%;
  }
  #recursos .iconos .col-lg-3 .imagen {
    height: auto;
    margin-bottom: 0;
  }
  #recursos .imagen img {
    position: inherit;
  }
  #destacado-recursos ul li p {
    width: 87%;
  }
  #destacado-recursos ul li::before {
    width: 10%;
  }
  #recursos .titulo-25 .left-lg {
    top: 2px;
    left: -125px;
    width: 175px;
  }
  #recursos .titulo-25 h2{
    font-size: 2.1rem;
    line-height: 2rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #recursos .titulo-25 .right-lg {
    top: 2px;
    width: 175px;
    right: -125px;
  }
  #recursos .accordion-header .accordion-button {
    font-size: 2rem;
  }
  #recursos .accordion-header {
    height: auto;
  }
  #recursos .accordion-body {
    padding: 1rem 0;
  }
  #recursos .accordion-body .herramientas .btn {
    margin: 10px 0;
  }
}
@media (min-width: 1400px) {
  .reflexionar {
    background: url(../img25/bg-recursos-reflexionar-14.jpg) no-repeat right bottom;
    background-size: 43%;
  }
}
  
/*--------------------------------------------------------------
   # BTN Prev Next
   --------------------------------------------------------------*/
 #recursos-prev-next{
  background: #fdeb00;
  height: 80px;
  padding: 28px 0;
  position: relative;
 }
 #recursos-prev-next .btn {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2rem;
  border: solid 1px #da291c;
  display: block;
  border-radius: 20px;
  padding: 0 10px;
  margin-top: -5px;
  margin-left: 15px;
  text-align: center;
}
#recursos-prev-next .btn a{
  color: #11112e;
}
#recursos-prev-next a:hover{
  color: #da291c;
}
#recursos-prev-next .prev{
  float: inline-start;
}
#recursos-prev-next .next{
  float: inline-end;
}
#recursos-prev-next .misc-der{
  position: absolute;
  width: 163px;
  left: 0;
  top: -186px;
}
#recursos-prev-next .misc-izq{
  position: absolute;
  width: 163px;
  right: 0;
  top: -186px;
  transform: scaleX(-1);
}

@media (max-width: 980px){
  #recursos-prev-next {
    height: 80px;
  }
  #recursos-prev-next .misc-der {
    position: absolute;
    width: 75px;
    left: 0;
    top: -86px;
  }
  #recursos-prev-next .misc-izq {
    position: absolute;
    width: 75px;
    right: 0;
    top: -86px;
  }
}
  
   .btn-flecha-celeste a {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #222221;
    background: url(../img25/btn_flecha_celeste.png) no-repeat 1px 1px #2ed9df;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    margin-top: -5px;
  }
  .btn-flecha-celeste a:hover {
    background: url(../img25/btn_flecha_celeste.png) no-repeat 1px -70px #5630a8;
    display: block;
    color: #ffffff;
    transition: all 500ms;
  }
  .btn-play-celeste a {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #222221;
    background: url(../img25/btn_play-17.png) no-repeat 1px 1px #2ed9df;
    background-size: 32px;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    margin-top: -5px;
  }
  .btn-play-celeste a:hover {
    background: url(../img25/btn_play-17.png) no-repeat 1px -73px #5630a8;
    background-size: 32px;
    display: block;
    color: #ffffff;
    transition: all 500ms;
  }
  .btn-play-violeta a {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #ffffff;
    background: url(../img25/btn_play-16.png) no-repeat 1px 1px #5630a8;
    background-size: 32px;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    margin-top: -5px;
  }
  .btn-play-violeta a:hover {
    background: url(../img25/btn_play-16.png) no-repeat 1px -73px #2ed9df;
    background-size: 32px;
    display: block;
    color: #222221;
    transition: all 500ms;
  }
  .btn-play-amarillo a {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #222221;
    background: url(../img25/btn_play-18.png) no-repeat 1px 1px #fdeb00;
    background-size: 32px;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    margin-top: -5px;
  }
  .btn-play-amarillo a:hover {
    background: url(../img25/btn_play-18.png) no-repeat 1px -73px #5630a8;
    background-size: 32px;
    display: block;
    color: #ffffff;
    transition: all 500ms;
  }
  .btn-play-rojo a {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #ffffff;
    background: url(../img25/btn_play-19.png) no-repeat 1px 1px #da291c;
    background-size: 32px;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    margin-top: -5px;
  }
  .btn-play-rojo a:hover {
    background: url(../img25/btn_play-19.png) no-repeat 1px -73px #5630a8;
    background-size: 32px;
    display: block;
    color: #ffffff;
    transition: all 500ms;
  }
  .tt-principal h1{
    color: #da291c;
    }
#basesycond{
  font-size: 1.2rem;
  padding: 40px 0 30px;
}
#basesycond li{
  margin: 10px 0;
}
#basesycond h2{
margin-bottom: 20px;
}

#preguntas .accordion-flush .accordion-item .accordion-button {
  color: #da291c;
  font-size: 1.8rem;
}
a {
  color: #5630A8;
  text-decoration: none;
  font-weight: 700;
}
#como-participar .btn-sumate-eng {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #FFF;
  background: url(../img25/btn_whatsapp.png) no-repeat 2px 4px #5630a8;
  display: block;
  border-radius: 20px;
  padding: 0 18px 0 43px;
  width: 230px;
  margin: 0 auto 40px auto;
}
#destacado-recursos .eng {
  width: 190px;
}
#recursos .eng {
  width: 178px;
  margin: 30px auto;
}
#como-participar .por {
  width: 280px;
}
#listo-footer .por a {
  width: 405px;
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) and (max-height: 720px) {
  #este-anio .misc3 {
    left: 3% !important;
  }
  #quees {
    background: url(../img25/fd_quees_zoom.png) no-repeat left bottom #222221;
    background-size: 30% !important;
  }
}

#webinar {
  background: url(../img25/webinar-bg-49.png) top right no-repeat #222221;
background-size: 1170px;
  width: 100%;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 50px;
  font-size: 1.1rem;
  line-height: normal;
  height: auto;
  position: relative;
  overflow: hidden;
  color: #fff;
}
#webinar .webiners-tt{
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.9rem;
  background: #5630A8;
  padding: 13px 15px 10px;
  width: 418px;
}
#webinar h2 {
  color: #fdeb00;
  font-size: 3rem;
  margin-bottom: -7px;
  margin-top: 25px;
}
#webinar h3{
  color: #fdeb00;
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
}
#webinar .btn-tengolisto {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
  text-align: center;
}
#webinar .btn-tengolisto a {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  color: #FFF;
  background: url(../img25/btn_corazon.png) no-repeat 9px 9px #da291c;
  display: block;
  border-radius: 30px;
  padding: 0 18px 0 39px;
  width: 380px;
  margin: auto;
}
#webinar .fecha-hora{
 margin-bottom: 30px;
}
#webinar .fecha-hora .dia{
  float: left;
  margin-right: 20px;
}
#webinar .col-lg-5{
  position: relative;
}
#webinar .nombre{
  position: absolute;
  bottom: -23px;
  left: 57%;
}
#webinar .nombre h4 {
  color: #fdeb00;
  font-size: 1.7rem;
  margin-bottom: 0;
}

@media (max-width: 980px){
  #webinar .webiners-tt {
    width: 100%;
  }
  #webinar h2 {
    font-size: 2.1rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
  #webinar h3 {
    font-size: 2.1rem;
    line-height: 2rem;
  }
  #webinar {
    background:#222221;
  }
  #webinar .fecha-hora .dia {
    float: none;
    margin-right: 0;
  }
  #webinar .nombre {
    position: unset;
    margin-top: 10px;
  }
  #webinar .col-lg-5 img{
    width: 100%;
  }
  #webinar .btn-tengolisto {
    margin: 30px auto 0;
  }
  #webinar .btn-tengolisto a {
    width: 100%;
  }
}