body {
  background: #060d20;
  font-family: Google Sans, sans-serif;
  margin: 0;
  padding: 0;
  /*font-family: sans-serif;*/
}
p {
  padding: 0;
  margin: 0;
}

.header {
  padding: 0px;
  margin: 0px;
}

.premios {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amarillo {
  background: #ffe000;
}

.azul {
  background: #002aff;
}

.rojo {
  background: #dc281e;
}

.nombre-text-disponible {
  font-size: 0px;
}

.boton-captura {
    width: 100%;
    height: 30px;
    background: #00000000;
    color: white;
    font-size: 20px;
    border: none;
    font-weight: bold;
}

.big-text-lottery {
  color: #ffb500;
  font-style: italic;
  width: 100%;
  border: 3px #060d20;
  text-align: center;
  margin: auto;
  font-size: 16px;
}

.date-logo-price {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s33 {
  max-width: 33%;
  width: 100%;
  height: 100%;
  text-align: center;

  color: white;
  font-weight: bold;
  font-style: italic;
  
  font-size: 25px;

}


.s50 {
  max-width: 50%;
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.flex-vertical {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.titulo-premio {
  font-size: 10px;
}

.texto-premio {
  font-size: 18px;
  font-style: normal;
}
.p2p {
  color: black;
}

.text-price {
  font-size: 12px;
  font-weight: bold;
  font-family: Google Sans, Roboto, Arial, sans-serif;
}

.text-price-value {
  font-size: 20px;
  color: red;

  font-family: Google Sans, Roboto, Arial, sans-serif;
}

.estados {
  display: flex;
  justify-content: center;
  align-items: center;
}

.et {
  padding: 5px;
  font-size: 14px;
  max-width: 32.33%;
  width: 100%;
  margin: 1%;
  border-radius: 25px;
  text-align: center;
}

.page {
  max-width: 520px;
  margin: auto;
}

.img_top_header {
  width: 100%;
}

.info_button {
  align-content: center;
  text-align: center;
}

.text_blue_neon {
  color: aqua;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.text_white {
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.carton {
  width: 500px;
  height: 500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.numero {
  width: 9.5%;
  height: 9.5%;
  margin: 0.25%;
  background: #fff;
  font-weight: bold;
  color: #060d20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.disponible {
  background: rgb(255, 255, 255);
}

.ocupado {
  background: yellow;
}

.pagado {
    color: white;
  background: red;
}

.numero-text {
  font-size: 18px;
}

.nombre-text-pagado {
  font-size: 8px;
  text-align: center;
}

.nombre-text-ocupado {
  font-size: 8px;
  text-align: center;
}

.numero-text-pagado {
  font-size: 8px;
  text-align: center;
}

.numero-text-ocupado {
  font-size: 8px;
  text-align: center;
}

.nombre-text {
  font-size: 0px;
  
}

.text-date {
    font-size: 11px;
}

/* Media query para pantallas más pequeñas (teléfonos) */
@media (max-width: 768px) {
  
  .page{
    margin: 0;
    padding: 0;
  }

  .carton {
    width: 300px;
    height: 300px;
  }
  
  .numero {
    width: 12%;
    height: 12%;
  }
  
  .numero-text {
    font-size: 18px;
  }
  
  .nombre-text {
    font-size: 10px;
    
  }

  .ocupado {
    background: yellow;
  }
  
  .numero-text {
    font-size: 18px;
  }
  
  .nombre-text-pagado {
    font-size: 8px;
    text-align: center;
  }
  
  .nombre-text-ocupado {
    font-size: 8px;
    text-align: center;
  }
  
  .numero-text-pagado {
    font-size: 6px;
    text-align: center;
  }
  
  .numero-text-ocupado {
    font-size: 6px;
    text-align: center;
  }

  .text-date {
    font-size: 10px;
    font-weight: normal;
    
}

  
}

/* Media query para pantallas muy pequeñas (teléfonos con pantalla pequeña) */
@media (max-width: 480px) {

  .page{
    margin: 0;
    padding: 0;
  }

  .carton {
    width: 100%;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .numero {
    width: 9.5%;
    height: 9.5%;
    margin: 0.25%;
  }
  
  .numero-text {
    font-size: 8px;
  }
  
  .nombre-text {
    font-size: 0px;
    
  }

  .ocupado {
    background: yellow;
  }
  
  .numero-text {
    font-size: 14px;
  }
  
  .nombre-text-pagado {
    font-size: 6px;
    text-align: center;
  }
  
  .nombre-text-ocupado {
    font-size: 6px;
    text-align: center;
  }
  
  .numero-text-pagado {
    font-size: 8px;
    text-align: center;
  }
  
  .numero-text-ocupado {
    font-size: 6px;
    text-align: center;
  }

  .text-date {
    font-size: 10px;
    
}
}