.logo a img {max-height: 100% !Important;}

.conteiner-principal .conteiner {
    background-color: #C0D740;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.menu.superior {
    background-color: #D2CFC4 !Important;
    margin-top: 20px;
}

.listagem-item .acoes-produto {
    position: relative !Important;
    right: 0;
    left: 0;
    bottom: 20%;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 10px 0;
    border-width: 1px 0;
    border-style: dashed;
    z-index: 15;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: opacity ease-in-out .08s, bottom ease-out .08s;
}

#barraNewsletter, #barraNewsletter .show-hide, #barraNewsletter .componente, #barraNewsletter.posicao-rodape .conteiner {
    background-color: #CC4385 !Important;
}

#rodape .redes-sociais {
    width: 220px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../img/padrao-rodape.png) #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
    display: none !Important;
}