#cabecalho > .conteiner > .menu.superior .titulo{
  width:100%;
}

.titulo-categoria:hover{
   text-decoration:none;
   background:rgba(255, 139, 32, 1)!important;
   color:#ffffff;
   padding-left:15px
}

.info-produto{
text-align: center;
}

.nome-produto{
width: 108%;
margin-left: -4%;
}

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:15px;
left:15px;
z-index: 999;
}