
#cabecalho>.conteiner {
    background-image: linear-gradient(95deg, #000000, #4242c4);
    color: white;
}

img {
    max-height: 400px;
}

.listagem-item {
    height: 23rem;
}

#cabecalho .menu.superior {
    background-color: #fff;
}
#cabecalho .menu.superior .nivel-um {
    color:#000;
}

@media screen and (min-width: 768px) {
    #cabecalho.fixed .menu.superior {
        background-color: #fff;
    }
}

.coluna.span3 a {
    color: #525252;
}

.preco-produto {
    text-align: center;
}

:root {
--cor3: #4242c4;
--cor4: #4242c4;
}