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 .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.modalRodape .container .col-sm-12 .texto {
    display: flex;
    align-items: center;
}

.modalRodape .container .col-sm-12 .texto .titulo {
    color: #0057EE;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    margin-right: 30px;
}

.modalRodape .container .col-sm-12 .texto .boxPreco {
    display: flex;
    flex-direction: column;
}

.modalRodape .container .col-sm-12 .texto .boxPreco .precoDe {
    font-size: 11px;
    color: #1E2A3B;
}

.modalRodape .container .col-sm-12 .texto .boxPreco .precopor {
    font-size: 18px;
    font-weight: bold;
    color: #1E2A3B;
    line-height: 100%;
    margin-top: 2px;
}

.modalRodape .container .col-sm-12 a {
    display: inline-block;
    background: #0057EE;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

/* 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 .container {
        padding: 0 10px!important;
    }

    .modalRodape .container .col-sm-12 {
        padding: 15px 0;
    }

    .modalRodape .container .col-sm-12 .texto {
        display: flex;
        align-items: initial;
        flex-direction: column;
        flex: 1;
    }

    .modalRodape .container .col-sm-12 .texto .titulo {
        margin: 0 0 5px 0;
    }

    .modalRodape .container .col-sm-12 .texto ul {
        display: none;
    }

    .modalRodape .container .col-sm-12 .texto .boxPreco .precoDe {
        display: none;
    }

    .modalRodape .container .col-sm-12 .boxNumeros #clock .boxDados {
        padding: 8px 8px;
    }

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

    .modalRodape .container .col-sm-12 .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 .col-sm-12 {
        padding: 10px 0;
    }

    .modalRodape .container .col-sm-12 .texto {
        display: flex;
        flex-direction: column;
    }
    
    .modalRodape .container .col-sm-12 .texto .titulo {
        margin-right: 0;
        font-size: 16px;
    }

    .modalRodape .container .col-sm-12 .texto .boxPreco .precopor {
        font-size: 16px;
    }
}