body.bodyLp header.wtHeader {
    background-color: transparent !important;
    margin-top: 7px;
}

.wtBannerLp {
    margin: 0 !important;
}

.bwBanner_capa:before {
    content: "";
    background: linear-gradient(rgba(28, 15, 59, .90), rgba(28, 15, 59, .0)) !important;
    position: absolute;
    width: 100%;
    height: 210px;
    z-index: 2;
}

.wtBannerLp_bar {
    background: linear-gradient(rgba(28, 15, 59, 0), rgba(28, 15, 59, .90));
}

body.bodyLp::before, body.bodyPesquisa::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 50vw !important;
    height: 6px !important;
    background: linear-gradient(to right, #D2281B 50%, #0238A8 50%) !important;
    z-index: 9999 !important;
    display: block !important;
}

body.bodyLp::after, body.bodyPesquisa::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 50vw !important;
    height: 6px !important;
    background: linear-gradient(to right, #D2281B 50%, #0238A8 50%) !important;
    z-index: 9999 !important;
    display: block !important;
    left: auto !important;
}

@media only screen and (max-width: 900px) {

    .wtBannerLp {
        margin: -155px 0 0 0 !important;
        width: calc(100% + 1px);
    }

    .barTop_logo img {
        height: 55px;
    }

}



@media only screen and (min-width: 900px) {

    .campoBusca_btn i {
        margin: 0;
    }

    .wtBannerLp_bar h1 {
        font-size: 90px;
        margin-bottom: 20px;
    }

    .wtBannerLp, .carrossel-wrapper, .carrossel-container {
        height: 500px;
    }

    .campoBusca {
        width: 450px;
        margin-top: 15px!important;
        padding: 60px 0 0 0!important;
        background-color: rgba(255, 255, 255, .05);
        transition: all .3s;
        box-shadow: none;
        border: 1px solid #FFF;
    }

    .campoBusca:hover {
        background-color: #FFF !important;
    }

    .campoBusca_btn {
        pointer-events: none;
        height: 45px !important;
        font-size: 12px;
    }

    .campoBusca::after {
        top: 30px !important;
        height: 30px !important;
        opacity: 0 !important;
    }

    .campoBusca.campoBuscaON::after {
        opacity: 1 !important;
    }

    .campoBusca.campoBuscaON {
        background-color: #FFF !important;
        border: none;
    }

    .campoBusca input::placeholder {
        font-size: 14px !important;
        color: #FFF !important;
    }

    .campoBusca input {
        height: 60px !important;
        padding: 0 0 0 55px !important;
        font-size: 14px;
        background-color: transparent !important;
        color: #FFF !important;
    }

    .campoBusca.campoBuscaON input, .campoBusca:hover input,  .campoBusca input:hover::placeholder {
        color: #222 !important;
    }

    .campoBusca::before {
        font-size: 25px;
        width: 40px !important;
    }

    .campoBusca::before {
        background-image: none;
        display: flex;
        align-items: center;
        justify-content: center;
        content: "\f3c5";
        font-family: 'Font Awesome 6 Pro';
        font-size: 35px;
        color: #222;
        font-weight: 900;
        width: 50px !important;
        top: 17px !important;
        left: 6px !important;
    }

    .campoBusca::before {
        top: 10px !important;
    }

    .barTop, .bodyFiltroOff .barTop {
        padding-top: 10px;
    }

    .banner {
        width: fit-content;
        right: 100px;
        position: absolute;
        z-index: 10;
    }

    .barTop_logo img {
        margin: 0 !important;
        height: 90px !important;
        position: absolute;
        top: -40px;
    }

    .bodyLp .campoBusca_btn font {
        font-size: 12px;
        font-weight: 400;
        display: none;
    }

}