/* version=3.0.1 */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

html {
    overflow: hidden;
}

:root {
    --first-color: #ffffff;
    --second-color: #be2766;
    --third-color: #07295f;
    /* Azul escuro */
    --fourth-color: #103c83;
    /* Azul médio */
    --fifth-color: #002751;
    /* Azul muito escuro */
    --sixth-color: #002768;
    /* Azul escuro 2 */
    --seventh-color: #326195;
    /* Azul acinzentado */
    --eighth-color: #ff0800;
    /* Vermelho */
    --ninth-color: #00e1ff;
    /* Ciano */
    --tenth-color: #170361;
    /* Roxo escuro */
    --eleventh-color: #217eeb;
    /* Azul claro */
    --twelfth-color: #21b2eb;
    /* Azul ciano */
    --thirteenth-color: #641400;
    /* Vermelho escuro */
    --fourteenth-color: #04214e;
    /* Azul marinho */
    --fifteenth-color: #7aadff;
    /* Azul claro 2 */
    --sixteenth-color: #ffff00;
    /* Amarelo */
    --seventeenth-color: green;
    /* Verde */
    --eighteenth-color: #333333;
    /* Cinza escuro */
    --nineteenth-color: #555555;
    /* Cinza médio */
    --twentieth-color: #666666;
    /* Cinza claro */
    --twenty-first-color: #222222;
    /* Quase preto */
}

body {
    background: radial-gradient(circle, var(--first-color), var(--second-color));
    background-image: url('./images/bg-blue.jpg') !important;
    background-position: top;
    background-size: cover;
    overflow: auto;
    padding-bottom: 1vw;
    height: 100vh;
}

.menu-overlay .main-menu {
    background-image: url('./images/bg-blue.jpg') !important;
}

.main {
    background-image: url('./images/bg-blue.jpg') !important;
}

.bilhete-melhores-cartelas {
    background-image: url('./images/bg-blue.jpg') !important;
}

/* Animação do giro do degradê */
.premio {
    overflow: hidden;
}

/* Efeito de brilho em movimento */

.premio::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: translateY(-50%);
    animation: shine 10s infinite;
}

.acumulado {
    overflow: visible;
}

.acumulado::before {
    display: none;
}

/* Definindo o delay para cada item (intervalo entre animações) */
.proximos .linha .premio:nth-child(1)::before {
    animation-delay: 0s;
    /* Nenhum intervalo para o primeiro */
}

.proximos .linha .premio:nth-child(2)::before {
    animation-delay: 1s;
    /* Intervalo de 0.5 segundos para o segundo */
}

.proximos .linha .premio:nth-child(3)::before {
    animation-delay: 2s;
    /* Intervalo de 1 segundo para o terceiro */
}

.proximos .linha .premio:nth-child(4)::before {
    animation-delay: 3s;
    /* Intervalo de 1.5 segundos para o quarto */
}

.proximos .linha .premio:nth-child(5)::before {
    animation-delay: 4s;
    /* Intervalo de 2 segundos para o quinto */
}

/* Animação do brilho indo da esquerda para a direita */
@keyframes shine {
    0% {
        opacity: 0;
        left: -200%;
    }

    5% {
        opacity: 1.0;
        left: -100%;
    }

    10% {
        opacity: 1.0;
        left: 100%;
    }

    15% {
        left: 200%;
        opacity: 0;
    }

    100% {
        left: 200%;
        opacity: 0;
    }
}

#comprar {}

#comprar .qtd-bt {
    background: var(--seventeenth-color);
    color: var(--first-color);
    border: none;
}

#comprar .bt-comprar,
#comprar .bt-menos-mais {
    background: var(--third-color);
}

.cartela {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cartela .numero {
    width: 19%;
    position: relative;
}

.cartela .numero:nth-child(2),
.cartela .numero:nth-child(3),
.cartela .numero:nth-child(4),
.cartela .numero:nth-child(5),
.cartela .numero:nth-child(6) {
    margin-top: 2.3vw !important;
    position: relative;
}

.cartela .numero:nth-child(2)::before,
.cartela .numero:nth-child(3)::before,
.cartela .numero:nth-child(4)::before,
.cartela .numero:nth-child(5)::before,
.cartela .numero:nth-child(6)::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--first-color);
    background: var(--eighth-color);
    border-radius: 0.5vw;
    top: -2.4vw;
}

.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(2)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(3)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(4)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(5)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(6)::before {
    top: -2.5vw !important;
}

.zoom-cartela-1 .cartela .numero:nth-child(2),
.zoom-cartela-1 .cartela .numero:nth-child(3),
.zoom-cartela-1 .cartela .numero:nth-child(4),
.zoom-cartela-1 .cartela .numero:nth-child(5),
.zoom-cartela-1 .cartela .numero:nth-child(6) {
    margin-top: 2.5vw !important;
}

.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero {
    width: 17.9% !important;
}

.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(2)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(3)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(4)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(5)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(6)::before {
    top: -1.9vw !important;
}

.zoom-cartela-2 .cartela .numero:nth-child(2),
.zoom-cartela-2 .cartela .numero:nth-child(3),
.zoom-cartela-2 .cartela .numero:nth-child(4),
.zoom-cartela-2 .cartela .numero:nth-child(5),
.zoom-cartela-2 .cartela .numero:nth-child(6) {
    margin-top: 1.8vw !important;
}

.cartela .numero:nth-child(2)::before {
    content: "B";
}

.cartela .numero:nth-child(3)::before {
    content: "I";
}

.cartela .numero:nth-child(4)::before {
    content: "N";
}

.cartela .numero:nth-child(5)::before {
    content: "G";
}

.cartela .numero:nth-child(6)::before {
    content: "O";
}

.coluna-direita .bilhete-melhores-cartelas .cartela {
    height: auto !important;
}

.cartelas-compradas {
    background-image: none;
    background: linear-gradient(to right, var(--fifteenth-color) 0%, var(--first-color) 50%, var(--fifteenth-color) 100%);

}

.esquerda .premios .premio .value {
    margin-top: 0.5vw !important;
}

.esquerda .premios .acumulado .label {
    font-size: 1.2vw;
    padding-right: 1vw;
}

.esquerda .centro .sorteio-bolas .info .box .value {
    padding-top: 2.3vw;
}

.proximos .linha:first-child {
    background: rgba(255, 255, 255, 1.0);
    margin-bottom: 0.5vw;
}

.proximos .info .label {
    color: var(--tenth-color);
}

.proximos .info:nth-child(1) .value,
.proximos .info .value {
    color: var(--eleventh-color);
}

.proximos .premio {
    background: linear-gradient(to bottom, var(--twelfth-color), var(--tenth-color));
    border: 0.2vw solid var(--first-color);
}

.proximos .acumulado {
    background: linear-gradient(to bottom, var(--eighth-color), var(--thirteenth-color)) !important;
}

.espera .relogio {
    height: auto;
    padding: 1vw;
    width: calc(100% - 4vw);
    background: var(--fourth-color);
    border-radius: 2vw;
    font-family: 'Orbitron';
    margin: auto;
}

.espera .relogio .numero {
    color: var(--ninth-color);
    border-color: var(--fourteenth-color);
    background: var(--fourteenth-color);
}

.espera .relogio .doispontos {
    color: var(--ninth-color);
}

.proximos {
    width: 100%;
    padding: 2vw 2vw 0
}

.proximos .linha:first-child {
    background: rgba(255, 255, 255, 1.0);
    margin-bottom: 0.5vw;
}

.proximos .info .label {
    color: var(--tenth-color);
}

.proximos .info:nth-child(1) .value,
.proximos .info .value {
    color: var(--eleventh-color);
}

.proximos .premio {
    background: linear-gradient(to bottom, var(--twelfth-color), var(--tenth-color));
    border: 0.2vw solid var(--first-color);
}

.proximos .acumulado {
    background: linear-gradient(to bottom, var(--eighth-color), var(--thirteenth-color)) !important;
}

.premiado-cartelas .cartela .numero:nth-child(2),
.premiado-cartelas .cartela .numero:nth-child(3),
.premiado-cartelas .cartela .numero:nth-child(4),
.premiado-cartelas .cartela .numero:nth-child(5),
.premiado-cartelas .cartela .numero:nth-child(6) {
    margin-top: 3.6vw !important;
}

.premiado-cartelas .cartela .numero:nth-child(2)::before,
.premiado-cartelas .cartela .numero:nth-child(3)::before,
.premiado-cartelas .cartela .numero:nth-child(4)::before,
.premiado-cartelas .cartela .numero:nth-child(5)::before,
.premiado-cartelas .cartela .numero:nth-child(6)::before {
    margin-top: -0.8vw;
}

.premiado .cartela .numero {
    width: 19.3% !important;
}

.principal {
    padding-top: 60px;
}

#modal-cartelas-compradas .cartela .numero:nth-child(2)::before,
#modal-cartelas-compradas .cartela .numero:nth-child(3)::before,
#modal-cartelas-compradas .cartela .numero:nth-child(4)::before,
#modal-cartelas-compradas .cartela .numero:nth-child(5)::before,
#modal-cartelas-compradas .cartela .numero:nth-child(6)::before {
    top: -1.8vw;
}

#modal-cartelas-compradas .cartela .numero {
    width: 17% !important;
}

.esquerda .premios .premio {
    border: 0.2vw solid var(--fifth-color);
    border-radius: 1vw;
    background: var(--sixth-color);
}

.esquerda .premios .premio-ativo {
    border: 0.2 solid var(--sixteenth-color);
    box-shadow:
        0 0 5px cyan,
        /* Brilho mais suave */
        0 0 10px cyan,
        /* Brilho médio */
        0 0 20px cyan,
        /* Brilho forte */
        0 0 20px cyan,
        /* Brilho mais intenso */
        0 0 20px cyan;
    /* Efeito neon */
}

.esquerda .premios .premio .label {
    width: 80%;
    margin: auto;
    margin-top: -0.6vw;
    height: 3.2vw;
    background-color: var(--seventh-color);
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esquerda .premios .acumulado {
    border-color: var(--twenty-first-color);
    background: var(--eighth-color);
    color: var(--eighth-color);
    box-shadow:
        0 0 5px cyan,
        /* Brilho mais suave */
        0 0 10px cyan,
        /* Brilho médio */
        0 0 20px cyan,
        /* Brilho forte */
        0 0 20px cyan,
        /* Brilho mais intenso */
        0 0 20px cyan;
    /* Efeito neon */
}

.esquerda .premios .acumulado .label {
    color: var(--first-color);
}

.esquerda .premios .acumulado .value {
    margin-top: 0.5vw !important;
    color: var(--sixteenth-color);
}

.esquerda .premios .acumulado-desativo {
    box-shadow: none;
    background: var(--eighteenth-color);
    box-shadow: none;
}

.esquerda .premios .acumulado-desativo .label {
    background: var(--nineteenth-color);
    color: var(--twentieth-color);
}

.esquerda .premios .acumulado-desativo .value {
    color: var(--twentieth-color);
}

.premios .acumulado-desativo .acumulado-numero {
    color: var(--twentieth-color);
}

.premios .acumulado .acumulado-numero {
    right: -1vw;
    top: 3.3vw;
}

.star {
    right: -1vw;
    top: 3.3vw;
}

.esquerda .premios .acumulado {}

.esquerda .premios .acumulado .value {
    position: relative;
    margin-top: 3vw !important;
}

.esquerda .premios .acumulado .value::before {
    content: "ACUMULADO";
    position: absolute;
    top: -3.1vw;
    left: 0;
    width: 80%;
    margin: 0 10%;
    height: 2.8vw;
    border-radius: 0 0 1vw 1vw;
    background-color: var(--twenty-first-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.proximos .info .value {
    font-size: 2.5vw;
    line-height: 4vw;
}

@media (orientation: portrait) {
    .proximos .info .value {
        font-size: 4vw;
    }

    .principal {
        padding-top: 10px;
    }

    .premiado-cartelas .cartela .numero:nth-child(2),
    .premiado-cartelas .cartela .numero:nth-child(3),
    .premiado-cartelas .cartela .numero:nth-child(4),
    .premiado-cartelas .cartela .numero:nth-child(5),
    .premiado-cartelas .cartela .numero:nth-child(6) {
        margin-top: 6vw !important;
    }

    .premiado-cartelas .cartela .numero:nth-child(2)::before,
    .premiado-cartelas .cartela .numero:nth-child(3)::before,
    .premiado-cartelas .cartela .numero:nth-child(4)::before,
    .premiado-cartelas .cartela .numero:nth-child(5)::before,
    .premiado-cartelas .cartela .numero:nth-child(6)::before {
        margin-top: 0.2vw;
    }

    .esquerda .premios {
        height: 13vw;
    }

    .esquerda .premios .premio {
        border: 0.5vw solid var(--fifth-color);
        border-radius: 2vw;
        background: var(--sixth-color);
    }

    .esquerda .premios .acumulado .label {
        font-size: 2.5vw;
    }

    .esquerda .premios .premio .value {
        font-size: 3.5vw;
    }

    .esquerda .premios .premio-ativo {
        border: 1vw solid var(--sixteenth-color);
        box-shadow:
            0 0 5px cyan,
            /* Brilho mais suave */
            0 0 10px cyan,
            /* Brilho médio */
            0 0 20px cyan,
            /* Brilho forte */
            0 0 20px cyan,
            /* Brilho mais intenso */
            0 0 20px cyan;
        /* Efeito neon */
    }

    .esquerda .premios .premio .label {
        width: 80%;
        margin: auto;
        margin-top: -0.6vw;
        height: 5vw;
        background-color: var(--seventh-color);
        border-radius: 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .esquerda .premios .acumulado {
        border-color: var(--twenty-first-color);
        background: var(--eighth-color);
        color: var(--eighth-color);
        box-shadow:
            0 0 5px cyan,
            /* Brilho mais suave */
            0 0 10px cyan,
            /* Brilho médio */
            0 0 20px cyan,
            /* Brilho forte */
            0 0 20px cyan,
            /* Brilho mais intenso */
            0 0 20px cyan;
        /* Efeito neon */
    }

    .esquerda .premios .acumulado .label {
        color: var(--first-color);
    }

    .esquerda .premios .acumulado .value {
        margin-top: 5.5vw !important;
        color: var(--sixteenth-color);
    }

    .esquerda .premios .acumulado .value::before {
        margin: 0 5%;
        width: 90%;
        font-size: 2vw;
        height: 5vw;
        top: -5.9vw;
    }

    .esquerda .premios .acumulado-desativo {
        box-shadow: none;
        background: var(--eighteenth-color);
        box-shadow: none;
    }

    .esquerda .premios .acumulado-desativo .label {
        background: var(--nineteenth-color);
        color: var(--twentieth-color);
    }

    .esquerda .premios .acumulado-desativo .value {
        background: var(--eighteenth-color);
        color: var(--twentieth-color);
    }

    .premios .acumulado-desativo .acumulado-numero {
        color: var(--twentieth-color);
    }

    .premios .acumulado .acumulado-numero {
        right: -3vw;
        top: -1vw;
    }

    .star {
        right: -3vw;
        top: -1vw;
    }

    .premiado .cartela .numero {
        width: 19.7% !important;
    }

    .espera {
        padding: 2vw 0;
        height: auto;
        background: none;

    }

    .espera .relogio {
        height: auto;
        padding: 2vw;
        width: calc(100% - 4vw);
        background: var(--fourth-color);
        border-radius: 2vw;
        font-family: 'Orbitron';
    }

    .espera .relogio .numero {
        color: var(--ninth-color);
        border-color: var(--fourteenth-color);
        background: var(--fourteenth-color);
    }

    .espera .relogio .doispontos {
        color: var(--ninth-color);
    }

    .proximos {
        width: 100%;
        padding: 2vw 2vw 0
    }

    .proximos .linha:first-child {
        background: rgba(255, 255, 255, 1.0);
        margin-bottom: 0.5vw;
    }

    .proximos .info .label {
        color: var(--tenth-color);
    }

    .proximos .info:nth-child(1) .value,
    .proximos .info .value {
        color: var(--eleventh-color);
    }

    .proximos .premio {
        background: linear-gradient(to bottom, var(--twelfth-color), var(--tenth-color));
        border: 0.4vw solid var(--first-color);
    }

    .proximos .acumulado {
        background: linear-gradient(to bottom, var(--eighth-color), var(--thirteenth-color)) !important;
    }

    .cartela .numero:nth-child(2),
    .cartela .numero:nth-child(3),
    .cartela .numero:nth-child(4),
    .cartela .numero:nth-child(5),
    .cartela .numero:nth-child(6) {
        margin-top: 6vw !important;
        position: relative;
    }

    .coluna-direita {
        padding: 1vw 3vw;
    }

    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .cartela-25,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .cartela-25 {
        height: auto !important;
    }

    .cartela .numero:nth-child(2)::before,
    .cartela .numero:nth-child(3)::before,
    .cartela .numero:nth-child(4)::before,
    .cartela .numero:nth-child(5)::before,
    .cartela .numero:nth-child(6)::before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--first-color);
        background: var(--eighth-color);
        border-radius: 1vw;
        top: -5.8vw;
    }

    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(2)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(3)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(4)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(5)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(6)::before {
        top: -8.8vw !important;
    }

    .zoom-cartela-1 .cartela .numero:nth-child(2),
    .zoom-cartela-1 .cartela .numero:nth-child(3),
    .zoom-cartela-1 .cartela .numero:nth-child(4),
    .zoom-cartela-1 .cartela .numero:nth-child(5),
    .zoom-cartela-1 .cartela .numero:nth-child(6) {
        margin-top: 9vw !important;
    }

    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(2)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(3)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(4)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(5)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(6)::before {
        top: -4.4vw !important;
    }

    .zoom-cartela-2 .cartela .numero:nth-child(2),
    .zoom-cartela-2 .cartela .numero:nth-child(3),
    .zoom-cartela-2 .cartela .numero:nth-child(4),
    .zoom-cartela-2 .cartela .numero:nth-child(5),
    .zoom-cartela-2 .cartela .numero:nth-child(6) {
        margin-top: 4.4vw !important;
    }

    .cartela .numero:nth-child(2)::before {
        content: "B";
    }

    .cartela .numero:nth-child(3)::before {
        content: "I";
    }

    .cartela .numero:nth-child(4)::before {
        content: "N";
    }

    .cartela .numero:nth-child(5)::before {
        content: "G";
    }

    .cartela .numero:nth-child(6)::before {
        content: "O";
    }

    .coluna-direita .bilhete-melhores-cartelas .cartela {
        height: auto !important;
    }

    .cartelas-compradas {
        background-image: none;
        background: linear-gradient(to right, var(--fifteenth-color) 0%, var(--first-color) 50%, var(--fifteenth-color) 100%);

    }

    #modal-cartelas-compradas .cartela .numero:nth-child(2)::before,
    #modal-cartelas-compradas .cartela .numero:nth-child(3)::before,
    #modal-cartelas-compradas .cartela .numero:nth-child(4)::before,
    #modal-cartelas-compradas .cartela .numero:nth-child(5)::before,
    #modal-cartelas-compradas .cartela .numero:nth-child(6)::before {
        top: -4.5vw;
    }

    #modal-cartelas-compradas .cartela .numero {
        width: 19% !important;
    }
}

.esquerda .centro .sorteio-bolas .bolas .bola-1 {
    z-index: 90;
}

.animaBolaPrincipal {
    animation: bolaAnimate 1s ease;
    z-index: 91;
}

@keyframes bolaAnimate {
    0% {
        transform: scale(5.0) rotate(0deg);
    }

    100% {
        transform: scale(1.0) rotate(360deg);
    }
}

h1.premio-title {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.ganhadores-final.show {
    height: 100vh;
    overflow: auto;
}

.ganhadores-final::before {
    content: "GANHADORES";
}

.login-box .align-right img {
    display: none;
}

.h-100 {
    overflow-x: hidden;
}

.header {
    background-image: none;
    background-color: var(--fourth-color);
}

.ganhadores-final .box-amarelo .box-ganhador {
    background-image: url('./images/bg-premio-final.png') !important;
}

.ganhadores-final .box-amarelo {
    background-color: rgb(16 58 167 / 90%);
    border: 0.4vw white solid;
}

.ganhadores-final .box-amarelo .box-ganhador {
    height: 23vw
}


@media (orientation: portrait) {

    .ganhadores-final .box-amarelo {
        background-color: rgb(16 58 167 / 90%);
        border: 0.8vw white solid;
    }

    .ganhadores-final::before {
        top: 4vw;
        color: transparent;
        /* deixa o centro vazio */
        -webkit-text-stroke: 1px yellow;
        /* cor e espessura do contorno */
        font-weight: 900;
    }
}

.esquerda .premios .acumulado-ativo,
.esquerda .premios .acumulado-desativo,
.esquerda .premios .premio-ativo,
.esquerda .premios .premio-desativo {
    background-image: none !important;
}
.login-page{
    max-width: 100%;
}
.login-box{
    max-width: 360px;
    margin: auto;
}