#bannersHome {
    background-color: #ccc;
}
#bannersHome .container-fluid {
    padding: 0;
    margin: 0 auto;
    max-width: 1920px;
}
#bannersHome .banners .banner {
    width: 100vw;
    text-align: center;
}
#bannersHome .banners .banner picture {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
#bannersHome .banners .banner picture > * {
    width: 100%;
}
@media (max-width: 576px) {
    #bannersHome .lSAction {
        display: none !important;    
    }
}

section.destaques {
    background-color: #ED6D03;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #FFF;
}
section.destaques h3, section.destaques p {
    font-size: 90%;
    margin: 0;
}
section.destaques a {
    color: #FFF;
    text-decoration: none;
}