.elementor-2913 .elementor-element.elementor-element-a1c3843{--display:flex;}.elementor-2913 .elementor-element.elementor-element-8f0b498{--display:flex;}/* Start custom CSS */// Cuando el modal se abre, reiniciar el reCAPTCHA
document.addEventListener('DOMContentLoaded', function() {
    // Ajusta el body.elementor-page-2913 al trigger de tu modal
    document.querySelectorAll('[data-elementor-open-lightbox]').forEach(function(trigger) {
        trigger.addEventListener('click', function() {
            setTimeout(function() {
                if (typeof grecaptcha !== 'undefined') {
                    grecaptcha.reset();
                }
            }, 500);
        });
    });
});/* End custom CSS */