body {
    margin: 0px;
    font-family: 'Rubik', sans-serif;
    background-color: #000000;
}

/* Aplica la regla a todos los elementos excepto a los formularios */
*:not(form) ::after,
*:not(form) ::before {
    box-sizing: content-box !important;
}

/* Estilos cintilla promoción header */
.container-cintilla-promocion,
.container-cintilla-promocion-suerte {
    overflow: hidden;
    width: 100%;
    background-color: #ffbc42;
    padding: 6px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}



/* responsivo */
@media (max-width: 560px) {
    .row {
        grid-template-columns: 1fr;
    }

    .day {
        justify-content: flex-start;
        padding-left: 16px;
    }

    .lottery {
        padding: 12px 16px;
    }
}

.container-cintilla-promocion-suerte {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.cintilla-promocion-content {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
}

/* Estilo para las palabras destacadas */
.destacado {
    color: #f02f2f;
    /* Color vibrante para el texto destacado */
    font-weight: 800;
    text-transform: uppercase;
    /* Para resaltar más el texto */
    font-size: 18px;
}

/* Estilo para el texto tachado */
.tachado {
    text-decoration: line-through;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}

/* Estilo del precio descuento */
.precio-descuento {
    color: #ffffff;
    background-color: #e74c3c;
    /* Rojo más oscuro para darle énfasis */
    padding: 4px 5px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    /* Sombras para un toque más elegante */
}

/* Container para el logo */
.container-logo {
    margin-top: 38px;
}

.slide-content.nmx-oc {
    height: 432px;
}

.slide-content.mazda {
    height: 460px;
}


/* Animación de la cintilla */
.cintilla-promocion-content p {
    display: inline-block;
    white-space: nowrap;
    animation: moverCintilla 23s linear infinite;
    /* Duración ajustada para un movimiento más dinámico */
    padding: 0px 0;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    font-style: oblique;
    letter-spacing: 1px;
    /* Para dar un pequeño espacio entre las letras */
    color: #000;
}

/* Estilo de la animación de mover el texto */
@keyframes moverCintilla {
    0% {
        transform: translateX(90%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Agregar una sombra sutil al contenido para darle profundidad */
.cintilla-promocion-content p {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}




/* Estilos logo */

.container-logo {
    padding: 20px;
}

.container-logo img {
    width: 150px;
}

/* Estilos contenedor premios */

.container-premio-principal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    gap: 80px;
}

.premio-principal {
    /* max-width: 450px; */
    text-align: center;
}

button.splide__arrow.splide__arrow--next,
button.splide__arrow.splide__arrow--prev {
    display: none;
}

/* estilos title premio principal */
.title-invertido {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #fff;
}

.resaltado-millon {
    background: linear-gradient(90deg, #ffbc42, #FFA500);
    color: #000;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
    animation: brillo 2s infinite linear;
}

/* Efecto de brillo */
@keyframes brillo {
    0% {
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 1);
    }

    100% {
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    }
}

.fecha-juega-premio {
    font-size: 17px;
    font-weight: 600;
    padding: 8px;
    border-radius: 20px;
    color: #000000;
    text-align: left;
    width: 100%;
    max-width: 488px;
    margin: 0 auto;
    /* text-transform: lowercase; */
    font-style: italic;
}

.descripción-premio-mayor {
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    max-width: 550px;
    /* background: white; */
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 15px;
    /* border: 2px #0f0 solid; */
    /* box-shadow: 0px 0px 3px #0f0, 0px 0px 5px #0f0; */
}

.premio-first {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.invertido img {
    width: 40px;
}

.title-inverttido {
    font-size: 22px;
    text-align: left;
}

.valor-invertido {
    font-size: 22px;
    text-align: center;
}


.desccription-premio {
    text-transform: uppercase;
    font-size: 30px;
    text-shadow: 2px 2px 4px #e3b627;

}

.premio-color {
    color: #ffbc42;
}

.descripción-premio-mayor p {
    margin: 0px;
    text-align: center;
    color: #ffffff;
}

/* Estilos carrusel premio */

.splide {
    max-width: 450px;
    margin: auto;
}

.explicacion-ganador {
    color: #ffffff;
    padding: 20px 0px;
    text-shadow: 2px 2px 4px #fff;
    font-size: 18px;
}

.splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 20px;

}

/* Estilos barra de proceso */
.progress-container {
    width: 70%;
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 3px;
    margin: 2px auto 0px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.6);
}

.progress-bar {
    height: 25px;
    width: 0%;
    background: linear-gradient(90deg, #00ff00, #00cc99);
    border-radius: 20px;
    text-align: center;
    line-height: 25px;
    color: #000000;
    font-weight: bold;
    transition: width 1s ease-in-out;
}

.progress-text {
    margin-top: 10px;
    font-size: 20px;
}

.title-numeros-venidos {
    text-align: center;
    font-style: italic;
    font-size: 16px;
    color: #ffbc42;
    margin-bottom: 3px;
}

.container-barra-proceso {
    padding-top: 30px;
}

/* Estilos banner section dos */

.container-section-dos {
    width: 100%;
    max-width: 450px;
    text-align: center;
}

.container-premiados-number {
    /* width: 360px; */
    padding: 0px 20px;
}

.title-descrption p {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 4px #00ff00;
}

.title-descrption-second {
    background-color: #ffbc42;
    border-radius: 20px;
}

.title-descrption-second p {
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}


/* números premiados card uno*/

.container-numbers-premiados {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
}

.numeros-premiado-one:hover,
.numeros-premiado-second:hover,
.numeros-premiado-third:hover,
.numeros-premiado-fourth:hover {

    transform: scale(1.05);
}


.title-descrption {
    font-weight: 600;
}

.numeros-premiado-one {
    background: #ffffff;
    padding: 14px;
    border-radius: 15px;
    width: 200px;
    height: 158px;
    border: 1px solid #123;
}

.span-numeros {

    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 0px 0px;
    justify-content: center;
}

.container-cinco {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.segundo-premio {
    padding-bottom: 15px;
    padding-top: 15px;
}

.premiado-cinco {
    background-color: #007bff;
    color: #000;
    padding: 5px;
    border-radius: 8px;
    font-weight: bold;
    border: 2px solid #000;
    border-style: dotted;
    /* margin-right: 10px; */
    display: inline-block;
    margin-bottom: 4px;
}

.premiado-200 {
    background-color: #2593d1;
    color: #000;
    padding: 5px;
    border-radius: 8px;
    font-weight: bold;
    border: 2px solid #000;
    border-style: dotted;
    /* margin-right: 10px; */
    display: inline-block;
    margin-bottom: 4px;
}

.caja-bendecidos {
    background-color: #123 !important;
}

.numeros-premiado-one span {
    background-color: #123;
}

.container-numbers-premiados span {
    color: #000;
    padding: 5px;
    border-radius: 8px;
    font-weight: bold;
    border: 2px solid #000;
    border-style: dotted;
    height: 30px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title-first-premio {
    font-size: 26px;
    color: #123;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

.premiado-millon {
    background: #dc3545;
    color: #000;
    padding: 5px;
    border-radius: 8px;
    font-weight: bold;
    border: 2px solid #000;
    border-style: dotted;
    /* margin-right: 10px; */
    display: inline-block;
    margin-bottom: 4px;
}



/* números premiados card second*/

.numeros-premiado-second {
    background: #ffffff;
    padding: 14px;
    border-radius: 15px;
    width: 200px;
    height: 172px;
    border: 1px solid #dc3545;
}

.card-title-second-premio {
    font-size: 26px;
    color: #dc3545;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

.numeros-premiado-second span {
    background-color: #dc3545 !important;

}

.span-numeros-second {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 0px 0px;
}

/* números premiados card third*/
.numeros-premiado-third {
    background: #ffffff;
    padding: 14px;
    border-radius: 15px;
    width: 200px;
    height: 172px;
    border: 2px solid #0f0;
}

.card-title-third-premio {
    font-size: 25px;
    color: #0f0;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

p.description-premio-third {
    font-size: 19px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.span-numeros-third {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 0px 0px;
}

.span-numeros-third span {
    background-color: #0f0 !important;
}

/* números premiados card fourth*/

.numeros-premiado-fourth {
    background: #ffffff;
    padding: 14px;
    border-radius: 15px;
    width: 200px;
    height: 172px;
    border: 2px solid #ffbc42;
}

.card-title-fourth-premio {
    color: #ffbc42;
    font-size: 25px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

/*clase para los numeros premiado*/
.premiado {
    position: relative;
}

.premiado::before,
.premiado::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: red;
    transform-origin: center;
}

.premiado::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.premiado::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}



/* Estilos img carrusel principal */

ul#splide01-list img {
    border-radius: 20px;
    object-fit: cover;
    border: 2px solid white;
    /* height: 370px !important; */
}

li#splide01-slide01,
li#splide01-slide02,
li#splide01-slide03 {
    border-radius: 20px;
    object-fit: cover;
    max-width: 450px;
}

div#splide01-track {
    border-radius: 20px;
    max-width: 450px;
}

.splide__arrow {
    background-color: #ffbc42 !important;
    width: 3em !important;
    height: 3em !important;
}

/* Paquete de oportunidades */

.title-paquete-oportunidades h3 {
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 4px #00ff00;
    padding: 30px;
    font-weight: 600;
}

/* <!-- Paquete de oportunidades card uno --> */

.container-paquete-oportunidades {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.card-uno-oportunidad {
    background: linear-gradient(145deg, #d1d1d1, #f0f0f0);
    width: 240px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    margin: 0 auto;
}

/* .card-uno-oportunidad:hover {
    transform: scale(1.05);
} */

.numero-oportunidad {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: rotate(-2deg);
}

.valor-oportunidad {
    font-size: 28px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

button.buton-comprar {
    font-size: 18px;
    font-weight: bold;
    background-color: #000000;
    border: 2px solid #0f0;
    border-radius: 25px;
    padding: 4px;
    width: 170px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    margin-top: 10px;
}

.buton-comprar button {
    font-size: 18px;
    font-weight: bold;
    background-color: #000000;
    border: 2px solid #0f0;
    border-radius: 25px;
    padding: 4px;
    width: 170px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}

.buton-comprar {
    padding-top: 17px;
}

button.buton-comprar:hover {
    background: #ffbc42;
    color: #000000;
    border: 2px solid #ffbc42;
    transform: translateY(-3px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

span.valor-promo {
    font-size: 20px;
    color: gray;
    text-decoration: line-through;
    font-style: oblique;
}

/* Paquete de oportunidades card seis  */

.card-seis-oportunidad {
    background: linear-gradient(145deg, #d1d1d1, #f0f0f0);
    width: 240px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    margin: 0 auto;
    height: 221px;
}

.input-manual {
    /* background: linear-gradient(145deg, #d1d1d1, #f0f0f0); */
    font-size: 25px;
    color: #000000;
    max-width: 80%;
    font-weight: 700;
    border: none;
    padding-bottom: 16px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    padding: 7px;
}

.input-manual {
    -moz-appearance: textfield;
    /* Para Firefox */
}

.input-manual::-webkit-inner-spin-button,
.input-manual::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.digitar-cantidad {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 16px;
}

/* cintilla promoción */

.cintilla-promocion {
    position: absolute;
    top: -36px;
}

.contenedorpaquetes-disponibles {
    position: relative;
    top: 24px;
}

.cintilla-promocion img {
    width: 71%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.cintilla-promocion-premium {
    position: absolute;
    top: -26px;
}

.cintilla-promocion-premium img {
    width: 35%;
    margin: 0 auto;
}

/* Ganadores premios */

.titulo-gandores {
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 4px #00ff00;
    font-weight: 700;
    padding-top: 30px;
}

.section-title {
    margin-top: 30px;
    margin-bottom: 20px;
}

.custom-carousel-description-container {
    margin-top: 10px;
    text-align: center;
}

.custom-carousel-title {
    font-size: 25px;
    font-weight: bold;
    color: #007aff;
    text-align: left;
    font-style: italic;
}

.custom-carousel-description {
    font-size: 14px;
    color: #777;
}

.custom-carousel-buttons {
    position: absolute;
    top: 58%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.custom-carousel-button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.splide__arrow {
    width: 2em !important;
    height: 2em !important;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 2px solid #0f0 !important;
}

li#main-carousel-slide01,
li#main-carousel-slide02,
li#main-carousel-slide03,
li#main-carousel-slide04,
li#main-carousel-slide04 {
    height: 510px !important;

}

li#main-carousel-slide03 {
    background-size: contain !important;
}

li#thumbnail-carousel-slide01,
li#thumbnail-carousel-slide02,
li#thumbnail-carousel-slide03,
li#thumbnail-carousel-slide04,
li#thumbnail-carousel-slide04 {
    width: 100px !important;
}


.class-carrusel-ganadores {
    width: 100%;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#thumbnail-carousel-track {
    padding-top: 15px;
}


a.politica-modal {
    color: #000000 !important;
}

a.politica-modal:hover {
    text-decoration: underline !important;
    color: #ffbc42 !important;
}

ul#main-carousel-list li {
    border-radius: 20px;
}

.splide__arrow {
    background: #ffbc42 !important;
}

.splide__arrow svg {
    fill: #ffffff !important;
}

.container.second {
    display: flex;
    justify-content: center;
}

.ganador-one {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

.title-pagar-button {
    padding-top: 15px;
}

/* FOOTER */

.container-footer {
    color: #ffffff;
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 40px 20px;

}

.open-pay img {
    width: 205px;
}

.emocionante-oportunidad {
    width: 300px;
}

.title-footer {
    font-size: 25px;
}

a.habeas-data {
    text-decoration: none;
    color: #ffffff;
}

a.habeas-data:hover {
    text-decoration: underline;
    color: #ffbc42;
}

p.habeas-data a,
.terminos-condiciones a {
    text-decoration: none;
    color: #ffffff;
}

p.habeas-data a:hover,
.terminos-condiciones a:hover {
    text-decoration: underline;
    color: #ffbc42;
}

.bg-dark {
    background-color: #ffffff !important;
    height: 1px;
}

.copyright {
    margin-top: 10px;
    padding-bottom: 10px;
    background: #00000000;
}

.copyright p {
    color: #fff;
    font-size: 15px;
    line-height: 10px;
    padding-top: 12px;
    font-weight: 400;
    padding-right: 0 !important;
    text-align: center;
}

.footer-copy {
    display: flex;
    justify-content: center;
}

/* redes sociales */

.notification-bubble {
    position: absolute;
    top: 21px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-color: red;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.btn-social {
    display: block;
    height: 100px;
    width: 60px;
    border-radius: 50%;
    line-height: 80px;
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99;
    background-color: transparent;
}

.btn-whatsapp {
    bottom: 50px;
}

.btn-instagram {
    bottom: 100px;
}

.btn-facebook {
    bottom: 0;
}

.btn-whatsapp svg {
    height: 35px;
    margin-left: -8px;
}

.btn-facebook img {
    height: 35px;
    margin-left: -8px;
}

.btn-instagram img {
    height: 40px;
    margin-left: -8px;
}

.container-email {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
}

.container-email p {
    margin: 0px;
}

.container-email svg {
    width: 18px;
    height: 18px;
}

/* estilos modal formulario */

.modal-header {
    background-color: #ffbc42;
}

.date {
    width: 100%;
    max-width: 400px;
}

.form-buy {
    margin-top: -18px;
}

span#inputGroupPrepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

span#inputGroupPrepend svg {
    height: 15px;
    width: 15px;
}

/* input#celular,
input#nombre,
input#correo {
    background-color: #000000;
} */

/* #celular::placeholder,
input#nombre::placeholder,
input#correo::placeholder {
    color: #ffffff;
    opacity: 1;
} */

/* #celular:focus::placeholder {
    color: #555;
} */

/* label.form-check-label {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
} */

.form-check-input:checked {
    background-color: #ffbc42;
    border-color: #ffbc42;
}

.button-pse {
    width: 100%;
    max-width: 400px;
}

.button-pse p {
    color: #ffffff;
    margin: 0px 0px 10px;
}

.total-compra p {
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
}

.button-pse button {
    background-color: #ffbc42 !important;
    border: none !important;
    color: #000000;
    font-weight: 600;
}

.button-pse button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

form.row.g-3.needs-validation {
    width: 100%;
    max-width: 450px;
}

.linea-form {
    border-top: 1px solid #dee2e6;
}

.buttons-final-form {
    display: flex;
    justify-content: end;
    gap: 33px;
}

.pagar button {
    background-color: #ffbc42;
    width: 100%;
    color: #000000;
    height: 28px;
    font-weight: 600;
}

.pagar button:hover {
    background-color: #ffffff;
    color: #000000;
}

.cancelar button:hover {
    background-color: #ffffff;
    color: #000000;
}

.pagar svg {
    height: 20px;
    width: 20px;
}

.cancelar button {
    background-color: #6c757d;
    border: none;
    height: 28px;
    width: 100%;
    font-weight: 600;
}

/* select#usp-custom-departamento-de-residencia,
select#usp-custom-municipio-ciudad,
select#opciones_boletas {
    max-width: 399px;
    width: 100%;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #000000;
    color: #ffffff;
    padding: 6px 12px;
} */

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

/* Consultar mis números */

.modal-consultar-number {
    background-color: white !important;
}

.title-consultar-nmber {
    color: #000000 !important;
}

.cuerpo-consultar {
    background-color: #ffffff;
}

.title-ingresa-number {
    color: #000000;
    text-align: left;
}

.consulta__numeros_comprados {
    max-width: 280px;
}

.container-consultar {
    width: 100%;
    max-width: 350px;
}

button.btn.btn-secondary.buton-modal-footer:hover {
    background-color: #000000;
    color: #ffffff;
}

button.btn.btn-primary.consultar-numeros-antes::after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}

button.btn.btn-primary.consultar-numeros-antes {
    margin-top: 0.5rem;
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

button.btn.btn-primary.consultar-numeros-antes::before {
    content: "";
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20slinear infinite;
    transition: opacity 0.3sease-in-out;
    border-radius: 10px;
}

button.btn.btn-secondary.buton-modal-footer {
    background-color: #ffbc42;
    width: 100%;
    color: #000000;
    /* height: 28px; */
    font-weight: 600;
    border: none;
    max-width: 127px;
}

/* Nuevos estilos premios */

.box {
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.gold-box {
    background-color: #f9f2d3;
    color: #000;
    border: 5px solid #e3b627;
    display: flex;
    align-items: center;
    gap: 15px;
}

.gold-box img {
    width: 80px;
}

.red-box {
    background-color: #123;
    width: 100%;
    max-width: 425px;
}

.blue-box {
    background-color: #123;
}

.highlight {
    color: #e3b627;
    font-size: 1.5em;
    font-weight: bold;
}

/* Estilos para mobile */
@media screen and (max-width: 768px) {
    .container-premio-principal {
        flex-direction: column;
        text-align: center;
        gap: 0px;
    }

    .desccription-premio {
        text-transform: uppercase;
        font-size: 28px;
        text-shadow: 2px 2px 4px #e3b627;

    }

    .premiado-millon{
        padding: 3px 1px;
    }


    .splide__arrow {
        width: 2em !important;
        height: 2em !important;
    }

    .descripción-premio-mayor {
        font-size: 17px;
        padding: 7px;
    }

    .splide {
        max-width: 100%;
    }

    .title-descrption p {
        font-size: 20px;
        margin-top: 30px;
    }

    .card-title-first-premio,
    .card-title-second-premio {
        font-size: 22px;
    }

    .container-numbers-premiados span {
        font-size: 16px;
    }

    .progress-container {
        width: 90%;
    }

    ul#splide01-list img {
        object-fit: fill;
        /* height: 260px !important; */
    }

    .premio-principal {
        padding: 0px 20px;
    }

    .titulo-gandores {
        padding-top: 20px;
        margin-bottom: 0px;
    }

    section#main-carousel {
        padding: 0px 20px !important;
    }

    li#main-carousel-slide01,
    li#main-carousel-slide02,
    li#main-carousel-slide03,
    li#main-carousel-slide04 {
        height: 381px !important;
    }

    section#thumbnail-carousel {
        padding: 0px 20px !important;
    }

    .container-footer {
        display: block;
        text-align: center;
    }

    .title-paquete-oportunidades h3 {
        padding: 20px 0px 0px 0px;
    }

    .promocion-uno--paquete {
        margin-top: 30px;
    }

    .container-email {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
        padding-top: 0px;
    }

    button.btn.btn-primary.consultar-numeros-antes {
        margin: 16px 0px;
    }

    .pulsar img {
        height: 305px !important;
    }

    .container-second {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .premiado-cinco {
        background-color: #007bff;
        color: #000;
        padding: 3px 1px;
        border-radius: 8px;
        font-weight: 600;
        border: 2px solid #000;
        border-style: dotted;
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .premiado-200 {
        background-color: #2593d1;
        color: #000;
        padding: 3px 1px;
        border-radius: 8px;
        font-weight: 600;
        border: 2px solid #000;
        border-style: dotted;
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .container-cinco {
        gap: 8px;
    }

}

.lottery-wrap {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, sans-serif;
    color: #ffffff;
    background: #0b1b2a;
    padding: 28px;
    border-radius: 18px;
    max-width: 760px;
    margin: 24px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .3px;
}

/* --- tarjeta bonos --- */
.bonus-card {
    background: #0f2235;
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 22px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.bonus-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-weight: 800;
    font-size: 20px;
}

.bonus-sub {
    color: #b7c4d1;
    margin: 0 0 14px;
    font-weight: 600;
}

.bonus-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag {
    background: #17d54b;
    color: #001c07;
    font-weight: 900;
    padding: 8px 12px;
    border-radius: 10px;
    border: 2px dashed #0a962e;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tag .x {
    color: #cc0022;
    font-weight: 900;
}

/* --- lista de loterías --- */
.schedule {
    display: grid;
    gap: 14px;
}

.row-days {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 0;
    align-items: stretch;
    border-radius: 14px;
    overflow: hidden;
    background: #0f2235;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.day {
    background: #ffbc42;
    color: #111;
    font-weight: 900;
    display: flex;
    

    padding: 14px 12px;
}

.lottery {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    width: max-content;
    text-align: left;
}

.lottery .badge {
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .4px;
}

/* responsivo */
@media (max-width: 560px) {
    .row {
        grid-template-columns: 1fr;
    }

    .day {
        justify-content: flex-start;
        padding-left: 16px;
    }

    .lottery {
        padding: 12px 12px;
        text-align: left;
        width: auto;
    }

    .slide-content.mazda {
        height: 294px;
    }

    .row-days {
        font-size: 14px;
    }
}

/* combos navideños */

.container-combo {
    max-width: 1200px;
    margin: 0 auto;
}

.header-combo-navidad {
    text-align: center;
    margin-bottom: 40px;
}

.logo-combo-suerte {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.clover-icon-combo {
    font-size: 48px;
    color: #00ff00;
}

.logo-text-combo h1 {
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 4px #00ff00;
    padding: 30px 30px 2px;
    font-weight: 600;
}

.logo-text-combo p {
    color: #00ff00;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cards-grid-combo-navidad {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.card-combo-premio {
    background: linear-gradient(145deg, #2d2d44 0%, #1a1a2e 100%);
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 255, 0, 0.2);
    border: 2px solid #00ff00;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-combo-premio:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 255, 0, 0.3);
}


.card-title-combo-navidad {
    color: #ffbc42;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.combo-content-info {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding:8px;
}

.combo-item-detalle {
    color: #ffffff;
    font-size: 18px;
    margin: 9px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.combo-item-detalle::before {
    content: '✨';
    font-size: 20px;
}

.highlight-combo-text {
    color: #00ff00;
    font-weight: bold;
}

.special-highlight-combo {
    color: #ffbc42;
    font-weight: bold;
    font-size: 20px;
}

.dates-section-combo {
    background: rgba(255, 215, 0, 0.1);
    border: 2px dashed #ffbc42;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.dates-title-combo {
    color: #ffbc42;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.date-item-combo {
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prizes-section-combo {
    background: linear-gradient(145deg, #ffbc42 0%, #ffed4e 100%);
    border-radius: 15px;
    padding: 25px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
}

.prizes-title-combo {
    color: #1a1a2e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.prize-item-combo {
    color: #1a1a2e;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.emoji-combo-premio {
    font-size: 28px;
}

@media (max-width: 768px) {
    .cards-grid-combo-navidad {
        grid-template-columns: 1fr;
        margin: 10px;
    }

    .card-title-combo-navidad {
        font-size: 20px;
    }

    .combo-item-detalle {
        font-size: 16px;
    }
}

.footer-combo-navidad {
    text-align: center;
    color: #00ff00;
    font-size: 18px;
    font-weight: bold;
}