@media only screen and (min-width: 768px) {
    .secao-banners .conteiner {
        padding-top: 0px;
    }
}

@media (min-width: 1200px) {
    .row-fluid {
        padding-bottom: 20px;
    }}
    
/* Remove a limitação de largura do container apenas na seção de banners */
.secao-banners .conteiner {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important; /* Remove sombras se houver */
}

/* Garante que a linha interna ocupe tudo e remova margens laterais */
.secao-banners .row-fluid.banner.cheio {
    width: 100% !important;
    margin: 0 !important;
}

/* Garante que a imagem estique para preencher a tela */
.secao-banners .flexslider .slides img {
    width: 100% !important;
    height: auto !important; /* Mantém a proporção */
}