@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: Roboto, Helvetica, arial, sans-serif;
}



img {
  max-width: 100%;
}

body {
  background-image: url(../imagenes/fondoazul.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.foot {
  position: fixed;
  font-size: 4pt;
  color: #3d93f0;
  z-index: 1;
}

.footvisible {
  margin-top: 2em;
  border-radius: 1em 1em 0 0;
  padding: 1em 1em 1em 1em;
  background-color: white;
  font-size: 12px;
}


h1 {
  font-weight: 800;
}

h2 {
  font-weight: 500;
}

h3 {
  font-weight: 300;
}



.prueba {
  background-image: url(../imagenes/fondoazul.png);
  background-size: cover;
}

.fondopreg {
  background-image: url(../imagenes/fondonaranja.png);
}

.fondocor {
  background-image: url(../imagenes/fondoamarillo.png);
}

.fondoincorr {
  background-image: url(../imagenes/fondoamarillo.png);
}

.fondotiempo {
  background-image: url(../imagenes/fondonaranja.png);
}

.fondoganador {
  background-image: url(../imagenes/fondoganadores.png);
}


/* class para el main y centrar el contenido */

.index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  min-height: 100vh;
}

.mainflex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  align-content: center;
  flex-grow: 1;
}

.mainflexpreg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  align-content: center;
  flex-grow: 1;
}


.mainrespuestas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  min-height: 100vh;
  flex-grow: 1;
}



.mainperfil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-between;
  margin-top: 5em;
  flex-grow: 1;
}

.mainganadores {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  flex-grow: 1;
  margin-top: 1em;
}

.flexgan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  margin-top: 3em;
  flex-grow: 0.5;
  gap: 0.8em;
  align-items: center;
}



/* class para centrar el contenido */

.flexindex {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.flexdificultad {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-content: center;

}

.flexespera {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;

}

.flex4fotos {
  display: flex;
  flex-grow: 5;
  flex-direction: column;
  justify-content: center;
  margin-top: 1em;
}

.flex1foto {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.flexcorrectoincorrecto {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  margin-top: 4em;
}

.flexsintiempo {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  margin-top: 10em;
}


.cabezera ul li div img {
  width: 3.5em;
}

ul {
  list-style: none;
}














/* header */

.botones1 li a {
  list-style: none;
  margin: 2em;
  text-decoration: none;
  color: black;
  background-color: blanchedalmond;
  border-radius: 1em;
  padding: 1em;
}

.botones1 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 2em;

}

.personaje {
  position: fixed;
  top: 1.9em;
  right: 2em;
}

/* main */

/*acabo de agregar color*/
#quinke {
  align-self: center;
  width: 65%;
  margin-top: 3em;
  text-align: center;
}

#quinke img {
  width: 15em;
}

#quinke2 {
  align-self: center;
  width: 45%;
  margin-top: 0.3em;
  text-align: center;
}

#quinke2 img {
  width: 15em;
}


#pj {
  text-align: center;
  width: 80%;
  max-width: 80%;
  display: inline;
  align-self: center;

}

#pj img {
  align-self: center;
  width: 18em;

  margin-top: 1em;
}



.ingresar ul {
  display: flex;
  align-items: stretch;
  list-style: none;
  flex-direction: column;
  flex-wrap: nowrap;

}


/*acabo de agregar color*/
.nombre h1 {
  margin-bottom: 0.5em;
  color: white;
}

/*acabo de agregar color*/

.sala h1 {
  color: white;
}


/*acabo de agregar color*/
.sala h3 {
  margin-bottom: 1em;
  color: white;
}


.ingresar li {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

.caja_txt input {
  width: 100%;
  color: grey;
  background-color: white;
  padding: 1.5em;
  border-radius: 1em;
}

#qr img {
  margin: 1em;
  display: inline;
}

#qr {

  display: flex;
  justify-content: space-between;
  align-content: center;
  background-color: white;
  border-radius: 1em;
}

#qr input {
  width: 100%;
  color: grey;
  background-color: white;
  padding: 1.5em;
  border-radius: 1em;
}

#botonj {
  text-align: center;
  align-self: center;
}

#botonj input {
  list-style: none;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: bolder;
  background-color: #f9d332;
  border-radius: 8em;
  padding: 1.2em 3em 1.2em 3em;
}


#nuevacuenta h3 {
  color: white;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: white;
  font-size: 1em;
  font-weight: lighter;
}





/*pantalla sala de espera y jugar solo*/

/* body */


/* header */

.atras {
  position: fixed;
  top: 2.2em;
  left: 2em;
    background-image: url(../imagenes/fondo-flecha.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:4em ;
  }

.atras img {
  padding: 0.5em;

}

.cabezera ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.cabezera ul li {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}




.equis {
  position: fixed;
  top: 2.2em;
  right: 2em;
  display: inline;
}


.equisb {
  width: 2em;
  position: fixed;
  top: 2.8em;
  right: 2em;
  display: inline;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0);
}








/* clase del pop up de la x */

.mainflexpreg section:first-child {
  display: none;
}



.mainflexpreg section.flexpopup {
  position: fixed;
  display: flex;
  flex-grow: 1;
  min-height: 1000vh;
  min-width: 100%;
  justify-content: center;
  align-self: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  padding: 1em;
}

.flexpopup ul {
  list-style: none;
}

.flexpopup img {
  width: 10em;
}

.popup {
  align-self: center;
  width: 30em;
}

.pregpopup {
  background-color: #ffffff;
  text-align: center;
  padding: 1em 1em 2em 1em;
  border-radius: 1em;
  font-size: 12px;
}



.sinopopup {
  margin-top: 1em;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;

}

.sipopup {
  width: 48%;
  background-color: #ffffff;
  text-align: center;
  border-radius: 10em;
  padding: 1em;

}

.sipopup a {
  text-decoration: none;
  color: black;
}

.nopopup {
  width: 48%;
  background-color: #ffffff;
  text-align: center;
  border-radius: 10em;
  padding: 1em;
}








.cabezera2 ul li div img {
  width: 1.8em;
}

.cabezera2 ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.cabezera2 ul li {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}






/* main */

.titular {
  margin-left: 3em;
  margin-right: 3em;
  width: auto;
  text-align: center;
  color: white;
  font-size: 1.4em;
}

.titular2 h2 {
  margin-left: 3em;
  margin-right: 3em;
  width: auto;
  text-align: center;
  color: white;
  font-size: 1.3em;
}



.num {
  width: auto;
  text-align: center;
  color: white;
  font-size: 3em;
  margin-bottom: 0.2em;
}

#dificultad3 {
  background-color: white;
}

#dificultad {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 1em;
}

#dificultad2 {
  background-color: white;
}

#dificultad ul li {
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
  padding: 1.2em;
  border-radius: 2em;
  list-style: none;
}

#dificultad ul li a {
  text-decoration: none;
  color: black;
}

#dificultad ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.icono img {
  width: 25%;
}

#esperando {
  margin-top: 7em;
}

.pjgif {
  margin: 1em 0 2em 0;
  align-self: center;

}

.pjgif img {
  max-width: 100%;
  width: 20em;
  align-self: center;
  background-image: url(../imagenes/sombra2.svg);
  background-size: 100%;

}




/* pantalla pregunta */


/* header */


/* main */

.preguntas {
  margin-left: 3em;
  margin-right: 3em;
  text-align: center;
  color: black;

}

#obra {
  text-align: center;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 2em;
}

#obra img {
  border-radius: 2em;
  max-width: 100%;
}

.indicacion {
  margin: 1em;
  text-align: center;

}

.enter li {
  background-color: white;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
  border-radius: 8em;
  list-style: none;
  text-align: center;
}

.respuestas li {
  background-color: white;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
  padding: 1em;
  border-radius: 8em;
  list-style: none;
  text-align: center;
}

.respuestas li a {
  text-decoration: none;
  color: black;
}

/*
.flex1foto section ul {
display: grid;
grid-template-areas { .respuestas {grid-area: "respuesta"; #obra {grid-area: "obra";}
}
*/




/* Pantalla 1 foto 2 fotos */
.respuestas3 {
  align-self: center;
  max-width: 40em;
}

.respuestas3 li {
  background-color: white;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
  padding: 1em;
  border-radius: 1em;
  list-style: none;
  text-align: center;

}

.respuestas3 li a {
  text-decoration: none;
  color: black;
}

.respuestas3 img {
  border-radius: 1em;
}

.respuestas4 {
  align-self: center;
}

.respuestas4 li {
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
  list-style: none;
  text-align: center;

}

.respuestas4 li a {
  text-decoration: none;
  color: black;
}

.respuestas4 img {
  border-radius: 1em;
  max-width: 9em;
}







/* aplica a todas las preguntas */

#barratiempo {
  width: 65%;
  position: fixed;
  top: 2.3em;
  left: 2em;
  max-width: 65%;
}



/* pregunta foto */

.enter2 {
  margin: 0em 2em 0em 2em;
}

.enterrespuesta {
  display: flex;
  align-content: center;
  background-color: white;
  border-radius: 1em;

}

.respuestaimput {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.preguntainput {
  background-color: white;
  padding: 2em;
  border-radius: 1em;


}


.botonenter {

  width: 3em;
  margin-right: 1em;
}

.respuestaimput li {
  align-items: center;
  align-self: center;

}


/* pregunta cuatro fotos */

.fondopreg {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}



/* main */

#cuatrofotos img {
  display: block;
  aspect-ratio: 1;
}

#cuatrofotos {
  list-style: none;
  display: grid;
  grid-template-columns: 3fr 3fr;
  gap: 0.5em;
  align-self: center;
  width: 70%;
  margin-top: 1.5em;
}

.fotopreg img {
  border-radius: 1em;
}


#palabra {
  margin-left: 2em;
  margin-right: 2em;

  color: grey;
  background-color: white;
  padding: 1.5em;
  border-radius: 1em;
}






/*inicio de sesion*/


#iniciosesion {
  text-align: center;
  color: white;

}


#pjinicio {
  margin-top: 2em;
  text-align: center;
  width: 50%;
  display: inline;
  align-self: center;
}

#pjinicio img {
  max-width: 100%;
}

.nombre h3 {
  margin-bottom: 0.5em;
  color: white;
}


.contrasena h1 {
  margin-bottom: 0.5em;
  color: white;
}


.formulario {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
}


#botoning {
  align-self: center;

}



#botoning input {
  display: block;
  list-style: none;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: bolder;
  background-color: #f9d332;
  border-radius: 8em;
  padding: 1.2em;
}

#nuevacuenta {
  color: white;
  text-align: center;
  margin-top: 1em;
  text-decoration: underline;
  text-decoration-color: white;
}






/* perfil */


/* header*/


#botonmaestra {
  width: 30%;
  position: fixed;
  top: 2.8em;
  right: 2em;
  background-color: #f9d332;
  border-radius: 2em;
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

#botonmaestra a {
  text-decoration: none;
  color: black;
}



/* main*/

#perfil ul {
  text-align: center;
  list-style: none;
}

#perfil img {
  width: 50%;
}

#perfil h1 {
  color: white;
  font-size: 2em;
}

#perfil h3 {
  color: white;
}

.recientes {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
  color: white;

}

/*
historialpartidas {
  display: flex;
  flex-wrap:  wrap;
  justify-content: space-evenly;
  row-gap: 2em;
}
*/

.historialpartidas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
}

.partidas ul {
  background-color: white;
  border-radius: 1em;
  list-style: none;
  padding: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.partidas h3 {
  font-size: 19px;
}





/* correcto y incorrrecto */

.turespuesta {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
}

.turespuesta img {
  background-image: url(../imagenes/sombra2.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
  margin-top: 1em;
}

/* sin tiempo */
.sintiempo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
  margin-top: 4em;
}


.sintiempo img {
  background-image: url(../imagenes/sombra2.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
  margin-top: 4em;
}



.resultadoss {
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  font-size: 20pt;
  color: black;
}

.resultadoss3 {
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  font-size: 20pt;
  color: white;
}

.resultadossb {
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  font-size: 15pt;
  color: black;
}

.resulsb {
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  font-size: 15pt;
  color: black;
  text-transform: uppercase;
}

.resu {
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  font-size: 33pt;
  text-transform: uppercase;
}



.mainrespuestas h3 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 13pt;
  max-width: 100%;
}



.prueba123 {
  justify-content: center;
}

/*
.perssolo img {
  background-image: url(../imagenes/sombra2.svg);
  background-size: 100%;
}

*/

iframe {
  border-radius: 1em;
}



/* ganadores */

#puntosperfil ul {
  text-align: center;
  list-style: none;
}


#puntosperfil h1 {
  color: white;
  font-size: 2em;
}

#puntosperfil h3 {
  color: white;
}



#ganadores img {
  width: 40%;
  text-align: center;
}

#perfil2 {
  display: flex;
  margin: 0.3em;
}

#perfil2 img {
  margin-bottom: 1.2em;
}


#ganadores1 {
  margin-top: 5.5em;
}

#ganadores2 {
  margin-top: 1em;
}

#ganadores3 {
  margin-top: 8em;
}


#perfil2 ul {
  text-align: center;
  list-style: none;
}

#perfil2 img {
  width: 50%;
}

#perfil2 h1 {
  color: white;
  font-size: 2em;
  margin-bottom: 0.5em;
}

#perfil2 {
  color: white;
  margin-top: 0.2em;
}

.titularganadores {
  margin-top: 6em;
  margin-left: 4em;
  margin-right: 4em;
  width: auto;
  text-align: center;
  color: white;
  font-size: 1.1em;
}

#botong a {
  text-decoration: none;
  color: black;
  text-align: center;
}

#botong h2{ 
  list-style: none;
  text-transform: uppercase;
  font-weight: bolder;
  background-color: #f9d332;
  border-radius: 8em;
  padding: 1.2em 3em 1.2em 3em;
  font-size: 14px;
  width: 14em;
}








@media (min-width: 600px) {


#cuatrofotos {
  width: 30em;
}


}








@media (min-width: 768px) {





#perfil2 {
  width: 50em;
  align-self: center;
}

  .flexgan {
    margin: 0em;
  }



  #botong h2{
    width: 40em;
    height: 4em;

  }




  /* Perfill  */




  .mainperfil {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 2em;
    align-content: center;
  }

    #perfil {
      width: 40%;
      margin-top: 10em;
      display: flex;
      position: fixed;
      left: 1em;
    }

    #perfil img {
      width: 60%;
    }

    .recientes {
      text-align: left;
    }

    .historialpartidas {
      grid-column: 2;
      display: flex;
      flex-grow: 1;
      flex-direction: column;
      margin-bottom: 8em;
      margin-right: 2em;
    }

     .recientes {
       margin-top: 10em;
     }

    .partidas ul li {
      text-align: center;
    }


  .footvisible {
    padding: 1em 25em 1em 25em ;
  }




.enter2 {
  align-self: center;
  width: 80%;
  max-width: 85%;
}







  /* 

  #obra img { width: 50%; align-self: center;
  }
  #obra {text-align: center;
    }


  #barratiempo img {
    width: 30%;
  }

*/
}




@media (min-width: 1000px) {

  img {
    max-width: 100%;
  }

  #cuatrofotos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5em;

  }

  #cuatrofotos img {
    aspect-ratio: 1;
  }


  #obra img {
    width: 40em;
    align-self: center;

  }

  #obra {
    text-align: center;
  }






  .respuestas {
    width: 60em;
    align-self: center;
  }




  #barratiempo img {
    width: 30%;
  }



  
  /*pantalla inicio */



  .flexindex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }


  .flexindex #quinke {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  #quinke {
    margin-top: 0;
    text-align: left;
  }

  #quinke img {
    width: 15em;
  }

  .flexindex #pj {
    grid-column: 1;
    width: 100%;
    margin-top: 8em;
    justify-self: center;
  }

  .flexindex #pj img {
    align-self: center;
  }

  #pj img {
    width: 30em;
  }



  #formindex {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }



  .flexindex form {
    margin-top: 6em;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .flexindex #botonj {
    margin-top: 4em;
    width: 100%;
    align-self: center;
  }

  #botonj input {
    width: 40em;
    height: 5em;

  }





  /*pantalla inicio de sesion web*/



  #botonmaestra {
    width: 10%;
    border-radius: 0.8em;
  }


  .flexindex #iniciosesion {
    grid-column: 2;
    grid-row: 1;
    margin-top: 3em;
  }

  .flexindex #pjinicio {
    grid-column: 1;
    margin-top: 6em;
    width: 100%;
  }

  .flexindex #pjinicio img {
    align-self: center;
  }

  .flexindex .ingresar {
    width: 100%;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin-top: 0em;
  }

  .flexindex #botoning {
    margin-top: 4em;
    align-self: center;

  }

  #botoning input {
    padding: 2em;
  }

  #botoning input {
    width: 40em;
    height: 5em;

  }


  .flexindex #nuevacuenta {
    grid-column: 2;
    align-self: end;

  }



  


.mainperfil {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 2em;
  align-content: center;
}

  #perfil {
    width: 40%;
    left: 3em;
  }

  #perfil img {
    width: 60%;
  }

  .recientes {
    text-align: left;
  }

  .historialpartidas {
    grid-column: 2;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    margin-bottom: 8em;
    margin-right: 2em;
  }

   .recientes {
     margin-top: 10em;
   }
  
  .partidas ul li {
    text-align: center;
  }


.footvisible {
  padding: 1em 25em 1em 25em ;
}
  

  /*
  .flex1foto {
    display: grid;
    grid-template-areas: 
    "preguntas" "obra"
    "indicacion" "respuesta"
    ;

    grid-template-columns: 1fr;
  }


    .preguntas {
     grid-area: preguntas;
    }

    #obra {
      grid-area: obra;
      display: inline;
    }

    .indicacion {grid-area: indicacion;
                 display: inline;
    }

    .respuestas {grid-area: respuestas;
                 display: inline;
    }

    */


  /* pregunta con con 2 imagenes*/

  .respuestas3 {
    max-width: 100%;
  }

  .respuestas3 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

  }

  .respuestas3 img {
    width: 100%;
  }


  /* pregunta una foto*/

  #1924 {
    margin: 0em 0em 0em 0em;
  }



  #cuatrofotos {
    width: 90%;
  }

  


  /* pregunta con video*/

  #obra iframe {
    width: 40vw;
    aspect-ratio: 16/9;

  }

  

  @media (min-width: 1200px) {


    #quinke img {
      width: 60%;
    }

    #pj img {

      width: 50em;
    }






    #ano {
      margin: 1em 10% 0 10%;


    }




    .enter2 {
      align-self: center;
      width: 60em;
    }

    


     /* perfil*/

    #perfil {
      width: 80%;
      left: 6em;
    }



  }












}















.barratiempo {
  width: 250px;
  height: 20px;
  background-color: black;
  border-radius: 10px;
  overflow: hidden;
  animation: reducirAncho 15s linear forwards;
  /* Tiempo de la animación */
  position: fixed;
  top: 2.4em;
  left: 2em;
  display: inline;
}

.barratiempo2 {
  width: 250px;
  height: 20px;
  background-color: black;
  border-radius: 10px;
  overflow: hidden;
  animation: reducirAncho 45s linear forwards;
  /* Tiempo de la animación */
  position: fixed;
  top: 2.4em;
  left: 2em;
  display: inline;
}



@keyframes reducirAncho {
  from {
    width: 70%;
  }

  to {
    width: 0;
  }
}





#countdown {
  font-family: 'DynaPuff';
}

#counter {
  font-family: 'DynaPuff';
}

.contador {
  font-size: 6em;
  color: white;
  text-align: center;
  font-family: 'DynaPuff';

}

.contadorr {
  font-size: 22em;
  color: white;
  text-align: center;
  font-family: 'DynaPuff';

}

.contador2 {
  margin-top: 0.1em;
  font-size: 4em;
  color: black;
  text-align: center;
  font-family: 'DynaPuff';


}



.confetti-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffcc00;
  /* Color del confeti */
  border-radius: 50%;
  animation: fall 1s ease-in-out infinite;
  z-index: -1;
}

@keyframes fall {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100vh);
  }
}