#whatsapp-icon {
    position: fixed;
    bottom: 70px; /* Ajustar esto según la altura del footer */
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: move;
    z-index: 1000;
}
#whatsapp-icon img {
    width: 60px;
    /* filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7)); */
}