{"id":44802,"date":"2025-10-03T10:04:20","date_gmt":"2025-10-03T08:04:20","guid":{"rendered":"https:\/\/integi.com\/?page_id=44802"},"modified":"2025-11-13T16:51:01","modified_gmt":"2025-11-13T14:51:01","slug":"downloads","status":"publish","type":"page","link":"https:\/\/integi.com\/en\/downloads\/","title":{"rendered":"Downloads"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"44802\" class=\"elementor elementor-44802 elementor-44801\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9704968 e-flex e-con-boxed e-con e-parent\" data-id=\"9704968\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=WPhJcCuhLF0&quot;,&quot;background_video_start&quot;:2,&quot;background_video_end&quot;:36,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\" role=\"presentation\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-b2a2fd6 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"b2a2fd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Brochado Rotatorio<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48a184d elementor-widget elementor-widget-heading\" data-id=\"48a184d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Downloads<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"dce-visibility-event elementor-element elementor-element-68b6be9 elementor-widget elementor-widget-text-editor\" data-id=\"68b6be9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>You must be logged in to access the content of this page<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<!-- dce invisible element ff3e22d --><!-- dce invisible element 3fb84cc --><div class=\"elementor-element elementor-element-952fae7 e-flex e-con-boxed e-con e-parent\" data-id=\"952fae7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6664c2a elementor-widget elementor-widget-html\" data-id=\"6664c2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n\/* Control the Elementor Tabs from the URL\n* Code from https:\/\/element.how\/elementor-open-specific-tab-toggle-accordion\/\n* Copyright 2023 Element.how\n* Updated 2023\/12\/05\n*\/\nwindow.addEventListener('load', () => {\n    setTimeout(function () {\n\n        const fixedPosition = 550; \/* Fixed position from the top of the page *\/\n\n        const tabsAccordionToggleTitles = document.querySelectorAll('.e-n-accordion-item-title, .e-n-tab-title, .elementor-tab-title');\n\n        const clickTitleWithAnchor = (anchor) => {\n            tabsAccordionToggleTitles.forEach(title => {\n                if (title.querySelector(`#${anchor}`) != null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor)) {\n                    if (title.getAttribute('aria-expanded') !== 'true' && !title.classList.contains('elementor-active')) title.click();\n                    let timing = 0;\n                    let scrollTarget = title;\n                    if (getComputedStyle(title.closest('.elementor-element')).getPropertyValue('--n-tabs-direction') == 'row') scrollTarget = title.closest('.elementor-element');\n                    if (title.closest('.e-n-accordion, .elementor-accordion-item, .elementor-toggle-item')) {\n                        timing = 400;\n                    }\n                    setTimeout(function () {\n                        window.scrollTo({ top: fixedPosition, behavior: 'smooth' });\n                    }, timing);\n                }\n            });\n        };\n\n        document.addEventListener('click', (event) => {\n            if (event.target.closest('a') && event.target.closest('a').href.includes('#')) {\n                const anchor = extractAnchor(event.target.closest('a').href);\n                if (anchor && isAnchorInTitles(anchor, tabsAccordionToggleTitles)) {\n                    event.preventDefault();\n                    clickTitleWithAnchor(anchor);\n                }\n            }\n        });\n\n        const currentAnchor = extractAnchor(window.location.href);\n        if (currentAnchor) {\n            clickTitleWithAnchor(currentAnchor);\n        }\n\n        function extractAnchor(url) {\n            const match = url.match(\/#([^?]+)\/);\n            return match ? match[1] : null;\n        };\n\n        function isAnchorInTitles(anchor, titles) {\n            return Array.from(titles).some(title => {\n                return title.querySelector(`#${anchor}`) !== null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor);\n            });\n        };\n\n    }, 300);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Brochado Rotatorio Downloads You must be logged in to access the content of this page Knurling Tools Burnishing Tools Rotary Broaching Heads Moleteadores por deformaci\u00f3n M1<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-44802","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/integi.com\/en\/wp-json\/wp\/v2\/pages\/44802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/integi.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/integi.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/integi.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/integi.com\/en\/wp-json\/wp\/v2\/comments?post=44802"}],"version-history":[{"count":11,"href":"https:\/\/integi.com\/en\/wp-json\/wp\/v2\/pages\/44802\/revisions"}],"predecessor-version":[{"id":45127,"href":"https:\/\/integi.com\/en\/wp-json\/wp\/v2\/pages\/44802\/revisions\/45127"}],"wp:attachment":[{"href":"https:\/\/integi.com\/en\/wp-json\/wp\/v2\/media?parent=44802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}