define(['jquery'],function($){'use strict';$(()=>{const button=$('.footer__button-redirrecion');$(window).scroll(function(){if($(this).scrollTop()>1000){$('.footer-buttons').fadeIn("slow");}else{$('.footer-buttons').fadeOut("slow");}}) button.on('click',(e)=>{e.preventDefault();window.scrollTo({top:0,behavior:'smooth'});});})});