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

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

.none {
    display: none;
}

img {
    max-width: 100%;
}

/* Header */

.nav-top,
.layout-header {
    display: none;
}

/* Footer */

.footer-main {
    float: left;
    width: 100%;
    padding-bottom: 60px!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);
}

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

.modalRodape .container::after,
.modalRodape .container::before {
    display: none;
}

.modalRodape .texto {
    margin-right: 15px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modalRodape .texto .tituloAssinatura {
    color: #64748B;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    margin-right: 30px;
}

.modalRodape .texto .precos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modalRodape .texto .precos .precoDe {
    color: #444444;
    font-size: 12px;
    text-decoration: line-through;
}

.modalRodape .texto .precos .precoPor {
    color: #444444;
    font-weight: 700;
    font-size: 20px;
}

.modalRodape .texto .textoAssinatura {
    color: #0A121F;
    font-size: 15px;
    line-height: 20px;
    margin-right: 30px;
    font-weight: 600;
}

.modalRodape .boxLink {
    display: flex;
    align-items: center;
}

.modalRodape .boxLink .slogan {
    color: #A36B00;
    font-weight: 600;
}

.modalRodape .boxLink .slogan strong {
    color: #593A00;
}

.modalRodape .boxLink .precos {
    display: none;
}

.modalRodape .boxLink a {
    display: inline-block;
    background: #C98400;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    margin-left: 30px;
}

/* Contador */

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

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

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

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

.modalRodape .boxNumeros #clock .boxDados .texto {
    color: #fff;
    line-height: 100%;
    margin: 0;
    font-size: 10px;
    text-align: center;
}

/* 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) {

    /* Barra Fixa */

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

    .modalRodape .texto.boxComPreco {
        display: none;
    }

    .modalRodape .texto {
        margin-right: 0;
        margin-bottom: 7px;
    }

    .modalRodape .texto .textoAssinatura {
        margin-right: 0;
        font-size: 13px;
        text-align: center;
    }

    .modalRodape .texto .textoAssinatura br {
        display: none;
    }

    .modalRodape .boxLink {
        width: 100%;
        flex-direction: column;
    }

    .modalRodape .boxLink .precos {
        display: block;
        margin: 5px 0 10px 0;
    }

    .modalRodape .boxLink .precos .precoDe {
        color: #444444;
        font-size: 12px;
        text-decoration: line-through;
    }

    .modalRodape .boxLink .precos .precoPor {
        color: #444444;
        font-weight: 700;
        font-size: 15px;
    }

    .modalRodape .boxNumeros #clock {
        margin-bottom: 6px;
    }

    .modalRodape .boxLink a {
        margin-left: 0;
    }

}

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

    /* Modal Vídeo */

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

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

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

}

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

    /* Barra Fixa */

    .modalRodape .boxNumeros {
        float: left;
        width: 100%;
    }

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

    .modalRodape .boxNumeros #clock .boxDados {
        width: auto;
        padding: 6px 0;
    }

    .modalRodape .boxLink a {
        width: 100%;
    }

}