.elementor-5510 .elementor-element.elementor-element-62ec0730{--display:flex;}.elementor-5510 .elementor-element.elementor-element-24eb4196 .e-contact-buttons{--e-contact-button-chat-button-animation-delay:500ms;}.elementor-5510 .elementor-element.elementor-element-24eb4196 .e-contact-buttons__chat-button-shadow{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}@media(max-width:478px){.elementor-5510 .elementor-element.elementor-element-24eb4196 .e-contact-buttons{--e-contact-buttons-horizontal-offset:1px;--e-contact-buttons-vertical-offset:11px;}}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-24eb4196 *//* Botón base */
.whatsapp-pulse {
    position: relative;
    border-radius: 50%;
}

/* Ondas de pulso */
.whatsapp-pulse::before,
.whatsapp-pulse::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.5);
    z-index: -1;
    animation: whatsappPulse 2s infinite;
}

/* Segunda onda con delay */
.whatsapp-pulse::after {
    animation-delay: 1s;
}

/* Animación */
@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}/* End custom CSS */