.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366; /* Color de WhatsApp */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000; /* Asegúrate de que el botón esté por encima de otros elementos */
}

.whatsapp-button img {
    width: 40px; /* Ajusta el tamaño del ícono si es necesario */
}

.whatsapp-button:hover {
    background-color: #128C7E; /* Color más oscuro al pasar el mouse */
}
