#conteudo>ul>li:nth-child(6) {
    display: none;
}

.img-bradesco-modal {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    justify-content: space-between !important;
}

.nc-preencha-form img {
    position: unset !important;
    height: 90px !important;
}

strong {
    color: inherit!important;
}


@media only screen and (max-width: 1279px) {
    section.mainContent aside div.destaque-sidebar div.holder {
        min-height: 125px;
    }
}

@media only screen and (max-width: 479px) {
    .tudo-sobre-titulo div.row div.col-lg-7 {
        float: left;
        width: 70%;
    }

    .tudo-sobre-titulo div.row div.col-lg-5 {
        float: left;
        width: 30%;
    }
}
.box-banner {
    max-width: 100%;
}
.swiper-container {
    height: 350px;
}
.swiper-slide img {
    max-width: 1026px !important;
}

@media (max-width:768px) {
    .swiper-container {
        height: 215px;
    }
    .swiper-pagination {
        margin-bottom: -20px;
        right: 25px !important;
    }
    .box-banner {
        margin-top: -20px;
    }
}