/* 

#WhatsApp-flotante {
    transition: background-color 0.5s;
}

#WhatsApp-flotante:hover {
    background-color: rgb(0, 124, 37);
} */


.btn-contrast {
    color: black;
}

.btn-contrast:hover {
    color: #ffb600;
}
