a:link {
            color: #181818; /* Cor padrão */
            text-decoration: none; /* Remove o sublinhado padrão */
           
        }
 a:hover {
    color: #D90000;
    text-decoration: underline;
}

#rodape .titulo {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(76 75 75);
}


.menu.superior  a:hover {
    color: #D90000;
    text-decoration: none;
}





#rodape .institucional a {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
    width: 100%;
}

#rodape .institucional a:hover {
  color: #D90000; /* Cor ao passar o mouse */
  text-decoration: underline; /* Sublinhado ao passar o mouse (opcional) */
}

#rodape .institucional ul {
    margin: 0;
padding-left: 0.3rem;
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 1rem;
    background: #fff;
    color: #000;
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    border-radius: 150px;
    padding: 0 6px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.barra-frase {
    width: 100%;
    background: #000000;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}



.hidden-phone a,
.hidden-phone a .icon-plus {
    color: #ffffff; /* Define a cor do texto e do ícone como branca */
}

.hidden-phone a:hover,
.hidden-phone a:hover .icon-plus {
    color: #ffffff; /* Mantém a cor branca no estado de foco */
}





.acoes-produto.hidden-phone .botao-comprar {
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 0 !important;
    font-size: 16px;
    background: #2F831A;
    padding: 5px 30px;
    border-radius: 0;
    color: #ffffff !important;
    line-height: normal !important;
    border: 1px solid;
    text-transform: uppercase;
}




