#cabecalho {
    background: #2d2822;
}

.listagem-item .produto-sobrepor:hover {
    border: 1px solid #bc2e31;
}

.barra-inicial li:hover a, .barra-inicial li:hover span, .barra-inicial li:hover p {
    color: #bc2e31;
}

.login-conta.span1:hover,
.carrinho:hover {
    background: #bb141a;
}

.listagem .bandeiras-produto .bandeira-carrinho {
    background-color: #33622d;
}

.logo a img {
    bottom: -50px;
    max-height: 170%;
}

@media screen and (max-width: 767px) {
.logo a img {
    bottom: -30px;
    max-height: 140%;
}
}