@import '../../global.css';
body {
    background: var(--background);
}


/* Header ========================================================================================= */

.header-section {
    margin-bottom: .2rem;
}

.header-section.menu-fixed {
    background-color: var(--background);
    box-shadow: initial!important;
    border-bottom: 1px solid var(--color-1);
}

.header-top-left a {
    color: var(--color-4);
}

.header-top-left a:hover {
    opacity: .8;
}

.navbar {
    padding: 0px;
    max-width: inherit;
    margin: inherit;
    background-color: transparent!important;
}

.navbar-collapse {
    background-color: transparent!important;
}

.main-menu li a {
    padding: 29px 25px!important;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-1)!important;
}

.navmain {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

#navbarSupportedContent {
    justify-content: flex-end;
    padding-right: 0!important;
}

.main-menu li a:hover {
    color: var(--color-3)!important;
}

.main-menu>li:last-child a {
    padding-right: 0!important;
}


/* Menu movil */

.menu_movile {
    display: none;
}

.menu_movile ul {
    display: flex;
    flex-direction: row;
}

.menu_movile a {
    background: transparent;
    padding: 2rem .9rem!important;
}

.menu_movile ul li:last-child a {
    padding-right: 0!important;
}

.menu_movile a svg {
    height: 40px;
}

.menu_movile .payment_method .st0 {
    fill: none;
}

.menu_movile .payment_method .st1 {
    fill: var(--color-3);
}

.menu_movile .ticket .st0 {
    fill: none;
}

.menu_movile .ticket .st1 {
    display: none;
}

.menu_movile .ticket .st2 {
    display: inline;
}

.menu_movile .ticket .st3 {
    fill: none;
    stroke: #CECECE;
    stroke-width: 0.1;
    stroke-miterlimit: 10;
}

.menu_movile .ticket .st4 {
    fill: var(--color-3);
}

.menu_movile .gift .st0 {
    fill: none;
}

.menu_movile .gift .st1 {
    fill: var(--color-3);
}

@media (max-width: 991px) {
    .menu_movile {
        display: block;
    }
    #navbarSupportedContent {
        display: none;
    }
    .carousel-inner .carousel-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 15px;
    }
    .carousel-item:nth-child(1) img {
        content: url('../images/premio/img1_movil.jpg');
        height: auto;
    }
    .carousel-item:nth-child(2) img {
        content: url('../images/premio/img2_movil.jpg');
        height: auto;
    }
    .carousel-item:nth-child(3) img {
        content: url('../images/premio/img3_movil.jpg');
        height: auto;
    }
    .carousel-item:nth-child(4) img {
        content: url('../images/premio/img4_movil.jpg');
        height: auto;
    }
    .carousel-item:nth-child(5) img {
        content: url('../images/premio/img5_movil.jpg');
        height: auto;
    }
    .carousel-item:nth-child(6) img {
        content: url('../images/premio/img6_movil.jpg');
        height: auto;
    }
    .carousel-inner img {
        height: 100%;
    }
}


/* Carousel ======================================================================================= */

.carousel-inner {
    border-radius: 15px;
}

.carousel-inner img {
    border-radius: 15px;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.lottery-timer-section {
    bottom: 3vh;
    border: 0;
    right: 0;
    left: 0;
}

.timer-content h3 {
    margin: revert!important;
    text-align: justify!important;
    margin-bottom: 0.5rem!important;
    color: var(--color-1)!important;
}

.timer-content p.texto-carrusel {
    font-size: 1.5rem;
    margin: 0;
    color: var(--color-1)!important;
}

.contador-sorteo {
    min-width: auto!important;
}

.flip-clock-wrapper ul li a div div.inn {
    background: var(--color-3);
}

.timer-part .flip-clock-label {
    color: var(--color-1)!important;
}

.lottery-timer-section .texto-carrusel {
    color: var(--color-1)!important;
}

.btn-comprar {
    margin: auto;
}

@media (max-width: 1200px) {
    .lottery-timer-section {
        position: relative;
        bottom: 0;
        width: revert;
    }
    .timer-content h3 {
        margin: revert!important;
        /* text-align: justify!important; */
    }
    .timer-content p.texto-carrusel {
        margin: 0!important;
        font-size: 1.5rem!important;
    }
    .timer-part {
        margin-top: 0px;
    }
}


/* Lista de sorteos =============================================================================== */

.container_sorteos h2 {
    margin: revert;
    color: var(--color-1);
    font-size: 2.2rem;
}

.container_sorteos .sorteo {
    margin-bottom: 1rem;
}

.card {
    border: 0!important;
    background: var(--color-2);
}

.card img {
    height: auto;
}

.card-body h3.card-title {
    color: var(--color-3);
    text-align: center;
    margin: revert;
    margin-top: 0;
}

.card .card-body p.card-text {
    margin: revert;
    font-family: revert;
    font-size: revert;
    color: revert;
    line-height: revert;
    color: var(--color-1);
}

.card-footer {
    text-align: center;
}

.card-footer .next-draw-time {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--color-1);
}

.card-footer .next-draw-time span {
    font-size: 1.2rem;
    background: var(--color-5);
    border-radius: 0.4rem;
    color: var(--color-2);
    padding: 5px;
}


/* Paquetes ======================================================================================= */

.lottery-result-section h2 {
    margin: revert;
    color: var(--color-1);
    font-size: 2.2rem;
}

.paquete {
    background: var(--color-2);
    border-radius: 1rem;
    height: 260px!important;
}

.paquete:hover {
    box-shadow: 0 0 10px var(--color-3);
}

.paquete svg {
    height: 65px;
    transform: rotate(60deg);
    margin-top: -20px;
}

.paquete .st0 {
    fill: none;
}

.paquete .st1 {
    fill: var(--color-5);
}

.paquete h3 {
    color: var(--color-1);
}


/* Medotos de pago ================================================================================ */

.payment-method-section {
    margin-top: 1rem;
}

.section-header h2 {
    margin: revert;
    color: var(--color-1);
    margin-bottom: 0px!important;
    font-size: 2.2rem;
}

.section-header p {
    color: var(--color-1);
    font-size: 1.5rem;
}


/* Footer ========================================================================================= */

.footer-section {
    margin-top: 4rem;
}

.footer-bottom {
    background: transparent;
    border-top: 1px solid var(--color-1);
}

.footer-bottom p {
    color: var(--color-1);
}

.footer-bottom li a {
    background-color: transparent;
    border: 1px solid var(--color-1);
    color: var(--color-1);
}