@media only screen and (min-width: 900px) {

    .bodyPesquisa .barTop_logo img {
        height: 65px !important;
    }

    body.bodyPesquisa {
        padding: 110px 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;
    }

}

.bodyLp #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;
}