@media only screen and (max-width: 768px){
.row-fluid.banner.cheio {
display: none;
}
}

@media screen and (max-width: 767px){
	.float-contact {
       display: inherit;
    }
    
    #modalContato{
        width: 95%;
    }
}

.float-contact .float-open {
background: #ff4a8a;
width: 64px;
height: 64px;
display: none;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 0;
transition: all .2s ease-out;
box-shadow: 0 3px 9px -2px #ff4a8a;
border-radius: 10px;
cursor: pointer;
}

.cor-secundaria {
color: #808080;
}

.full.menu  {
    background: white;
    border-top-color: #000000;
    
} 

.full.menu .conteiner .nivel-um>li>a>.titulo{
    color: #808080;
}

.listagem .titulo-categoria{
    visibility: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}

#listagemProdutos.listagem .titulo-categoria{
    padding-top: 0px;
    padding-bottom: 0px;
}
.listagem .titulo-categoria:first-child{
    margin-top: 0px;
}
#listagemProdutos.listagem .titulo-categoria:after{
    margin: 0px;
    width: 0px;
    height: 0px;
}

#cabecalho .actions>li>a{
    content: "";
}



@media only screen and (max-width: 767px){
    .listagem .listagem-linha li {
        max-width: 100vw;
    }
}
.listagem .listagem-linha li {
  max-width: 25vw;
}

.listagem .listagem-item .imagem-produto {
position: relative;
box-shadow: none;
height: auto !important;
margin: 0;
padding-top: 100%;
padding-left: 0;
padding-right: 0;
}

