

.barra-inicial {
    padding-bottom:4px;
    height: 27px;
}

/*deixa em maisculo links do rodape*/
#rodape .titulo, #rodape .institucional { 
    text-transform:uppercase; 
}

/*Remove icone indicador de subcategoria*/
.icon-chevron-down:before {
	content:none;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    speak: none;
}
.menu li.com-filho>a i {
	display: none;
}


/*============ inicio do código centralizar menu principal ====================*/
#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }
#cabecalho > .conteiner > .menu.superior .nivel-dois > li {  text-align:left; }


/* ================================================= */
/* remove borda do boleto rodape e alinha a esquerda */
/* ================================================= */

.gateways-rodape li {
    padding: 10px 0;
    line-height: normal;
/*    width: 49%;*/
    text-align: center;
}


