.barra-inicial {
    background-color: #5e8ebf !important;
    margin: 50px auto 0;
}
@media screen and (min-width: 1200px) {
	.barra-inicial {
        background-color: #5e8ebf !important;
        width: 1180px;
        margin: 50px auto 0;
    }
    .menu li {
        padding: 0 10px !important;
    }
}
.menu li {
    padding: 0 4px;
}
.menu .titulo {
    display: inline-block;
    white-space: normal;
    font-size: 12px;
    color: #5e8ebf;
}
.fundo-secundario {
	background-color: #5e8ebf !important;
}
.cor-secundaria {
	color: #5e8ebf !important;
}
.botao.principal.botao-comprar,
.botao.principal.grande,
.acoes-produto-responsiva, 
.tag-comprar {
    background-color: #5e8ebf;
}
.nome-produto {
	font-weight: lighter !important
}
.listagem.com-caixa .listagem-item {
    margin: 0;
    box-shadow: inset 0 0 2px rgba(94,142,191,0.33);
    border: 5px solid rgba(0,0,0,0.035);
    background-color: rgba(255,255,255,0.04);
}
.info-banner.titulo {
	display: none
}

.marcas{
	display: none;
}
.lista-redes:first-child li {
	border-left: none !important;
}
.lista-redes:first-child li a i{
	background-color: transparent !important;
    background: transparent !important;
}