</div><!-- #page -->
<?php Binsro_Helper::binsro_footer_template(); ?>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    if (window.innerWidth <= 768) {
      document.querySelectorAll(".wow").forEach(function (el) {
        el.classList.remove("wow", "fadeInUp");
        el.style.animation = "none";
        el.style.opacity = "1";
        el.style.visibility = "visible";
      });

      if (typeof WOW !== "undefined") {
        WOW.prototype.init = function () {}; // Anula WOW.js si está cargado
      }
    }
  });
</script>

<?php wp_footer(); ?>
</body>
</html>

