@media only screen and (max-width: 900px) {

    .bodyLp header.wtHeader {
        height: auto !important;
    }

    body.bodyLp .wtBannerLp {
        margin-top: -70px !important;
        min-height: 500px;
    }

    .barTop_logo img {
        height: 60px;
    }

    .bwBanner_capa {
        top: 0;
        min-height: 500px;
        height: 100%;
    }

    .carrossel-wrapper {
        min-height: 500px;
        height: 100%;
    }

    .bodyPesquisa .barTop_logo img {
        height: 50px !important;
        margin: 5px 0;
    }

    .wtFooter {
        background-color: transparent !important;
    }

}


@media only screen and (min-width: 900px) {

    .bodyPesquisa .barTop_logo img {
        height: 65px !important;
    }

    body.bodyPesquisa {
        padding: 140px 0 0 0;
    }

    .bodyLp .barTop_logo img {
        height: 80px !important;
        margin: 0 !important;
    }

    .wtBannerLp_bar h1 {
        font-size: 65px;
        text-align: center;
        margin-bottom: 80px;
        padding: 0 114px;
        line-height: 75px;
    }

}

#wtSection_regiao .wtContainer > h3 {
    display: none !important;
}

div.wtBannerLp_bar {
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.85)) !important;
}

.bodyLp .wtHeader {
    background-color: transparent !important;
}

.bodyLp .wtBannerLp {
    margin-top: 0px !important;
}

.wtBannerLp::after {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(rgb(7, 107, 151, .95), rgba(8, 134, 189, .0)) !important;
}

.wtFooter_info {
    display: none;
}