 /*Google font*/
 @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;700&display=swap');

 body,html{
   font-family: 'Nunito', sans-serif !important;
   background: #F9F9F9 !important;
 }

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

 .no_sub{
   text-decoration: none !important;
 }

 .no_sub a{
   text-decoration: none !important;
 }

 .no_sub a:hover{
   color: #cc0000 !important;
 }
 
 .no-border{
   border: 0px !important;
   padding: 12px !important;
 }

 .hide{
   display: none !important;
 } 

 .show{
  display: block !important;
}

 .label-legales-register{
  font-size: 9px !important; 
  color: #fff !important;
 }

 .top-home{
   padding-top: 175px;
 }

 .top-contenidos{
  margin-top: 152px !important;
}

.top-aviso{
  margin-top: 100px !important;
}

.top-datos{
  margin-top: 150px;
}

.top-exclusivos{
  margin-top: 175px;
}

 .main-home{
   height: 100%;
   background: #ffe2b3;
   background: url(./../../assets/images/bg_login.png);
   background-size: cover;
   /* padding-bottom: 100px !important; */
   background-repeat: no-repeat;
 }

 .main-registro{
  height: 100%;
  background: #ffe2b3;
  background: url(./../../assets/images/bg_registro.png);
  background-size: cover;
  background-attachment: fixed;
  /* padding-bottom: 420px !important; */
  background-repeat: no-repeat;
}

.main-contrasena{
  height: 100%;
  background: #ffe2b3;
  background: url(./../../assets/images/bg_contrasena.png);
  background-size: cover;
  padding-bottom: 425px !important;
  background-repeat: no-repeat;
}


 .main-datos{
  /* padding-top: 0px !important; */
  height: 100%;
  background: #ffe2b3;
  background: url(./../../assets/images/bg_cuenta.png);
  background-size: cover;
  /* padding-bottom: 200px !important; */
  background-repeat: no-repeat;
}

.main-contenidos{
  padding-top: 0px !important;
  height: 100%;
  background: #ffe2b3;
  background: url(./../../assets/images/bg_contenidos.png);
  background-size: cover;
  padding-bottom: 200px !important;
  background-repeat: no-repeat;
}

.main-exclusivos{
  padding-top: 0px !important;
  height: 100%;
  background: #F9F9F9;
  /* background: url(./../../assets/images/bg_exclusivo_lyg.png); */
  background-size: cover;
  /* padding-bottom: 300px !important; */
  background-repeat: no-repeat;
}

 .main-login{
   background: #559df4 !important;
   border-radius: 11px;
 }

 .main-forgot{
  background: #56af8c !important;
  border-radius: 11px;
}

 .main-register{
   background: #f09965 !important;
   border-radius: 11px;
 }

 .main-canvas-login{
  background: #fff !important;
  border: 1px solid #8653ae;
  border-radius: 11px;
}

 .main-txt-hola{
   color: #FFF !important;
   text-align: center;
   font-size: 20px;
   margin-top: 20px;
   margin-bottom: 20px;
 }

 .entrada-not-registered{
   color: #FFF !important;
   text-decoration: none !important;
 }

 .entrada-input{
   color: #FFF !important;
   text-decoration: none !important;
 }

 .entrada-input-datos{
  color: #212121 !important;
  text-decoration: none !important;
 }

 .entrada-login{
   color: #FFF !important;
   text-decoration: none !important;
 }

 .entrada-login:hover{
   color: #2d75cc !important;

 }

 .under{
   text-decoration: underline !important;
 }

 .group-text-login{
    background: #2d75cc !important;
    border: 0px !important;
    border: 0px;
 }

 .group-text-forgot{
  background: #2c634d !important;
  border: 0px !important;
  border: 0px;
}

 .group-text-register{
  background: #e66b2c !important;
  border: 0px !important;
  width: 45px !important;
}

.naranja{
    color: #e66b2c !important;
}

.gris{
  color: #616a71 !important;
}

 .login-input{
   border: 0px !important;
 }

 .login-input ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
  } 

  .aviso-text{
    text-align: justify; 
    line-height: 2.0;
  }

 .login-input-datos{
  border: 1px solid #212121 !important;
  padding: 12px !important;
}

 .login-icon{
   color: #FFF;
 }

 .btn-login-entrar{
   color: #FFF !important;
   padding-top: 10px;
   padding-bottom: 10px;
   background: #fdc64b !important;
 }

 .btn-login-datos-entrar{
    color: #FFF !important;
    font-size: 18px !important;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #fdc64b !important;
 }

 .btn-login-datos-entrar:hover{
  color: #FFF !important;
  font-size: 18px !important;
  padding-top: 10px;
  padding-bottom: 5px;
  background: #4A90E2 !important;
  border-color: #4A90E2 !important;
}

 .separator{
   border: 1px solid #FFF;
 }

 .registrate{
   font-size: 16px;
   color: #FFF !important;
 }

 .registrate :hover{
   font-size: 16px;
   color: #FFF !important;
   text-decoration: none !important;
 }

 .social-login{
   max-width: 400px; 
   width: 100%
 }

/***--- ESTILOS DEL FOOTER ---***/
 footer{
   width: 100%;
   /*background: #ffffff;
   -webkit-box-shadow: 0px -6px 28px -13px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px -6px 28px -13px rgba(0,0,0,0.75);
   box-shadow: 0px -10px 28px -20px rgba(0,0,0,0.75);*/
   position: fixed;
   width: 100%;
   z-index: 99;
   bottom: 0px;

 }
 .iconsocial .fab{
   color: #fa6e22;
   cursor: pointer;
   font-size: 20px;
 }
 .iconsocial .fab:hover{
   color: #fec730;
 }

 .avisos-footer{
   color: rgb(51, 122, 183);
   text-decoration: none !important;
 }

 .avisos-footer:hover{
   color: rgb(51, 122, 183);
   text-decoration: none !important;
 }

 .avisos-footer:hover{text-decoration: underline!important;}
 .logoBallLYG{
   width: 200px;
     height: auto;
     bottom: 55px;
     position: absolute;
     left: -15px;
 }

 .powered-by {
     background-color: white;
 }

 .powered-by {
     background-color: white;
     height: 85px;
 }
 .powered-by {
     box-shadow: 0px -5px 10px #e2e0e2;
     padding: 10px;
     text-align: right;
     font-size: 10px;
     z-index: 10;
     margin-top: 1%;
 }

 .none-rel{
   margin-right: 1.5rem !important;
   text-decoration: none !important;
 }

 .tw-ic{
  margin-right: 20px;
  width: 18px;
  padding-bottom: 10px;
 }
 /***--- FIN ESTILOS DEL FOOTER ---***/


 .fullw{
   width: 100%;
 }

 .width50{
   width: 50% !important;
 }

 .btn-morado{
    background: #8653ae !important;
    color: #FFF !important;
    outline: none !important;
 }

 .btn-blanco{
  background: #FFF !important;
  border: 1px solid #8653ae !important;
  color: #8653ae !important;
}

.btn:focus {
  outline: none !important;
}

*:focus {
  outline: 0 !important;
  box-shadow: none!important;
}

.btn_section{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.centralo{
  width: 160px;
  margin: 0 auto;
}

.margin-top-btns{
  margin-top: 40px !important;
}


.start_none{
  display: none !important;
}

.start_flex{
  display: flex !important;
}

#registro_desktop{
  display: flex !important;
}

#registro_movil{
  display: none !important;
}

#registro_ipad{
  display: none !important;
}

#cuenta_desktop{
  display: flex !important;
}

#cuenta_movil{
  display: none !important;
}

#cuenta_ipad{
  display: none !important;
}

#home_desktop{
  display: flex !important;
}

#home_movil{
  display: none !important;
}

#exclusivo_desktop{
  display: flex !important;
}

#exclusivo_movil{
  display: none !important;
}



/******************************************************************************/
/* LOGIN */
/******************************************************************************/
.m370{
  margin-bottom: 0px;
}


/******************************************************************************/
/* REGISTRO */
/******************************************************************************/
.img-re{
  width: 100%; 
  position: absolute;
}

/******************************************************************************/
/* CUENTA */
/******************************************************************************/
.m455{
  margin-bottom: 455px;
}

/******************************************************************************/
/* CONTENIDO */
/******************************************************************************/
.mlf10{
  margin-left: 10px;
}

#bienvenida_movil{
  display: none !important;
}

/* BANNER */
.bienvenida{
  font-size: 40px; 
  font-weight: 700;
  color: white;
  margin-bottom: 0px !important;
}

.txt-bienvenida{
  font-size: 18px; 
  font-weight: 200;
  color: white;
}

.position-bienvenida{
  position: absolute;
  left: 0;
  right: 0;
  top: 370px;
}

/* CARRUSEL */
.arrowprev{
  left: -120px !important;
}

.arrownex{
  right: -120px !important;
}

.bg-descubre{
  background-color: #8E2189 !important; 
  background: url(./../../assets/images/bg_descubre.png);
  border-radius: 5px; 
  margin-top: 50px; 
  margin-bottom: 110px; 
  text-align: center;
}

.bg-descubre h1{
  font-size: 35px;
  padding-top: 50px;
  color: #fff;
}

.bg-descubre p{
  font-size: 13px;
  margin-bottom: 50px;
  color: #fff;
}

.cajas{
  text-align: center;
  padding: 70% 5% 5% 5%;
  background: #fff;
  border-radius: 5px;
}

.txth2{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px !important;
}

.single-box{
  position: relative;
  margin-bottom: 30px;
}

.img-area{
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
}

.c-link{
  color: #E3983B;
  font-size: 15px !important;
  font-weight: 700;
}

/* SECCIONES */
.cards1{
  text-align: center; 
  margin-bottom: 50px;
}

.cards2{
  text-align: center;
}

.card-buscador{
  align-items: center; 
  padding-top: 30px; 
  background-color: #FEC855 !important;
  border: none !important;
  color: #fff;
}

.card-calendario{
  align-items: center; 
  padding-top: 30px;  
  background-color: #FAA0C1 !important;
  border: none !important;
  color: #fff;
}

.card-materiales{
  align-items: center; 
  padding-top: 30px;  
  background-color: #2D3C66 !important;
  border: none !important;
  color: #fff;
}

.card-abecedario{
  align-items: center;  
  padding-top: 30px; 
  background-color: #4A90E2 !important;
  border: none !important;
  color: #fff;
}

.card-dinamicas{
  align-items: center;  
  padding-top: 30px; 
  background-color: #8B71A2 !important;
  border: none !important;
  color: #fff;
}

.card-videos{
  align-items: center;  
  padding-top: 30px; 
  background-color: #92B074 !important;
  border: none !important;
  color: #fff;
}

.fz15{
  font-size: 15px !important;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 100px !important;
}

.color-link{
  color: #fff !important;
}

.mb-20{
  margin-bottom: 20px;
}
/***--- FIN DE CONTENIDO ---***/



/******************************************************************************/
/* EXCLUSIVOS */
/******************************************************************************/
.line{
  border-right: 1px solid #fff;
  padding-right: 20px !important;
}

.buscar{
  padding-right: 20px; 
  align-items: center; 
  height: 80px;
}

.buscador-box{
  height: 50px;
  display: block;
  width: 970px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}

.medalla{
  right: -15px;
  position: absolute;
  z-index: 1;
  top: -15px; 
  width: 60px;
}

.cardmh{
  margin-bottom: 20px; 
  height: auto !important;
}

.w150{
  width: 150px;
}

.pd0{
  padding: 0 !important;
}

.w90{
  width: 90%;
}

.wp{
  width: 100%; 
  padding: 0;
}

/* BANNER */
#banner_movil{
  display: none !important;
}

.bg-container{
  margin-top: 50px; 
  background-color: #FFBB01;
  border-radius: 5px;
}

.bg-color{
  background-color: #FFBB01 !important;
}

.txt-recursos{
  color: #fff !important;
}

.txt-buscar{
  color: #fff !important; 
  background-color: #AE72E2 !important; 
  border-color: #AE72E2 !important;
}

.txt-buscar:hover{
  color: #fff !important; 
  background-color: #2d75cc !important; 
  border-color: #2d75cc !important;
}

/* Tarjetas */
.bloq1{
  text-align: center; 
  margin-top: 50px;
}

.bloq2{
  text-align: center; 
  margin-bottom: 40px; 
  margin-top: 40px;
}

.card-uno{
  align-items: center; 
  padding-top: 30px; 
  height: 280px;
  background-color: #FEC855 !important;
  color: #fff;
  border: none !important;
}

.card-dos{
  align-items: center; 
  padding-top: 30px; 
  height: 280px; 
  background-color: #8067B0 !important;
  color: #fff;
  border: none !important;
}

.card-tres{
  align-items: center; 
  padding-top: 30px; 
  height: 280px; 
  background-color: #FAA0C1 !important;
  color: #fff;
  border: none !important;
}

.card-cuatro{
  align-items: center; 
  padding-top: 30px; 
  height: 280px;
  background-color: #73B54F !important;
  color: #fff;
  border: none !important;
}

.card-cinco{
  align-items: center; 
  padding-top: 30px; 
  height: 280px; 
  background-color: #F55A42 !important;
  color: #fff;
  border: none !important;
}

.card-seis{
  align-items: center; 
  padding-top: 30px; 
  height: 280px; 
  background-color: #334796 !important;
  color: #fff;
  border: none !important;
}

.fz16{
  font-size: 15px;
}

.margins{
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin-top: 50px;
  margin-bottom: 40px !important;
}

.w90{
  width: 90% !important;
}

.pd21{
  padding: 2rem 1rem !important;
}

.color-btn{
  color: #fff !important;
  background-color: #F3A46B !important;
  border-color: #F3A46B !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
}

.color-btn:hover{
  background-color: #5FA5F9 !important;
  border-color: #5FA5F9 !important;
}

/*Boton Siguiente*/
.button-s {
	background:#7f8c8d;
	color:#fff;
	display:inline-block;
	font-size:1.25em;
	margin:20px;
	padding:10px 0;
	text-align:center;
	width:200px;
	text-decoration:none;
	box-shadow:0px 3px 0px #373c3c;
  border-radius: 100px;
}

.button-s span {
	margin-right:10px;
}

.button-s.blue {
	background:#4A90E2;
	box-shadow:0px 3px 0px #266792;
}

.button-s.blue:hover {
	background:#FEC855;
	box-shadow:0px 3px 0px #b68315;
}

.button-s.medium {
	width:350px;
}

/*Efectos, Hover*/
.button-s:hover {
	box-shadow:0px 0px 0px;
	padding-top:7px;
  color: #fff;
}

.ml10{
  margin-left: 20px;
}

.text-align-center{
  text-align: center;
}
/***--- FIN DE EXCLUSIVOS ---***/

@media(min-width:600px){
  /* CONTENIDO CARRUSE */
  .slick-slide {
    margin: 0 20px;
  }
}



@media only screen and (min-width: 1px) and (max-width: 600px)  {
/******************************************************************************/
/* LOGIN */
/******************************************************************************/
  #home_desktop{
    display: none !important;
  }
  
  #home_movil{
    display: flex !important;
  }

  .m370{
    margin-bottom: 0px;
  }

/******************************************************************************/
/* REGISTRO */
/******************************************************************************/
#registro_desktop{
  display: none !important;
}

#registro_movil{
  display: flex !important;
}

#registro_ipad{
  display: none !important;
}

.img-re{
  width: 100%; 
  position: initial;
}

/******************************************************************************/
/* CUENTA */
/******************************************************************************/
.main-datos{
  /* padding-top: 0px !important; */
  height: 100%;
  background: #ffe2b3;
  background: url(./../../assets/images/bg_cuenta_movil.png);
  background-size: cover;
  /* padding-bottom: 200px !important; */
  background-repeat: no-repeat;
}

.top-datos{
  margin-top: 100px !important;
}

.m455{
  margin-bottom: 0px;
}

#cuenta_desktop{
  display: none !important;
}

#cuenta_movil{
  display: flex !important;
}

#cuenta_ipad{
  display: none !important;
}

/******************************************************************************/
/* CONTENIDO */
/******************************************************************************/
  .arrowprev{
    left: -40px !important;
  }

  .arrownex{
    right: -40px !important;
  }

  .bg-descubre{
    background-color: #8E2189 !important; 
    background: url(./../../assets/images/bg_descubre.png);
    border-radius: 5px; 
    margin-top: 40px; 
    margin-bottom: 50px; 
    text-align: center;
  }

  .position-bienvenida{
    position: absolute;
    left: 0;
    right: 0;
    top: 335px;
  }
  
  .bienvenida{
    font-size: 16px; 
    font-weight: 700;
    margin-bottom: 0.5rem;
  }

  .txt-bienvenida{
    font-size: 12px; 
    font-weight: 200;
    width: 50%;
    margin: auto;
  }

  
  .bg-descubre h1{
    font-size: 15px;
    padding-top: 50px;
    color: #fff;
  }

  .bg-descubre p{
    font-size: 10px;
    margin-bottom: 50px;
    color: #fff;
  }


  #bienvenida_desktop{
    display: none !important;
  }

  #bienvenida_movil{
    display: flex !important;
  }

/******************************************************************************/
/* EXCLUSIVO */
/******************************************************************************/
.line{
  border-right: 0px solid #fff;
  padding-right: 20px !important;
}

.main-exclusivos{
  padding-top: 0px !important;
  height: 100%;
  background: #F9F9F9;
  background-size: cover;
  /* padding-bottom: 100px !important; */
  background-repeat: no-repeat;
}

  .medalla{
    right: -15px;
    position: absolute;
    z-index: 1;
    top: -15px; 
    width: 50px;
  }

  .buscar{
    padding-right: 20px;
    align-items: center; 
    height: 115px;
  }

  .drop{
    position: inherit !important;
  }
  
  .w150{
    width: 150px;
  }

  .bg-container{
    margin-top: 40px; 
    background-color: #FFBB01;
    border-radius: 5px;
  }

  #banner_desktop{
    display: none !important;
  }

  #banner_movil{
    display: flex !important;
  }

  #bienvenida_desktop{
    display: none !important;
  }

  #bienvenida_movil{
    display: flex !important;
  }

  #exclusivo_desktop{
    display: none !important;
  }
  
  #exclusivo_movil{
    display: flex !important;
  }

  .fz16{
    font-size: 14px;
  }

  .button-s.medium {
    width:270px;
  }
  /* Fin de Exclusivo */


  .main-home{
    height: 100%;
    background: #ffe2b3;
    background: url(./../../assets/images/bg_login_movil.png);
    background-size: contain;
    padding-bottom: 0px !important;
    background-repeat: repeat;
  }

  .main-registro{
    height: 100%;
    background: #ffe2b3;
    background: url(./../../assets/images/bg_registro_movil.png);
    background-size: contain;
    padding-bottom: 20px !important;
    background-repeat: repeat;
  }

  .main-contrasena{
    height: 100%;
    background: #ffe2b3;
    background: url(./../../assets/images/bg_contrasena_movil.png);
    background-size: contain;
    padding-bottom: 410px !important;
    background-repeat: no-repeat;
  }

  .powered-by {
    margin-top: 0%;
  }

  .logoBallLYG{
    bottom: 56px;
  }

  footer{position: relative;}

  .logoBallLYG {
    width: 170px;
}

 }



/* IPAD MINI */
@media only screen and (width: 768px) {
/******************************************************************************/
/* LOGIN */
/******************************************************************************/
.m370{
  margin-bottom: 370px;
}

/******************************************************************************/
/* REGISTRO */
/******************************************************************************/
.main-registro{
  height: 100%;
  background: #ffe2b3;
  background: url(./../../assets/images/bg_registro.png);
  background-size: cover;
  /* padding-bottom: 240px !important; */
  background-repeat: no-repeat;
}

#registro_desktop{
  display: none !important;
}

#registro_movil{
  display: none !important;
}

#registro_ipad{
  display: flex !important;
}

/******************************************************************************/
/* CUENTA */
/******************************************************************************/
.line{
  border-right: 0px solid #fff;
  padding-right: 20px !important;
}

.m455{
  margin-bottom: 365px;
}

.top-datos{
  margin-top: 60px;
}

#cuenta_desktop{
  display: none !important;
}

#cuenta_movil{
  display: none !important;
}

#cuenta_ipad{
  display: flex !important;
}

/******************************************************************************/
/* EXCLUSIVOS */
/******************************************************************************/
  .mbex{
    margin-bottom: 330px;
  }

  .img-ex{
    width: 100%; 
  }

  .medalla{
    right: -15px;
    position: absolute;
    z-index: 1;
    top: -15px; 
    width: 50px;
  }

  .buscar{
    padding-right: 20px; 
    align-items: center; 
    height: 115px;
  }

  .top-exclusivos{
    margin-top: 124px;
  }

  .w150{
    width: 150px;
  }

  .w90{
    width: 97% !important;
  }

  .margins{
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-top: 25px;
    margin-bottom: 40px !important;
  }

  .fz16{
    font-size: 9px;
  }

  .button-s.medium {
    width:290px;
  }

/******************************************************************************/
/* CONTENIDO */
/******************************************************************************/
.arrowprev{
  left: -80px !important;
}

.arrownex{
  right: -80px !important;
}

.fz15{
  font-size: 9px !important;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 40px !important;
}

.bg-descubre{
  background-color: #8E2189 !important; 
  background: url(./../../assets/images/bg_descubre.png);
  border-radius: 5px; 
  margin-top: 40px; 
  margin-bottom: 45px; 
  text-align: center;
}

.position-bienvenida{
  position: absolute;
  left: 0;
  right: 0;
  top: 275px;
}

.c-link{
  color: #E3983B;
  font-size: 9px !important;
  font-weight: 700;
}

.txth2{
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px !important;
}

.cards1{
  text-align: center; 
  margin-bottom: 10px;
}

.top-contenidos{
  margin-top: 124px;
}

.bg-descubre h1{
  font-size: 20px;
  padding-top: 50px;
  color: #fff;
}

.bienvenida{
  font-size: 20px; 
  font-weight: 700;
  color: white;
}

.txt-bienvenida{
  font-size: 13px; 
  font-weight: 200;
  color: white;
}

.card-buscador{
  align-items: center; 
  padding-top: 30px; 
  background-color: #FEC855 !important;
  border: none !important;
  color: #fff;
}

.card-calendario{
  align-items: center; 
  padding-top: 30px;  
  background-color: #FAA0C1 !important;
  border: none !important;
  color: #fff;
}

.card-materiales{
  align-items: center; 
  padding-top: 30px;  
  background-color: #2D3C66 !important;
  border: none !important;
  color: #fff;
}

.card-abecedario{
  align-items: center;  
  padding-top: 30px; 
  background-color: #4A90E2 !important;
  border: none !important;
  color: #fff;
}

.card-dinamicas{
  align-items: center;  
  padding-top: 30px; 
  background-color: #8B71A2 !important;
  border: none !important;
  color: #fff;
}

.card-videos{
  align-items: center;  
  padding-top: 30px; 
  background-color: #92B074 !important;
  border: none !important;
  color: #fff;
}


}



/* IPAD AIR */
@media only screen and (width: 820px){
/******************************************************************************/
/* LOGIN */
/******************************************************************************/
.m370{
  margin-bottom: 370px;
}

/******************************************************************************/
/* REGISTRO */
/******************************************************************************/
.main-registro{
  height: 100%;
  background: #ffe2b3;
  background: url(./../../assets/images/bg_registro_ipad.png);
  background-size: cover;
  /* padding-bottom: 240px !important; */
  background-repeat: no-repeat;
}

#registro_desktop{
  display: none !important;
}

#registro_movil{
  display: none !important;
}

#registro_ipad{
  display: flex !important;
}

/******************************************************************************/
/* CUENTA */
/******************************************************************************/
.m455{
  margin-bottom: 365px;
}

.top-datos{
  margin-top: 60px;
}

#cuenta_desktop{
  display: none !important;
}

#cuenta_movil{
  display: none !important;
}

#cuenta_ipad{
  display: flex !important;
}

/******************************************************************************/
/* EXCLUSIVO */
/******************************************************************************/
  .line{
    border-right: 0px solid #fff;
    padding-right: 20px !important;
  }

  .mbex{
    margin-bottom: 340px;
  }

  .img-ex{
    width: 100%; 
  }

  .medalla{
    right: -15px;
    position: absolute;
    z-index: 1;
    top: -15px; 
    width: 50px;
  }

  .buscar{
    padding-right: 20px; 
    align-items: center; 
    height: 115px;
  }

  .top-exclusivos{
    margin-top: 124px;
  }

  .w150{
    width: 150px;
  }

  .w90{
    width: 95% !important;
  }

  .margins{
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-top: 25px;
    margin-bottom: 40px !important;
  }

  .fz16{
    font-size: 9px;
  }

  .button-s.medium {
    width:290px;
  }


/******************************************************************************/
/* CONTENIDO */
/******************************************************************************/
.arrowprev{
  left: -80px !important;
}

.arrownex{
  right: -80px !important;
}

.fz15{
  font-size: 9px !important;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 40px !important;
}

.position-bienvenida{
  position: absolute;
  left: 0;
  right: 0;
  top: 275px;
}

.c-link{
  color: #E3983B;
  font-size: 9px !important;
  font-weight: 700;
}

.txth2{
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px !important;
}

.cards1{
  text-align: center; 
  margin-bottom: 10px;
}

.top-contenidos{
  margin-top: 124px;
}

.bg-descubre h1{
  font-size: 20px;
  padding-top: 50px;
  color: #fff;
}

.bg-descubre{
  background-color: #8E2189 !important; 
  background: url(./../../assets/images/bg_descubre.png);
  border-radius: 5px; 
  margin-top: 40px; 
  margin-bottom: 45px; 
  text-align: center;
}

.bienvenida{
  font-size: 20px; 
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.txt-bienvenida{
  font-size: 13px; 
  font-weight: 200;
}

.card-buscador{
  align-items: center; 
  padding-top: 30px; 
  background-color: #FEC855 !important;
  border: none !important;
  color: #fff;
}

.card-calendario{
  align-items: center; 
  padding-top: 30px;  
  background-color: #FAA0C1 !important;
  border: none !important;
  color: #fff;
}

.card-materiales{
  align-items: center; 
  padding-top: 30px;  
  background-color: #2D3C66 !important;
  border: none !important;
  color: #fff;
}

.card-abecedario{
  align-items: center;  
  padding-top: 30px; 
  background-color: #4A90E2 !important;
  border: none !important;
  color: #fff;
}

.card-dinamicas{
  align-items: center;  
  padding-top: 30px; 
  background-color: #8B71A2 !important;
  border: none !important;
  color: #fff;
}

.card-videos{
  align-items: center;  
  padding-top: 30px; 
  background-color: #92B074 !important;
  border: none !important;
  color: #fff;
}

}


@media only screen and (min-width: 1280px) {
  .buscador-box{
    height: 50px;
    display: block;
    width: 990px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
}


@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .buscador-box{
    height: 50px;
    display: block;
    width: 630px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .buscador-box{
    height: 50px;
    display: block;
    width: 800px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1900px) {
  .buscador-box{
    height: 50px;
    display: block;
    width: 990px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
  }

}




@media only screen and (min-width: 601px) and (max-width: 819px) {
  .buscar{
    padding-right: 20px; 
    align-items: center; 
    height: 115px;
  }

  .line{
    border-right: 0px solid #fff;
    padding-right: 20px !important;
  }
 
}


@media only screen and (min-width: 820px) and (max-width: 998px) {
  .buscar{
    padding-right: 20px; 
    align-items: center; 
    height: 115px;
  }

  .line{
    border-right: 0px solid #fff;
    padding-right: 20px !important;
  }

}



/* estilos jv 2022 04 22 */

#mostrar-datos{
  cursor: pointer;
  color: #5d3f27 !important;
}

.hide_datos{
    display: none !important;
}

.show_datos{
    display: block !important;
}




 