li.offers{
display: none;
}
#cabecalho .support .support-items .contact li a,
#cabecalho .support .support-items .contact i, 
#cabecalho .support .support-items .contact li span,
#cabecalho .account .account-list li a,
.tracking .form-tracking span,
.conteudo h1,
.conteudo-topo .menu.superior.visible-phone ul.action-links li a{
    text-transform:capitalize !important;
}


.pagina-inicial span {
    text-transform:capitalize !important; }
    
/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:70px;
left:97%;
margin-left: -32px;
z-index: 999;

}

.info-produto .nome-produto {
text-transform:capitalize !important;}



    
@media only screen and (max-width: 850px){
  
 .logo img {
     height:50px !important;
 }
  .conteudo-topo .menu.superior.visible-phone .wrap:before {
        content: "Categorias";
    }

    .atalhos-mobile ul li .icon-user .icon * {
        fill: white;
        text-transform:capitalize !important;
    }
}
/* Ajuste títulos */

#rodape .titulo {
    text-transform: none;
}




#rodape .institucional .span9 .span4.links-rodape.links-rodape-paginas > span:after {
    content: 'Precisa de ajuda?';
    text-transform: none;
}


.links-rodape-atendimento span{
    text-transform: capitalize !important; 
}



.termLGPD{
    position:fixed;
    width:100%; 
    bottom:0px;
    background-color:#4f4f4f;
    color:#FFF;
    text-align:center;
    font-size:30px;
    z-index:1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;   
    padding-top: 15px;
    padding-bottom: 15px;
}
.termLGPD label{
    width:100%; 
    max-width:800px;
}
.termLGPD a{
    color:#ccc;
}
.termLGPD button{
    background-color:#4f4f4f;
    border: solid 1px #fff;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}