{"id":15838,"date":"2026-03-30T21:56:17","date_gmt":"2026-03-30T21:56:17","guid":{"rendered":"https:\/\/roter-recycling.com\/progetti\/"},"modified":"2026-04-26T16:44:47","modified_gmt":"2026-04-26T16:44:47","slug":"progetti","status":"publish","type":"page","link":"https:\/\/roter-recycling.com\/it\/progetti\/","title":{"rendered":"Progetti"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><div data-elementor-type=\"wp-page\" data-elementor-id=\"15838\" class=\"elementor elementor-15838 elementor-13859\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f28b12 e-con-boxed e-flex e-con e-parent\" data-id=\"9f28b12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ef46bd roter-image-fit-cover elementor-widget elementor-widget-roter_main_title_with_image\" data-id=\"5ef46bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"roter_main_title_with_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"roter-main-title-with-image-1\" class=\"roter-mainWidget-main-title-with-image\">\n    <div class=\"roter-mainWidget-main-title-with-image__top\">\n        <div class=\"roter-mainWidget-main-title-with-image__top-inner\">\n            <div class=\"roter-mainWidget-main-title-with-image__top-spacer\" aria-hidden=\"true\"><\/div>\n\n            <div class=\"roter-mainWidget-main-title-with-image__content\">\n                                    <div class=\"roter-mainWidget-main-title-with-image__line-1-row\">\n                        <span class=\"roter-mainWidget-main-title-with-image__line-1-icon\" aria-hidden=\"true\">\n                            <i class=\"vamtamtheme- vamtam-theme-Line\"><\/i>\n                        <\/span>\n                        <p class=\"roter-mainWidget-main-title-with-image__line-1\"><strong>Case Studies<\/strong><\/p>\n                    <\/div>\n                \n                                    <h3 class=\"roter-mainWidget-main-title-with-image__line-2\">PRESSE INDUSTRIALI PESANTI PER ROTTAMI METALLICI<\/h3>\n                \n                                    <h3 class=\"roter-mainWidget-main-title-with-image__line-3\">Soluzioni progettate su misura per il tuo settore e il tuo flusso di materiale<\/h3>\n                            <\/div>\n\n                            <div class=\"roter-mainWidget-main-title-with-image__button-lane\">\n                    <div class=\"roter-mainWidget-main-title-with-image__button-wrap elementor-button-wrapper\">\n                        <a class=\"roter-mainWidget-main-title-with-image__button elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/roter-recycling.com\/about\/become-a-customer\/\">\n                            <span class=\"roter-mainWidget-main-title-with-image__button-content-wrapper elementor-button-content-wrapper\">\n                                <span class=\"roter-mainWidget-main-title-with-image__button-icon elementor-button-icon\" aria-hidden=\"true\">\n                                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path>\n                                    <\/svg>\n                                <\/span>\n                                <span class=\"roter-mainWidget-main-title-with-image__button-text elementor-button-text\">RICEVI LA NOSTRA BROCHURE<\/span>\n                            <\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n\n    <div class=\"roter-mainWidget-main-title-with-image__bottom\">\n                    <div class=\"roter-mainWidget-main-title-with-image__image-wrap\">\n                <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1230\" src=\"https:\/\/roter-recycling.com\/wp-content\/uploads\/2026\/04\/homepage-banner-case-studies.jpg\" class=\"roter-mainWidget-main-title-with-image__image\" alt=\"\">            <\/div>\n            <\/div>\n<\/section>\n<script>\n    (function() {\n        'use strict';\n\n        var widgetId = \"roter-main-title-with-image-1\";\n        var element = document.getElementById(widgetId);\n        if (!element) {\n            return;\n        }\n\n        if (!window.__roterMainTitleMotion) {\n            window.__roterMainTitleMotion = {\n                widgets: [],\n                raf: 0,\n                timer: 0,\n            };\n\n            window.__roterMainTitleMotion.clamp = function(value, min, max) {\n                return Math.min(max, Math.max(min, value));\n            };\n\n            window.__roterMainTitleMotion.readVar = function(el, varName, fallback) {\n                var raw = window.getComputedStyle(el).getPropertyValue(varName);\n                var parsed = parseFloat(raw);\n\n                if (!Number.isFinite(parsed)) {\n                    return fallback;\n                }\n\n                return parsed;\n            };\n\n            window.__roterMainTitleMotion.updateWidget = function(el) {\n                var direction = window.__roterMainTitleMotion.readVar(el, '--rtr-image-motion-direction', 1);\n                var speed = window.__roterMainTitleMotion.readVar(el, '--rtr-image-motion-speed', 1);\n                var viewportStart = window.__roterMainTitleMotion.readVar(el, '--rtr-image-motion-viewport-start', 20);\n                var viewportEnd = window.__roterMainTitleMotion.readVar(el, '--rtr-image-motion-viewport-end', 80);\n                var rect = el.getBoundingClientRect();\n                var viewportHeight = window.innerHeight || document.documentElement.clientHeight;\n\n                if (viewportHeight <= 0) {\n                    return;\n                }\n\n                if (viewportEnd <= viewportStart) {\n                    viewportEnd = viewportStart + 1;\n                }\n\n                var travel = viewportHeight + rect.height;\n                var position = ((viewportHeight - rect.top) \/ travel) * 100;\n                var progress = window.__roterMainTitleMotion.clamp((position - viewportStart) \/ (viewportEnd - viewportStart), 0, 1);\n                var amplitude = 0.12 * Math.max(0, speed);\n                var delta = amplitude * progress * direction;\n\n                el.style.setProperty('--rtr-image-motion-scale-delta', delta.toFixed(5));\n            };\n\n            window.__roterMainTitleMotion.updateAll = function() {\n                for (var i = 0; i < window.__roterMainTitleMotion.widgets.length; i++) {\n                    window.__roterMainTitleMotion.updateWidget(window.__roterMainTitleMotion.widgets[i]);\n                }\n            };\n\n            window.__roterMainTitleMotion.requestUpdate = function() {\n                if (window.__roterMainTitleMotion.raf) {\n                    return;\n                }\n\n                window.__roterMainTitleMotion.raf = window.requestAnimationFrame(function() {\n                    window.__roterMainTitleMotion.raf = 0;\n                    window.__roterMainTitleMotion.updateAll();\n                });\n            };\n\n            window.addEventListener('scroll', window.__roterMainTitleMotion.requestUpdate, {\n                passive: true\n            });\n            document.addEventListener('scroll', window.__roterMainTitleMotion.requestUpdate, {\n                passive: true\n            });\n            window.addEventListener('resize', window.__roterMainTitleMotion.requestUpdate);\n            window.addEventListener('load', window.__roterMainTitleMotion.requestUpdate);\n            document.addEventListener('DOMContentLoaded', window.__roterMainTitleMotion.requestUpdate);\n\n            window.__roterMainTitleMotion.timer = window.setInterval(window.__roterMainTitleMotion.requestUpdate, 120);\n        }\n\n        if (window.__roterMainTitleMotion.widgets.indexOf(element) === -1) {\n            window.__roterMainTitleMotion.widgets.push(element);\n        }\n\n        window.__roterMainTitleMotion.requestUpdate();\n    })();\n<\/script>\n\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b02b269 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b02b269\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-61388dd\" data-id=\"61388dd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-b38d52c elementor-widget elementor-widget-text-editor\" data-id=\"b38d52c\" data-element_type=\"widget\" data-e-type=\"widget\" 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>Le nostre storie di successo<\/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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-31c273c\" data-id=\"31c273c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-f52e70e elementor-widget elementor-widget-text-editor\" data-id=\"f52e70e\" data-element_type=\"widget\" data-e-type=\"widget\" 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 class=\"p1\">Settori diversi richiedono risposte differenti: capacit&agrave; produttiva, densit&agrave; delle balle, sicurezza, automazione, efficienza energetica e conformit&agrave; normativa. <\/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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a0f5e2c\" data-id=\"a0f5e2c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-dc0faf1 elementor-widget elementor-widget-text-editor\" data-id=\"dc0faf1\" data-element_type=\"widget\" data-e-type=\"widget\" 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>Roter (R.F. Srl) progetta soluzioni su misura per la tua realt&agrave; operativa, permettendoti di trattare di pi&ugrave;, ridurre gli sprechi e mantenere il pieno controllo dei processi.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3ac42be elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3ac42be\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-669551f\" data-id=\"669551f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d7e7257 elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d7e7257\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-fe17398\" data-id=\"fe17398\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6a13d68 elementor-widget elementor-widget-spacer\" data-id=\"6a13d68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3d0b58d\" data-id=\"3d0b58d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ae82c8e elementor-widget elementor-widget-spacer\" data-id=\"ae82c8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a766d54\" data-id=\"a766d54\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-688c05a elementor-widget elementor-widget-spacer\" data-id=\"688c05a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa9519f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fa9519f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8013a3a\" data-id=\"8013a3a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b447e0 elementor-widget elementor-widget-spacer\" data-id=\"7b447e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tailored Steel Solutions <\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-15838","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/roter-recycling.com\/it\/wp-json\/wp\/v2\/pages\/15838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/roter-recycling.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/roter-recycling.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/roter-recycling.com\/it\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/roter-recycling.com\/it\/wp-json\/wp\/v2\/comments?post=15838"}],"version-history":[{"count":0,"href":"https:\/\/roter-recycling.com\/it\/wp-json\/wp\/v2\/pages\/15838\/revisions"}],"wp:attachment":[{"href":"https:\/\/roter-recycling.com\/it\/wp-json\/wp\/v2\/media?parent=15838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}