




/* Divicion y cuenta regresiva */

.div-rojo {
  position: relative;
  width: 100%;
  
  
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;

}

/* reloj */
.contenedor-reloj {
  background-color: black;
  color: white;

  color: #13294a;
  background: linear-gradient(#dee5eb,white, gray );
  border: 1px solid gray;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0rem;
  width: 20rem;
  text-align: center;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.2); /* Sombra */
  border-radius: 10%;
}

.texto-reloj {
  font-family: "Dangrek", serif;
  font-size: 3rem;
  line-height: 1;
}

.numero-reloj {
  font-size: 10rem;
  font-weight: bold;
}


/* lista de colores */
.colores {
  color: #ffcc00;
  color: #13294a;
  color: #e30000;
  color: #dee5eb;
  color: #ffffff;
}






/* boton whatsapp */


/* boton whatsapp */


