.pagina-carrinho .conteiner,
.pagina-cadastro .conteiner {
  max-width: 1140px;
}
.pagina-inicial .conteiner,
.pagina-produto .conteiner {
  max-width: 100vw;
}
.conteiner {
  max-width: 100vw;
}

.logo a img {
max-height: none;
}

.listagem .titulo-categoria {
    font-size:28px;  
}

.listagem-item:hover .acoes-produto{
  
  bottom:-1%;
  background: none;
  border: 0;
  padding:0;
  }
  .botao-comprar{
    padding: 5px 0;
    border: 0;
    background-image: none;
    border-radius: 3px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    }
    .botao-comprar:hover{
      background-image: none;
      opacity: 0.7;
    }
    .acoes-produto-responsiva {
    position: static;
    }
    
 
   