
/*ALINHAR TITULO CATEGORIA HOME*/
.listagem .titulo-categoria { font-size: 30px;
    text-align: center;
}


/*RETIRAR ESPAÇO ENTRE BANNER E MENU*/
#cabecalho > .conteiner {
margin-bottom: 0;
padding-bottom: 0;
}
.secao-banners>.conteiner {
margin-top: 0;
padding-top: 0;
}
.secao-banners .flexslider {
padding-top: 0;
margin-top: 0;
border: 0 none;
}

.secao-banners .conteiner{
margin-top: 0 !important
}

/*ESPAÇAMENTO ENTRE TITULOS E BANNERS */
.secao-banners .conteiner {
    padding-bottom: 0px;
}

.pagina-inicial .secao-banners {
    padding-top: 0;
}
    
@media (max-width: 1024px){
    .conteiner-principal .conteiner {
        padding: 0px 10px;
    }
}    

.listagem .titulo-categoria {
    margin: 0;
    padding: 0;
}

.listagem .titulo-categoria {
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}

.coluna>div, #corpo .conteiner>div {
    margin-bottom: 0px;
}

.abriga-bannertarja {
    margin-bottom: 0px !important;
}



