.filtro_topo {
    height: 250px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    left: 0;
}

#wrapper>main>section {
    margin-top: -150px;
    z-index: 1;
}

#banner-seguros {
    top: 42px;
}

.busca,
.busca.busca-desk {
    opacity: 1;
}

.legend {
    display: block;
    position: relative;
    height: 240px;
    margin-top: -110px;
}

.legend h1 {
    font-size: 27px;
}

@media (max-width: 768px) {
    #wrapper>main>section {
        margin-top: 0px;
    }

    .legend {
        height: 80px;
        margin: 40px;
    }
}

@media (max-width: 500px) {
    .legend h1 {
        font-size: 20px;
    }
}

.classic.mainContent .bra-banner__titulo h2 {
    font-size: 1.5rem;
}

.banner {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.menu__lateral {
    z-index: 4;
    position: relative;
}

main {
    margin-top: 780px;
}

header.mainHeader {
    z-index: 3;
}

@media only screen and (min-width: 1920px) {
    main {
        margin-top: 910px;
    }
}

@media only screen and (max-width: 1370px) {
    main {
        margin-top: 700px;
    }
}

@media only screen and (max-width: 520px) {
    .banner {
        top: 125px;
    }

    main {
        margin-top: 225px;
    }

    #wrapper>main>section {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 390px) {
    #wrapper>main>section {
        margin-top: 0px;
    }
}