#cabecalho {
    padding: 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#cabecalho.is-pinned {
    padding: 0 20px;
}

.secao-banners:before {
    content: "";
    background-image: url("https://cdn.awsli.com.br/2417/2417522/arquivos/nome-BB-preto.png");
    width: 100%;
    height: 33px;
    display: block;
    margin: 20px 0 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#theme_listing.sticky_this {
    position: relative;
    top: 0 !important;
}

.flexslider .slides img {
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .secao-banners {
        margin: 10px 20px 30px;
    }
    
    .secao-banners:before {
        width: 80%;
        margin: 0 auto 40px;
    }
}