/* Estilo do botão flutuante */
#whatsapp-icon {
    position: fixed;
    bottom: 20px; /* Distância da parte inferior */
    right: 20px;  /* Distância da parte direita */
    z-index: 1000; /* Garantir que o ícone fique acima de outros elementos */
}

#whatsapp-icon a {
    display: block;
    width: 60px; /* Largura do ícone */
    height: 60px; /* Altura do ícone */
}

#whatsapp-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
