Location

Calle Esperanto, 4 47007 Valladolid (España)
Contacto
Teléfono:+34 983224219
Dirección:Calle Esperanto, 4 47007 Valladolid (España)

Team

Happy clients
0 +
Completed projects
0 +

About IndustriumWe work for you since 1980. Idustrial around the world.

Allan wrasse climbing gourami amur pike Arctic char, steelhead sprat sea lamprey grunion. Walleye poolfish sand goby butterfly ray stream catfish.

Spanish mackerel yellow weaver sixgill. Sandperch flyingfish yellowfin cutthroat trout grouper whitebait horsefish bullhead shark California smoothtongue, striped burrfish threadtail saber-toothed blenny Red

IndustriumIndustrium
document.addEventListener("DOMContentLoaded", function () { const trigger = document.querySelector(".menu-trigger-icon"); const menuContainer = document.querySelector(".mobile-header-menu-container"); if (trigger && menuContainer) { trigger.addEventListener("click", function (e) { e.preventDefault(); // Alternar clases según la lógica que usa el tema document.body.classList.toggle("mobile-menu-open"); menuContainer.classList.toggle("menu-visible"); // solo si tu tema lo usa (verifica en otras páginas) // Opcional: cerrar otros elementos si están abiertos (como el buscador o carrito) const search = document.querySelector(".site-search"); if (search && search.classList.contains("visible")) { search.classList.remove("visible"); } }); } });