
/* Centralizar os itens do menu */
#cabecalho > .conteiner > .menu.superior { text-align: left; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }

/* menu 100% largo */
@media (min-width: 768px) {
.menu.superior {width: 100%;position: absolute;top: 140px;left: 0px;}
.logo {margin-bottom: 40px;}
}

/* Altera a cor do menu quando passa o mouse */
.menu.superior .nivel-um > li:hover {background-color: #FFFFFF; }

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:35px;
right:100px;
z-index: 999;
}

.acoes-flutuante {
    display: none !important;
}

.nome-produto {
    width: 100%;
    text-align: center;
}

.info-produto {
    text-align: center;
}

.secao-banners .banner{ margin-top: 0!important; }
.tarja img{ min-width: 100%; }
