/* @font-face {
    font-family: 'MiFuente';
    src: url('../gordo-millonario/fonts/FuturaLT-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'MiFuente';
    src: url('../gordo-millonario/fonts/FuturaLT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'MiFuente';
    background-color: #ffffff;
    color: #000000;
    line-height: 1.5;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



header .banner {
    width: 100%;
    height: auto;
    display: block;
}


.boton-ver-resultado {
    display: flex;
    justify-content: center;
    margin: 20px 0;

}

.boton-ver-resultado img {
    width: 300px;
    max-width: 80%;
    cursor: pointer;
}

.boton-ver-resultado img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}


#titulo-toda-semana {
    background: linear-gradient(to right, #ffffff 35%, #ca1515 35%);
    color: #fff;
    text-align: left;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
}

#titulo-toda-semana h1 {
    margin: 0;
    padding-left: 38%;

}


.titulo-condiciones-restricciones {
    background: linear-gradient(to right, #ca1515 75%, #ffffff 75%);
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
}

.titulo-condiciones-restricciones h1 {
    margin: 0;
    padding-left: 5%;
     
}


.premios-anticipados {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 8%;
    flex-wrap: wrap;
}

.premios-anticipados-left {
    flex: 1;
    min-width: 320px;
    padding-left: 149px;
}

.premios-anticipados-left h1 {
    color: #ca1515;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.premios-anticipados-left img {
    width: 100%;
    max-width: 480px;
    margin-bottom: 15px;
}

.premios-anticipados-left p {
    max-width: 600px;
    text-align: justify;
    font-size: 0.95rem;
    color: #000;
    font-weight: bold;
}

.premios-anticipados-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 280px;
}

.premios-anticipados-right img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
}


.boton-consultar-resu {
    display: flex;
    justify-content: center;
}

.boton-consultar-resu img {
    width: 500px;
    max-width: 85%;
    cursor: pointer;
}

.boton-consultar-resu img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}


.contenido-premio {
    text-align: center;
    margin: 0px auto;
    color: #ca1515;
}

.contenido-premio h1 {
    color: #ca1515;
    padding: 10px 25px;
    font-size: 30px;
    text-transform: capitalize;
}

.contenido-premio img {
    width: 600px;
    max-width: 90%;
}

.contenido-premio span {
    display: block;
    font-size: 1.1rem;
    color: #000;
    margin-top: 10px;
}


.imagenes-premios {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.imagenes-premios img {
    width: 90%;
    max-width: 900px;
    border-radius: 8px;
}

.titulo-compralo {
    text-align: center;
    color: #000f9b;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0;
    font-size: 19px;
}




.contenido-condiciones-restricciones {
    max-width: 900px;
    margin: 20px auto;
    padding: 10px 120px;
    text-align: justify;
    font-size: 20px;
}

.contenido-condiciones-restricciones ul {
    list-style: decimal;
    padding-left: 20px;
    font-size: 0.95rem;
}

.contenido-condiciones-restricciones li {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 0.95rem;
}

.resultados-anticipados {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-top: 40px;
    font-weight: bold;
    background-color: #ca1515;
    margin: 0 100px;
}


footer {
    background-color: #002b5c;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 0.9rem;
    margin-top: 50px;
}

@media (max-width: 900px) {
    .premios-anticipados {
        flex-direction: column;
        text-align: center;
    }

    .premios-anticipados-right {
        justify-content: center;
        margin-top: 20px;
    }

    .premios-anticipados-left {
        padding-left: 1px;
    }

    .contenido-premio h1 {
        font-size: 1.2rem;
    }

    .contenido-premio img {
        width: 95%;
    }

    .titulo-condiciones-restricciones h1 {
        padding-right: 20%;
        font-size: 30px;
        ;
    }

    .titulo-condiciones-restricciones {
        background: linear-gradient(to left, #ffffff 1%, #ca1515 1%);
        text-align: right;
    }


    #titulo-toda-semana {
        background: linear-gradient(to right, #ffffff 1%, #ca1515 1%);
    }

    #titulo-toda-semana h1 {
        padding-left: 10%;
        font-size: 25px;
    }

    .contenido-condiciones-restricciones {
        padding: 10px 50px;
    }

} 
*/


/* === FUENTES === */
@font-face {
    font-family: 'MiFuente';
    src: url('../gordo-millonario/fonts/FuturaLT-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'MiFuente';
    background-color: #ffffff;
    color: #000000;
    line-height: 1.5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* === BANNER === */
header .banner {
    width: 100%;
    height: auto;
    display: block;
}

/* === BOTONES === */
.boton-ver-resultado {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.boton-ver-resultado img {
    width: 300px;
    max-width: 80%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.boton-ver-resultado img:hover {
    transform: scale(1.05);
}

/* === TÍTULOS === */
#titulo-toda-semana {
    background: linear-gradient(to right, #ffffff 35%, #ca1515 35%);
    color: #fff;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

#titulo-toda-semana h1 {
    margin: 0;
    padding-left: 38%;
}

.titulo-condiciones-restricciones {
    background: linear-gradient(to right, #ca1515 75%, #ffffff 75%);
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
}

.titulo-condiciones-restricciones h1 {
    margin: 0;
    padding-left: 5%;
}


.premios-anticipados {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 8%;
    flex-wrap: wrap;
}

.premios-anticipados-left {
    flex: 1;
    min-width: 320px;
    padding-left: 149px;
}

.premios-anticipados-left h1 {
    color: #ca1515;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.premios-anticipados-left img {
    width: 100%;
    max-width: 480px;
    margin-bottom: 15px;
}

.premios-anticipados-left p {
    max-width: 600px;
    text-align: justify;
    font-size: 0.95rem;
    color: #000;
    font-weight: bold;
}

.premios-anticipados-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 280px;
}

.premios-anticipados-right img {
    width: 100%;
    max-width: 320px;
}


.boton-consultar-resu {
    display: flex;
    justify-content: center;
}

.boton-consultar-resu img {
    width: 500px;
    max-width: 85%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.boton-consultar-resu img:hover {
    transform: scale(1.05);
}

.contenido-premio {
    text-align: center;
    margin: 0 auto;
    color: #ca1515;
}

.contenido-premio h1 {
    color: #ca1515;
    padding: 10px 25px;
    font-size: 30px;
}

.contenido-premio img {
    width: 600px;
    max-width: 90%;
}

.contenido-premio span {
    display: block;
    font-size: 1.1rem;
    color: #000;
    margin-top: 10px;
}

.imagenes-premios {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.imagenes-premios img {
    width: 90%;
    max-width: 900px;
    border-radius: 8px;
}

.titulo-compralo {
    text-align: center;
    color: #000f9b;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0;
    font-size: 19px;
}

.contenido-condiciones-restricciones {
    max-width: 900px;
    margin: 20px auto;
    padding: 10px 120px;
    text-align: justify;
    font-size: 20px;
}

.contenido-condiciones-restricciones ul {
    list-style: decimal;
    padding-left: 20px;
}

.contenido-condiciones-restricciones li {
    margin-bottom: 8px;
    font-weight: bold;
}


.resultados-anticipados {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    font-weight: bold;
    background-color: #ca1515;
    margin: 0 100px;
}


.filtros {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
  
}

.filtros input {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  width: 220px;
  transition: border-color 0.2s ease;
}

.filtros input:focus {
  outline: none;
  border-color: #004aad;
  box-shadow: 0 0 3px rgba(0, 74, 173, 0.5);
}

.filtros button {
  padding: 10px 18px;
  background-color: #ca1515;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.filtros button:hover {
  background-color: #a11212;
  transform: scale(1.05);
}

#resultados {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: calc(33.33% - 20px);
  min-width: 280px;
  padding: 20px 25px;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.fecha {
  font-weight: bold;
  color: #002b80;
  font-size: 20px;
}


.numero-serie {
  color: #ca1515;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}


.loteria {
  font-size: 15px;
  color: #333;
  text-align: center;
  font-style: italic;
  border-top: 1px solid #eee;
  padding-top: 8px;
}



footer {
    background-color: #002b5c;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 0.9rem;
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .premios-anticipados-left {
        padding-left: 80px;
    }

    .contenido-condiciones-restricciones {
        padding: 10px 80px;
    }

    #titulo-toda-semana h1 {
        padding-left: 38%;
        font-size: 24px;
    }

    .titulo-condiciones-restricciones h1 {
        padding-left: 10%;
        font-size: 24px;
    }
}


@media (max-width: 900px) {
    .premios-anticipados {
        flex-direction: column;
        text-align: center;
    }

    .premios-anticipados-right {
        justify-content: center;
        margin-top: 20px;
    }

    .premios-anticipados-left {
        padding-left: 10px;
    }

    .contenido-premio h1 {
        font-size: 1.2rem;
    }

    .contenido-premio img {
        width: 95%;
    }

    .titulo-condiciones-restricciones h1 {
        font-size: 24px;
        padding-right: 30%;
    }

    .titulo-condiciones-restricciones {
        background: linear-gradient(to left, #ffffff 25%, #ca1515 25%);
        text-align: right;
    }

    #titulo-toda-semana {
        background: linear-gradient(to right, #ffffff 25%, #ca1515 25%);
    }

    #titulo-toda-semana h1 {
        padding-left: 30%;
        font-size: 24px;
    }

    .contenido-condiciones-restricciones {
        padding: 10px 40px;
        font-size: 18px;
    }

    .resultados-anticipados {
        margin: 0 40px;
    }
}


@media (max-width: 600px) {

    .titulo-condiciones-restricciones h1 {
        font-size: 24px;
        padding: 0 20%;
        text-align: center;
        margin-right: 30px;
    }

    #titulo-toda-semana h1 {
        padding-left: 30%;
        font-size: 24px;
    }

    .premios-anticipados-left img {
        max-width: 100%;
    }

    .contenido-condiciones-restricciones {
        padding: 10px 20px;
        font-size: 16px;
    }

    .boton-consultar-resu img {
        width: 80%;
    }

    .contenido-premio h1 {
        font-size: 1rem;
    }

    .resultados-anticipados {
        margin: 0 20px;
        font-size: 16px;
    }

    .titulo-compralo {
        font-size: 15px;
    }

    .contenido-condiciones-restricciones {
        padding: 20px 8%;
    }
}


@media (max-width: 400px) {
    .titulo-condiciones-restricciones h1 {
        font-size: 18px;
        padding-right: 90px;
    }

    #titulo-toda-semana h1 {
        font-size: 18px;
    }

    .premios-anticipados {
        padding: 20px 5%;
    }

    .contenido-condiciones-restricciones {
        padding: 5px 30px;
        font-size: 14px;
    }

    footer {
        font-size: 0.8rem;
        padding: 10px 0;
    }

    .titulo-compralo {
        font-size: 13px;
    }
}