
/* Centralizar os itens do menu */
#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; }

<script type="text/javascript">
    $(document).ready(function() {
        if($('#barraTopo h4 a').length && $('.logo a img').length) {
            $('#barraTopo h4 a').html($('.logo a img').clone());
        }
    });
</script>
<style>
    #barraTopo h4 { margin-top: -3px; }
    #barraTopo h4 img { width: auto; height: auto; max-height: 35px; }
</style>


/* Quadro atras do Facebook */
#rodape .redes-sociais {
top: 0px;
border: 0;
bottom: none;
background: transparent;
box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
}

#rodape span.titulo.cor-secundaria.hidden-phone {
color: white;
}

.conteudo.span9 { margin-top: -10px;}
.menu.lateral.fechado.borda-principal { margin-top: 10px;}

.listagem .span3 .imagem-produto {
height: 350px;
}

.logo a {
height: 200px;
}

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}


/* FLUID BANNER */
.secao-banners .conteiner {
max-width: 100%;
padding: 0;
margin:0;
margin-top: 10px;
border:none;
}

.secao-banners .tarja img{
	display: block;
	width: auto;
	margin:auto;
}

.flexslider {
margin: 0 0 0px;
background: #fff;
border:none;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
-moz-box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
-o-box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
}


/* MENU SUPERIOR */
@media (min-width: 768px) {

.menu.superior {width: 100%;position: absolute;top: 250px;left: 0px;}

.logo {margin-bottom: 70px;}
}

