.conteiner-principal header {
    margin-bottom: 1rem;
}

.secao-banners .mini-banner .modulo img+label {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none;
    border-radius: 60px;
    margin: 0;
    transition: .9s;
}


.slides label:hover {
    background: #0000004d;
}

.listagem .preco-produto span.preco-parcela {
    opacity: 1;
}
}