/*COR DO BOTAO NA HOME*/ 
.listagem-item .acoes-produto a.botao.botao-comprar.principal{
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid black !important;
    /* border: none !important; */
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    text-shadow: none ! IMPORTANT;
    border-radius: var(--arredondamentoBotoes);
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 5px;
    white-space: normal;
    box-sizing: border-box;
}

/*HOVER - COR DO BOTAO AO PASSAR O MOUSE*/
.listagem-item .acoes-produto a.botao.botao-comprar.principal:hover {
   background-color: #000000;
   color: #ffffff;
   border: none;
}

.produto .conteiner-imagem>div {
    max-width: 80%;
    padding: 0 0 5px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.home-depositions {
    margin-bottom: 60px;
}


#rodape .wrap-logo-rodape {
    display: none;
    justify-content: center;
}