/* Estilo do bloco flutuante */
#whatsapp-chat {
    position: fixed;
    bottom: 20px; /* Distância do bloco ao footer */
    right: 20px;
    background-color: #25d366; /* Cor de fundo do bloco */
    color: #fff; /* Cor do texto */
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#whatsapp-chat img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}