jQuery(document).ready(function($) { $('.elementor-button').on('click', function() { // Cierra el popup elementorProFrontend.modules.popup.closePopup({}, $(this).closest('.elementor-popup-modal').data('elementor-id')); // Desplaza a la sección #section-weekly-calls $('html, body').animate({ scrollTop: $('#section-weekly-calls').offset().top }, 1000); }); });
Skip to content