{"id":10,"date":"2025-08-01T06:02:46","date_gmt":"2025-08-01T06:02:46","guid":{"rendered":"https:\/\/tirerecyclingmachine.net\/?page_id=10"},"modified":"2026-04-04T15:46:44","modified_gmt":"2026-04-04T07:46:44","slug":"home","status":"publish","type":"page","link":"https:\/\/tirerecyclingmachine.net\/es\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n    <style>\n        :root {\n            --primary-color: #1a7431; \/* Professional Green *\/\n            --secondary-color: #004b23; \/* Darker Green *\/\n            --dark-text: #343a40;\n            --light-text: #f8f9fa;\n            --background-color: #f8f9fa;\n            --container-bg: #ffffff;\n            --border-color: #dee2e6;\n        }\n\n        \/* General Body & Typography *\/\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            line-height: 1.7;\n            color: var(--dark-text);\n            background-color: var(--background-color);\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        h1, h2, h3 {\n            font-weight: 700;\n            color: var(--secondary-color);\n            line-height: 1.3;\n        }\n        h1 {\n            font-size: clamp(2.5rem, 5vw, 3.5rem);\n            text-align: center;\n            margin-bottom: 0.5em;\n        }\n        h2 {\n            font-size: clamp(2rem, 4vw, 2.75rem);\n            text-align: center;\n            margin-bottom: 1.5em;\n            padding-bottom: 0.5em;\n            border-bottom: 3px solid var(--primary-color);\n            display: inline-block;\n        }\n        .section-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n        h3 {\n            font-size: 1.5rem;\n            margin-bottom: 0.75em;\n        }\n        p {\n            margin-bottom: 1em;\n            color: #555;\n        }\n        section {\n            padding: 60px 20px;\n            background-color: var(--container-bg);\n            margin-bottom: 20px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n        }\n\n        \/* Header & Introduction *\/\n        .intro-text {\n            text-align: center;\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 20px auto 40px auto;\n        }\n        .video-container {\n            position: relative;\n            width: 100%;\n            padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\n            height: 0;\n            overflow: hidden;\n            border-radius: 12px;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n        }\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: 0;\n        }\n\n        \/* Key Features Section *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 30px;\n        }\n        .feature-card {\n            background-color: #fdfdfd;\n            padding: 30px;\n            border-radius: 12px;\n            border: 1px solid var(--border-color);\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        .feature-card h3 {\n            color: var(--primary-color);\n        }\n\n        \/* Key Components Section *\/\n        .component {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 30px;\n            margin-bottom: 60px;\n            padding-bottom: 60px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        .component:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n        .component-image, .component-text {\n            flex: 1;\n            width: 100%;\n        }\n        .component-image img {\n            width: 100%;\n            max-width: 500px;\n            height: auto;\n            border-radius: 12px;\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n            display: block;\n            margin: 0 auto;\n        }\n        .component-text h3 {\n            text-align: left;\n        }\n\n        \/* FAQ Section using <details> element *\/\n        .faq-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        .faq-item {\n            background-color: #fff;\n            border: 1px solid var(--border-color);\n            border-radius: 8px;\n            margin-bottom: 15px;\n            overflow: hidden;\n        }\n        .faq-item summary {\n            font-size: 1.1rem;\n            font-weight: 600;\n            padding: 20px;\n            cursor: pointer;\n            outline: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .faq-item summary::after {\n            content: '+';\n            font-size: 1.5rem;\n            color: var(--primary-color);\n            transition: transform 0.3s ease;\n        }\n        .faq-item[open] summary::after {\n            transform: rotate(45deg);\n        }\n        .faq-item .faq-content {\n            padding: 0 20px 20px 20px;\n            border-top: 1px solid var(--border-color);\n        }\n        \n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));\n            color: var(--light-text);\n            text-align: center;\n            padding: 60px 30px;\n            border-radius: 12px;\n        }\n        .cta-section h2 {\n            color: var(--light-text);\n            border-bottom: none;\n        }\n        .cta-section p {\n            font-size: 1.1rem;\n            max-width: 600px;\n            margin: 0 auto 30px auto;\n            color: rgba(255, 255, 255, 0.9);\n        }\n        .cta-button {\n            display: inline-block;\n            background-color: var(--light-text);\n            color: var(--primary-color);\n            padding: 15px 35px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;\n        }\n        .cta-button:hover {\n            background-color: #e9ecef;\n            transform: translateY(-3px);\n        }\n        \n        \/* Form Placeholder *\/\n        .form-placeholder {\n            border: 2px dashed var(--border-color);\n            padding: 50px;\n            text-align: center;\n            border-radius: 12px;\n            margin-top: 40px;\n            background-color: #fdfdfd;\n        }\n        .form-placeholder p {\n            font-weight: 600;\n            color: #888;\n        }\n\n        \/* Responsive Media Queries *\/\n        @media (min-width: 768px) {\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .component {\n                flex-direction: row;\n                text-align: left;\n            }\n            .component:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .component-text {\n                padding: 0 20px;\n            }\n        }\n\n        @media (min-width: 1024px) {\n            .features-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"container\">\n\n        <header>\n            <h1>Profitable Tire Recycling Machine Solutions<\/h1>\n            <p class=\"intro-text\">Our state-of-the-art Tire Recycling Machine transforms the challenge of scrap tire disposal into a profitable business opportunity. Using advanced technology, we ensure maximum efficiency in converting waste tires into valuable recycled materials. Reduce your environmental footprint, generate new revenue streams, and enhance your operational productivity with our reliable and safe equipment.<\/p>\n            <div class=\"video-container\">\n                <iframe src=\"https:\/\/www.youtube.com\/embed\/url93xWAeIA\" title=\"Tire Recycling Machine in Action\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/header>\n\n        <section id=\"features\">\n            <div class=\"section-header\">\n                <h2>Features for Maximum ROI<\/h2>\n            <\/div>\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <h3>High Efficiency Grinding<\/h3>\n                    <p>Our industrial tire shredder utilizes state-of-the-art grinding technology to ensure maximum material recovery and a high yield of recycled rubber for various commercial applications.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h3>Fully Automatic Operation<\/h3>\n                    <p>Designed for full automation, our system reduces labor costs and enhances operational uptime, allowing for continuous, 24\/7 processing of scrap tires.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h3>Space-Saving Compact Design<\/h3>\n                    <p>The compact footprint of our tire recycling plant makes it easy to integrate into existing facilities, saving valuable space while maximizing output and efficiency.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h3>Durable &#038; Robust Construction<\/h3>\n                    <p>Built for longevity with high-quality materials and superior engineering, our machine guarantees long-term reliability and low maintenance costs for a better return on investment.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h3>Versatile End-Products<\/h3>\n                    <p>Our system produces a range of profitable end-products, including crumb rubber, steel wire, and tire-derived fuel (TDF), opening multiple revenue streams.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <h3>Full Environmental Compliance<\/h3>\n                    <p>Engineered to meet and exceed stringent eco-regulations, our machine ensures your operation is safe, responsible, and fully compliant with all environmental standards for tire disposal.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n              <section id=\"components\">\n            <div class=\"section-header\">\n                <h2>Key Components of the Production Line<\/h2>\n            <\/div>\n            <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Single%20Hook%20Debeader.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"Single Hook Debeader machine pulling the steel bead from a tire\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>Single Hook Debeader<\/h3>\n                    <p>The Single Hook Debeader is essential pre-treatment equipment for any tire recycling line. Its primary function is to forcefully extract the tough, thick steel bead wires from waste tires before shredding. This crucial first step protects the blades of downstream shredders from significant damage and wear, which extends equipment life, reduces maintenance costs, and improves the overall stability of your operation. Furthermore, the extracted steel bead can be sold as high-value scrap, increasing the profitability of your recycling process.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Tire%20Belt%20Conveyor.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"Belt Conveyor for feeding scrap tires into the shredder\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>Belt Conveyor<\/h3>\n                    <p>Our heavy-duty Belt Conveyor system is the backbone of the production line, ensuring a smooth and consistent flow of material between processing stages. Engineered for reliability, it automates transportation, minimizes manual handling, and keeps your entire recycling plant operating at peak efficiency.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Tire%20Shredder.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"Industrial tire shredder breaking down whole tires into 50x50mm chips\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>Tire Shredder<\/h3>\n                    <p>At the heart of our system is the high-torque Tire Shredder. This powerful machine is engineered to break down whole, debeaded tires into uniform 50x50mm rubber chips with exceptional efficiency. Its robust, wear-resistant blades and advanced transmission system ensure reliable performance and high throughput, making it the essential first step in size reduction.<\/p>\n                <\/div>\n            <\/div>\n             <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Coarse%20Fiber%20Separator.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"Coarse Fiber Separator cleaning rubber granules\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>Coarse Fiber Separator<\/h3>\n                    <p>Achieve superior purity in your recycled rubber with our Coarse Fiber Separator. This advanced system uses a powerful air classification process to efficiently remove nylon and textile fibers from the rubber granules. The result is a cleaner, higher-quality end-product, which commands a better price in the market and is suitable for a wider range of applications.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Double%20Roller%20Rubber%20Grinder.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"Double Roller Rubber Grinder for fine milling of rubber chips\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>Double Roller Rubber Grinder<\/h3>\n                    <p>The Double Roller Rubber Grinder, or cracker mill, is designed for secondary size reduction, transforming rubber chips into finer granules (e.g., 1-6mm). By utilizing two counter-rotating rollers with a precise speed differential, it effectively grinds and liberates any remaining steel and fiber. This stage is crucial for preparing the material for fine powder production.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Tire%20Rubber%20Recycling%20Pulverizing%20Grinder.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"Rubber Powder Superfine Miller for producing high-quality rubber powder\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>Rubber Powder Superfine Miller<\/h3>\n                    <p>Unlock the highest value from your recycled material with our Rubber Powder Superfine Miller. This state-of-the-art pulverizer transforms rubber granules into fine, high-quality rubber powder (30-120 mesh). The resulting superfine powder is a valuable commodity for manufacturing new rubber products and modifying asphalt, significantly boosting your operation&#8217;s profitability.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Rubber%20Powder%20Grader.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"Rubber Powder Grader separating different sizes of rubber powder\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>Rubber Powder Grader<\/h3>\n                    <p>Precision is key to market value. Our Rubber Powder Grader employs an advanced air classification system to accurately sort the superfine rubber powder into specific mesh sizes. This ensures you can meet exact customer specifications and consistently deliver a high-grade product, maximizing the marketability and value of your output.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Screw%20Conveyor.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"LS Screw Conveyor transporting rubber powder between machines\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>Screw Conveyor<\/h3>\n                    <p>Our enclosed Screw Conveyor provides a clean, efficient, and contained method for transporting rubber granules and powder throughout the plant. It prevents material loss and contamination, ensuring a tidy and safe operational environment while seamlessly connecting different processing stages.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Siemens.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"PLC Auto Control System panel for the tire recycling production line\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>PLC Auto Control System<\/h3>\n                    <p>Take full command of your recycling plant with our centralized PLC Auto Control System. Featuring a user-friendly interface, this intelligent system monitors and manages every component of the production line in real-time. It optimizes performance, enhances safety with automated diagnostics, and allows for one-person operation, dramatically reducing labor costs and simplifying plant management.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"component\">\n                <div class=\"component-image\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/image\/Tire%20Recycling\/Industrial%20cold%20water%20machine.webp?fit=crop&#038;ar=1:1&#038;auto=format,compress\" alt=\"Industrial cooling system for the tire recycling machine\">\n                <\/div>\n                <div class=\"component-text\">\n                    <h3>Cooling System<\/h3>\n                    <p>High-performance grinding generates heat. Our integrated Cooling System is vital for maintaining optimal operating temperatures, especially for the fine milling stages. By efficiently circulating cooling water, it prevents rubber from overheating, ensures consistent powder quality, and protects critical machine components from heat-related wear, guaranteeing the longevity and reliability of your entire system.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"faq\">\n            <div class=\"section-header\">\n                <h2>Your Questions Answered<\/h2>\n            <\/div>\n            <div class=\"faq-container\">\n                <details class=\"faq-item\">\n                    <summary>What is a Tire Recycling Machine?<\/summary>\n                    <div class=\"faq-content\">\n                        <p>A Tire Recycling Machine, also known as a tire recycling plant, is a set of equipment designed to process end-of-life tires (ELT) into reusable materials like crumb rubber, steel, and fiber, preventing them from ending up in landfills.<\/p>\n                    <\/div>\n                <\/details>\n                <details class=\"faq-item\">\n                    <summary>What is the profit from recycling tires?<\/summary>\n                    <div class=\"faq-content\">\n                        <p>The profitability of tire recycling depends on market prices for the end-products. The main revenue comes from selling crumb rubber, reclaimed steel, and tire-derived fuel (TDF). Our system is designed to maximize the yield of these materials, thus enhancing your potential profit.<\/p>\n                    <\/div>\n                <\/details>\n                <details class=\"faq-item\">\n                    <summary>What types of tires can be processed?<\/summary>\n                    <div class=\"faq-content\">\n                        <p>Our versatile tire recycling line can efficiently process various types of tires, including passenger car tires, truck tires, and OTR (off-the-road) tires, turning them into valuable resources.<\/p>\n                    <\/div>\n                <\/details>\n                <details class=\"faq-item\">\n                    <summary>Is the operation of the machine safe?<\/summary>\n                    <div class=\"faq-content\">\n                        <p>Absolutely. The entire production line is designed with multiple safety features, including emergency stops, protective guards, and an automated PLC control system to protect operators and ensure a safe working environment.<\/p>\n                    <\/div>\n                <\/details>\n                 <details class=\"faq-item\">\n                    <summary>What is the setup cost for a tire recycling plant?<\/summary>\n                    <div class=\"faq-content\">\n                        <p>The total investment depends on the required capacity and level of automation. We offer scalable solutions to fit different budgets and business goals. Please contact us for a detailed quote tailored to your specific needs.<\/p>\n                    <\/div>\n                <\/details>\n                 <details class=\"faq-item\">\n                    <summary>Where can I purchase a Tire Recycling Machine?<\/summary>\n                    <div class=\"faq-content\">\n                        <p>You can purchase a complete tire recycling plant or individual components directly from us. Contact our sales team via the form below for expert consultation and to begin the purchasing process.<\/p>\n                    <\/div>\n                <\/details>\n            <\/div>\n        <\/section>\n\n        <section id=\"quote\" class=\"cta-section\">\n            <h2>Get a Custom Quote Today<\/h2>\n            <p>Ready to turn waste into wealth? Let our experts design a custom tire recycling solution that fits your business goals and budget. Contact us now for a free, no-obligation proposal.<\/p>\n             <div class=\"form-placeholder\">\n                 <div class='fluentform ff-default fluentform_wrapper_1 ffs_default_wrap'><form data-form_id=\"1\" id=\"fluentform_1\" class=\"frm-fluent-form fluent_form_1 ff-el-form-top ff_form_instance_1_1 ff-form-loading ff_has_v3_recptcha ffs_default\" data-form_instance=\"ff_form_instance_1_1\" method=\"POST\" data-recptcha_key=\"6LdXGLkrAAAAAEFVD8t5lD8RBBSzTRex9VO-Ssm3\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Contact Form Demo<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='10' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"48c4385333\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/es\/wp-json\/wp\/v2\/pages\/10\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_first_name_' id='label_ff_1_names_first_name_' >First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_1_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"First Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_last_name_' id='label_ff_1_names_last_name_' >Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_1_names_last_name_\" class=\"ff-el-form-control\" placeholder=\"Last Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_email' id='label_ff_1_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_1_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_subject' id='label_ff_1_subject' aria-label=\"Subject\">Subject<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"subject\" class=\"ff-el-form-control\" placeholder=\"Subject\" data-name=\"subject\" id=\"ff_1_subject\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_message' id='label_ff_1_message' aria-label=\"Your Message\">Your Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"true\" aria-labelledby=\"label_ff_1_message\" name=\"message\" id=\"ff_1_message\" class=\"ff-el-form-control\" placeholder=\"Your Message\" rows=\"4\" cols=\"2\" data-name=\"message\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style wpf_has_custom_css\"  aria-label=\"Submit Form\">Submit Form<\/button><\/div>\t\t<div id=\"cf-turnstile-fluent-1360082795\"\r\n\t\tclass=\"cf-turnstile\" \t\tdata-sitekey=\"0x4AAAAAACUxNVC1bMdcqpRE\"\r\n\t\tdata-theme=\"auto\"\r\n\t\tdata-language=\"auto\"\r\n\t\tdata-size=\"normal\"\r\n\t\tdata-retry=\"auto\" data-retry-interval=\"1000\"\r\n\t\tdata-refresh-expired=\"auto\"\r\n\t\tdata-action=\"fluent-form-1\"\r\n\t\t\t\tdata-appearance=\"always\"><\/div>\r\n\t\t\t<script>document.addEventListener(\"DOMContentLoaded\", function() { setTimeout(function(){ var e=document.getElementById(\"cf-turnstile-fluent-1360082795\"); e&&!e.innerHTML.trim()&&(turnstile.remove(\"#cf-turnstile-fluent-1360082795\"), turnstile.render(\"#cf-turnstile-fluent-1360082795\", {sitekey:\"0x4AAAAAACUxNVC1bMdcqpRE\"})); }, 100); });<\/script>\r\n\t\t\t<br class=\"cf-turnstile-br cf-turnstile-br-fluent-1360082795\">\r\n\t\t\t\t<style>#cf-turnstile-fluent-1360082795 { margin-left: -15px; }<\/style>\r\n\t\t<\/fieldset><\/form><div id='fluentform_1_errors' class='ff-errors-in-stack ff_form_instance_1_1 ff-form-loading_errors ff_form_instance_1_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_1_1 = {\"id\":\"1\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_1_1\",\"form_id_selector\":\"fluentform_1\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":false,\"global_message\":\"This field must contain a valid email\"}},\"subject\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"message\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}}},\"debounce_time\":300};\n                            <\/script>\n            \n             <\/div>\n        <\/section>\n\n    <\/div>\n<\/body>\n","protected":false},"excerpt":{"rendered":"<p>Profitable Tire Recycling Machine Solutions Our state-of-the-art Tire Recycling Machine transforms the challenge of scrap tire disposal into a profitable business opportunity. Using advanced technology, we ensure maximum efficiency in converting waste tires into valuable recycled materials. Reduce your environmental footprint, generate new revenue streams, and enhance your operational productivity with our reliable and safe &#8230; <a title=\"Inicio\" class=\"read-more\" href=\"https:\/\/tirerecyclingmachine.net\/es\/\" aria-label=\"Leer m\u00e1s sobre Inicio\">Leer m\u00e1s<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/tirerecyclingmachine.net\/es\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tirerecyclingmachine.net\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tirerecyclingmachine.net\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tirerecyclingmachine.net\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tirerecyclingmachine.net\/es\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":8,"href":"https:\/\/tirerecyclingmachine.net\/es\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":135,"href":"https:\/\/tirerecyclingmachine.net\/es\/wp-json\/wp\/v2\/pages\/10\/revisions\/135"}],"wp:attachment":[{"href":"https:\/\/tirerecyclingmachine.net\/es\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"- WordPress","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}