@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;
    }

    .wtSection_listaDestaq {
        grid-template-columns: repeat(1,1fr);
    }

}


@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_listaDestaq {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(5,1fr);
    }

}

.wtSection_destaque .cardDestaq_foto {
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0 0 10px 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.wtSection_destaque .cardDestaq_foto img {
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    height: auto;
    object-fit: cover;
    position: relative;
    aspect-ratio: 1 / 1;
}

.wtSection_destaque .cardDestaq_info strong {
    text-align: center;
    font-size: 14px;
}

.wtSection_destaque .cardDestaq .infoDestino_share, .wtSection_destaque .cardDestaq_info p, .wtSection_destaque .cardDestaq_link {
    display: none !important;
}

#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;
}