body {
    padding: 0!important;
    font-family: 'Poppins';
}

.container:not(.-mobile):not(.-desktop) {
    width: 1350px;
    max-width: 100%;
}

.none {
    display: none!important;
}

img {
    max-width: 100%;
    height: auto;
}

/* Footer */

.footer-main {
    float: left;
    width: 100%;
    padding-bottom: 120px!important;
}

/* Modal Rodapé */

.modalRodape {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    box-shadow: 0px -16px 28px rgba(45, 47, 64, 0.15), 0px -3.5px 5px rgba(45, 47, 64, 0.25);
    content-visibility: auto!important;
    contain-intrinsic-size: 100% 63px;
}

.modalRodape .container {
    padding: 10px 15px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .modalRodape .textosComPreco {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    width: 100%;
}

.modalRodape .textosComPreco .tituloEBonus {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.modalRodape .textosComPreco .tituloEBonus .titulo {
    color: #0A121F;
    font-size: 20px;
    font-weight: 600;
}

.modalRodape .textosComPreco .tituloEBonus .titulo strong {
    font-weight: 600;
}

.modalRodape .textosComPreco .tituloEBonus .bonus {
    font-size: 11px;
    margin-top: 3px;
}

.modalRodape .textosComPreco .boxPrecos {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    margin: 0 30px;
}

.modalRodape .textosComPreco .boxPrecos .precoDe {
    color: #27364B;
    font-size: 11px;
}

.modalRodape .textosComPreco .boxPrecos .precoPor {
    color: #27364B;
    font-size: 18px;
    font-weight: 800;
}

.modalRodape .textosComPreco .boxPrecos .precoPor small {
    font-size: 12px;
    font-weight: 800;
}

.modalRodape .textosComPreco .dataLimite .data {
    color: #FF4949;
    font-weight: 600;
}

.modalRodape .textosComPreco .boxLinkBarra {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.modalRodape .textosComPreco .boxLinkBarra a {
    background: #C98400;
    color: #fff;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
} */

.modalRodape .textoSemPreco {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalRodape .textoSemPreco .texto {
    flex: 1;
    color: #0A121F;
    font-weight: 600;
    font-size: 16px;
}

.modalRodape.lote1 .textoSemPreco .texto {
    color: #C98300;
}

.modalRodape .textoSemPreco .texto strong {
    color: #A36B00;
}

/* Contador */

.modalRodape .boxNumeros #clock {
    display: flex;
    align-items: center;
}

.modalRodape .boxNumeros #clock .boxDados {
    padding: 8px 15px;
    background: #C98400;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.modalRodape .boxNumeros #clock .boxDados + .boxDados {
    margin-left: 7px;
}

.modalRodape .boxNumeros #clock .boxDados .numero {
    clear: both;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 3px;
    margin: 0;
}

.modalRodape .boxNumeros #clock .boxDados .texto {
    clear: both;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 100%;
    margin: 0;
    font-size: 11px;
}

/* Modal Vídeo */

#modalVideo {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999999;
    display: none;
}

#modalVideo .boxFlex {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalVideo .boxFlex .boxVideo {
    width: 800px;
    max-width: 90%;
    border-radius: 4px;
    background: #fff;
    padding: 30px;
    position: relative;
}

#modalVideo .boxFlex .boxVideo .fechaVideo {
    position: absolute;
    color: #A9ABBD;
    font-weight: bold;
    top: 4px;
    right: 4px;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
}

#modalVideo .boxFlex .boxVideo .video-block {
    max-width: 100%;
}

#modalVideo .boxFlex .boxVideo iframe {
    width: 100%;
    float: left;
    height: 500px;
    border-radius: 4px;
}

@media only screen and (max-width: 900px) {

    /* Modal Rodapé - Textos */

    .modalRodape .textosComPreco .dataLimite {
        display: none;
    }

}

@media only screen and (max-width: 768px) {

    #modalVideo .boxFlex .boxVideo iframe {
        height: 180px;
    }

    /* Modal Rodapé - Textos */

    .modalRodape .textosComPreco {
        flex-wrap: wrap;
    }

    .modalRodape .textosComPreco .tituloEBonus {
        width: 100%;
        margin-bottom: 10px;
    }

    .modalRodape .textosComPreco .tituloEBonus .titulo {
        width: 100%;
        color: #C98400;
        text-align: center;
        margin: 0;
    }

    .modalRodape .textosComPreco .tituloEBonus .bonus {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .modalRodape .textosComPreco .boxPrecos {
        margin: 0 15px 0 0;
    }

    .modalRodape .textosComPreco .boxLinkBarra a {
        padding: 8px 10px;
    }

    .modalRodape .textoSemPreco {
        flex-direction: column;
    }

    .modalRodape .textoSemPreco .texto {
        margin-bottom: 10px;
        font-size: 13px;
    }

    /* Modal Rodapé - Contador */

    .modalRodape .boxContador {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .modalRodape .boxContador .texto {
        margin: 0 0 10px 0;
    }

    .modalRodape .boxNumeros #clock .boxDados {
        padding: 8px 8px;
    }

    .modalRodape .boxNumeros #clock .boxDados + .boxDados {
        margin-left: 2px;
    }

    .modalRodape.boxNumeros #clock .boxDados .numeros {
        font-size: 14px;
        margin-bottom: 1px;
    }

    /* Modal Vídeo */

    #modalVideo .boxFlex .boxVideo {
        padding: 3px;
    }

    #modalVideo .boxFlex .boxVideo .fechaVideo {
        background: #fff;
        border-radius: 20px;
        top: -10px;
        right: -10px;
    }

}

@media only screen and (max-width: 600px) {

    /* Modal Rodapé */

    .modalRodape .container {
        flex-direction: column;
        padding: 8px 10px !important;
    }

    .modalRodape .titulo {
        margin: 0 0 7px 0;
        text-align: center;
    }

    .modalRodape .boxNumeros {
        width: 100%;
    }

    .modalRodape .boxNumeros #clock {
        display: grid!important;
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
        gap: 3px;
    }

}