﻿* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

a:not([href]):not([tabindex]) {
    color: white;
}

a:not([href]):not([tabindex]):hover {
        color: yellow;
        cursor: pointer;
    }

.error-js {
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.alert-js-custom-smart {
    padding: 30px;
}

.fontDefault {
    font-size: 16px;
}

.containerSmart {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    font-size: 16px;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    margin-top: 55px;
    margin-bottom: 55px;
}

.div_pix_lg {
    display: none;
}

@media(min-width: 992px) {
    body, html {
        height: 100% !important
    }
}

#redimencionar-fundo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* BACKGROUNDS */
.backgroundPaginaHome {
    background-image: var(--fundo);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
/*    background-color: darkorange;*/
}

.backgroundPaginas {
/*    background: orange;*/
    background-image: var(--fundo);
    background-size: 100% 100%, cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
}

.premio {
    max-width: 100%;
}

.img-fluid-custom-home {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-width: 230px;
}

.retangulo-card {
    height: 2.5rem;
    border-radius: 10px;
    box-shadow: 2px 2px 5px grey;
    text-align: center;
    margin-left: auto;
    margin-top: -22px;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: var(--parametro4);
}

.retangulo-verde {
    background-color: #00a776;
}

.retangulo-azul {
    background-color: #1b6ec2;
}

/*.retangulo-laranja {
    background-color: #e8490f;
}*/

.retangulo-cinza {
    background-color: #6c6d70;
}

.titulo-retangulo {
    color: var(--parametro1);
    font-weight: bold;
    line-height: normal;
    margin: auto;
    font-size: .9rem;
    margin: 0;
}

.card {
    border-radius: 30px;
    border: 4px solid;
    width: 100%;
}

.card-padrao {
    /*border-color: #a7aaaa;*/
    border-color: #b2b2b2;
    background-color: white;
}

.footer_informacoes {
    list-style-type: none;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    color: var(--parametro1);
    font-size: 13px;
    font-weight: 500;
}

.modal_customizado {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-style {
    margin: auto;
    height: auto;
}

.modal_conteudo {
    background-color: #ffffff;
    width: 100%;
    border-radius: 10px;
    margin: auto;
}

.footer {
    background-color: var(--parametro4) !important;
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
}

.imprimir-boleto {
    z-index: 0
}

#rodape {
    background-color: var(--parametro4);
}

@media (min-width: 992px) {
    html {
        height: 100%;
        background: none
    }

    .navbar {
        height: 0px !important
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }

    .footerMobile {
        background-color: var(--parametro4) !important;
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

@media (max-height: 650px) and (max-width: 991px) {
    .footerMobile {
        position: absolute;
        bottom: -150px !important;
        width: 100%;
        z-index: 9000;
    }
}

@media (max-width: 991px) {
    .div-container-mobile {
        height: calc(100% - 100px);
        margin-bottom: 0px !important;
    }
}

@media (max-height: 515px) and (max-width: 991px) {
    .footerMobile {
        position: absolute;
        bottom: -300px !important;
        width: 100%;
        z-index: 9000;
    }
}

@media (max-height: 380px) and (max-width: 991px) {
    .footerMobile {
        position: absolute;
        bottom: -400px !important;
        width: 100%;
        z-index: 9000;
    }
}

.footerMobile {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 9000;
}

.divPremio {
    padding-top: 8rem;
    padding-bottom: 5rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#btn-adquirir-bilhete {
    cursor: pointer;
    text-decoration: none;
    border-radius: 6px;
    background-color: var(--parametro4);
    font-weight: bold;
    font-size: .6rem;
    color: var(--parametro1);
    padding: 5px;
    width: 85%;
    transition: transform .9s;
}

    #btn-adquirir-bilhete:hover {
        color: var(--parametro1);
        transform: scale(1.05);
    }

.card-espacamento {
    padding: 1.5rem;
}

.imagemPremio {
    padding-left: 2rem;
    height: 9rem;
}

.divPremio {
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.botao-copiar {
    width: 235.14px;
}

.botao-imprimir {
    width: 235.15px;
}

@media (max-width: 337px) {

    .botao-copiar {
        width: 100%;
    }

    .botao-imprimir {
        width: 100%;
    }
}

@media (min-width: 240px) {

    .containerSmart {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-espacamento {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .retangulo-card {
        width: 80%;
    }

    .modal-style {
        max-width: 90%;
    }

    .titulo-retangulo {
        font-size: 1rem;
    }

    #btn-adquirir-bilhete {
        max-width: 242px;
        font-size: .7rem;
    }
}

@media (min-width: 410px) {

    .fontDefault {
        font-size: 18px;
    }

    #btn-adquirir-bilhete {
        max-width: 316px;
        width: 75%;
        border-radius: 10px;
        font-size: 0.8rem;
    }

    .retangulo-card {
        width: 100%;
        max-width: 65%;
    }

    .titulo-retangulo {
        font-size: 1.20rem;
    }

    .imagemPremio {
        height: 12rem;
    }

    .divPremio {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 430px) {

    .logo-mobile {
        width: 80px;
        padding-top: 0;
    }
}

@media (min-width: 527px) {
    .imagemPremio {
        height: 13rem;
        padding-left: 2rem;
    }
}

@media (min-width: 540px) {

    .containerSmart {
        max-width: 680px;
    }

    .card-espacamento {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 576px) {

    .retangulo-card {
        max-width: 70%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .titulo-retangulo {
        font-size: 1.95rem;
    }

    .imagemPremio {
        height: 16rem;
    }

    #btn-adquirir-bilhete {
        font-size: 1.1rem;
        max-width: 456px;
        width: 85%;
    }

    .card-espacamento {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 768px) {

    .containerSmart {
        max-width: 780px;
    }

    .retangulo-card {
        max-width: 70%;
        margin-top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .titulo-retangulo {
        font-size: 2.3rem;
    }

    .imagemPremio {
        height: 20rem;
    }

    #btn-adquirir-bilhete {
        border-radius: 15px;
        font-size: 1.2rem;
    }

    .card-espacamento {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media(min-width: 910px) {
    .containerSmart {
        max-width: 850px;
        padding: 0;
    }
}

@media (min-width: 992px) {

    .alert-js-custom-smart {
        padding: 40px;
    }

    .fontDefault {
        font-size: 25px;
    }

    .containerSmart {
        max-width: 960px;
        padding: 0;
    }

    .retangulo-card {
        max-width: 60%;
    }

    .imagemPremio {
        height: 20rem;
        margin-right: -3.5rem;
    }

    .divPremio {
        justify-content: end;
        padding-top: 3rem;
        padding-bottom: 8rem;
        padding-right: 6rem;
    }

    .modal-style {
        max-width: 70%;
    }

    .forma-logo {
        width: 50%;
        display: none;
    }

    .header {
        background-color: #e94e1a;
    }

    .logo-mobile {
        display: block;
        width: 80px;
        padding-top: 1px;
    }

    .logo-aacd {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }

        .logo-aacd img {
            width: 100px;
        }

    .margin-top {
        margin-top: 60px;
    }

    #btn-adquirir-bilhete {
        border-radius: 15px;
        font-size: 1.6rem;
        max-width: 82%;
        width: 82%;
    }

    .retangulo-card {
        height: 4.3rem;
        margin-top: -30px;
    }

    .card-espacamento {
        padding-left: 6.5rem;
        padding-right: 6.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .pix-mobile-lg {
        background-color: transparent;
        justify-content: center;
        border-radius: 6px;
        color: black;
        font-family: 'Montserrat', sans-serif;
        box-sizing: border-box;
        font-weight: bold;
        border: solid;
        outline: none;
        width: 50%;
        font-size: 20px;
    }

    .div_pix_lg {
        justify-content: center;
        display: flex;
        padding-top: 3rem;
    }
}

@media (min-width: 1120px) {
    .divPremio {
        padding-right: 7rem;
    }

    .imagemPremio {
        height: 22rem;
    }
}

@media (min-width: 1200px) {

    .containerSmart {
        max-width: 1140px;
    }

    .retangulo-card {
        width: 60%;
    }

    #btn-adquirir-bilhete {
        border-radius: 15px;
        font-size: 2rem;
    }

    .imagemPremio {
        height: 24rem;
    }

    .divPremio {
        padding-right: 5rem;
        padding-bottom: 8rem;
    }
}

@media (min-width: 1380px) {

    .imagemPremio {
        height: 26rem;
    }

    .divPremio {
        padding-right: 8rem;
        padding-bottom: 7rem;
    }
}

@media (min-width: 1400px) {

    #btn-adquirir-bilhete {
        border-radius: 25px;
        font-size: 2.2rem;
    }
}

@media (min-width: 1430px) {

    .divPremio {
        padding-right: 4rem;
        padding-bottom: 7rem;
    }

    .imagemPremio {
        height: 28rem;
    }
}

@media (min-width: 1500px) {

    .divPremio {
        padding-right: 7rem;
        padding-top: 2rem;
    }

    .imagemPremio {
        height: 26rem;
    }
}

@media (min-width: 1800px) {

    .divPremio {
        padding-right: 5rem;
        padding-top: 2rem;
    }

    .imagemPremio {
        height: 30.5rem;
    }
}

@media (max-width: 992px) {
    .pix-mobile {
        background-color: transparent;
        justify-content: center;
        /* font-family: Montserrat, sans-serif;*/
        border-radius: 6px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        box-sizing: border-box;
        font-weight: bold;
        border: solid;
        margin-bottom: 1.5rem;
        outline: none;
        width: 80%;
    }

        .pix-mobile:focus {
            border-color: white;
        }
}

@media (min-width: 992px) {

    .pix-mobile {
        display: none
    }

    .tooltip {
        z-index: 1070 !important;
    }
}

.imagemPremioPages {
    height: 9rem;
    padding-left: 15px;
}

.divPremioPages {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 280px) {

    .imagemPremioPages {
        height: 9.4rem;
        padding-left: 15px;
    }
}

@media (min-width: 300px) {

    .imagemPremioPages {
        height: 9.6rem;
    }

}

@media (min-width: 350px) {
    .imagemPremioPages {
        height: 10rem;
    }

    .divPremioPages {
        padding-bottom: 0;
    }
}

@media (min-width: 410px) {

    .imagemPremioPages {
        height: 12rem;
        padding-left: 25px;
    }

    .divPremioPages {
        padding-top: 0;
    }
}

@media (min-width: 515px) {
    .imagemPremioPages {
        height: 13rem;
        padding-left: 30px;
    }
}

@media (min-width: 576px) {
    .divPremioPages {
        padding-top: 0;
        padding-bottom: 0;
    }

    .imagemPremioPages {
        height: 16rem;
    }
}

@media (min-width: 768px) {
    .imagemPremioPages {
        height: 20rem;
        padding-left: 52px
    }

    .divPremioPages {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {

    .imagemPremioPages {
        height: 20rem;
        padding-left: 65px;
    }

    .divPremioPages {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1120px) {
    .divPremioPages {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .imagemPremioPages {
        height: 22rem;
    }
}

@media (min-width: 1200px) {
    .divPremioPages {
        padding-bottom: 0;
    }
}

@media (min-width: 1380px) {

    .imagemPremioPages {
        height: 26rem;
    }

    .divPremioPages {
        padding-bottom: 0;
    }
}

@media (min-width: 1430px) {

    .divPremioPages {
        padding-bottom: 0;
    }

    .imagemPremioPages {
        height: 28rem;
        padding-left: 95px;
    }
}

@media (min-width: 1500px) {

    .divPremioPages {
        padding-top: 0;
    }

    .imagemPremioPages {
        height: 26rem;
    }
}

@media (min-width: 1800px) {

    .divPremioPages {
        padding-top: 0;
    }

    .imagemPremioPages {
        height: 30.5rem;
    }
}
