.top .blq-txt .section-tit3 {
    margin-top: 12rem;
}
.top .blq-img picture img {
    width: 165.5rem;
}
.top .top-xs {
    width: 100vw;
    margin-top: 9rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.top .top-xs img {
    width: 100%;
}

.separador .separador-xs {
    margin-bottom: 8.75rem;
}

.mid .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.mid .row:before,
.mid .row:after {
    display: none;
}
.mid .blq-txt {    
    padding: 18rem 28rem 2.5rem;
}
.mid .blq-txt .section-sub {
    margin-bottom: 5rem;
}
.mid .blq-txt p + .section-tit3 {
    margin-top: 10rem;
}
.mid .blq-img picture img {
    width: 141.25rem;
}
.mid .mid-xs {
    width: 100vw;
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }
.mid .mid-xs img {
    width: 100%;
}

.banda .blq-txt .section-sub {
    margin-bottom: 10rem;
}
.banda .blq-img {
    width: 157.25rem;
}
.banda .blq-img img {
    width: 157.25rem;
    margin-left: -16.5rem;
}

@media (min-width: 768px) {
    .top .top-xs,
    .separador .separador-xs,
    .mid .mid-xs {
        display: none;
    }
    .mid .blq-txt picture + .section-tit3 {
        margin-top: 10rem;
    }
    .banda .blq-txt .section-sub {
        padding-bottom: 6.5rem;
    }
    .banda .blq-txt img {
        display: none;
    }
}
@media (max-width: 767px) {
    .top .top-lg,
    .separador .separador-lg,
    .mid .mid-lg {
        display: none;
    }

    .top .blq-txt,
    .mid .blq-txt {
        padding: 0;
        margin-top: 0;
    }
    .top .blq-txt {
        padding-top: 6rem;
    }
    .top .blq-txt .section-tit4 {
        margin-bottom: 7.5rem;
        line-height: 1.3;
    }
    .mid .row {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .banda .blq-txt {
        padding-left: 0;
        padding-right: 0;
    }
    .banda .div-btns {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .banda .div-btns .btn + .btn {
        margin-left: 0;
        margin-top: 3rem;
    }
    .banda:before {
        height: 92.25rem;
    }
    .banda .blq-txt img {
        width: 100vw;
        margin-top: -20rem;
        margin-bottom: 6.5rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}