Gracias!

Te escribiremos pronto.

Create a free website with Framer, the website builder loved by startups, designers and agencies.

// Redirección automática de URLs de kits con guiones (function() { var path = window.location.pathname; var redirects = { '/kit-01': '/kit01', '/kit-02': '/kit02', '/kit-03': '/kit03', '/kit01/': '/kit01', '/kit02/': '/kit02', '/kit03/': '/kit03' }; if (redirects[path]) { window.location.href = redirects[path]; } })();