@media screen and (max-width: 767px){
    .float-contact {
       display: inherit !important;
    }
    
    #modalContato{
        width: 95% !important;
    }
}

.full.menu,
#cabecalho.fixed .open-menu .line,
.float-contact .float-open,
.float-contact .float-items>li>a,
#rodape .institucional,
.scrollToTop,
#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar{
    background-color: #FF0000;
}

#cabecalho .actions>li>a .icon *{
	fill: #FF0000;
}

.full.menu .conteiner li.other-categories>.nivel-dois li a strong{
	    white-space: initial;
    height: auto;
    line-height: 1.5;
}

.full.menu .conteiner li.other-categories>.nivel-dois {
    padding: 5px;
}


html .float-contact{ display :none!important;}