(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NC55RX7');

Póngase en contacto con nosotros hoy mismo para comenzar su revisión GRATUITA de su caso. Estamos a solo una llamada, un clic o un corto viaje en auto.

jQuery(document).ready(function(){ var screen = jQuery(window); var screen_height = screen.height(); screen.scroll(function(){ jQuery('.ani-cont').each(function(){ var offset = (((screen.scrollTop() + screen_height ) - (jQuery(this).offset().top + jQuery(this).height()))/screen_height); if(offset >= .10){ jQuery(this).addClass('active-ani'); }else{ jQuery(this).removeClass('active-ani'); } }); }); screen.on('resize', function(){ screen_height = screen.height(); }); })