@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:active{
    background-color: #031F3B;
}
.submit:active{
    background-color: #031F3B;
}
/* Estilo para quando o botão está desabilitado */
/* 1. Estilo para o botão ATIVO (Estado normal) */
.submit-active {
    background-color: #3498db; /* Sua cor ativa */
    color: white;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto; /* Permite o clique */
    /* Garanta que este estilo seja forte (use mais seletores se necessário) */
}

/* 2. Estilo para o botão DESABILITADO (Estado do Captcha) */

.submit:disabled {
    /* Altera o estilo do botão DESABILITADO */
    background-color: #cccccc; /* Cor de fundo cinza, tipicamente para desabilitado */
    color: #666666; /* Cor do texto mais escura */
    cursor: not-allowed; /* Altera o cursor para indicar que não pode clicar */
    opacity: 0.6; /* Deixa o botão mais transparente */
    box-shadow: none; /* Remove qualquer sombra que possa ter no estado normal */
    pointer-events: none;
}

/*PROPAGANDA*/

#propaganda{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
}
#propaganda a{
    font-size: 1.3rem;
    color: #fff;
}
#propaganda img{
    width: 100%; 
    border: none; 
    display: block; 
    margin-bottom: 5px;
    margin-top: 20px;
}

/*PROPAGANDA*/

.honeypot_field, .honeypot_field_rs, .honeypot_field_cd, .honeypot_field_ct, .honeypot_field_re, .honeypot_field_ch, .honeypot_field_qr{
    display: none;
}

body {
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-height: 100vh;
    max-width:90em; /* 960px / 16px = 60*/
    font-size:100%;
    line-height:1.3em;
    color:#555555;
    /*Imagem de <a href="https://br.freepik.com/vetores-gratis/copie-o-fundo-digital-dos-circuitos-azuis-do-espaco_12067355.htm#query=digital%20background&position=2&from_view=keyword&track=ais_hybrid&uuid=9b40773a-ee00-40b3-89d6-75184b96e4b6">Freepik</a>*/
    /*background-color: #660fc8;*/
    /*background: url('../img/dark-hexagonal-background-with-gradient-color-79603-1409.jpg') no-repeat;*/
    background: url('../img/bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#container{
    background-color: #000;
    width: min(100%, 400px);
    font-size: max(0.3vw, 50%, 0.93rem);
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 10px;
}

img{
    max-width: 100%;
}

h2{
    line-height: 30px;
    text-align: center;
    padding: 2%;
    color: #fff;
}

h1{
    line-height: 45px;
    text-align: center;
    padding: 2%;
    color: #660fc8;
}

p{
    color: #fff;
    margin-bottom: 20px;
}

a:visited{
    color: #45f3ff;
}

.h-1-v{
    font-size: 2.4em;
    color: #ffffcc;
    line-height: 45px;
    text-align: center;
    padding: 2%;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff;
}

.h-2-v{
    font-size: 1.8em;
    color: #ccffcc;
    line-height: 35px;
    text-align: center;
    padding: 2%;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff;
}

.cloud{
    display:flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    left:0;
    top:0;
    z-index:1000;
    width: 100%;
    height: 100%;
    background-color:#000;
    background-color: rgba(0, 0, 0, 0.7);
}

.cf-turnstile{
    opacity: unset;
    z-index: 2000;
}

#entra_game{
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 1.2em;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    background-color: #090;
    color: #fff;
    margin-top: 5px;
}

#recebido{
    background-color: #090;
    color: #fff;
}

.central {
    background-color: #eee4fb;
    color: #360371;
    width: min(100%, 380px);
    height: auto; /* Mude de 450px para auto */
    /*min-height: 450px;  Adicione uma altura mínima para evitar que a div colapse no início*/
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* AQUI! Adicione esta linha para a transição suave */
    transition: height 0.5s ease-in-out;
}

.central_c {
    background-color: #eee4fb;
    color: #360371;
    width: min(100%, 350px);
    height: auto; /* Mude de 450px para auto */
    min-height: 450px;  /*Adicione uma altura mínima para evitar que a div colapse no início*/
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    opacity: 0.9;
}
.central_b {
    display: none;
    padding: 5px;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.centraly {
    background-color: #eee4fb;
    color: #360371;
    width: min(100%, 400px);
    height: auto; /* Mude de 450px para auto */
    min-height: 460px;  /*Adicione uma altura mínima para evitar que a div colapse no início*/
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.centro{
    width: 100%;
    height: auto;
    overflow: auto;
    background: #fff;
}

img{
    max-width: 100%;
}

.loader_game{
    position:fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:9000;
    background-color:#000;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader div {
    opacity: 0.9;
}

.boas_vindas{
    width: 100%;
    margin-bottom: 20px;
    color: #666;
    font-size: 1.2em;
    line-height: 25px;
    padding: 1%;
    border-radius: 10px;
    background-color: #000;
}

.boas_vindas_v{
    width: 100%;
    margin-bottom: 20px;
    color: #666;
    font-size: 1.2em;
    line-height: 25px;
    padding: 1%;
    border-radius: 10px;
    background: url('../img/centelhas_1.gif') no-repeat;
    background-size: cover;
    background-position: center;
}

.boas_vindas_p{
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.1em;
    line-height: 25px;
    padding: 1%;
    border-radius: 10px;
    background-color: #000;
}

.boas_vindas_p h1{
    color: #F90;
}

.boas_vindas_p h2{
    color: #fff;
}

.boas_vindas_p p{
    margin-top: 10px;
    padding: 2%;
    color: #fff;

}

p.venc{
    color: #fff;
}

p.red{
    color: #cc0000;
}

.emo{
    width: 100%;
    text-align: center;
    position: relative;
}
.emo img{
    width: 200px;
}

.emo div{
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ffff33;
    font-size: 1.5em;
}

.corpo{
    width: 350px;
    height: auto;
    padding: 0;
    font-size: 0.8em;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

/*MODAL*/

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0s 0.4s;
}

.modal-content {
    background-color: white;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.modal-content p {
    margin-bottom: 2rem;
    color: #660fc8;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.6;
}

.modal-buttons {
    display: flex;
    justify-content: center;
    /*gap: 1.5rem;*/
}

.modal-button {
    padding: 0.75rem 2rem;
    margin: 2%;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#btn-ok {
    background-color: #3B82F6;
    color: white;
}

#btn-yes, #btn-gerar-cupom {
    background-color: #22C55E;
    color: white;
}

#btn-no {
    background-color: #EF4444;
    color: white;
}

#btn-ok:hover, #btn-yes:hover, #btn-no:hover {
    transform: scale(1.05);
}

.modal-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.modal-active .modal-content {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
}

.modal-exit .modal-content {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.4s ease;
}

.hidden {
    display: none !important;
}


/*MODAL*/

/*GAME*/

#encaixe{
    width: min(100%, 350px);
    overflow: hidden;
    position: relative;
}

.clear{
    width:100%;
    height: auto;
    background-color: #000;
    padding:2%;
    margin-top: 3px;
    color: #333;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.none{
    display:none;
}

.cover{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.verde{
    background-color: #090;
}

.cinza{
    background-color: #cccccc;
}

.cupo{
    font-size: 0.9em;
    font-weight: bold;
    color: #ffff66;
}

.cupo li{
    list-style-position: inside;
    list-style-image: none;
}

.boas_vindas p span{
    font-weight: bold;
}

/*GAME*/

/*INICIAL*/

#topo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.nome span{
    color: #660fc8;
    font-weight: bold;
}

.logo{
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: relative;
}

.engl_relogio{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 10px;
}

.exp_relogio{
    font-size: 1.1em;
    font-weight: bold;
}
#relogio{
    /*display: none;*/
    /*    width: 50%;
        padding: 10px;*/
    color: #cc3300;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    /*background-color: #000;*/
    text-align: center;
    /*border: #fff solid 4px;*/
    margin-left: 10px;
}

#logout{
    padding: 5px;
    background-color: #660fc8;
    color: #fff;
    font-weight: bold;
}

.englob{
    text-align: center;

}

.baixo{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 5px;
    background-color: #000;
    width: 100%;
    height: auto;
    padding: 10px;
    position: relative;
    background: #333333;
    border-radius: 10px;
    color: #fff;

}
.baixo span{
    margin-top: 20px;
    font-size: 0.8em;
}
.baixo h1{
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 1.2em;
}
.baixo a{
    width: 100%;
    text-align: left;
}

/*INICIAL*/

/*LOGIN*/

.form {
    position: absolute;
    margin-top: 20px;
    transition: .5s;
    height: 400px;
}

.bgy{
    position: absolute;
    top: -15px;
    width: 70%;
    position: relative;
    background-color: #F60;
    z-index: 1000;
}

.buttonsForm {
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 10px;
    transition: .5s;
    left: 0px;
    border-radius: 30px;
    box-shadow: 0 0 7px 0 blueviolet;
    transition: 1s;
    width: 100%;
    height: 40px;
}

.buttonsForm button {
    width: 50%;
    height: 50px;
    cursor: pointer;
    background: transparent;
    border: none;
    position: relative;
    z-index: 1;
    /*padding: 10px 29px;*/
}

.btnColor {
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #5956e9, #a963f8);
    border-radius: 30px;
    transition: .3s;
    border: 5px #5956e9 solid;
}

.eTudo{
    display: flex;
    justify-content: center;
    width: 90%;

}

#rs, #as{
    margin-top: 15px;
}

input[type="text"], input[type="email"], input[type="password"] {
    border: #000 solid 1px;
    margin-top: 5px;
    border-radius: 0px 60px 60px 0px;
    padding: 8px;
    outline: none;
    width: 90%;
    font-size: 1.1em;
    color: #660fc8;
    font-weight: bold;
}

#password_gb{
    border: #000 solid 1px;
    margin-top: 5px;
    border-radius: 10px;
    padding: 8px;
    outline: none;
    width: 100%;
    font-size: 1.1em;
    color: #660fc8;
    font-weight: bold;
}

#enviar_gabarito{
    width: 98%;
    cursor: pointer;
}

#mensagem {
    resize: none;
    /* Remova a linha "height: 160px;" */
    min-height: 160px; /* Defina uma altura mínima para o visual inicial */

    border: #000 solid 1px;
    margin-top: 5px;
    border-radius: 5px;
    padding: 8px;
    outline: none;
    width: 100%;
    font-size: 1.1em;
    color: #660fc8;
    font-weight: bold;
    margin-bottom: 10px;
}

.submit {
    position: relative;
    background: #fff;
    color: #660fc8;
    border-radius: 30px;
    width: 90%;
    border: #660fc8 solid 4px;
    outline: none;
    padding: 10px 0 10px 5px;
    font-size: 1.2em;
    margin-top: 5px;
    cursor: pointer;
}

.divCheck input[type="checkbox"] {
    /* 1. Use transform: scale() para aumentar o tamanho */
    transform: scale(1.5); /* 1.5 é 150% do tamanho original. Aumente para 2.0 (200%) se quiser maior */
    
    /* 2. Ajuste a margem para corrigir o alinhamento após o dimensionamento */
    margin-right: 10px; /* Adiciona espaço entre o checkbox e o texto */
    margin-top: -2px; /* Ajuste fino vertical, pode variar */
}

/*CHECBOX*/
.divCheck {
    display: flex;
    justify-content: left;
    align-items: center;
    /*gap:5px;*/
    margin-left: 8px;
    width: 90%;
    font-size: 1.0em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.checkbox-wrapper-49 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-49 {
    --size: 60px;
}

.checkbox-wrapper-49 .block {
    position: relative;
    clear: both;
    float: left;
}

.checkbox-wrapper-49 label {
    width: var(--size);
    height: calc(var(--size) / 2);
    box-sizing: border-box;
    border: 3px solid;
    float: left;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: .3s ease;
    color: black;
}
.checkbox-wrapper-49 input[type=checkbox]:checked + label {
    background: #55e868;
}
.checkbox-wrapper-49 input[type=checkbox]:checked + label:before {
    left: calc(var(--size) / 2);
}
.checkbox-wrapper-49 label:before {
    transition: .3s ease;
    content: '';
    width: calc((var(--size) / 2) - 10px);
    height: calc((var(--size) / 2) - 10px);
    position: absolute;
    background: white;
    left: 2px;
    top: 2px;
    box-sizing: border-box;
    border: 3px solid;
    color: black;
    border-radius: 100px;
}
/*CHECBOX*/

/*#signin, #recuperacao_senha{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0px;
}*/

#signin, #recuperacao_senha, #signup, #email_senha, #form_contato, #reenviar_email_ativa {
    position: absolute; /* Remova o segundo "position: absolute;" */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0px;
    transition: left .5s ease-in-out;
}

#signup, #email_senha, #form_contato, #reenviar_email_ativa {
    left: -450px; /* Posição inicial do formulário de cadastro */
}

#signup, #form_contato{
    top: 40px;
}

#msg_login_recuperacao{
    width: 100%;
    padding: 0;
    margin-top: 10px;
    font-size: 1.5em;
    line-height:1.1em;
    text-align: center;
    color: #cc3300;


}
#exp_login_recuperacao{
    width: 89%;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
    line-height:1.1em;

}

/*#signup, #email_senha, #form_contato {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 450px;
}*/

/*#form_contato {
    margin-top: -10px;
}*/


.iApelido, .iEmail, .iPassword, .iPassword2 {
    background: #ccccff;
    border: #000 solid 1px;
    margin-top: 5px;
    border-radius: 60px 0px 0px 60px;
    outline: none;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iApelido img, .iEmail img, .iPassword img, .iPassword2 img{
    width: 20px;
    height: 17px;
    /*margin-top: 5px;*/
    /*margin-left: 12px;*/
}

#recupera_senha, #voltar{
    background: #FFF;
    color: #660fc8;
    border-radius: 30px;
    width: 90%;
    border: #660fc8 solid 4px;
    outline: none;
    padding: 15px 0 15px 5px;
    font-size: 15px;
    margin-top: 5px;
    cursor: pointer;
}

#recupera_senha:active{
    background-color: #031F3B;
}
#voltar:active{
    background-color: #031F3B;
}


#aviso_de_email{
    width: 100%;
    text-align: center;
}

.titulo_aviso{
    width: 100%;
    padding: 2%;
    color: #42A600;
    text-align: center;
    font-size: 1.4em;
}
.reenviar{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.corpo_aviso{
    font-weight: bold;
    margin-top: 10px;
    padding: 20px;
}
.bold{
    font-weight: bold;
}
#logar{
    /*margin-top: 20px;*/
}


/*LOGIN*/

/*MODAL*/

.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    visibility: hidden;
    opacity: 0;
    /* Transição para os efeitos de animação */
    transition: all 350ms ease-in;
    z-index: 1000;
}

.dialog {
    background: #f1f1f1;
    width: 350px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(51, 51, 51, 0.4); /* Usando rgba para cor da sombra */
    border: 3px solid #333333;
    border-radius: 10px;

    /* Estado inicial: invisível e acima da tela */
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;

    /* Transição para os efeitos de animação */
    transition: all 350ms ease-in;
    z-index: 11000;
}

/* Classe que será adicionada via JavaScript para mostrar o modal */
.dialog__active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); /* Posição final: centralizado na tela */
}

/*.dialog__active {
    top: 20%;
    visibility: visible;
    opacity: 1;
    transition: all 250ms ease-out;
}*/

.dialog__title {
    font-size: 1rem;
    /*font-family: 'Slabo 27px', serif;*/
    font-weight: 100;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #333333;
}
.dialog__content {
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.dialog__content_color_green{
    color: #42A600;
}

.dialog__content_color_red{
    color: #cc3300;
}

.dialog__close {
    font-size: 1.8rem;
    /*line-height: 2rem;*/
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    background-color: #22C55E;
    color: white;
    transition: color 150ms ease;
    border-radius: 5px;


}
.dialog__close:hover {
    color: #E74C3C;
}

/*MODAL*/

.loader{
    position: absolute;
    width: 45px;
    top: 1px;
    left: 83%;
}

/*PRINCIPAL*/

#principal{
    position: absolute;
    transition: .5s;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0px;
    padding: 1%;
}

#compra_creditos, #quadro_compras, #agradecimento, #carregar_cupom, #paga_creditosu{
    position: absolute;
    margin-top: 10px;
    transition: .5s;
    width: 100%;
    /*height: 400px;*/
    left: -450px;
    text-align: center;
}

.engloba_div{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-itens: center;
    align-self: center;
    /*gap: 10px;*/
    background-color: #ffffff;

}

#seus_creditos{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    height: 50px;
    font-size: 1em;
    font-weight: bold;
    color: #660fc8;
    flex-basis: 50%;
    border: #660fc8 solid 2px;
    border-radius: 5px;
}
#seus_creditos span{
    padding: 8px;
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    background-color: #006666;
}

#ir_qrCode, #minhas_compras{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    flex-basis: 50%;
    margin: 1%;
}
#ir_qrCode{
    background-color: #45f3ff;
    color: #5956e9; 
}

#ir_qrCode:active{
    background-color: #031F3B;
}

#minhas_compras{
    background-color: #F90;
    color: #5956e9;
}
#minhas_compras:active{
    background-color: #031F3B;
}

.indica{
    margin-top: -30px;
    margin-bottom: 20px;
    color: #006666;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.0em;

}
#form_qrcode, #load{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 40px;
    left: 0px;
}
.img_pg{
    width: 125px;
    height: 33px;
    margin-right: 10px;
}
.img_pix{
    width: 100px;
    height: 33px;
}
.disclamer{
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
}
#credito{
    width: 30%;
    height: 60px;
    font-size: 1.0em;
    margin-top: 0px;
    text-align: center;
}
.lab_cred{
    width: 100%;
    height: 100px;
    font-size: 1em;
    color: #fff;
    clear: both;
}
.divQr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#gerar_qrcode{
    color: #FFF;
    background-color: #0066cc;
    cursor: pointer;
}
#gerar_qrcode:active{
    background-color: #031F3B;
}
.valor_rodada{
    align-items: center;
    width: 100%;
    height: auto;
    margin: 1%;
    padding: 2%;
    color: #000;
    font-size: 1.5em;
}
#pacote{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
    font-size:0.85em;
    font-weight:bold;
    -moz-box-shadow: 1px 1px 1px #999 inset;
    webkit-box-shadow: inset 1px 1px 1px #999;
    -moz-box-shadow: inset 1px 1px 1px #999;
    box-shadow: inset 1px 1px 1px #999;
    background-color: #D2D2D2;
    color: #006666;
    margin:1%;
    padding:1%;
    width:94%;
}

#pacote:focus{
    background-color: #FFF;
}

/*PRINCIPAL*/

/*QRCODE*/
.center_cupom{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.n_cupom{
    font-weight: bold;
}

.one{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;

}
.qrCodeVision1{
    width: 100%;
    text-align: center;
    margin: 2px;
}
.qrCodeVision1 img{
    width: 40%;
}
.qrCodeVision{
    width: 80%;
    text-align: center;
    margin: 2px;
    margin-top: 10px;

}
.qrCodeVision img{
    width: 80%;
}

.two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 10px;
    width: 200px;
}
#copia_cupom{
    background-color: #ccccff;
}
#abrir_cupom{
    background-color: #c5ffd7;
}
#gabarito{
    background-color: #5956e9;
    color: #ffff33;
}
#tex_qr_code{
    display: flex;
    width: 100%;
    clear: both;
    border-radius: 0;
    flex-basis: 50%;
    font-size: 0.7em;
}
.data_qr_code{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    height: auto;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #ffffff;
}
.data_qr_code span{
    width: 100%;
    color: #E74C3C;
    font-size: 1.0em;
    font-weight: bold;
}
.explica_qr_code{
    width: 100%;
    height: auto;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}

#process_pix{
    width: 100%;
    margin-bottom: 5px;
}
#gerar_cupom{
    background-color: #42A600;
    color: #ccffcc;
}
#gerar_cupom:active{
    background-color: #031F3B;
}
.tre{
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 5px;*/
    margin-top: 20px;
}
#digita_cupom{
    margin: 1%;
    width: 50%;
    padding: 5px;
    border-radius: 5px;
    height: 60px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

/* Chrome e outros */
input#digita_cupom::-webkit-outer-spin-button,
input#digita_cupom::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input#digita_cupom[type=number] {
    -moz-appearance: textfield;
}

#buscar_cupom{
    width: 60%;
    height: 60px;
    padding: 15px;
    margin: 1%;
    border-radius: 5px;
}

.btn_2{
    width: 100%;
    display: flex;
    padding: 20px;
    /*gap: 10px;*/
}

#cupom_gerado{
    position: relative;
}
.boia{
    position: absolute;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 30;
}
#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:2;
    background-color:#000;
}
/*QRCODE*/

/*GERAR CUPOM*/

/*GERAR CUPOM*/

/*PAGINATE*/
/* pagination position styling */
.total_registros{
    width: 100%;
    margin-bottom: 10px;
    color: #5956e9;
}

#paginate_lojas
{
    display: inline-block;
    margin-top: 20px;
}

.pagination_section {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

/* pagination styling */
.pagination_section a {
    color: black;
    padding: 10px 18px;
    text-decoration: none;
}

/* pagination hover effect on non-active */
.pagination_section a:hover:not(.active) {
    background-color: #031F3B;
    color: white;
}
.active{
    background-color: green;
    color: white;
}

/* pagination hover effect on active*/
a:nth-child(5) {
    background-color: green;
    color: white;
}

a:nth-child(1) {
    font-weight: bold;
}

a:nth-child(7) {
    font-weight: bold;
}
/*PAGINATE*/

/*table rodada*/
table {
    border: 1px solid black;
    border-collapse: collapse;
    background-color: #f5f5f5;
    width: 100%;
    margin-bottom: 20px;
}

th, td {
    padding: 4px;
    text-align: center;
    font-size: 0.8em;
}

th {
    background-color: #333;
    color: #fff;
    font-size: 0.9em;
}

tr:nth-child(even) {
    background-color: #ddd;
}

tr:hover {
    background-color: #ccc;
}

#load{
    top: 0;
}
.captchalog{
    margin-top: 10px;
    margin-bottom: -10px;
    text-align: center;
    font-size: 1.0em;
    color: #660fc8;
}
.captchalog p{
    color: #660fc8;
}
.captchalog img{
    width: 80%;
    height: 50px;
}

#captcha_code{
    width: 80%;
    height: 40px;
    font-size: 1.3em;
    padding: 4px;
    margin-top: -20px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-weight: bold;
    color: #666666;
}

.separa{
    width: 100%;
    height: 50px;
}
#cf-turnstile {
    display: block;
    flex-flow: row;
    margin-top: 10px;
}
.espace{
    width: 80%;
    height: auto;
}

#carregaCaptcha{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
    z-index: 1000;
}

#boiaCaptcha{
    margin-top: 40%;

    /*    width: 100%;
        height: 100%;*/
    background-color: transparent;
}

.aprova{
    color: #660fc8;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

/*paradoxo*/

.carrega_init_cupom{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 250px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 50px;
    border-bottom: 10px #360371 solid;
    border-top: 10px #360371 solid;
    background-color: #5956e9;
    color: #fff;
    font-size: 1.5rem;
    line-height: 25px;
    text-align: center;
}

.cita{
    width: 100%;
    height: 230px;
    padding: 20px;
    margin: 5px;
    margin-top: 20px;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 25px;
    background: url('../img/setas.png') no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cita_1{
    width: 100%;
    height: 160px;
    padding: 20px;
    margin: 5px;
    margin-top: 20px;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 25px;
    background: url('../img/setas.png') no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.leblo{
    font-size: 0.8rem;
    margin-left: 5px;
}

#ach, #rev{
    margin-top: 10px;
}

.scala{
    display: flex;
    justify-content: center;
    /*gap: 5px;*/
    font-size: max(0.3vw, 50%, 0.93rem);
}

.cupom{
    width: 48%;
    font-size: 1.0em;
    text-align: center;
    margin: 1%;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: #660fc8;
    color: #ffff33;
    border-radius: 10px;
}

.partida{
    width: 48%;
    font-size: 1.0em;
    text-align: center;
    margin: 1%;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: #ffff33;
    color: #660fc8;
    border-radius: 10px;
}

.string{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Estilo do contêiner da pirâmide */
.pyramid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 10px;  Espaço entre as linhas */
    margin-top: 10px;
}

/* Estilo para cada linha da pirâmide */
.pyramid-container .row {
    display: flex;
    /*gap: 10px;  Espaço entre as bolinhas */
}

/* Estilo para a bolinha */
.ball {
    width: 40px;
    height: 40px;
    margin: 1%;
    border-radius: 50%;
    border: 3px solid #ff4136; /* Borda vermelha */
    background-color: #ffdc00; /* Cor amarela */
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #ff4136; /* Cor do número */
    position: relative;
}

/* ----------------------------------------------------- */
/* ESTILO CORRIGIDO PARA A BOLINHA QUE TEM ESTRELA */
.ball.in-json {
    /* Torna a cor do número invisível */
    color: transparent;
}

/* Estilo para a estrela (criada com ::after) */
.ball.in-json::after {
    /* Garante que o conteúdo seja apenas a estrela */
    content: "★";
    
    /* Posiciona a estrela no centro */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* Define a cor da estrela para vermelho */
    color: #ff4136;
    
    /* Outros estilos para a estrela */
    font-size: 20px;
    font-weight: normal; 
    z-index: 10;
}

#atualizar_gabarito, #enviar_gabarito{
    width: 100%;
    margin-top: 20px;
    background-color: #660fc8;
    color: #ffdc00;
}
.t, .v{
    width: 100%;
    text-align: center;
    color: #5956e9; 
    font-size: 1.2rem;
    margin-bottom: 10px;
        
}
.t span, .v span{
    width: 100%;
    color: #F60; 
    font-size: 1.2rem;
    font-weight: bold;
}

#copia_qr_code{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #660fc8;
    color: #fff;
}

.center_message h2{
    color: #cc0000; 
}
.center_message p{
    color: #cc0000; 
}

.termos{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.termos a{
    color: #fff;
}

/************************************************************************************
Media queries
*************************************************************************************/

@media (max-width: 768px) {
    /* --- Ajustes Globais e Tipografia --- */
    
    /* Corpo: Aumenta a fonte base para legibilidade em mobile */
    body {
        /* Remove a complexa função max() para usar um tamanho fixo e legível */
        font-size: 1.0rem; 
    }

    /* Títulos: Reduz o tamanho da fonte para se adequar a telas menores */
    header h1 {
        font-size: 2.2rem; /* De 3rem para 2.2rem */
    }
    header h2 {
        font-size: 1.2rem; /* De 1.5rem para 1.2rem */
    }
    h2 {
        font-size: 1.3rem; /* De 1.5rem para 1.3rem */
        /*border-top: #e00000 solid 6px;  Ajuste na borda */
    }
    p {
        font-size: 1.1rem; /* De 1.3rem para 1.1rem */
        padding: 8px;
    }
    ul li, ol li {
        font-size: 1.0rem; /* De 1.2rem para 1.0rem */
    }
    
    /* --- Navegação e Header --- */

    /* Garante que o container do texto no header não fique muito apertado */
    .bg-text {
        width: 90%; /* Usa 90% da largura em vez de 80% */
        padding: 15px; /* Reduz o padding */
    }
    
    /* --- Seções de Conteúdo --- */

    section {
        /* Adiciona um padding horizontal para que o conteúdo não toque as bordas da tela */
        padding: 0 10px; 
        margin-bottom: 20px; /* Reduz o espaço entre seções */
    }

    /* Garante que o botão comprar ocupe a largura total */
    section#comprar {
        padding: 0 10px; 
    }
    
    /* --- Cards de Preço (Pricing) --- */

    .pricing-container {
        flex-direction: column; /* Empilha os cards verticalmente */
        align-items: center;
        /*gap: 15px;  Reduz o espaço entre os cards */
    }

    .pricing-card {
        flex: 1 1 100%; /* Faz com que ocupe a largura total disponível */
        max-width: 95%; /* Limita a largura para não colar nas bordas */
        padding: 20px;
    }
    
    /* --- Imagens de Pagamento --- */

    .img-pag {
        flex-wrap: wrap; /* Permite que as imagens quebrem a linha se necessário */
        justify-content: space-evenly;
        margin-bottom: 10px;
    }

    .pix, .pagbank {
        width: 40%; /* Aumenta a largura das imagens para melhor visualização */
        height: auto;
    }
    
    /* --- Carrossel de Vídeos (Já estava OK, mas melhora o ajuste) --- */
    
    .video-carousel {
        width: 90%;
        /* O aspect-ratio: 9 / 16; já resolve o problema da altura */
    }
    
    /* Garante que os botões de navegação não sejam muito grandes */
    .nav-btn {
        width: 35px;
        height: 35px;
        background-size: 60%; 
    }

    /* --- Rodapé --- */
    footer {
        padding: 1rem 0.5rem; /* Adiciona padding horizontal */
        font-size: 0.9rem;
    }
}

@media screen and (max-width : 468px) {
    #container{
        width: 100%;
        font-size: max(0.4vw, 50%, 0.9rem);
        height: auto;
        padding: 1px;
    }
    .central{
        width: 98%;
        /*height: 700px;*/
    }

}