/**
* Template Name: Mentor - v2.2.1
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family:"Sofia Sans", sans-serif;
  font-weight:400;
  color: #000;
  background: #FFF
}


h1, h2, h3, h4, h5, h6 {
  /*<weight>: Use a value from 300 to 700
  // <uniquifier>: Use a unique and descriptive class name*/

    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;

}
strong {
  font-weight:800
}


   /*--------------------------------------------------------------
   # Header
   --------------------------------------------------------------*/
   
   
   .navbar-expand-lg .navbar-nav{
    position:absolute;
    right:25px
   }
   
   .navbar-expand-lg .navbar-nav a{
     padding-left: 15px;
     padding-right: 15px;
     color: #FFF;
   }
   .navbar-expand-lg .navbar-nav a:hover {
     color: #fdeb00;
   }
   #navbar-collapse .navbar-expand-lg .navbar-nav .active > a {
    color: #fff;
  }
   #hero .btn-tengolisto-mb {
    display: none;
  }
   .navbar-expand-lg .navbar-nav .btn-tengolisto a{
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    color:#FFF;
    background: url(../img25/btn_corazon.png) no-repeat 1px 1px #da291c;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    margin-top: -5px;
  }
  .navbar-expand-lg .navbar-nav .btn-tengolisto a:hover{
    background: url(../img25/btn_corazon.png) no-repeat 1px -70px #5630a8;
    display: block;
    transition: all 500ms;
  }
  .navbar-expand-lg .navbar-nav .idiomas-mb{
    display: none;
  }
 .idiomas-mb{
    display: none;
  }
  .navbar-expand-lg .navbar-nav .idiomas{
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    color:#FFF;
    border:solid 1px #da291c;
    display: block;
    border-radius: 20px;
    padding: 0 10px;
    margin-top: -5px;
    margin-left: 15px;
  }
  .navbar-expand-lg .navbar-nav .idiomas a{
    margin:0;
    padding: 0 10px;
  }

  .navbar-expand-lg .navbar-toggler .navbar-toggler-icon{
    background: url(../img25/togle_bars.svg) no-repeat center;
  }

  @media (max-width: 1180px) {
    body {
      font-size: 0.9rem;
    }
    .navbar-expand-lg .navbar-nav a {
      padding-left: 7px;
      padding-right: 7px;
  }
  .navbar-expand-lg .navbar-nav .btn-tengolisto a, .navbar-expand-lg .navbar-nav .idiomas {
    font-size:1rem
  }
}

   @media (max-width: 768px) {
   .navbar-expand-lg .navbar-nav{
    position:relative;
    padding:0;
    width:100%;
    margin-top:0;
    left: 0;
    text-align: center;
   }
   .navbar-expand-lg .navbar-nav a{
     padding:5px 0;
     font-size: 1.2rem;
     color:#fff
   }
   .navbar-expand-lg .navbar-nav a:hover{
    color:#fff
  }
   .navbar-expand-lg .navbar-nav .boton{
     margin-top: 5px;
     text-align:center
   }

   .link-bases a {
     color: #e33028;
     padding: 8px 3%;
     border: solid 1px #e33028;
     border-radius: 25px;
     margin: 0 auto 20px;
     font-size: 1.2rem;
     display: block;
     width: 80%;
   }
   .navbar-expand-lg .navbar-nav .btn-tengolisto a{
    display: none;
  }

  #hero .btn-tengolisto-mb{
    width:69%;
    display: block;
  }
  #hero .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: contain;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .navbar-expand-lg .navbar-nav .idiomas{
    display: none;
  }
  .navbar .idiomas-mb{
    position: absolute;
    right: 23%;
    top:26px;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
    color:#FFF;
    border:solid 1px #da291c;
    display: block;
    border-radius: 20px;
    padding: 0 10px;
  }
  .navbar .idiomas-mb a{
    margin:0;
    padding: 0 10px;
    color: #FFF;
  }
  /*Ajusto las posiciones de destino de los botones de navegación MB*/
  #nav-como {
    position: absolute;
    bottom: 250px;
    display: block;
    width: 10px;
    height: 10px;
  }
  #nav-recursos {
    position: absolute;
    bottom: 640px;
    display: block;
    width: 10px;
    height: 10px; 
  }
  #nav-docentes {
    position: absolute;
    bottom: 250px;
    display: block;
    width: 10px;
    height: 10px; 
  }
  #nav-premios {
    position: absolute;
    bottom: 285px;
    display: block;
    width: 10px;
    height: 10px; 
  }
  #nav-quees {
    position: absolute;
    bottom: 255px;
    display: block;
    width: 10px;
    height: 10px; 
  }
  } /*Fin del @media*/
   
   





   /* Mobile Navigation */
   .mobile-nav-toggle {
     position: fixed;
     top: 25px;
     right: 15px;
     z-index: 1030;
     border: 0;
     background: none;
     font-size: 24px;
     transition: all 0.4s;
     outline: none !important;
     line-height: 1;
     cursor: pointer;
     text-align: right;
   }
   
   .mobile-nav-toggle i {
     color: #ffc630;
   }
   
   .mobile-nav {
     position: fixed;
     top: 55px;
     right: 15px;
     bottom: 50%;
     left: 15px;
     z-index: 9999;
     overflow-y: auto;
     background: #fff;
     transition: ease-in-out 0.2s;
     opacity: 0;
     visibility: hidden;
     border-radius: 10px;
     padding: 10px 0;
   }
   
   .mobile-nav * {
     margin: 0;
     padding: 0;
     list-style: none;
   }
   
   .mobile-nav a {
     display: block;
     position: relative;
     color: #250351;
     padding: 10px 20px;
     font-weight: 400;
     font-size:1.1rem;
     outline: none;
   }
   
   .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
     font-weight: 600;
     text-decoration: none;
   }
   
   .mobile-nav .drop-down > a:after {
     content: "\ea99";
     font-family: IcoFont;
     padding-left: 10px;
     position: absolute;
     right: 15px;
   }
   
   .mobile-nav .active.drop-down > a:after {
     content: "\eaa1";
   }
   
   .mobile-nav .drop-down > a {
     padding-right: 35px;
   }
   
   .mobile-nav .drop-down ul {
     display: none;
     overflow: hidden;
   }
   
   .mobile-nav .drop-down li {
     padding-left: 20px;
   }
   
   .mobile-nav-overly {
     width: 100%;
     height: 100%;
     z-index: 9997;
     top: 0;
     left: 0;
     position: fixed;
     background: rgba(32, 38, 34, 0.6);
     overflow: hidden;
     display: none;
     transition: ease-in-out 0.2s;
   }
   
   .mobile-nav-active {
     overflow: hidden;
   }
   
   .mobile-nav-active .mobile-nav {
     opacity: 1;
     visibility: visible;
   }
   
  

   
   /*--------------------------------------------------------------
   # Back to top button
   --------------------------------------------------------------*/
   .back-to-top {
     position: fixed;
     display: none;
     right: 15px;
     bottom: 15px;
     z-index: 99999;
   }
   
   .back-to-top i {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 24px;
     width: 40px;
     height: 40px;
     border-radius: 50px;
     background: #ffc630;
     color: #fff;
     transition: all 0.4s;
   }
   
   .back-to-top i:hover {
     background: #ff5452;
     color: #fff;
   }
   
   
   /*--------------------------------------------------------------
   # Disable aos animation delay on mobile devices
   --------------------------------------------------------------*/
   @media screen and (max-width: 768px) {
     [data-aos-delay] {
       transition-delay: 0 !important;
     }
   }
   
   
   
   /*--------------------------------------------------------------
   # Hero Section
   --------------------------------------------------------------*/
   #hero {
     width: 100%;
     height: 88vh;
     background:url(../img25/fd_hero25.png) center bottom #222221 no-repeat;
     background-size:cover;
     position: relative;
     overflow: hidden;
     padding: 0;
   }

@media (aspect-ratio: 16/9) {
    #hero {
      height: 88vh;
    }
}
@media (aspect-ratio: 4/3) {
    #hero {
      height: 73vh;
    }
}

   #hero .container-fluid{/*
   display: flex;
   flex-direction: column;
   justify-content: flex-end;  Alinea hijos al fondo del contenedor */
   position: relative;
  }

   #hero .presentadores {
    position: absolute;
    bottom: 0;
    left: 0%;
    /*width: 40%;*/
    height: 80vh;
  }

  #hero .presentadores-mb {
    display:none
  }
  #hero .franja-violeta {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 12%;
    width: 38%;
  }
 
  #hero .bajada {
    position: absolute;
    z-index: 5;
    width:30%; 
    left: 35%;
    top:5vh;
    text-align: center;
  }
  #hero .bajada .frase {
    width:80%;
  }
  #hero .bajada .desconexion {
    width:60%;
    text-align: left;
    margin-left: 29%;
    margin-top: 25px;
  }
  #hero .bajada .desconexion p{
    font-size:1.4rem;
    line-height: 1.7rem;
    font-family: "Teko", sans-serif;
    font-weight: 600;
  }
  #hero .bajada .desconexion .amarillo{
    color:#fdeb00;
    padding-bottom: 0;
    margin-bottom: 11px;
  }
  #hero .bajada .desconexion .blanco{
    color:#fff;
    margin-top: 11px;
    text-align:right
  }

  #hero .videoHero{
    position: absolute;
    z-index: 5;
    top:5vh;
    right: 10%;
    width:21%; 
    height:auto; 
  }


   #hero .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;
     }

     #hero .frame-video .embed-container-video1 {
       position: relative;
       padding-bottom: 177.7%;
       height: 0;
       overflow: hidden;
     }
     #hero .frame-video .embed-container-video1 iframe{
       position: absolute;
       top:0;
       left: 0;
       width: 100%;
       height: 100%;
     }


/*Control de resoluciones grandes*/
@media (min-width: 1440px) {
  #hero .container-fluid{
    max-width:1440px;
}
#hero .bajada {
  top:10vh; 
  width: 32%
}
#hero .videoHero{
  top:10vh;
  width: 22%;
}
}
@media (min-width: 1920px) {
  #hero .container-fluid{
    max-width:1760px;
}
  #hero .presentadores {
    height: 75vh;
  }
}
/*Control de resoluciones chicas*/
@media (max-width: 1180px) {
  #hero {
    height: 73vh;
  }
  #hero .presentadores {
    height: 66vh;
  }
  #hero .bajada .desconexion p{
    font-size:1.3rem;
    line-height: 1.4rem;
    font-family: "Teko", sans-serif;
    font-weight: 600;
  }
}

   /*--------------------------------------------------------------
   # Hero Section MB
   --------------------------------------------------------------*/
  
@media (max-width: 980px) {
   #hero {
    width: 100%;
    height: 1400px;
    background:#222221;
    position: relative;
    overflow: hidden;
    padding: 0;
  }

  #hero .container-fluid{
  position: absolute;
  top:70px;
  height: 155vh;
  padding: 0;
 }

  #hero .presentadores {
   display:none
 }

#hero .presentadores-mb {
  display:block;
  position: absolute;
  width: 100%;
  top:330px
}
 #hero .franja-violeta {
   display: none;
 }

 #hero .bajada {
   position: absolute;
   z-index: 5;
   width:100%; 
   left: 0;
   top:0;
   text-align: center;
 }
 #hero .bajada .frase {
   width:80%;
 }
 #hero .bajada .desconexion {
   width:60%;
   text-align: left;
   margin-left: 29%;
   margin-top: 25px;
 }
 #hero .bajada .desconexion p{
   font-size:1.4rem;
   line-height: 1.6rem;
 }

 #hero .videoHero{
   position:absolute;
   z-index: 5;
   top:750px;
   right: 13%;
   width:74%; 
   height:auto; 
 }
}

   /*--------------------------------------------------------------
   # Titulos
   --------------------------------------------------------------*/

.titulo-25{
  width:100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.titulo-25 h2{
  font-size: 3rem;
}
.titulo-25 .left-lg{
  position: absolute;
  top: 10px;
  left: 0;
  width: 256px;
}
.titulo-25 .right-lg{
  width: 256px;
  position: absolute;
  top: 10px;
  right: 0;
}
.titulo-25-sm{
  width:100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.titulo-25-sm h2{
  font-size: 3rem;
  line-height: 3rem;
  width: 60%;
  margin-left:auto;
  margin-right: auto;
}
.titulo-25-sm .left{
  position: absolute;
  top: 10px;
  left: 0;
  width: 184px;
}
.titulo-25-sm .right{
  width: 184px;
  position: absolute;
  top: 10px;
  right: 0;
}

.rojo h2{
  color:#da291c
}
.violeta h2{
  color:#5630a8
}
.blanco h2{
  color:#FFF
}
.celeste h2{
  color:#2ed9df
}
.amarillo h2{
  color:#fdeb00
}

@media (max-width: 980px) {
  .titulo-25 h2, .titulo-25-sm h2{
    font-size: 2.1rem;
    line-height: 2rem;
    width: 70%;
    margin-left:auto;
    margin-right: auto;
  }
  .titulo-25 .left-lg{
    top:2px;
    left: -125px;
    width: 175px;
  }
  .titulo-25 .right-lg{
    top:2px;
    width: 175px;
    right: -125px;
  }
 .titulo-25-sm .left{
    top:2px;
    left: -50px;
    width: 120px;
  }
.titulo-25-sm .right{
    top:2px;
    width: 120px;
    right: -50px;
  }
 }


   /*--------------------------------------------------------------
   # Este Año
   --------------------------------------------------------------*/


#este-anio{
  background:url(../img25/fd_este_anio.png) right bottom no-repeat #FFF;
  padding-top:70px;
  font-size: 1.2rem;
  line-height: normal;
  height: auto;
  position: relative;
  overflow: hidden;
}
#este-anio .desafio24{
  width:85%;
  margin-bottom: 15px;
}

#este-anio ul {
  list-style: none; /* Eliminar el estilo por defecto */
}
#este-anio ul li{
  color:#5630a8;
  font-weight: 900;
  padding: 10px;
  clear: both;
}
#este-anio 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 */
}
#este-anio ul li p{
  display: block;
  float: left;
  width: 88%;
}
#este-anio .destacada {
  color:#da291c;
  font-weight: 900;
  padding-left: 3%;
}
#este-anio .destacada img{
  width:50px;
  float: left;
}
#este-anio .destacada p{
 display: block;
  width:88%;
  padding-left: 10px;
  float: left;
}
#este-anio .luego{
  padding: 45px 7% 45px 0;
  margin-top: 60px;
  width: 100%;
  background: #fdeb00;
 }
 #este-anio .luego .col-lg-11{
  position: relative;
  padding-left: 6%;
 }
 
 #este-anio .luego .flecha-bl{
  width:81px;
  position: absolute;
  top:-95px;
  left: 0
 }
 #este-anio .ninias-celu{
  width:512px;
  position: absolute;
  bottom:0;
  right: -10px;
 }
 #este-anio .ninias-celu-mb{
  display:none
 }
 @media (max-width: 1600px) {
  #este-anio .ninias-celu{
    width:480px;
    position: absolute;
    bottom:-0;
    right: -10px;
   }
   #este-anio .luego{
    padding: 45px 7% 45px 0;
    margin-top: 80px;
   }
   #este-anio .luego p{
    width:87%
   }
}
@media (max-width: 1280px) {
  #este-anio .ninias-celu{
    width:400px;
    position: absolute;
    bottom:0;
    right: -30px;
   }
   #este-anio .luego{
    padding: 45px 7% 45px 0;
    margin-top: 80px;
   }
   #este-anio .luego p{
    width:87%
   }
}
@media (max-width: 960px) {
  #este-anio ul {
    margin-left: 0;
    padding-left: 0;
  }
  #este-anio .destacada p{
     width:87%;
   }
   #este-anio .destacada img{
    width:40px;
  }
  #este-anio .destacada p{
    width:84%;
  }
  #este-anio .ninias-celu, .flecha-bl{
    display:none
   }
   #este-anio .ninias-celu-mb{
    display:block;
    width:100%
   }
   #este-anio .luego{
    padding: 10px 0 25px 0;
    margin-top: 0;
   }
   #este-anio .luego p{
    width:97%
   }
}

 /*--------------------------------------------------------------
   # Como participar
   --------------------------------------------------------------*/

   #como-participar{
    background: #2ed9df;
    padding: 70px 5%;
    font-size: 1.2rem;
    line-height: normal;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  #como-participar .como-carousel{
    width:100%;
    padding: 0 5%;
    margin: 25px 0 60px 0;
    position: relative;
  }
  #como-participar .como-carousel .item{
    padding: 25px 6% 15px 6%;
    height:410px;
  }
  #como-participar .como-carousel .item a{
    font-weight: 900;
  }
  #como-participar .owl-carousel .owl-item img {
    display: block;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}
  #como-participar .como-carousel .nav-ant{
    position: absolute;
    left: 0;
    top: 150px;
    width: 5%;
    height: 130px;
    background: #FFF;
  }
  #como-participar .como-carousel .nav-ant:hover{
    background: #fdeb00;
  }
  #como-participar .como-carousel .nav-ant::before {
    content: "";
    display: block;
    background-image: url(../img25/carru-ant.svg);
    background-size: contain; /* Ajustar el tamaño de la imagen */
    background-repeat: no-repeat;
    width: 100%; /* Tamaño del marcador */
    height: 130px;
    background-position-x: center;
  }

  #como-participar .como-carousel .nav-sig{
    position: absolute;
    right: 0;
    top:150px;
    width: 5%;
    height: 130px;
    background: #FFF;
  }
  #como-participar .como-carousel .nav-sig:hover{
    background: #fdeb00;
  }
  #como-participar .como-carousel .nav-sig::before {
    content: "";
    display: block;
    background-image: url(../img25/carru-sig.svg);
    background-size: contain; /* Ajustar el tamaño de la imagen */
    background-repeat: no-repeat;
    width: 100%; /* Tamaño del marcador */
    height: 130px;
    background-position-x: center;
  }
  #como-participar .como-carousel .amarillo{
    background:#fdeb00;
  }
  #como-participar .como-carousel .amarillo h4, #como-participar .como-carousel .amarillo a{
    color:#5630a8
  }
  #como-participar .como-carousel .blanco{
    background:#FFF;
  }
  #como-participar .como-carousel .blanco h4,  #como-participar .como-carousel .blanco a{
    color:#da291c;
  }
  #como-participar .como-carousel .rojo{
    background:#da291c;
  }
  #como-participar .como-carousel .rojo h4, #como-participar .como-carousel .rojo a{
    color:#fdeb00;
  }
  #como-participar .como-carousel .rojo p{
    color:#FFF
  }
  #como-participar .como-carousel .violeta{
    background:#5630a8
  }
  #como-participar .como-carousel .violeta h4, #como-participar .como-carousel .violeta a{
    color:#fdeb00;
  }
  #como-participar .como-carousel .violeta p{
    color:#FFF
  }
  #como-participar .como-carousel .azul{
    background:#11112e
  }
  #como-participar .como-carousel .azul h4,  #como-participar .como-carousel .azul a{
    color:#fdeb00;
  }
  #como-participar .como-carousel .azul p{
    color:#FFF
  }

  #como-participar .btn-sumate{
    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: 260px;
    margin: 0 auto 40px auto;
  }
  #como-participar .btn-sumate:hover{
    background: url(../img25/btn_whatsapp.png) no-repeat 2px -67px #da291c;
    display: block;
    transition: all 500ms;
  }

/*FORMATOS CREATIVOS*/

  #como-participar .col-formatos{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 25px;
    /*flex-direction: column;*/
  }
  #como-participar .col-formatos-mb{
    display: none;
  }
  #como-participar .col-formatos .formato{
    flex: 1;
    max-width:20%;
    text-align: center;
    /*display: flex;*/
  }
  #como-participar .col-formatos .formato h3{
    color: #5630a8
  }
  #como-participar .col-formatos .formato p{
    padding-left:5%;
    padding-right: 5%;
  }
  #como-participar .formato .imagen{
    width:100%;
    background: url(../img25/fd_hoja.png) center no-repeat;
    background-size: contain;
    transition: all 200ms;
  }
  #como-participar .formato .imagen img{
    width:65%;
  }
  #como-participar .formato .imagen:hover img{
    margin-top: -50px;
    margin-bottom: 18px;
    transition: all 300ms;
    width: 75%;
  }
  #como-participar .formato:hover h3{
    color: #da291c;
    font-size: 2rem;
    margin-top: -5px;
    transition: all 300ms;
  }

/*Ajustes a resoluciones chicas*/

  @media (max-width: 1400px) {
    #como-participar .como-carousel p{
      font-size: 1.1rem;
    }
    #como-participar .col-formatos .formato p{
      font-size: 1.1rem;
    }
  }
/*MB Version*/
@media (max-width: 960px) {
  #como-participar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #como-participar .container{
    padding-left: 0;
    padding-right: 0;
  } 
  #como-participar .como-carousel{
    padding: 0 10%;
  }
  #como-participar .como-carousel .item{
    padding: 25px 6% 15px 6%;
    min-height:400px;
    height: auto;
  }
  #como-participar .como-carousel .nav-ant{
    position: absolute;
    left: 0;
    top: 130px;
    width: 10%;
    height: 130px;
    background: #FFF;
  }
  #como-participar .como-carousel .nav-sig{
    position: absolute;
    right: 0;
    top:130px;
    width: 10%;
    height: 130px;
    background: #FFF;
  }
  #como-participar .como-carousel p{
    font-size: 1.2rem;
  }
  #como-participar .col-formatos{
    display:none
  }
  #como-participar .col-formatos-mb{
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #como-participar .col-formatos-mb .formato p{
    font-size: 1.2rem;
  }
  #como-participar .col-formatos-mb .formato{
    padding: 0 4% 0 6%;
  }
  #como-participar .col-formatos-mb .como-carousel .nav-sig, #como-participar .col-formatos-mb .como-carousel .nav-ant{
    background: none;
  }

}


 /*--------------------------------------------------------------
   # Docentes
   --------------------------------------------------------------*/

   #docentes{
    background: url(../img25/fd_docentes.png) no-repeat left bottom;
    background-size: 33%;
    padding: 70px 5%;
    font-size: 1.2rem;
    line-height: normal;
    height: auto;
    min-height: 390px;
    position: relative;
    overflow: hidden;
  }
  #docentes .triangles{
    width:180px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #docentes .container{
    padding-left: 30%;
    padding-right: 20%;
  }
  #docentes .container h2{
    font-size: 3rem;
    color: #da291c;
  }
  #docentes .btn-descargar{
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.1rem;
    color:#000;
    background: url(../img25/btn_docentes.png) no-repeat 1px 2px #2ed9df;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    width: 250px;
  }
  #docentes .btn-descargar:hover{
    background: url(../img25/btn_docentes.png) no-repeat 1px -72px #da291c;
    display: block;
    transition: all 500ms;
    color:#FFF;
  }
  #docentes .container .formulario{
    width:100%
  }

  @media (min-width: 1600px) {
    #docentes .container{
      padding-left: 27%;
      padding-right: 13%;
    }
  }

/*MB Version*/
@media (max-width: 960px) {
  #docentes{
    background-size: 75%;
    padding: 70px 5% 200px 6%;
  }
  #docentes .triangles{
    width:90px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #docentes .container{
    padding-left: 0;
    padding-right: 0;
  }

}

 /*--------------------------------------------------------------
   # Descargar guía
   --------------------------------------------------------------*/

   #descargar-guia{
    background: url(../img25/fd_docentes.png) no-repeat -80px bottom;
    background-size: 37%;
    padding: 70px 0 0 0;
    font-size: 1.2rem;
    line-height: normal;
    height: 550px;
    position: relative;
  }
  #descargar-guia .triangles{
    width:180px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #descargar-guia .container{
    width:100%;
    padding: 0 5%;
    margin: 0 auto;
  }
  #descargar-guia .container h2{
    font-size: 3rem;
    color: #da291c;
  }
  #descargar-guia .container .textos{
    width:50%;
    float: left;
    padding:0 5%;
  }
  #descargar-guia .container .formulario{
    width:50%;
    float: left;
  }


/*MB Version*/
@media (max-width: 960px) {
  #descargar-guia{
    background-size: 75%;
    height: auto;
    padding: 50px 0 70px 0;
  }
  #descargar-guia .triangles{
    width:90px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #descargar-guia .container .textos{
    width:100%;
    float: none;
    padding:0 5%;
  }
  #descargar-guia .container .formulario{
    width:100%;
    float: none;
  }

}
 /*--------------------------------------------------------------
   # Premios
   --------------------------------------------------------------*/

   #premios{
    background:url(../img25/fd_premios.png) center top no-repeat #da291c;
    width: 100%;
    margin: 0;
    padding-top:70px;
    padding-bottom: 50px;
    font-size: 1.1rem;
    line-height: normal;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  #premios .premios-ppal{
    width: 915px;
    height: 527px;
    margin: 25px auto 0 auto;
    position: relative;
    text-align: center;
  }
  #premios .premios-ppal .video{
    width: 283px;
    height: 381px;
    position:absolute;
    left: 0;
    bottom:40px;
    background: url(../img25/premios/fd_video.png) no-repeat center top;
    transition: all 600ms;
  }
  #premios .premios-ppal .video:hover{
    background: url(../img25/premios/fd_video.png) no-repeat center bottom;
    transition: all 200ms;
  }
  #premios .premios-ppal .video h4{
    color:#fdeb00;
    font-size: 1.7rem;
    margin: 15px 10%;
  }
  #premios .premios-ppal .video p{
    color:#fff;
    padding: 0 10%;
  }
  #premios .premios-ppal .primero{
    width: 347px;
    height: 487px;
    position:absolute;
    left: 284px;
    bottom:40px;
    background: url(../img25/premios/fd_ppal.png) no-repeat center top;
    transition: all 600ms;
  }
  #premios .premios-ppal .primero:hover{
    background: url(../img25/premios/fd_ppal.png) no-repeat center bottom;
    transition: all 200ms;
  }
  #premios .premios-ppal .primero h4{
    color:#da291c;
    font-size: 1.7rem;
    margin: 15px 10% 0 10%;
  }
  #premios .premios-ppal .primero p{
    color:#000;
    padding: 0 5%;
    margin-top: -15px;
  }
  #premios .premios-ppal .primero span{
    display: block;
    color:#000;
    padding: 0 10%;
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #premios .premios-ppal .primero img{
    margin-top: -15px;
  }

  #premios .premios-ppal .podcast{
    width: 283px;
    height: 380px;
    position:absolute;
    left: 631px;
    bottom:40px;
    background: url(../img25/premios/fd_podcast.png) no-repeat center top;
    transition: all 600ms;
  }
  #premios .premios-ppal .podcast:hover{
    background: url(../img25/premios/fd_podcast.png) no-repeat center bottom;
    transition: all 200ms;
  }
  #premios .premios-ppal .podcast h4{
    color:#fdeb00;
    font-size: 1.7rem;
    margin: 15px 10%;
  }
  #premios .premios-ppal .podcast p{
    color:#fff;
    padding: 0 10%;
  }
  #premios .premios-ppal .podcast img{
    margin-top: -10px;
    width: 55%;
  }
  #premios .premios-ppal .ninies-premios{
    position:absolute;
    left: 197px;
    bottom:0;
    z-index: 10;
  }
  #premios .premios-secu{
    margin-top: 40px;
  }
  #premios .premios-secu .item-premio{
    width:25%;
    float: left;
    text-align: center;
    color:#FFF;
  }
  #premios .premios-secu .item-premio p{
    margin: 15px 10%;
  }
  #premios .premios-secu .item-premio h4{
    color:#fdeb00;
    font-size: 1.7rem;
    margin: 15px 13%;
  }

  #premios .carru-secu{
    display: none;
  }

/*Resoluciones pequeñas*/  
  @media (max-width: 1200px) {
    #premios .premios-secu .item-premio h4,  #premios .premios-ppal .podcast h4, #premios .premios-ppal .primero h4,  #premios .premios-ppal .video h4{
      font-size: 1.5rem;
      line-height: 1.7rem;
      margin: 10px 10%;
    }
  }
  /*MB VERSION*/  
  @media (max-width: 980px) {
    #premios{
      background:none #da291c;
      padding-top:50px;
      font-size: 1.1rem;
    }
    #premios .premios-ppal{
      width: 100%;
      height: auto;
      margin: 25px auto 0 auto;
      position:unset;
    }
    #premios .premios-ppal .video{
      width: 100%;
      position:unset;
      height: auto;
      background: #5630a8;
      margin: 0;
      padding: 15px 3%;
    }
    #premios .premios-ppal .video:hover{
      background: #da291c;
    }
    #premios .premios-ppal .video h4{
      color:#fdeb00;
      font-size: 1.7rem;
      text-align: left;
      margin: 15px 10% 15px 3%;
    }
    #premios .premios-ppal .video p{
      padding: 0;
      width: 55%;
      text-align: left;
      display: inline-block;
    }
    #premios .premios-ppal .video img{
      width: 40%;
      display: inline-block;
      margin-top: -85px;
    }
    #premios .premios-ppal .primero{
      width: 100%;
      position:unset;
      height: auto;
      background: #fdeb00;
      margin: 0;
      padding: 15px 5%;
    }
    #premios .premios-ppal .primero:hover{
      background: #2ed9df;
    }
    #premios .premios-ppal .podcast{
      width: 100%;
      position:unset;
      height: 210px;
      background: #11112e;
      margin: 0;
      padding: 15px 3%;
    }
    #premios .premios-ppal .podcast:hover{
      background: #da291c;
    }
    #premios .premios-ppal .podcast p{
      padding: 0;
      margin-top: 75px;
      width: 60%;
      text-align: left;
      display: block;
      position: absolute;
      left:35%;
    }
    #premios .premios-ppal .podcast img{
      padding: 0;
      width: 36%;
      text-align: left;
      display: block;
      position: absolute;
      left:0;
      margin-top: 15px;
    }  
    #premios .premios-ppal .podcast h4{
      padding: 0;
      margin: 15px 0 0 0;
      width: 60%;
      text-align: left;
      display: block;
      position: absolute;      
      left:35%;
    }
    #premios .premios-ppal .ninies-premios{
      display:none
    }
    #premios .premios-secu{
      display: none;
    }
    /*Carrusel MB Premios*/
    #premios .carru-secu{
      display: block;
      width: 100%;
    }
    #premios .premios-carousel{
      padding: 0 10%;
    }
    #premios .premios-carousel .item-premio{
      width:100%;
      float: none;
      text-align: center;
      color:#FFF;
      padding: 25px 6% 15px 6%;
      min-height:400px;
      height: auto;
    }
    #premios .premios-carousel .nav-ant{
      position: absolute;
      left: 0;
      top: 130px;
      width: 15%;
      height: 130px;
    }
    #premios .premios-carousel .nav-ant::before {
      content: "";
      display: block;
      background-image: url(../img25/carru-ant-bl.svg);
      background-size: contain; /* Ajustar el tamaño de la imagen */
      background-repeat: no-repeat;
      width: 100%; /* Tamaño del marcador */
      height: 130px;
      background-position-x: center;
    }
    #premios .premios-carousel .nav-sig{
      position: absolute;
      right: 0;
      top:130px;
      width: 15%;
      height: 130px;
    }
    #premios .premios-carousel .nav-sig::before {
      content: "";
      display: block;
      background-image: url(../img25/carru-sig-bl.svg);
      background-size: contain; /* Ajustar el tamaño de la imagen */
      background-repeat: no-repeat;
      width: 100%; /* Tamaño del marcador */
      height: 130px;
      background-position-x: center;
    }

    #premios .carru-secu .item-premio p{
      margin: 15px 6%;
    }
    #premios .carru-secu .item-premio h4{
      color:#fdeb00;
      font-size: 1.7rem;
      margin: 15px 8%;
    }
    #premios .carru-secu .item-premio img{
      width:150px;
      margin: 0 auto;
    }
  }

  
 /*--------------------------------------------------------------
   # En Cuenta / Recursos
   --------------------------------------------------------------*/

   #encuenta{
    background:#FFF;
    width: 100%;
    margin: 0;
    padding-top:70px;
    padding-bottom: 50px;
    font-size: 1.1rem;
    line-height: normal;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  #encuenta .content-encuenta {
    display: flex;
    clear: both;
    margin: 30px 0 50px 0;
  }
  #encuenta .content-encuenta .item{
    width:25%;
    flex: 1;
    text-align: left;
    padding: 15px 3%;
  }
  #encuenta .content-encuenta .item h4{
    color:#fdeb00;
  }
  #encuenta .content-encuenta .amarillo{
    background:#fdeb00;
  }
  #encuenta .content-encuenta .amarillo h4{
    color:#5630a8;
  }
  #encuenta .content-encuenta .rojo{
    background:#da291c;
    color:#FFF
  }
  #encuenta .content-encuenta .violeta{
    background:#5630a8;
    color:#FFF
  }
  #encuenta .content-encuenta .azul{
    background: #11112e;
    color:#FFF
  }
  #encuenta .content-recursos {
    clear: both;
    margin: 30px 0 50px 0;
    display: flex;
  }
  #encuenta .content-recursos .item{
    width:25%;
    flex: 1;
    text-align: left;
    padding: 15px 3%;
    text-align: center;
    position: relative;
  }
  #encuenta .content-recursos .item p{
    padding-bottom: 15px;
  }
  #encuenta .content-recursos .item h4{
    color:#5630a8;
  }
  #encuenta .content-recursos .item h4 img{
    width:36px;
  }
  #encuenta .btn-ir{
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.1rem;
    color:#FFF;
    background: url(../img25/btn_docentes.png) no-repeat 1px -72px #da291c;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    width: 180px;
    margin: 10px 0 0 -90px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  #encuenta .btn-ir:hover{
    background: url(../img25/btn_docentes.png) no-repeat 1px 2px #2ed9df;
    display: block;
    transition: all 500ms;
    color:#000;
  }

  #encuenta .carrusel-recursos-mb{
    display: none;
  }

  /*MB VERSION*/  
  @media (max-width: 980px) {

  #encuenta{
    padding-top:50px;
    padding-bottom: 50px;
  }
  #encuenta .content-encuenta {
    display: block;
    clear: both;
    height: auto;
    margin: 30px 0 50px 0;
  }
  #encuenta .content-encuenta .item{
    width:100%;
    flex:none;
    text-align: left;
    padding: 15px 5% 5px 5%;
  }
  
  #encuenta .content-recursos {
    display: none;
  }

  /*Carousel*/

  #encuenta .carrusel-recursos-mb {
    clear: both;
    margin:0;
    display: block;
  }
  #encuenta .carrusel-recursos-mb .recursos-carousel {
    padding: 0 10%;
  }
  #encuenta .carrusel-recursos-mb .item{
    width:100%;
    padding: 15px 3%;
    text-align: center;
  }
  #encuenta .carrusel-recursos-mb .item p{
    padding:0 5% 35px 5% ;
  }
  #encuenta .carrusel-recursos-mb .item h4{
    color:#5630a8;
    font-size: 1.5rem;
  }
  #encuenta .carrusel-recursos-mb .item h4 img{
    width:36px;
    display: inline-block;
  }
  #encuenta .recursos-carousel .nav-ant{
    position: absolute;
    left: 0;
    top: 50px;
    width: 10%;
    height: 130px;
  }
  #encuenta .recursos-carousel .nav-ant::before {
    content: "";
    display: block;
    background-image: url(../img25/carru-ant.svg);
    background-size: contain; /* Ajustar el tamaño de la imagen */
    background-repeat: no-repeat;
    width: 100%; /* Tamaño del marcador */
    height: 130px;
    background-position-x: center;
  }
  #encuenta .recursos-carousel .nav-sig{
    position: absolute;
    right: 0;
    top:50px;
    width: 10%;
    height: 130px;
  }
  #encuenta .recursos-carousel .nav-sig::before {
    content: "";
    display: block;
    background-image: url(../img25/carru-sig.svg);
    background-size: contain; /* Ajustar el tamaño de la imagen */
    background-repeat: no-repeat;
    width: 100%; /* Tamaño del marcador */
    height: 130px;
    background-position-x: center;
  }
}


 /*--------------------------------------------------------------
   # Jurado
   --------------------------------------------------------------*/

   #jurado{
    background: #2ed9df;
    padding: 70px 5%;
    font-size: 1.2rem;
    line-height: normal;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  #jurado .como-carousel{
    width:100%;
    padding: 0 5%;
    margin: 25px 0 60px 0;
    position: relative;
  }
  #jurado .como-carousel .item{
    padding: 25px 6% 15px 6%;
    height: auto;
  }
  #jurado .como-carousel .item a{
    font-weight: 900;
  }
  #jurado .owl-carousel .owl-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
  #jurado .como-carousel .nav-ant{
    position: absolute;
    left: 0;
    top: 150px;
    width: 5%;
    height: 130px;
    background: #FFF;
  }
  #jurado .como-carousel .nav-ant:hover{
    background: #fdeb00;
  }
  #jurado .como-carousel .nav-ant::before {
    content: "";
    display: block;
    background-image: url(../img25/carru-ant.svg);
    background-size: contain; /* Ajustar el tamaño de la imagen */
    background-repeat: no-repeat;
    width: 100%; /* Tamaño del marcador */
    height: 130px;
    background-position-x: center;
  }

  #jurado .como-carousel .nav-sig{
    position: absolute;
    right: 0;
    top:150px;
    width: 5%;
    height: 130px;
    background: #FFF;
  }
  #jurado .como-carousel .nav-sig:hover{
    background: #fdeb00;
  }
  #jurado .como-carousel .nav-sig::before {
    content: "";
    display: block;
    background-image: url(../img25/carru-sig.svg);
    background-size: contain; /* Ajustar el tamaño de la imagen */
    background-repeat: no-repeat;
    width: 100%; /* Tamaño del marcador */
    height: 130px;
    background-position-x: center;
  }
  #jurado .como-carousel .amarillo{
    background:#fdeb00;
  }
  #jurado .como-carousel .amarillo h4, #como-participar .como-carousel .amarillo a{
    color:#5630a8
  }
  #jurado .como-carousel .blanco{
    background:#FFF;
  }
  #jurado .como-carousel .blanco h4,  #como-participar .como-carousel .blanco a{
    color:#da291c;
  }
  #jurado .como-carousel .rojo{
    background:#da291c;
  }
  #jurado .como-carousel .rojo h4, #como-participar .como-carousel .rojo a{
    color:#fdeb00;
  }
  #jurado .como-carousel .rojo p{
    color:#FFF
  }
  #jurado .como-carousel .violeta{
    background:#5630a8
  }
  #jurado .como-carousel .violeta h4, #como-participar .como-carousel .violeta a{
    color:#fdeb00;
  }
  #jurado .como-carousel .violeta p{
    color:#FFF
  }
  #jurado .como-carousel .azul{
    background:#11112e
  }
  #jurado .como-carousel .azul h4,  #como-participar .como-carousel .azul a{
    color:#fdeb00;
  }
  #jurado .como-carousel .azul p{
    color:#FFF
  }
  #jurado .btn-mas{
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.1rem;
    color:#000;
    background: url(../img25/btn_mas-21.png) no-repeat 1px 2px #fdeb00;
    background-size: 32px;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    width: 100%;
  }
  #jurado .btn-mas:hover{
    background: url(../img25/btn_mas-21.png) no-repeat 1px -72px #000;
    background-size: 32px;
    display: block;
    transition: all 500ms;
    color:#fdeb00;
  }
  #jurado .btn-mas-amarillo{
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.1rem;
    color:#fff;
    background: url(../img25/btn_mas-20.png) no-repeat 1px 2px #5630a8;
    background-size: 32px;
    display: block;
    border-radius: 20px;
    padding: 0 18px 0 39px;
    width: 100%;
  }
  #jurado .btn-mas-amarillo:hover{
    background: url(../img25/btn_mas-20.png) no-repeat 1px -72px #2ed9df;
    background-size: 32px;
    display: block;
    transition: all 500ms;
    color:#000;
  }

 /*--------------------------------------------------------------
   # Modals Jurado
   --------------------------------------------------------------*/
  @media (min-width: 576px) {
    .jurado-modal  .modal-dialog {
      max-width: 60%;
      margin: 1.75rem auto;
    }
  }
  .jurado-modal  .modal-body{
    width: 96%;
    margin: auto;
   }
   .jurado-modal  .modal-body img{
    float: left;
  margin-right: 20px;
   }
   .jurado-modal  .modal-content{
    background: url(../img25/zoom_25_marco_video.svg) left top no-repeat;
    background-size: auto;
  background-size: cover;
  border: none;
   }
   .jurado-modal  .amarillo{
    background: #fdeb00;
   }
   .jurado-modal  .violeta{
    background: #5630a8;
    color: #fff;
   }
   .jurado-modal  .rojo{
    background: #da291c;
    color: #fff;
   }
   .jurado-modal  .blanco{
    background: #FFF;
   }
   .jurado-modal  .azul{
    background: #11112e;
    color: #fff;
   }
   .jurado-modal  .modal-body h4{
    color:#fdeb00
  }
  .jurado-modal  .amarillo h4{
    color:#5630a8 !important
  }
  .jurado-modal  .btn-close{
    background: #da291c url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    color: #FFF;
    border-radius: 30px;
    width: 2em;
  height: 2em;
  opacity: 100;
  }
  @media (max-width: 980px){
    .jurado-modal .modal-content {
      width: 90%;
      margin: auto;
    }
    .jurado-modal .modal-body img {
      float: none;
      margin: auto;
      margin-bottom: 20px;
      width: 100%;
    }
  }
/*--------------------------------------------------------------
   # Que es Zoom
   --------------------------------------------------------------*/

   #quees{
    background:url(../img25/fd_quees_zoom.png) no-repeat left bottom #222221;
    width: 100%;
    margin: 0;
    padding-top:70px;
    padding-bottom: 50px;
    font-size: 1.1rem;
    line-height: normal;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  #quees .content-quees {
    clear: both;
    margin: 30px 0 50px 0;
    padding-left: 25%;
    color:#FFF
  }
  #quees .content-quees h4{
    color:#fff;
  }
  #quees .content-quees .amarillo{
    color:#fdeb00;
  }
  #quees .misc-1{
    width:150px;
    position: absolute;
    right: -15px;
    bottom: 0;
  }
  #quees .misc-2{
    width:40px;
    position: absolute;
    right: 40px;
    bottom: 90px;
  }
  #quees .ninia-selfie{
    display: none;
  }
  

  /*MB VERSION*/  
  @media (max-width: 980px) {
    #quees{
      background: #222221;
      width: 100%;
      margin: 0;
      padding-top:70px;
      padding-bottom: 10px;
      font-size: 1.1rem;
      line-height: normal;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    #quees .container {
      padding-left: 0;
      padding-right: 0;
    }
    #quees .content-quees {
      margin: 30px 0 50px 0;
      padding-left: 0;
      padding-right: 0;
    }
    #quees .content-quees .amarillo{
      color:#fdeb00;
      padding-bottom: 0;
      padding-left: 13%;
      padding-right: 7%;
      background:url(../img25/fd_quees_zoom-mb.png) no-repeat left bottom #222221;
      background-size: contain;
      margin-bottom: 25px;
    }
    #quees .content-quees p,  #quees .content-quees h4{
      padding-left: 8%;
      padding-right: 7%;
    }
    #quees .ninia-selfie{
      display: block;
      width: 90%;
      margin-top: 10px;
    }
    #quees .misc-1{
      display:none
    }
    #quees .misc-2{
      display:none
    }
  }

  
/*--------------------------------------------------------------
   # GAnadores
   --------------------------------------------------------------*/

   #ganadores{
    background:url(../img25/fd_ganadores.png) no-repeat center 150px #222221;
    width: 100%;
    margin: 0;
    padding-top:70px;
    padding-bottom: 50px;
    font-size: 1.1rem;
    line-height: normal;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  #ganadores .content-ganadores {
    clear: both;
    margin: 70px 0 50px 0;
    color:#FFF;
    position: relative;
  }
  #ganadores .content-ganadores h4{
    display: block;
    position: absolute;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.9rem;
    top:55px;
    left: 2%;
    width: 100px;
  }

  #ganadores .content-ganadores .frame-video {
    width:75%;
    height: auto;
    margin: auto;
    background: url(../img25/frame_video_horiz.svg) no-repeat left top;
    background-size:cover;
    padding-top: 1.6%;
    padding-bottom: 1.6%;
    padding-left: 2%;
    padding-right: 2%;
}

#ganadores .content-ganadores .frame-video .embed-container-video1 {
  position: relative;
  padding-bottom: 55.7%;
  height: 0;
  overflow: hidden;
}
#ganadores .content-ganadores .frame-video .embed-container-video1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ganadores .content-ganadores .anio-anterior{
  width:100%;
  padding: 80px 0 50px 0;
}
#ganadores .content-ganadores .anio-anterior .frame-video{
  width:30%;
  height: auto;
  float: left;
  text-align: left;
  padding-top: 0.75%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 1.5%;
  background: url(../img25/frame_video_horiz2.svg) no-repeat left top;
  background-size: cover;
}
#ganadores .content-ganadores .anio-anterior .frame-video .embed-container-video1 {
  position: relative;
  padding-bottom: 55.7%;
  height: 0;
  overflow: hidden;
}
#ganadores .content-ganadores .anio-anterior .frame-video .embed-container-video1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ganadores .content-ganadores .anio-anterior .frame-video h5{
  margin-top:-20px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.5rem;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior{
  width:30%;
  height: auto;
  float: left;
  text-align: center;
  padding-top: 1%;
  padding-left: 0;
  padding-right: 0;
  margin: 25px 1.5%;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior a{
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2.1rem;
  background: url(../img25/btn_docentes.png) no-repeat 1px 2px #2ed9df;
  display: block;
  border-radius: 20px;
  padding: 0 18px 0 39px;
  width: 90%;
  margin: auto;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior a:hover{
  display: block;
  transition: all 500ms;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior .celeste{
  background: url(../img25/btn_video_celeste.png) no-repeat 1px 2px #2ed9df; color:#000;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior .celeste:hover{
  background: url(../img25/btn_video_celeste.png) no-repeat 1px -72px #da291c; color:#FFF;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior .violeta{
  background: url(../img25/btn_video_violeta.png) no-repeat 1px 2px #5630a8; color:#FFF;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior .violeta:hover{
  background: url(../img25/btn_video_violeta.png) no-repeat 1px -72px #da291c; color:#FFF;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior .amarillo{
  background: url(../img25/btn_video_amarillo.png) no-repeat 1px 2px #fdeb00; color:#000;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior .amarillo:hover{
  background: url(../img25/btn_video_amarillo.png) no-repeat 1px -72px #2ed9df; color:#000;
}

#ganadores .bases{
  text-align: center;
  clear: both;
  padding-top: 35px;
  color:#FFF
}
#ganadores .bases a{
  color:#FFF;
  padding: 0 15px;
}
#ganadores .bases a:hover{
  color:#fdeb00;
  padding: 0 15px;
}

/*MB VERSION*/  
@media (max-width: 980px) {
  #ganadores{
    background:#222221;
    width: 100%;
    margin: 0;
    padding-top:0;
    padding-bottom: 50px;
  }
  #ganadores .titulo-25-sm h2 {
    width:80%
  }
  #ganadores .titulo-25-sm .left, #ganadores .titulo-25-sm .right{
    display: none;
  }
  #ganadores .content-ganadores h4{
    display: block;
    position: absolute;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
    top:-38px;
    left:0;
    width: 240px;
    height: 45px;
    background: #5630a8;
  }
  #ganadores .content-ganadores .frame-video {
    width:96%;
}
#ganadores .content-ganadores .anio-anterior{
  width:100%;
  padding:50px 0 0 0;
  margin-bottom: 0;
  text-align: center;
}
#ganadores .content-ganadores .anio-anterior .frame-video{
  width:82%;
  height: auto;
  float: none;
  text-align: left;
  padding-top: 0.75%;
  padding-left: 0;
  padding-right: 0;
  margin: 15px auto 35px auto;
}

#ganadores .content-ganadores .anio-anterior .frame-video h5{
  margin-top:-20px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.5rem;
}
#ganadores .content-ganadores .anio-anterior .btn-anterior{
  width:90%;
  height: auto;
  float: none;
  text-align: center;
  padding-top: 1%;
  padding-left: 0;
  padding-right: 0;
  margin: 15px auto;
}
#ganadores .bases{
  margin-top: 0;
  padding-top:0 ;
}
#ganadores .bases span{
  display:none
}
#ganadores .bases a{
  color:#FFF;
  padding: 6px;
  display: block;
}
#ganadores .bases a:hover{
  color:#fdeb00;
  padding: 0 15px;
}

}

/*--------------------------------------------------------------
   # Tengo Listo Footer
   --------------------------------------------------------------*/
   #listo-footer {
    padding: 40px 0;
    background: #fdeb00;
  }
   #listo-footer .btn-tengolisto {
    width:100%;
    max-width: 900px;
    margin: auto;
    text-align: center;
  }

 #listo-footer .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;
}

#listo-footer .btn-tengolisto a:hover{
  background: url(../img25/btn_corazon.png) no-repeat 9px -62px #5630a8;
  display: block;
  transition: all 500ms;
}
/*MB VERSION*/  
@media (max-width: 980px) {
  #listo-footer .btn-tengolisto a{
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.3rem;
    color:#FFF;
    background: url(../img25/btn_corazon.png) no-repeat 5px 5px #da291c;
    display: block;
    border-radius: 30px;
    padding: 5px 18px 0 39px;
    width: 310px;
    margin: auto;
  }
  #listo-footer .btn-tengolisto a:hover{
    background: url(../img25/btn_corazon.png) no-repeat 5px -52px #5630a8;
    display: block;
    transition: all 500ms;
  }
 }

 /*--------------------------------------------------------------
   # Organizan
   --------------------------------------------------------------*/
   #organizan {
    padding: 40px 0;
    background: #FFF;
    text-align: center;
  }
  #organizan .col-lg-12, #organizan .col-lg-6{
    padding: 23px 0;
  }
  #organizan img {
    margin: auto;
  }
  #organizan .desktop {
    display:block
  }
  #organizan .mobile, #organizan .mobile-or {
    display:none
  }
  #organizan h2{
    color:#5630a8;
    font-size: 2rem;
    line-height: 1.5rem;;
    padding-bottom: 0;
  }
  @media (max-width: 980px) {
    #organizan .desktop {
      display:none
    }
    #organizan .mobile {
      display:block
    }
    #organizan .mobile-or {
      display:block;
      padding: 0 3%;
    }
    #organizan img{
      width: 100%;
    }
   }

