* {
    scroll-behavior: smooth;
}

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

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

a {
    outline: none!important;
}

.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 rgb(45 47 64 / 15%), 0px -3.5px 5px rgb(45 47 64 / 25%);
    padding: 12px 0;
}

.modalRodape .container .boxFlexRow,
.modalRodape .container .boxFlexColumn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modalRodape .container .texto {
    display: flex;
    align-items: center;
    flex: 1;
}

.modalRodape .container .texto span {
    color: #0A121F;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
    margin-right: 30px;
}

.modalRodape .container .texto span strong {
    color: #C98300;
}

.modalRodape .container a {
    float: left;
    margin: 0;
    background: #038556;
    color: #fff;
    padding: 14px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    cursor: pointer;
}

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

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

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

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

.modalRodape #clock .boxDados .texto {
    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: 768px) {

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

    /* Modal Rodapé */

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

    .modalRodape .container .texto span {
        font-size: 13px;
        margin-right: 15px;
        line-height: 18px;
        font-weight: 600;
    }

    .modalRodape .container .boxFlexColumn .texto span {
        margin-right: 0;
    }

    .modalRodape .container .boxCountdown {
        margin-top: 15px;
    }

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

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

    .modalRodape .container .boxNumeros #clock .boxDados .numero {
        font-size: 13px;
        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 {
        padding: 0 10px!important;
    }

    .boxCountdown {
        width: 100%;
    }

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

    .modalRodape .container .boxNumeros #clock .boxDados {
        margin: 0;
    }

}