@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
ul { list-style: none; }
footer {
    width: 100%;
    background-color: #02d088;
    height: 4em;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items:center;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 90;
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
}
footer img{
    width: 2em;
    margin-left: 0.2rem;
	margin-right: 0.2rem;
    margin-top: 0.2rem;
    padding: inherit;
}
footer div{
    width: 25%;
    height: 4em;
    border-right: 1px solid rgba(137, 136, 136, 0.24);
    align-content: center;
    text-align: center;
    
}
footer div a{
    width: 100%;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alarma {
    width: 3.3rem;
    height: 3.3rem;
    background-color: #eaeaea;
    border: 3px solid rgba(0,0,0,.25);
    border-radius: 20%;
    box-shadow: 0 .15em .1em rgba(41, 41, 41, 0.1);
    cursor: pointer;
    display: flex;
    font-size: 2rem;
    padding: .25rem;
}
.alarma {
    position: fixed;
    bottom: 4.8rem;
    right: 1rem;
} 
.alarma  > * { margin: auto; }
.body-inicio{
    background-color: #040315;
    background-image: url('../imagenes/fondoiconos.svg');
}
header {
    position: fixed;
    width: 100%;
    padding: .44em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #02db8f;
    height: 4.2rem;
    box-shadow: 0 0 9px rgba(0,0,0,0.2);
    z-index: 990;
}
#logo {
    display: block;
    width: 3.15em;
}
header > ul {
   display: flex;
}
header > ul > li #logo {
    width: 2em;
    margin-left: .2em;
    display: flex;
    height: 2.4em;
}
#perfil  {
   border-radius: 50%;
   margin-left: 0;
   width: 2.2em;
   display: flex;
   height: 2.2em;
}
p{
  font-size: 1.2em;
  font-weight: 560;
  color: white;
  font-family: 'Roboto', sans-serif;
}
.rueda{
   
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
    
}
.roulette img{
    border-radius: 50%;
    width: 90vmin;
    height: 90vmin;
    max-width: 25em;
    max-height:25em;
}
.spinner {
  cursor: pointer;
  color: white;
  font-weight: bold;
  border: none;
  position: absolute;
  width: 16vmin;
  height: 16vmin;
  max-width: 4em;
  max-height:4em;
  border-radius: 100%;
  z-index: 900;
  background-color: red;
  font-family: 'Roboto', sans-serif;
}
.spinner .pointer {
  position: absolute;
  width: 0; 
  height: 0; 
  top: -8px;
  left: 17px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid red;
}
header nav {
  background-color: rgba(0, 0, 0, 0.85);
  color: #a2a3a2;
  position: fixed;
  right: -100vw;
  top: 0;
  height: 100vh;
  min-width: 100vw;
  z-index: 900; 
}  
header nav:target {
  right: 0;
}
.usuario {
  margin: auto;
  text-align: center;
  font-size: 75%;
  padding: 3.7em 2em 1em 2em;
}
.usuario img {
  border-radius: 50%;
  width: 40vmin;
  height: 40vmin;
  max-width: 11em;
  max-height: 11em;
  border: 3px solid #b9b9b9;
  box-shadow: 0 .35em .5em rgba(0, 0, 0, .25) inset, 0 .35em .5em rgba(0, 0, 0, .25);
}
#menu a:hover {
  color: red;
}
#x{
    width: 1.5em;
    top: .7em;
    right: 0;
    left: 0;
    display: flex;
    position: absolute;
    margin: auto;
}
.usuario p {
  color: #0be357;
  margin: .2em 0em 0em 0em;
  font-size: 0.84rem;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
}
.usuario  h1{
  color: #00FF33;
  margin: .5em 0em 0em 0em;
  font-size: 0.96rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.titulos {
  display: flex;
  justify-content: space-around;
}
.titulos h2{
  font-size: 0.90rem;
  font-weight: 300;
  color: #08b458;
  font-family: 'Roboto', sans-serif;
}
.grupo {
  width:100%;
  height: 5em;
  padding-top: .8em;
}
.cajas{
  width: 100%;
  height: 3.3em;
  display: flex;
  justify-content: space-around;
}
.cajas div{
  flex-wrap: wrap;
  display: flex;
  border: 1px solid #a7a6a6;
  border-radius:.6em;
  text-align: center;
  width: 5em;
  height: 2.6em;
  align-content: center;
  padding: .2em .2em .2em .35em;
}
.cajas h2{
  font-size: 1.2rem;
  margin-left: .3em;
  padding-top: .26em;
  color: #c5d0d9;
  font-family: 'Roboto', sans-serif;
}
.puntos img{
  width: 29px;
  height:29px;
}
.carga {
  max-width:87%;
  height: 2.9em;
  border: 1px solid #6c6969;
  border-radius:.8em;
  margin: 1em 1em 0em 1em ;
  background-color: rgba(230, 236, 242, 0.30);
  padding-top: .33em;
}
.menucuenta h2{
  font-weight: 600;
  font-size: 0.89rem;
  color: #a8a8a8;
  background-color: #22225a;
  border-radius: .8em;
  margin-top: 1.5em;
  font-family: 'Roboto', sans-serif;
}
.menucuenta h3{
  font-weight: 600;
  font-size: 0.89rem;
  color: #04045d;
  background-color: #999a9a;
  border-radius: .8em;
  margin-top: 1em;
  font-family: 'Roboto', sans-serif;
}
.menucuenta{
    padding: 0 20px;
	height: 2em;
    width: 12em;
	line-height: 32px;
	border-radius: .6em;
	cursor: pointer;
    margin: auto;
}
.menucuenta .opcion1 h2:hover{
    border: 1px solid  #12d437;
}
.menucuenta .opcion1 h3:hover{
    border: 1px solid  #12d437;
}
footer div:hover{
  background: rgba(43, 64, 55, 0.61);
}
.elementos {
  width: 1.4em;
  height: 2.4em;
  align-content: center;
  margin: 0em .2em;
}
@media (min-width:464px){
   .grupo {
     width:25em;
     height: 4.3em;
     padding-top: .3em;
     margin-bottom: 1em;
    }
    .cajas{
     width: 25em;
     height: 3em;
     padding-top:.3em;
    }
    .carga {
     width: 22em;
     height: 3em;
     margin: 2em 0em 2em 0em;
    }
}
@media (min-width:768px){
   .grupo, .cajas {
     width:21em;
    }
    .carga {
     width: 19em;
    }
}
@media (min-width:375px){
    .usuario {
     padding: 5em 2em 3em 2em;
    }
}
@media (min-width: 768px){
    header nav {
    position: fixed;
    right: -45%;
    top: 0;
    height: 100vh;
    min-width: 45%;
    transition: all .3s ease;
    z-index: 999;
}
}
.body-notificaciones{
    background-color: #e8e8e8;
    font-family: 'Roboto', sans-serif;
}
.main-notificaciones{
    width: 100%;
    margin-top: 73px;
    margin-bottom:8.3em;
}
.desafiantes-notificaciones{
    display: flex;
    width:100%;
    height: 6.4em;
    flex-direction:row;
    justify-content: space-between;
    padding: .4em .5em .2em .5em;
    margin-bottom: .6em;
    background-color: rgba(103, 103, 103, 0.89);
}
.desafiantes-anteriores{
    display: flex;
    width:98%;
    height: 6.55em;
    flex-direction:row;
    justify-content: space-between;
    padding: .4em 0em 0em 0em;
    margin: auto;
    border-bottom: 1px solid #797878;
}
.contenedor-anteriores{
    width:100%;
    padding: 0em .3em 0em .3em;
    background-color: rgba(170, 170, 170, 0.86);
}
.unoimagen{
    width:3.7em;
    height: 3.7em;
    border-radius: 50%;
}
.dosicono {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width:25px;
    height: 25px;
    margin-top: 2.2em;
    margin-left: 1.1em;
}
.caja2{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0em .5em 0em .5em;
}
.contenedor-imagenes{
    display: flex;
    justify-content: center;
    padding:.8em .5em ;
}
.contenedor-rojo{
    width: 100%;
    height: 5.55em;
    background-color: red;
    margin-bottom: .7em;
    margin-top: .7em;
}
.notificaciones-box1{
    display: flex;
    width:100%;
    height: 5.55em;
    flex-direction:row;
    justify-content: space-between;
    padding: .5em .4em .4em .4em;
}
.desfiantes-notificaciones .fotoalerta {
    max-width:4.5em;
    max-height: 4.5em;
    border-radius: 20%;
    justify-content: center;
    border: 2px solid #f6ff0a;
    margin: .1em 0em 0em .2em;
}
.main-notificaciones h2{
    font-size: 0.85em;
    color: #dde5e1;
    font-weight: 300;
    text-align: center;
    margin: .2em 0em 0em 0em;
    font-family: 'Roboto', sans-serif;
}
.desaf p{
    font-size: 0.85em;
    color: #dde5e1;
    font-weight: 300;
    text-align: center;
    margin: .5em 0em 0em 0em;
    font-family: 'Roboto', sans-serif;
}
.main-calendario h3, .main-notificaciones h3{
    background-color: #18b561;
    width: 6em;
    height: 2em;
    text-align: center;
    border-radius: .4em;
    padding: .44em;
    font-size: 1rem;
    color: #cbcbcb;
    font-family: 'Roboto', sans-serif;
}
.main-notificaciones h3{
    color: #f7fbff;
    font-family: 'Roboto', sans-serif;
}
.main-notificaciones h4{
    color: #d3d4d4;
    margin: 0em 0em 0em 0em;
    font-size: 0.85rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.main-notificaciones .Tiempos h5{
    color: #eae10e;
    font-size: 1.85rem;
    margin: 0em 0em 0em 0em;
    font-family: 'Roboto', sans-serif;
}
.main-notificaciones .Tiempos h6{
    color: #eae10e;
    font-size: 1.85rem;
    margin: 0em 0em 0em .3em;
    font-family: 'Roboto', sans-serif;
}
.main-notificaciones .tiemporestante h7{
    color:  #e0e8e4;
    font-size: 0.9rem;
    margin: 0em 0em 0em .24em;
    font-family: 'Roboto', sans-serif;
}
.main-notificaciones .tiemporestante h8{
    color: #e0e8e4;
    font-size: 0.9rem;
    margin: 0em 0em 0em .78em;
    font-family: 'Roboto', sans-serif;
}
.main-notificaciones .tiemporestante{
    width: 4.7em;
    height: 4.41em;
    justify-content: center;
    display: flex;
}
.main-notificaciones h1{
    font-size: 0.89rem;
    font-weight: bold;
    color: #e8e0e0;
    font-family: 'Roboto', sans-serif;
}
.notificaciones-titulo{
    background-color: #0b0636;
    width: 100%;
    height: 1.9em;
    padding: .5em;
}
.notificaciones-img2 div, .desafios-img2 div{
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin: .35em 0em;
}
.desafiante h2{
    color: #f5f6f7;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.desaf{
    border: 1px solid #1fac61;
    border-radius: .5em; 
    margin:5em;
}
.desaf img {
    width: 1em;
    height: 1em;
    margin-left:.23em;
    margin-right:.2em;
    margin-bottom: .3em;
    margin-top: .3em;
}
.desaf .puntos{
    width: 1.1em;
    margin-right: .5em;
}
.anteriores-partidas h1{
    color: #a3a3a3;
    font-size: 0.93rem;
    text-align: center;
    margin: 1em 0em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.perdiste h3{
    background-color: red;
    font-family: 'Roboto', sans-serif;
}
.contenedor-anteriores h3{
    margin-top: 1em;
    margin-bottom: 0;
    color: rgba(226, 229, 229, 0.86);
    font-family: 'Roboto', sans-serif;
}
.notificaciones-img2 .puntajes{
    border: 1px solid rgba(241, 248, 8, 0.76);
    border-radius: .5em; 
    height: 2.1em;
    padding: .3em;
    width: 5.1em;
}
.puntajes img{
    width: 1.1em;
   margin-right: .3em; 
}
.puntajes p{
    font-size: 0.96em;
    color: #7b7b79;
    font-weight: 300;
    text-align: center;
    margin: .2em 0em 0em 0em;
    font-family: 'Roboto', sans-serif;
}
@media (min-width:750px){
    .main-notificaciones{
      display: flex;
      flex-wrap:wrap;
      margin-top: 6em;
      margin-bottom: 4em;
    }
    .contenedor-rojo{
     width: 60%;
     height: 7em;
     margin: 0 auto;
     display: flex;
     align-items: center;
     text-align: center;
    }
    .notificaciones-box1{
     padding: .75em .8em;
     align-items: center;
     height: 7em;
    }
    .contenedor-imagenes{
      width:38%;
      padding: 1.5em 0em;
      margin: auto;
    }
    .contenedor-rojo .fotoalerta{
     width: 5.5em;
     height: 5.5em;
    }
    .notificacionesuno, .notificacionesdos{
      width:48%;
      margin:.7em auto;
    }
    .notificacionesuno{
      margin:3.7em auto;
    }
}
@media (max-width:766px){
    .desafios-img2{
        display: none;
    }
}
@media (min-width:768px){
    .contenedor-rojo h2, .contenedor-rojo h4{
       font-size: 0.97rem;
    }
    .contenedor-rojo .desafios-img2 .puntajes{
        border: 1px solid #f6ff0a;
    }
}
.main-calendario{
    height: 100%;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.contenedor-calendario{
    width: 100%;
    height: 6em;
    background-color: #03051d;
    padding: .4em .5em 0em .4em;
}
.calendario1 {
    height: 11.2em;
    display: flex;
    width: 310px;
    margin: 0 auto;
    margin-top: 5.5em;
    margin-bottom: 1.2em;
}
.barra1{
    flex-grow: 1;
    background-color:#03051d;
    margin-bottom: 4em;
    height: 500px;
}
.calendario-box1, .calendario-box2, .calendario-box3, .calendario-box4{
    display: flex;
    width:100%;
    height: 5.55em;
    border-bottom: 1px solid #5d6262;
    flex-direction:row;
    justify-content: space-between;
    padding: .4em .2em .4em .3em;
    transition: all .6s ease;
}
.main-calendario h1{
    font-size: 0.89rem;
    font-weight: 550;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.titulo{
    background-color: #8c9393;
    width: 100%;
    height: 1.9em;
    padding: .5em;
}
.fotodesafios, .foto, .fotoalerta {
    width:4.5em;
    height: 4.5em;
    border-radius: 20%;
    justify-content: center;
    border: 2px solid #f6ff0a;
    margin: 0em 0em 0em .2em;
}
.main-calendario h2{
    font-size: 0.85em;
    color: #0ae07d;
    font-weight: 300;
    text-align: center;
    margin: .53em 0em 0em 0em;
    font-family: 'Roboto', sans-serif;
}
.main-calendario h4{
    color: #d3d4d4;
    margin: 0em 0em 0em 0em;
    font-size: 0.85rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.main-calendario .Tiempos h5{
    color: #aab1b9;
    font-size: 1.83rem;
    margin: 0em 0em 0em 0em;
    font-family: 'Roboto', sans-serif;
}
.main-calendario .Tiempos h6{
    color: #1bbf5a;
    font-size: 1.83rem;
    margin: 0em 0em 0em .3em;
    font-family: 'Roboto', sans-serif;
}
.main-calendario .tiemporest h7{
    color: #aab1b9;
    font-size: 0.78rem;
    margin: 0em 0em 0em .2em;
    font-family: 'Roboto', sans-serif;
}
.main-calendario .tiemporest h8{
    color: #4cd18a;
    font-size: 0.78rem;
    margin: 0em 0em 0em .68em;
    font-family: 'Roboto', sans-serif;
}
.main-calendario .tiemporest{
    width: 4.8em;
    height: 4.6em;
    justify-content: center;
    display: flex;
}
.calendario{
  width:240px;
  height: 180px;
  border-radius: 15px;
  margin: 0em auto;
  padding: .46em;
  display: flex;
  text-align: center;
  background: #6f6f6f;
  box-shadow: 0em 0em .4em .3em rgba(0, 0, 0, 0.19);
}
.semana h2{
    width:220px;
    font-size: 13px;
    color: #eaeaea;
    text-align: center;
    margin: .4em 0em .94em 0em;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.dias{
  display: block;
  width: 100%;
  clear: both;
}
.dias li, .semana li{
    float: left;
    width:32px;
    height:17px;
    line-height: 17px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: .45em;
    color: #ededed;
    font-size: 12px;
}
.active1, .active2, .active3, .active4 {
    border: 1px solid #5ffa19;
    border-radius: .5em;
    cursor: pointer;    
}
.active2 a, .active3 a, .active4 a{ 
   color: aliceblue;
}
.dias .active{
    border: 1px solid #a7a3a3;
    background: #585454;
    border-radius: .5em;
}
.active1:hover{
    background-color: #ea0606;
    border-radius:.5em;
    cursor: pointer;
}
.active2:hover{
    background-color: #ea0606;
    border-radius: .5em;
    cursor: pointer;
}
.active3:hover{
    background-color: #ea0606;
    border-radius: .5em;
    cursor: pointer;
}
.active4:hover{
    background-color: #ea0606;
    border-radius: .5em;
    cursor: pointer;
}
.fondodestacado1, .fondodestacado2, .fondodestacado3, .fondodestacado4 {
    background-color: rgba(161, 162, 161, 0.37);
}
#atras {
   width: 2em;
   padding: .35em;
   margin-top: 4.7em;
   height: 2em;
}
.desafios-img2 .puntajes{
    border: 1px solid #0ae07d;
    border-radius: .5em; 
    height: 2.1em;
    padding: .3em;
    width: 5.1em;
}
.desafios-img2 .puntajes p{
    color: #d4dbe2;
    font-family: 'Roboto', sans-serif;
}
@media (min-width:880px){
    .grupodesafios{
      display: flex;
      flex-wrap:wrap;
      padding: .9em .8em;
    }
    .contenedor-calendario{
      width: 48%;
      margin: 0 auto;
      margin-bottom: .8em;
      padding: 0;
    }
    .calendario-box1, .calendario-box2, .calendario-box3, .calendario-box3, .calendario-box4{
      width: 100%;
      border: 1px solid gray;
      height: 6em;
      padding: .37em .6em;
    }
    .fotodesafios{
      width: 5em;
      height: 5em;
    }
    .barra1{
     height: 390px;
    }
}
@media (max-width:450px){
    .desafios-img2{
     display: none;
    }
}
@media (min-width:600px){
    .grupodesafios{
       padding: .9em .8em;
    }
}
.botones2 {
    margin-top: .47em; 
    display: flex;
    flex-direction: row;
}
.mas img {
   width: 1.1em;
   float: right;
   display: flex;
   margin-top: .59em;
}
.mas ul li{
    cursor: pointer;
}
.botones2 img{
    width: .5em;
    height: 1.4em;
    margin: .1em .2em 0em .2em; 
}
.mainranking{
    width: 100%;
    margin-top: 73px;
    margin-bottom: 8em;
}
.ranking-box1{
    display: flex;
    width: 94%;
    height: 5.9em;
    margin-right: .7em;
    flex-direction:row;
    justify-content: space-between;
}
.contenedor{
    width: 100%;
    height: 6em;
    background-color: #9D9D9C;
    margin-bottom: .4em; 
    display: flex;
    justify-content: space-around;
}
.uno {
    position: absolute;
    width:64px;
    height: 64px;
    border-radius: 50%;
    justify-content: center;
    border: 2px solid #f6ff0a;
    margin: .58em 0em 0em 0em;
}
.dos {
    width: 1.3em;
    position: absolute;
    z-index: 2;
    margin: 2.87em 0em 0em 3.1em;
}
.mainranking h2 {
    color: aliceblue;
    font-size: 0.89rem;
    font-weight: 300;
    margin: 5.37em 0em 0em 0em;
    font-family: 'Roboto', sans-serif;
}
.color{
    width:29px;
    height:29px;
    background-color: #f6ff0a;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #f6ff0a;
    position: absolute;
    margin: 2.6em 0em 0em 2.8em;
}
.favorito img{
    width: 20px;
    height: 20px;
    margin: .9em 0.5em 0em 0em;
}
.tiempo img{
    width: 20px;
    height: 20px;
    margin: .5em 0.6em 0em 0em;
}
.ranking-img2 div{
    margin:.2em;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.mainranking h1 {
    color: aliceblue;
    font-size:0.82rem;
    font-weight: 600;
    margin-top: .5em;
    margin-left: .5em;
    font-family: 'Roboto', sans-serif;
}
.mainranking h3 {
   margin-top: 1.4em;
   font-size: 0.88rem;;
   font-weight: 500;
   font-family: 'Roboto', sans-serif;
}
.mainranking h4 {
   margin-top: 1em;
   font-size: 0.89rem;
   color: #00ff27;
   text-align: center;
   font-weight: 300;
   font-family: 'Roboto', sans-serif;
}
.mainranking h5 {
    font-size: 0.88rem;
    width: 1.8em;
    height: 1.8em;
    background-color: #00ff27;
    border-radius: 50%;
    padding: .35em;
    font-family: 'Roboto', sans-serif;
}
.botones2 {
    margin-top: .47em; 
    display: flex;
    flex-direction: row;
}
.mas img {
   width: 1.1em;
   float: right;
   display: flex;
   margin-top: .59em;
}
.botones2 img{
    width: .5em;
    height: 1.4em;
    margin: .1em .2em 0em .2em; 
}
.tiempo .rojo{
    width: 3em;
    height: 2.6em;
    margin:0;
}
.primer{
    width: 7em;
    height: 7em;
    border-radius: 50%;
    border: 4px solid #e5e6e5;
    margin-top: -40px;
}
.mainranking h8{
    font-size: 1.1rem;
    text-align: center;
    color: #1d6db4;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.mainranking p{
    font-size: 0.82rem;
    text-align: center;
    color: #3f8acc;
    margin-bottom: .9em;
    font-family: 'Roboto', sans-serif;
}
.titulos1 h2{
  font-size: 0.80rem;
  font-weight: 300;
  color: #8c918e;
  margin-top: .8em;
  font-family: 'Roboto', sans-serif;
}
.cajas1, .titulos1{
  display: flex;
  justify-content: space-around;
}
.cajas1 div{
    display: flex;
    border: 1px solid #a39da3;
    border-radius: .3em;
    width: 4.7em;
    height: 2.36em;
    align-content: center;
    padding: .1em .3em;
    margin: .2em;
    justify-content:center;
}
.cajas1 h2{
    font-size: 0.88rem;
    margin:.3em 0em .2em 0em ;
    padding: .36em .2em;
    color: #191a1a;
    font-weight: bold;
    text-align: center;
    align-content: center;
    color: grey;
}
.cajas1 img{
    width:23px;
    height: 23px;
    margin: .3em .16em;
}
.carga1puesto {
    border: 2px solid rgba(45, 193, 102, 0.65);
    background-color: #44a805;
    width: 100%;
    height: 3.5em;
    margin-top: 1.2em;
    padding: .8em .1em;
    border-radius: .5em;
    display:flex;
    align-content: center;
    box-shadow: 0 .3em  0em  rgba(0, 0, 0, 0.1) inset, 0 .5em .4em rgba(0, 0, 0, .2);
}
.carga1puesto .elementos {
  width: 1.72em;
  height: 1.72em;
  margin: 0em .2em;
}
.close {
  width: 28px;
  height:auto;
  float: right;
}
.medalla{
  width:29px;
  float: left;
}
#modal:target{
  opacity: 1;
  visibility:visible;
}
@media (min-width:700px){
    .mainranking {
       display: flex;
       flex-wrap:wrap;
       padding: 1em;
       justify-content: left;
    }
    .ranking-box1{
        width: 100%;
        height: 7.1em;
        display: flex;
        flex-direction: row;
        padding: 0em .5em 0em .5em;
    }
    .ranking img{
        display: flex;
        justify-content: center;
    }
    .contenedor{
        width: 48%;
        margin: .6em auto;
    }
    .mainranking h1 {
       font-size:1.73rem;
    }
}
@media (min-width:800px){
    .uno{
        width:  83px;
        height: auto;
        margin: .69em 0em 0em 0em;
    }
    .ranking-img h2{
        font-size: 0.95rem;
        margin: 6.3em 0em 0em 0em;
        text-align: center;
        width: 83px;
    }
    .dos {
        width: 1.48em;
        margin: 3.87em 0em 0em 4em;
        
    }
    .color {
        width: 2.24em;
        height: 2.2em;
        margin: 3.5em 0em 0em 3.66em;
    }
    .contenedor{
        height: 7.2em;
    }
    .favorito img, .tiempo img{
       width: 24px;
       height: 24px;
       margin: .78em .6em;
    }
    .favorito h3{
        font-size: 1rem;
        margin-top:1em;
    }
    .boton h4{
        font-size: 0.96rem;
        margin-bottom: .68em;
    }
    .ranking-img2 .rojo {
        width: 4em;
        height: 3em;
    }
}
.mainranking .modaluno, .modaldos, .modaltres {
	background: rgba(186, 185, 185, 0.72);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
    visibility: hidden;
    z-index: 999;
}
.rankinguno, .rankingdos, .rankingtres {
	width: 295px;
    height: 375px;
    background-color: #e5e6e5;
    border-radius: .6em;
    padding: .7em .5em;
    box-shadow: 0em 0em .4em .3em rgba(0, 0, 0, 0.19) ;
    text-align: center;
    justify-content: center;
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}
.popup .btn-cerrar-rankinguno, .btn-cerrar-rankingdos{
  transition: .3s ease all;
  width: 28px;
  height:auto;
  float: right;
}
.btn-cerrar-rankingtres{
  transition: .3s ease all;
  width: 28px;
  height:auto;
  float: right;
}
.modaluno.active{
	visibility: visible;
}
.modaldos.active{
	visibility: visible;
}
.modaltres.active{
	visibility: visible;
}
.rankinguno.active {	transform: scale(1); opacity: 1; }
.rankingdos.active {	transform: scale(1); opacity: 1; }
.rankingtres.active {	transform: scale(1); opacity: 1; }

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}
.body-canje, .body-canjeporpuntos, .body-calendario, .body-ranking{
    background-color: #e8e8e8;
    font-family: 'Roboto', sans-serif;
}
.contenido-premios{
    margin-top: 4.2em;
    width: 100%;
    margin-bottom: 4.2em;
}
.contenido-premios h2{
    font-size: 1.3rem;
    text-align: center;
    color: #767979;
    margin: .85em 0em .5em 0em;
    font-family: 'Roboto', sans-serif;
}
.contenedorpremios, .imagenesmodal{
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0em .4em;
    margin-bottom: 3.5em;
}
.caja-uno, .caja-dos, .caja-tres{
    width: 138px;
    height: 199px;
    border: 1px solid #fff;
    margin: 1em auto;
    border-radius: .8em;
}
.contenedorpremios .premios{
    width:4.8em;
    height: auto;
    margin: 1.2em auto;
}
.contenedor-imagen{
    width: 100%;
    height: 7.2em;
    background-color: #c9c8c8;
    border-radius: .8em;
}
.contenedorpremios h3{
    font-size: 0.83rem;
    margin-top: .9em;
    color: #767676;
}
.puntaje{
    width: 1.1em;
   margin-right: .3em; 
}
.premiobalon{
    width: 1.2em;
    height: 1.2em;
    margin-left: .37em;
}
.cantidad-puntos, .puntosdelpremio{
    border: 1px solid #ddd40b;
    border-radius: .5em; 
    height: 1.7em;
    padding: .3em;
    width: 5.1em;
}
.cantidad-puntos p, .cuantospuntos p, .mispremios p{
    font-size: 0.9em;
    color: #12d437;
    font-weight: 300;
    text-align: center;
    margin: 0em 0em 0em 0em;
    font-family: 'Roboto', sans-serif;
}
.premio {
    margin: .3em 0em .2em 0em;
    width: 80vmin;
    height: 80vmin;
    max-width: 20em;
    max-height: 20em;
}
.modaluno h4{
    margin-top: 1.6em;
    font-size: 1.65rem;
    color: #12d437;
    font-family: 'Roboto', sans-serif;
}
.modaldos h4, .modaltres h4{
    margin-top: 1em;
    font-size: 1.65rem;
    color: red;
    margin-bottom: .65em;
    font-family: 'Roboto', sans-serif;
}
.modalcuatro h4, .modalcinco h4, .modalseis h4{
    margin-top: 1em;
    font-size: 1.65rem;
    color: red;
    margin-bottom: .65em;
    font-family: 'Roboto', sans-serif;
}
.elpremio{
    font-size: .7rem;
    margin-bottom: 2.8em;
    margin-top: .36em;
    color: #525151;
}
.canjear {
   background-color: #12d437;
}
.salir{
    background-color: red;
}
.salir, .canjear{
    padding: 0 20px;
	margin-bottom: 20px;
	height: 2.7em;
    width: 12em;
	line-height: 40px;
	border-radius: .6em;
	cursor: pointer;
    margin: auto;
}
.siguiente{
    padding: 0 20px;
	margin-bottom: 20px;
	height: 2.7em;
    width: 12em;
	line-height: 40px;
	border-radius: .6em;
	cursor: pointer;
    margin: auto;
    background-color: #0d1164;
}
.canjear h5, .salir h5{
    color: aliceblue;
    font-size: 1.3rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.siguiente h5{
    color: aliceblue;
    font-size: 1.3rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.mispuntos {
    width: 11em;
    height: 1.8em;
    margin: .2em auto;
    margin-bottom: .6em;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    color: #8e8d8d;
}
.mispuntostitulo{
    width: 11em;
    margin: 0em auto;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    color: #8e8d8d;
}
.cuantospuntos, .mispremios {
    width: 4.8em;
    display: flex;
    padding: .3em;
    border: 1px solid #a3a3a3;
    border-radius: .5em;
}
.cuantospuntos p, .mispremios p {
    color: gray;
    font-family: 'Roboto', sans-serif;
}
.mispuntosrest{
    width: 7em;
    height: 2.55em;
    margin: 0em auto;
    border: 1px solid #ddd40b;
    display:flex;
    flex-direction: row;
    border-radius: .5em;
    padding: .3em 0em;
    text-align: center;
    justify-content: center;
}
.mispuntosrest img{
    width: 1.8em;
    height: 1.8em;
}
.mispuntosrest p{
    color: #12d437;
    margin-top: .3em; 
    font-family: 'Roboto', sans-serif;
}
.contenido-premios .modaluno, .contenido-premios .modaldos, .contenido-premios .modaltres {
	background-color: rgba(221, 219, 219, 0.93);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
    visibility: hidden;
    z-index: 999;
    transition: .3s ease all;
}
.contenido-premios .modalcuatro, .contenido-premios .modalcinco, .contenido-premios .modalseis {
	background-color: rgba(221, 219, 219, 0.93);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
    visibility: hidden;
    z-index: 999;
    transition: .3s ease all;
}
.canjeuno, .canjedos, .canjetres {
	width: 320px;
    border-radius: .6em;
    padding: .2em .5em;
    text-align: center;
    justify-content: center;
	transition: .5s ease all;
	transform: scale(0.8);
	opacity: 0;
}
.canjecuatro, .canjecinco, .canjeseis {
	width: 320px;
    border-radius: .6em;
    padding: .2em .5em;
    text-align: center;
    justify-content: center;
	transition: .5s ease all;
	transform: scale(0.8);
	opacity: 0;
}
.canjeuno .btn-cerrar-canjeuno{
  transition: .3s ease all;
  width: 28px;
  height:auto;
  float: right;
}
.canjedos .btn-cerrar-canjedos {
  transition: .3s ease all;
  width: 28px;
  height:auto;
}
.canjedos .btn-cerrar-canjetres {
  transition: .3s ease all;
  width: 28px;
  height:auto;
}
.canjedos .btn-cerrar-canjecuatro {
  transition: .3s ease all;
  width: 28px;
  height:auto;
}
.canjedos .btn-cerrar-canjecinco {
  transition: .3s ease all;
  width: 28px;
  height:auto;
}
.canjedos .btn-cerrar-canjeseis {
  transition: .3s ease all;
  width: 28px;
  height:auto;
}
.modaluno.active, .modaldos.active, .modaltres.active{
	visibility: visible;
}

.modalcuatro.active, .modalcinco.active, .modalseis.active{
	visibility: visible;
}
.canjeuno.active {	transform: scale(1); opacity: 1; }
.canjedos.active {	transform: scale(1); opacity: 1; }
.canjetres.active {	transform: scale(1); opacity: 1; }
.canjecuatro.active {	transform: scale(1); opacity: 1; }
.canjecinco.active {	transform: scale(1); opacity: 1; }
.canjeseis.active {	transform: scale(1); opacity: 1; }
@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}
@media (min-width:767px){
    .contenedorpremios{
     margin-top: 5.5em;
     width: 760px;
     height: 460px;
     margin: 0px auto;
     padding:  0em;
    }
    .caja-uno, .caja-dos, .caja-tres{
     width: 157px;
     height: 189px;
     border: 1px solid #fff;
     margin: .9em auto;
     border-radius: .8em;
    }
}
.canjeporpuntos{
    z-index: 995;
    margin: auto;
    padding: .2em .5em;
    text-align: center;
    justify-content: center;
}
.canjeporpuntos h4{
    margin-top: 1em;
    font-size: 1.65rem;
    color: #12d437;
    font-family: 'Roboto', sans-serif;
}
.cajaranking-premios{
    width: 90%;
    height:100%;
    margin: 0px auto;
    padding: 1.5em 1em;
}
.contenedorpremio{
    width: 80%;
    height: 100%;
    margin:2em  auto;
}
.unoranking{
    width: 80%;
    height: 13em;
    background-color: rgba(165, 165, 165, 0.35);
    margin:1em auto;
    border-radius: .5em;
}
.cajacontenedora{
    display: flex;
    flex-direction: row;
}
.rankingpremiouno{
    width: 7em;
    height: 7em;
    border-radius: 50%;
    border: 4px solid #e5e6e5;
    margin-top: -30px;
}
.unoranking h1{
    text-align: start;
    position: absolute;
    margin: .7em;
    color: #808081;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
}
.subtitulopremio{
  font-size: 0.76rem;
  margin-bottom: 1.2em;
  color: #888686;
  align-content: center;
}
.cajaranking-premios .titulovideo {
    margin-top: 2em;
    font-size: 0.92rem;
}
video { 
    width:91%;
    height: auto; 
    margin-left: .9rem;
    margin-right: .9rem;
    margin-top: 1.5em;
    border: 4px solid #939090;
    border-radius: .9em;
}
.textovideo{
    font-size: 0.9rem;
    margin: .5em auto;
    color: gray;
    font-family: 'Roboto', sans-serif;
}
@media (max-width:767px){
    .cajaranking-premios{
     display: none;
    }
}
@media (min-width:768px){
    .mispuntostitulo{
     width: 13em;
    }
    .contenido-premios{
     margin-bottom: 4em;
    }
    .cuantospuntos, .mispremios{
     width: 5.3em;
     margin: 0em .2em;
    }
    .mispuntos {
     width: 13em;
    }
    .mispuntostitulo h6{
     font-size: 0.75rem;
     margin: auto;
    }
}
.cajacontn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    position: absolute;
    align-content: center;
}
.contenidoinicio p{
    color: #eaeaea;
    font-size: 25px;
    margin:  auto;
    margin-bottom: 1.3em;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.contenidoinicio h1{
    color: #dbdbdb;
    font-size: 15px;
    margin: 0em auto;
    margin-bottom: .4em;
    font-family: 'Roboto', sans-serif;
}
.content-lorem img {
    width: 3em;
}
.imagenlogo img {
    width: 53vmin;
    max-width: 15em;
    max-height: 15em;
}
.contenidoinicio {
    width:100%;
    height:auto;
    flex-direction: column;
    display: flex;
    margin: auto;
    justify-content: center;
    text-align: center;
    align-content: center;
    position: absolute;
}
.content-inicio {
    width: 100%;
    height: 100%;
    background: gray;
    display: flex;
    margin: auto;
    position: fixed;
    justify-content: center;
    flex-direction: column;
    background-image: url('../imagenes/fondoiconos.svg');
}
.loader {
    width: 260px;
    height: 50px;
    background: rgba(201, 204, 201, 0.73);
    border: 2px solid #1df747;
    display: flex;
    margin:  auto;
    overflow: hidden;
    border-radius: 20px;
}
.lbl-loader {
    color: white;
    font-size: 22px;
    margin: auto;
}
.loader:before{
    content: "";
    width: 200px;
    height: 100vh;
    background: #0a072a;
    animation: carga 5s infinite;
}
.lbl-loader{
    color: #02b524;
    font-size: 22px;
    margin: auto;
    position: absolute;
    margin-top: 10px;
    margin-left: 70px;
}
@keyframes carga {
    from{
        width: 0px;
    }
    to{
        width: 300px;
    }
    80%{background: #0a072a;}
    
}
@keyframes lbl-carga {
  
    100%{background:white;}  
}
.solo-inicio {
    background-color: gray;
	width:100%;
    height:100vh;
    flex-direction: column;
    display: flex;
    margin: 0em auto;
    justify-content:center;
    align-items:center; 
    overflow: hidden;
    align-content: center;
}
.inicio{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inicio img {
    width: 50vmin;
    height: 50vmin;
    max-width: 15em;
    max-height: 15em;
    margin: 1em 0em 1em 0em;
}
@media (min-width:767px){
    .contenidoinicio p {
    color: #eaeaea;
    font-size: 29px;
    margin-bottom: 1.3em;
    font-family: 'Roboto', sans-serif;
    }
    .contenidoinicio h1 {
    color: #dbdbdb;
    font-size: 17px;
    margin-bottom: .5em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    }
}
.barras2{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
	height: 7.6rem;
    margin-top: 1rem;
	margin-bottom: 1rem;
	justify-content: space-between;
    border-radius: 10px;
}
.inputlogin {
    display: block;
    width: 100%;
    height: 3em;  
    text-align: center;
    border-style: none;
    border-radius: 10px;
    color:#0ec41c;
	background-color: rgba(229, 226, 226, 0.92);
	box-shadow: none;
	padding: 8px 8px;
	font-size: 0.9rem;
    border: rgba(0, 0, 0, 0.74) 0.5px solid;
}
.form-login {
    width: 270px;
    background-color: rgba(186, 185, 185, 0.17);
	overflow: hidden;
	opacity: 2;
	visibility: visible;
    border-radius: 10px;
}
.ingresar{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 2.5rem;
    background:#0ec41c;
    color: aliceblue;
    margin: 0em auto;
    margin-top: 1em;
    margin-bottom: 1em;
	padding: 1rem;
	border-radius: 16px;
    border: rgba(0, 0, 0, 0.1) 0.5px solid;
    box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, 0.15) inset;
    font-size: 1.2rem;
    cursor: pointer;
}
.recuperarcontr a {
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1.1rem;
	margin: 0;
	color:#fff;
}
.recuperarcontr{
    margin-top: .6em;
}
.registrarse img {
    max-width: 5em;
    height: 3.7em;
}
.registrarse {
    background-color: rgba(157, 156, 156, 0.88) ;
    border: 1px solid rgba(199, 199, 199, 0.56);
    color:#f4f8f5;
    border-radius: 6em;
    text-align: center;
    padding:0.3rem;
    width:100%;
    font-size: 0.9rem;
    font-weight: 400;
}
.check input{
    width: 1em;
    height: 1em;
    margin-bottom: 0;
}
.check label{
    color: aliceblue;
    font-size: 0.8rem;
}
.mainregistro{
    min-width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: gray;
}
.contenidomaininicio {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    margin: auto;
    width: 90vw;
    max-width: 500px;
    padding: 1em;
}
.enlaces{
    border-bottom: 1px solid #8e8989;
    width: 14em;
    height: 2em;
    margin-top: 0em;
    margin-left: auto;
    margin-right: auto;
}
.enlaces2{
    display: flex;
    justify-content: space-between;
    width: 14.2em;
    height: 2em;
    position: absolute;
    margin-top: 1.2em;
}
.contenedorpregunta{
    background-color: #8d8787;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
    background-image: url('../imagenes/fondopregunta.svg');
}
.contenedorpregunta .content{
    width: 300px;
    height: 450px;
    background: #d1d1d1;
    position: absolute;
    align-items: center;
	justify-content: center;
	display: block;
    border-radius: .9em;
}
.preguntas{
    flex-grow: 1;
    background-color: #585858;
}
.preguntas .lapregunta{
    width: 17em;
    height: 11em;
    background: #797676;
    margin-top:2.65em;
    border-radius: .6em;
    padding: 1em 1em;
}
.enlaces2 img{
    width: 1.9em;
    height: 1.9em;
}
.aqui{
    width: 55%;
    max-width: 70%;
    margin: .5em;
}
.mispuntosrest{
    width: 7em;
    height: 2.55em;
    margin: 0em auto;
    border: 1px solid #ddd40b;
    display:flex;
    flex-direction: row;
    border-radius: .5em;
    padding: .3em 0em;
    text-align: center;
    justify-content: center;
}
.mispuntosrest img{
    width: 1.8em;
    height: 1.8em;
}
.mispuntosrest p{
    color: #12d437;
    margin-top: .3em;
    font-family: 'Roboto', sans-serif;
}
.estadio{
    width: 70%;
    max-width: 60%;
    margin: .5em;
}
.lapregunta p { 
    font-size: 0.94rem;
    color: #f2f7fa;
    font-weight: 500;
    margin-bottom: .3em;
    font-family: 'Roboto', sans-serif;
}
.respuesta{
    font-size: 0.92rem;
    color: #f2f7fa;
    font-weight: 500;
    margin: 1.3em auto;
    width: 79%;
}
.opciones{
    margin-top: 1em;
}
@media(min-width:650px){
    .contenedorpregunta .content{
        width: 450px;
        height: 510px;
        padding: 1.5em;
    }
    .lapregunta{
      width: 20em;
      height: 13em;
      margin-bottom: 2em;
    }
    .respuesta{
    font-size: 1rem;
    width: 60%;
    }
}
@media(max-width:320px){
    .contenedorpregunta .content{
        width: 280px;
        height: 389px;
    }
    .preguntas .lapregunta{
     width: 16.3em;
     height: 9.65em;
     margin:1.7em 0em 0em 0em;
     padding: .6em 0em 0em 0em ;
    }
    .enlaces2{
     margin-top: .7em;
    }
    .enlaces{
     height: 1.6em;
    }
    .estadio{
    width: 45%;
    }
}
section .ventana, .ventana2, .ventana3{
	padding: 0 20px;
	margin-bottom: 19px;
	height: 2.5em;
    width: 15em;
	line-height: 40px;
	color: #fff;
	background: #828488;
	border-radius: .6em;
	font-size: 16px;
	cursor: pointer;
    border:2px solid #c3bfbf;
	transition: .3s ease all;
}
section .ventana:hover {
	background: rgba(17, 27, 62, 0.9);
}
section .ventana2:hover {
	background: rgba(17, 27, 62, 0.9);
}
section .ventana3:hover {
	background: rgba(17, 27, 62, 0.9);
}
.overlay2.active, .overlay.active,.overlay3.active  {
	visibility: visible;
}
.overlay, .overlay2, .overlay3 {
	background: rgba(0, 0, 0, 0.94);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
    visibility: hidden;
    z-index: 999;
}
.popup2, .popup, .popup3 {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.37);
	border-radius: 3px;
	padding: 10px;
	text-align: center;
	width: 510px;
    height: 570px;
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}
.popup .btn-cerrar-popup, .popup2 .btn-cerrar-popup2, .popup3 .btn-cerrar-popup3 {
	display: block;
}
.popup h1, .popup2 h1, .popup3 h1 {
	font-size:1.8rem;
	font-weight: 600;
	color: #eae106;
    margin-top: 1.2em;
    margin-bottom: .7em;
    font-family: 'Roboto', sans-serif;
}
.popup h2{
   font-size:1.6rem; 
   color: #06ea43;
   margin-bottom: .7em;
   font-family: 'Roboto', sans-serif;
}
.verde p{
   font-size:1.6rem; 
   color: #06ea43;
   font-weight: 550;
   font-family: 'Roboto', sans-serif;
}
.popup2 h2, .popup3 h2, .red{
   font-size:1.8rem; 
   color: #ea0606;
   margin-bottom: .7em;
   font-weight: 600;
   font-family: 'Roboto', sans-serif;
}
.popup h3, .popup2 h3, .popup3 h3{
	font-size: 1.8rem;
	font-weight: 600;
	color: #aeb2b4;
	margin: .7em 0em;
    font-family: 'Roboto', sans-serif;
}
.popup h4, popup2 h4, .popup3 h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
    font-family: 'Roboto', sans-serif;
}
.aqui2{
    width:18.4em;
    height: auto;
    margin: .86em 0em;
}
.rojopalo{
    width:18.4em;
    height: auto;
    margin: .6em 0em;
}
.final{
    width:18.4em;
    height: auto;
    margin: 0em 0em .7em 0em;
}
.popup.active {	transform: scale(1); opacity: 1; }
.popup2.active { transform: scale(1); opacity: 1; }
.popup3.active { transform: scale(1); opacity: 1; }
@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}
.registrarform {
    display: block;
    width: 100%;
    max-width: 450px;
}
.registrarinput {
    display: block;
    width: 100%;
    height: 3em;  
    text-align: center;
    border-style: none;
    border-radius: 10px;
    color:#0ec41c;
	background-color: rgba(229, 226, 226, 0.92);
	box-shadow: none;
	padding: 8px 8px;
	font-size: 0.9rem;
    border: rgba(0, 0, 0, 0.74) 0.5px solid;
    margin-bottom: 1.5em;
}
.registrarinput:hover {
   background: #c1bebe;
    border: 1px solid #18ef52;
}
