.whatsapp-btn {
    all: unset; /* Elimina todos los estilos heredados */
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    background-color: #25d366 !important;
    color: white !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 30px !important;
    text-decoration: none !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 1000 !important;
}


.whatsapp-btn:hover {
    transform: scale(1.1) !important;
}
