.barra-inicial.fundo-secundario {
    background-color: #00933f ;
    color: #fff;
}

.carrinho {
    float: right;
    border: 1px solid #333;
    background: #333;
    height: 42px;
    padding: 0 15px 0 5px;
    font-size: 14px;
    color: #fff;
    width: initial;
}

#rodape .institucional {
    background-color: #00933f ;
    min-height: 0;
}

#rodape .pagamento-selos {
    background-color: #fff ;
}

#rodape p {
    color: #fff;
}

#rodape .titulo {
    border: none;
    margin: 0;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
}

.listagem .listagem-item .produto-sobrepor:hover {
    background: rgba(255, 255, 255, 0.3) !important; /* Cor branca com opacidade de 30% */
}

.listagem .listagem-item .acoes-produto a {
    background: #01672c;
    background-color: #01672C;
}


.botao.botao-comprar.principal {
    position: initial;
    transform: initial;
}