{"id":3853,"date":"2023-02-22T08:42:53","date_gmt":"2023-02-22T16:42:53","guid":{"rendered":"http:\/\/industco-demo.pbminfotech.com\/?page_id=3853"},"modified":"2026-01-30T21:43:14","modified_gmt":"2026-01-31T05:43:14","slug":"home-3","status":"publish","type":"page","link":"https:\/\/plasticwashingmachine.net\/es\/","title":{"rendered":"L\u00ednea de lavado de pl\u00e1stico"},"content":{"rendered":"<div class=\"wpb-content-wrapper\">\r\n<div data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row ts-row wpb_row vc_row-fluid ts-total-col-1 ts-zindex-0 ts-bgimage-position-center_center\">\r\n\r\n        \r\n\t\r\n\t\r\n\t\t\r\n<div class=\"ts-column wpb_column vc_column_container vc_col-sm-12 ts-zindex-0\">\r\n\t<div class=\"vc_column-inner  \">\r\n\t\t\t\t<div class=\"wpb_wrapper\">\r\n\t\t\t\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n    .washing-line-lp {\n        --bg-body: #ffffff;\n        --bg-secondary: #f5f5f7;\n        --bg-dark: #000000;\n        --text-primary: #1d1d1f;\n        --text-secondary: #86868b;\n        --text-white: #f5f5f7;\n        --accent-blue: #fd972e;\n        --accent-blue-hover: #e38624;\n        --radius-card: 16px;\n        --radius-btn: 980px;\n\n        background-color: var(--bg-body);\n        color: var(--text-primary);\n        -webkit-font-smoothing: antialiased;\n        overflow-x: hidden;\n        line-height: 1.4;\n    }\n\n    .washing-line-lp * {\n        box-sizing: border-box;\n    }\n\n    .washing-line-lp a {\n        text-decoration: none;\n        color: inherit;\n    }\n\n    .washing-line-lp .typ-hero-headline {\n        font-size: 56px;\n        line-height: 1.07;\n        font-weight: 600;\n        letter-spacing: -0.005em;\n    }\n\n    .washing-line-lp .typ-section-headline {\n        font-size: 48px;\n        line-height: 1.1;\n        font-weight: 600;\n        letter-spacing: -0.003em;\n    }\n\n    .washing-line-lp .typ-subhead {\n        font-size: 24px;\n        line-height: 1.2;\n        font-weight: 500;\n        color: var(--text-secondary);\n    }\n\n    .washing-line-lp .typ-body {\n        font-size: 19px;\n        line-height: 1.4;\n        font-weight: 400;\n        color: var(--text-secondary);\n    }\n\n    .washing-line-lp .typ-eyebrow {\n        font-size: 21px;\n        line-height: 1.2;\n        font-weight: 600;\n        color: var(--accent-blue);\n        margin-bottom: 0.4em;\n        display: block;\n    }\n\n    .washing-line-lp .container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 22px;\n    }\n\n    .washing-line-lp .grid {\n        display: grid;\n        gap: 24px;\n    }\n\n    .washing-line-lp .reveal {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);\n    }\n\n    .washing-line-lp .reveal.active {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .washing-line-lp .delay-100 {\n        transition-delay: 0.1s;\n    }\n\n    .washing-line-lp .delay-200 {\n        transition-delay: 0.2s;\n    }\n\n    .washing-line-lp .delay-300 {\n        transition-delay: 0.3s;\n    }\n\n    .washing-line-lp .hero {\n        position: relative;\n        height: 90vh;\n        min-height: 600px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        background-color: #000;\n        overflow: hidden;\n    }\n\n    .washing-line-lp .hero-bg {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        opacity: 0.4;\n        z-index: 1;\n        transition: transform 0.5s ease-out;\n    }\n\n    .washing-line-lp .hero-content {\n        position: relative;\n        z-index: 2;\n        max-width: 800px;\n        color: #fff;\n    }\n\n    .washing-line-lp .hero h1 {\n        font-size: 72px;\n        line-height: 1.05;\n        font-weight: 700;\n        letter-spacing: -0.015em;\n        margin-bottom: 0.2em;\n        color: #ffffff;\n    }\n\n    .washing-line-lp .hero p {\n        font-size: 28px;\n        font-weight: 400;\n        max-width: 600px;\n        margin: 0 auto 30px;\n    }\n\n    .washing-line-lp .cta-btn {\n        display: inline-block;\n        background-color: var(--accent-blue);\n        color: #fff;\n        padding: 12px 24px;\n        border-radius: var(--radius-btn);\n        font-size: 17px;\n        font-weight: 400;\n        transition: background-color 0.3s ease;\n    }\n\n    .washing-line-lp .cta-btn:hover {\n        background-color: var(--accent-blue-hover);\n    }\n\n    .washing-line-lp .cta-btn-secondary {\n        display: inline-block;\n        background-color: rgba(255, 255, 255, 0.1);\n        color: #fff;\n        padding: 12px 24px;\n        border-radius: var(--radius-btn);\n        font-size: 17px;\n        font-weight: 400;\n        margin-left: 15px;\n        border: 1px solid rgba(255, 255, 255, 0.3);\n        backdrop-filter: blur(10px);\n        transition: all 0.3s ease;\n    }\n\n    .washing-line-lp .cta-btn-secondary:hover {\n        background-color: #fff;\n        color: #000;\n    }\n\n    .washing-line-lp .section-bento {\n        padding: 100px 0;\n        background-color: var(--bg-body);\n    }\n\n    .washing-line-lp .bento-intro {\n        text-align: center;\n        margin-bottom: 60px;\n        max-width: 700px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .washing-line-lp .bento-grid {\n        grid-template-columns: repeat(12, 1fr);\n        grid-template-rows: auto auto;\n    }\n\n    .washing-line-lp .bento-card {\n        background-color: var(--bg-secondary);\n        border-radius: var(--radius-card);\n        padding: 40px;\n        overflow: hidden;\n        position: relative;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        transition: transform 0.3s ease;\n    }\n\n    .washing-line-lp .bento-card:hover {\n        transform: scale(1.02);\n    }\n\n    .washing-line-lp .col-span-12 {\n        grid-column: span 12;\n    }\n\n    .washing-line-lp .col-span-6 {\n        grid-column: span 6;\n    }\n\n    .washing-line-lp .col-span-4 {\n        grid-column: span 4;\n    }\n\n    .washing-line-lp .bento-card-lg {\n        min-height: 380px;\n    }\n\n    .washing-line-lp .bento-card-sm {\n        min-height: 320px;\n    }\n\n    .washing-line-lp .card-icon {\n        font-size: 48px;\n        color: var(--text-primary);\n        margin-bottom: 24px;\n    }\n\n    .washing-line-lp .card-title {\n        font-size: 28px;\n        margin-bottom: 12px;\n        font-weight: 600;\n    }\n\n    .washing-line-lp .card-desc {\n        font-size: 17px;\n        color: var(--text-secondary);\n    }\n\n    .washing-line-lp .process-track {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-top: 60px;\n        position: relative;\n    }\n\n    .washing-line-lp .process-track::before {\n        content: '';\n        position: absolute;\n        top: 40px;\n        left: 50px;\n        right: 50px;\n        height: 2px;\n        background: #e5e5e5;\n        z-index: 0;\n    }\n\n    .washing-line-lp .process-step {\n        position: relative;\n        z-index: 1;\n        text-align: center;\n        background: var(--bg-body);\n        padding: 0 10px;\n    }\n\n    .washing-line-lp .step-icon {\n        width: 80px;\n        height: 80px;\n        background: var(--bg-secondary);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin: 0 auto 20px;\n        font-size: 32px;\n        color: var(--accent-blue);\n        transition: transform 0.3s ease;\n    }\n\n    .washing-line-lp .process-step:hover .step-icon {\n        transform: scale(1.1);\n        background: var(--accent-blue);\n        color: #fff;\n    }\n\n    .washing-line-lp .step-title {\n        font-weight: 600;\n        margin-bottom: 8px;\n    }\n\n    .washing-line-lp .section-dark {\n        background-color: var(--bg-dark);\n        color: var(--text-white);\n        padding: 120px 0;\n        overflow: hidden;\n    }\n\n    .washing-line-lp .dark-container {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        gap: 60px;\n    }\n\n    .washing-line-lp .dark-content {\n        flex: 1;\n    }\n\n    .washing-line-lp .dark-visual {\n        flex: 1;\n        position: relative;\n    }\n\n    .washing-line-lp .dark-visual img {\n        width: 100%;\n        border-radius: var(--radius-card);\n    }\n\n    .washing-line-lp .stat-grid {\n        margin-top: 40px;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 30px;\n    }\n\n    .washing-line-lp .stat-item h3 {\n        font-size: 48px;\n        color: var(--text-white);\n        margin-bottom: 5px;\n    }\n\n    .washing-line-lp .stat-item p {\n        font-size: 14px;\n        color: #888;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n    }\n\n    .washing-line-lp .smart-control-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 80px;\n        align-items: center;\n        margin-top: 60px;\n    }\n\n    .washing-line-lp .control-screen {\n        background: #1d1d1f;\n        border-radius: 14px;\n        padding: 10px;\n        border: 1px solid #333;\n    }\n\n    .washing-line-lp .section-gallery {\n        padding: 100px 0;\n        background-color: var(--bg-secondary);\n        overflow: hidden;\n    }\n\n    .washing-line-lp .gallery-track {\n        display: flex;\n        gap: 20px;\n        padding: 20px 22px;\n        width: max-content;\n        animation: scroll-loop 30s linear infinite;\n    }\n\n    .washing-line-lp .gallery-track:hover {\n        animation-play-state: paused;\n    }\n\n    @keyframes scroll-loop {\n        0% {\n            transform: translateX(0);\n        }\n\n        100% {\n            transform: translateX(-50%);\n        }\n    }\n\n    .washing-line-lp .gallery-track::-webkit-scrollbar {\n        display: none;\n    }\n\n    .washing-line-lp .gallery-item {\n        width: 300px;\n        height: 200px !important;\n        border-radius: 12px;\n        background: #fff;\n        overflow: hidden;\n        position: relative;\n        flex-shrink: 0;\n        display: block;\n    }\n\n    .washing-line-lp .gallery-item img {\n        height: 100% !important;\n        width: 100% !important;\n        max-width: none !important;\n        object-fit: cover;\n        display: block;\n        min-height: 100%;\n        transition: transform 0.5s ease;\n        border: none !important;\n        margin: 0 !important;\n        padding: 0 !important;\n    }\n\n\n    .washing-line-lp .gallery-item>* {\n        height: 100% !important;\n        width: 100% !important;\n        margin: 0;\n        padding: 0;\n        display: block;\n    }\n\n    .washing-line-lp .gallery-item:hover img {\n        transform: scale(1.05);\n    }\n\n    .washing-line-lp .testimonial-slider {\n        display: flex;\n        gap: 30px;\n        overflow-x: auto;\n        padding: 40px 22px;\n        scrollbar-width: none;\n    }\n\n    .washing-line-lp .testimonial-slider::-webkit-scrollbar {\n        display: none;\n    }\n\n    .washing-line-lp .testimonial-card {\n        min-width: 350px;\n        background: #fff;\n        padding: 40px;\n        border-radius: 16px;\n        border: 1px solid rgba(0, 0, 0, 0.03);\n    }\n\n    .washing-line-lp .quote-icon {\n        font-size: 24px;\n        color: var(--accent-blue);\n        margin-bottom: 20px;\n    }\n\n    .washing-line-lp .client-info {\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        margin-top: 20px;\n    }\n\n    .washing-line-lp .client-avatar {\n        width: 48px;\n        height: 48px;\n        border-radius: 50%;\n        background: #eee;\n    }\n\n    .washing-line-lp .section-quote {\n        padding: 120px 0;\n        text-align: center;\n    }\n\n    @media (max-width: 1024px) {\n        .washing-line-lp .bento-grid {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .washing-line-lp .hero h1 {\n            font-size: 48px;\n        }\n\n        .washing-line-lp .dark-container {\n            flex-direction: column;\n        }\n\n        .washing-line-lp .col-span-4,\n        .washing-line-lp .col-span-6,\n        .washing-line-lp .col-span-12 {\n            grid-column: span 12;\n        }\n\n        .washing-line-lp .smart-control-grid {\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n\n        .washing-line-lp .bento-card-lg,\n        .washing-line-lp .bento-card-sm {\n            min-height: 300px;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .washing-line-lp .typ-hero-headline {\n            font-size: 40px;\n        }\n\n\n\n        \/* Plyr Overrides for sharp corners *\/\n        .washing-line-lp .plyr,\n        .washing-line-lp .plyr__video-embed iframe {\n            border-radius: 0 !important;\n        }\n\n        .washing-line-lp .typ-section-headline {\n            font-size: 34px;\n        }\n\n        .washing-line-lp .hero {\n            padding-top: 120px;\n            min-height: 500px;\n        }\n\n        .washing-line-lp .process-track {\n            flex-direction: column;\n            gap: 40px;\n        }\n\n        .washing-line-lp .process-track::before {\n            width: 2px;\n            height: 100%;\n            top: 0;\n            left: 40px;\n            transform: translateX(-50%);\n        }\n\n        .washing-line-lp .process-step {\n            display: grid;\n            grid-template-columns: 80px 1fr;\n            column-gap: 24px;\n            text-align: left;\n            padding: 0;\n        }\n\n        .washing-line-lp .step-icon {\n            grid-row: 1 \/ 3;\n            grid-column: 1;\n            margin: 0;\n        }\n\n        .washing-line-lp .step-title {\n            grid-row: 1;\n            grid-column: 2;\n            align-self: end;\n            margin-bottom: 4px;\n        }\n\n        .washing-line-lp .process-step p {\n            grid-row: 2;\n            grid-column: 2;\n            align-self: start;\n        }\n\n        .washing-line-lp .hero-content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .washing-line-lp .cta-btn-secondary {\n            margin-left: 0;\n            margin-top: 20px;\n        }\n\n        .washing-line-lp .gallery-item {\n            width: 200px;\n            height: 150px !important;\n            min-width: 200px;\n        }\n\n        .washing-line-lp .container {\n            padding: 0 10px;\n        }\n    }\n<\/style>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.plyr.io\/3.7.8\/plyr.css\" \/>\n<script src=\"https:\/\/cdn.plyr.io\/3.7.8\/plyr.js\"><\/script>\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        const player = new Plyr('#player', {\n            controls: ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'pip', 'airplay', 'fullscreen']\n        });\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                }\n            });\n        }, { threshold: 0.1 });\n        document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n    });\n<\/script>\n\n<div class=\"washing-line-lp\">\n    <section class=\"hero\">\n        <img decoding=\"async\" src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2024\/04\/plastic-recycling-washing-systems.webp\"\n            alt=\"Plastic Washing Line\" class=\"hero-bg\">\n        <div class=\"hero-content reveal\">\n            <h1 class=\"typ-hero-headline\">Plastic Washing Line.<\/h1>\n            <p>Pure performance. Unmatched efficiency.<\/p>\n            <a href=\"\/contact-us\" class=\"cta-btn\">Request a Quote<\/a>\n            <a href=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2026\/01\/HDPE_Washing_Line_Drawing.webp\"\n                target=\"_blank\" class=\"cta-btn-secondary\"><i class=\"fa fa-file-pdf\" style=\"margin-right: 8px;\"><\/i>View\n                Layout Drawings<\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-bento\">\n        <div class=\"container\">\n            <div class=\"bento-intro reveal\">\n                <h2 class=\"typ-section-headline\">Everything needed for<br>modern recycling.<\/h2>\n                <p class=\"typ-body\" style=\"margin-top: 20px;\">Comprehensive solutions designed to handle the toughest\n                    plastic waste with ease.<\/p>\n            <\/div>\n\n            <div class=\"grid bento-grid\">\n                <div class=\"bento-card col-span-6 bento-card-lg reveal delay-100\">\n                    <div>\n                        <span class=\"typ-eyebrow\">Pre-Design<\/span>\n                        <h3 class=\"card-title\">Tailored Solutions.<\/h3>\n                        <p class=\"card-desc\">Our pre-sales team provides free design services to optimize the line for\n                            your specific factory layout and material needs.<\/p>\n                    <\/div>\n                    <div class=\"card-icon\"><i class=\"fa fa-pencil-ruler\"><\/i><\/div>\n                <\/div>\n\n                <div class=\"bento-card col-span-6 bento-card-lg reveal delay-200\">\n                    <div>\n                        <span class=\"typ-eyebrow\">Manufacturing<\/span>\n                        <h3 class=\"card-title\">Precision Engineering.<\/h3>\n                        <p class=\"card-desc\">Advanced CNC machining and strict quality control ensure every screw, tank,\n                            and dryer meets the highest standards.<\/p>\n                    <\/div>\n                    <div class=\"card-icon\"><i class=\"fa fa-cogs\"><\/i><\/div>\n                <\/div>\n\n                <div class=\"bento-card col-span-4 bento-card-sm reveal delay-100\">\n                    <div class=\"card-icon\"><i class=\"fa fa-desktop\"><\/i><\/div>\n                    <div>\n                        <h3 class=\"card-title\">Smart Operation.<\/h3>\n                        <p class=\"card-desc\">Intuitive controls and comprehensive operation guides make running your\n                            plant effortless.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bento-card col-span-4 bento-card-sm reveal delay-200\">\n                    <div class=\"card-icon\"><i class=\"fa fa-headset\"><\/i><\/div>\n                    <div>\n                        <h3 class=\"card-title\">24\/7 Support.<\/h3>\n                        <p class=\"card-desc\">Always-on customer service to answer questions and solve issues remotely or\n                            on-site.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bento-card col-span-4 bento-card-sm reveal delay-300\">\n                    <div class=\"card-icon\"><i class=\"fa fa-globe\"><\/i><\/div>\n                    <div>\n                        <h3 class=\"card-title\">Global Reach.<\/h3>\n                        <p class=\"card-desc\">Serving 1200+ happy clients worldwide with reliable shipping and\n                            installation.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-bento\" style=\"padding-top: 0;\">\n        <div class=\"container\">\n            <h2 class=\"typ-section-headline reveal\" style=\"text-align: center;\">From Waste to Value.<\/h2>\n            <div class=\"process-track reveal delay-100\">\n                <div class=\"process-step\">\n                    <div class=\"step-icon\"><i class=\"fa fa-recycle\"><\/i><\/div>\n                    <h3 class=\"step-title\">Collection<\/h3>\n                    <p class=\"typ-body\" style=\"font-size: 15px;\">Sorting & Feeding<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-icon\"><i class=\"fa fa-cogs\"><\/i><\/div>\n                    <h3 class=\"step-title\">Crushing<\/h3>\n                    <p class=\"typ-body\" style=\"font-size: 15px;\">Size Reduction<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-icon\"><i class=\"fa fa-tint\"><\/i><\/div>\n                    <h3 class=\"step-title\">Washing<\/h3>\n                    <p class=\"typ-body\" style=\"font-size: 15px;\">Friction & Floating<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-icon\"><i class=\"fa fa-wind\"><\/i><\/div>\n                    <h3 class=\"step-title\">Drying<\/h3>\n                    <p class=\"typ-body\" style=\"font-size: 15px;\">Moisture Control<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-icon\"><i class=\"fa fa-box-open\"><\/i><\/div>\n                    <h3 class=\"step-title\">Pelletizing<\/h3>\n                    <p class=\"typ-body\" style=\"font-size: 15px;\">Ready for Reuse<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-video\" style=\"padding: 100px 0; background-color: #000;\">\n        <div class=\"container reveal\">\n            <h2 class=\"typ-section-headline\" style=\"color: #fff; text-align: center; margin-bottom: 40px;\">See it in\n                Action.<\/h2>\n            <div class=\"video-wrapper\" style=\"width: 100%; aspect-ratio: 16\/9; max-width: 1000px; margin: 0 auto;\">\n                <div id=\"player\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"Jnc2mCzFAxo\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-dark\">\n        <div class=\"container dark-container\">\n            <div class=\"dark-content reveal\">\n                <span class=\"typ-eyebrow\">The Best Machine<\/span>\n                <h2 class=\"typ-section-headline\" style=\"color:white; margin-bottom: 24px;\">Pro-grade\n                    capability.<br>Industrial reliability.<\/h2>\n                <p class=\"typ-body\" style=\"color: #a1a1a6;\">We utilize advanced technology to remove contaminants\n                    effectively. Whether it's PET bottles, PE films, or rigid plastics, our washing lines deliver high\n                    purity output.<\/p>\n                <div class=\"stat-grid\">\n                    <div class=\"stat-item\">\n                        <h3>99%<\/h3>\n                        <p>Purity Rate<\/p>\n                    <\/div>\n                    <div class=\"stat-item\">\n                        <h3>24\/7<\/h3>\n                        <p>Continuous Ops<\/p>\n                    <\/div>\n                    <div class=\"stat-item\">\n                        <h3>1200+<\/h3>\n                        <p>Installations<\/p>\n                    <\/div>\n                    <div class=\"stat-item\">\n                        <h3>100%<\/h3>\n                        <p>Support<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"dark-visual reveal delay-200\">\n                <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/precious\/Plastic%20Film%20Washing%20Line%20for%20PP%20PE.webp?auto=format,compress\"\n                    alt=\"Pro-grade Washing Line Factory\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-dark\" style=\"background: #111; padding-top: 0;\">\n        <div class=\"container\">\n            <div class=\"smart-control-grid\">\n                <div class=\"reveal delay-100\">\n                    <span class=\"typ-eyebrow\">Intelligence<\/span>\n                    <h2 class=\"typ-section-headline\" style=\"color: white;\">Total Control.<br>At your fingertips.<\/h2>\n                    <p class=\"typ-body\" style=\"color: #86868b; margin-top: 20px;\">Integrated PLC systems with intuitive\n                        HMI touchscreens allow for precise monitoring of every stage. Adjust motor speeds, monitor\n                        temperatures, and track throughput in real-time.<\/p>\n                <\/div>\n                <div class=\"control-screen reveal delay-300\">\n                    <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/siemens-touchscreen.webp?auto=format,compress\"\n                        alt=\"Smart Control Interface\" style=\"width: 100%; border-radius: 8px; display: block;\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-components\" style=\"padding: 100px 0; background-color: var(--bg-body);\">\n        <div class=\"container\">\n            <h2 class=\"typ-section-headline reveal\" style=\"text-align: center; margin-bottom: 60px;\">World-Class\n                Components.<\/h2>\n            <div class=\"components-grid reveal delay-100\"\n                style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; align-items: center; text-align: center;\">\n                <div class=\"component-item\">\n                    <h3 style=\"font-size: 24px; font-weight: 700; color: #009999; margin-bottom: 10px;\">SIEMENS<\/h3>\n                    <p class=\"typ-body\" style=\"font-size: 15px;\">Motors & PLC Systems<\/p>\n                <\/div>\n                <div class=\"component-item\">\n                    <h3 style=\"font-size: 24px; font-weight: 700; color: #3dcd58; margin-bottom: 10px;\">Schneider<\/h3>\n                    <p class=\"typ-body\" style=\"font-size: 15px;\">Electric Components<\/p>\n                <\/div>\n                <div class=\"component-item\">\n                    <h3 style=\"font-size: 24px; font-weight: 700; color: #002c5e; margin-bottom: 10px;\">SKF<\/h3>\n                    <p class=\"typ-body\" style=\"font-size: 15px;\">High-load Bearings<\/p>\n                <\/div>\n                <div class=\"component-item\">\n                    <h3 style=\"font-size: 24px; font-weight: 700; color: #ff0000; margin-bottom: 10px;\">ABB<\/h3>\n                    <p class=\"typ-body\" style=\"font-size: 15px;\">Drives & Inverters<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-gallery\">\n        <div class=\"container reveal\">\n            <h2 class=\"typ-section-headline\" style=\"text-align: center; margin-bottom: 40px;\">Materials we handle.<\/h2>\n        <\/div>\n        <div class=\"gallery-track\">\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/White-Pellets1-1.webp\"\n                    alt=\"Material 1\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/Clean-Pellets1-1.webp\"\n                    alt=\"Clean Pellets\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/White-Pellets1-1.webp\"\n                    alt=\"White Pellets\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/Black-Pellets1-1.webp\"\n                    alt=\"Black Pellets\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/Clean-Pellets1-1.webp\"\n                    alt=\"Material 2\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/PET-Bottle-Pellets1-1.webp\"\n                    alt=\"PET Pellets\"><\/div>\n\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/White-Pellets1-1.webp\"\n                    alt=\"Material 1\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/Clean-Pellets1-1.webp\"\n                    alt=\"Clean Pellets\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/White-Pellets1-1.webp\"\n                    alt=\"White Pellets\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/Black-Pellets1-1.webp\"\n                    alt=\"Black Pellets\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/Clean-Pellets1-1.webp\"\n                    alt=\"Material 2\"><\/div>\n            <div class=\"gallery-item\"><img decoding=\"async\"\n                    src=\"https:\/\/plasticwashingmachine.net\/wp-content\/uploads\/2023\/12\/PET-Bottle-Pellets1-1.webp\"\n                    alt=\"PET Pellets\"><\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-gallery\" style=\"background: #fff; padding-top: 0;\">\n        <div class=\"container reveal\">\n            <h2 class=\"typ-section-headline\" style=\"text-align: center; margin-bottom: 20px;\">Trusted by Industry\n                Leaders.<\/h2>\n        <\/div>\n        <div class=\"testimonial-slider reveal delay-200\">\n            <div class=\"testimonial-card\">\n                <div class=\"quote-icon\"><i class=\"fa fa-quote-left\"><\/i><\/div>\n                <p class=\"typ-body\">\"The washing line efficiency improved our output by 40%. The purity levels are\n                    exactly what our pelletizing lines needed.\"<\/p>\n                <div class=\"client-info\">\n                    <div class=\"client-avatar\"><\/div>\n                    <div><strong style=\"display: block;\">Client in SEA<\/strong><span\n                            style=\"font-size: 14px; color: #888;\">PET Recycling Plant<\/span><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"testimonial-card\">\n                <div class=\"quote-icon\"><i class=\"fa fa-quote-left\"><\/i><\/div>\n                <p class=\"typ-body\">\"Outstanding support. The engineers walked us through the installation remotely and\n                    everything worked perfectly on day one.\"<\/p>\n                <div class=\"client-info\">\n                    <div class=\"client-avatar\"><\/div>\n                    <div><strong style=\"display: block;\">Client in Europe<\/strong><span\n                            style=\"font-size: 14px; color: #888;\">Film Recycling Facility<\/span><\/div>\n                <\/div>\n            <\/div>\n            <div class=\"testimonial-card\">\n                <div class=\"quote-icon\"><i class=\"fa fa-quote-left\"><\/i><\/div>\n                <p class=\"typ-body\">\"Robust machines. We've been running them 24\/7 for two years with minimal\n                    maintenance required.\"<\/p>\n                <div class=\"client-info\">\n                    <div class=\"client-avatar\"><\/div>\n                    <div><strong style=\"display: block;\">Client in South America<\/strong><span\n                            style=\"font-size: 14px; color: #888;\">HDPE Recycling<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-specs\" style=\"padding: 60px 0; background-color: var(--bg-body);\">\n        <div class=\"container reveal\">\n            <details\n                style=\"border: 1px solid #e5e5e5; border-radius: 12px; padding: 20px; cursor: pointer; background: var(--bg-secondary);\">\n                <summary\n                    style=\"font-size: 20px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 0 10px;\">\n                    Technical Specifications\n                    <span\n                        style=\"font-size: 14px; color: var(--accent-blue); display: flex; align-items: center; gap: 8px;\">View\n                        Data <i class=\"fa fa-chevron-down\"><\/i><\/span>\n                <\/summary>\n                <div style=\"margin-top: 30px; overflow-x: auto;\">\n                    <table style=\"width: 100%; border-collapse: collapse; min-width: 600px;\">\n                        <thead>\n                            <tr style=\"border-bottom: 2px solid #e5e5e5;\">\n                                <th\n                                    style=\"text-align: left; padding: 15px; font-weight: 600; color: var(--text-secondary); font-size: 14px; text-transform: uppercase;\">\n                                    Capacity (kg\/h)<\/th>\n                                <th\n                                    style=\"text-align: left; padding: 15px; font-weight: 600; color: var(--text-secondary); font-size: 14px; text-transform: uppercase;\">\n                                    Install Power (kw)<\/th>\n                                <th\n                                    style=\"text-align: left; padding: 15px; font-weight: 600; color: var(--text-secondary); font-size: 14px; text-transform: uppercase;\">\n                                    Required Area (m\u00b2)<\/th>\n                                <th\n                                    style=\"text-align: left; padding: 15px; font-weight: 600; color: var(--text-secondary); font-size: 14px; text-transform: uppercase;\">\n                                    Required Staff<\/th>\n                                <th\n                                    style=\"text-align: left; padding: 15px; font-weight: 600; color: var(--text-secondary); font-size: 14px; text-transform: uppercase;\">\n                                    Water (m\u00b3\/h)<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr style=\"border-bottom: 1px solid rgba(0,0,0,0.05);\">\n                                <td style=\"padding: 15px; font-weight: 500;\">300<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">150<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">350<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">4-5<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">3<\/td>\n                            <\/tr>\n                            <tr style=\"border-bottom: 1px solid rgba(0,0,0,0.05);\">\n                                <td style=\"padding: 15px; font-weight: 500;\">500<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">230<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">460<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">5-6<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">4<\/td>\n                            <\/tr>\n                            <tr>\n                                <td style=\"padding: 15px; font-weight: 500;\">1000<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">430<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">500<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">6-8<\/td>\n                                <td style=\"padding: 15px; color: var(--text-secondary);\">5<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/details>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-faq\" style=\"padding: 100px 0; background-color: var(--bg-body);\">\n        <div class=\"container\">\n            <h2 class=\"typ-section-headline reveal\" style=\"text-align: center; margin-bottom: 60px;\">Questions you might\n                have.<\/h2>\n            <div class=\"faq-grid reveal delay-100\" style=\"max-width: 800px; margin: 0 auto;\">\n                <details class=\"faq-item\" style=\"border-bottom: 1px solid #e5e5e5; padding: 24px 0; cursor: pointer;\">\n                    <summary\n                        style=\"font-size: 20px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center;\">\n                        What materials can your washing line handle?\n                        <i class=\"fa fa-plus\" style=\"font-size: 14px; color: var(--accent-blue);\"><\/i>\n                    <\/summary>\n                    <p class=\"typ-body\" style=\"margin-top: 16px; font-size: 17px;\">\n                        Our systems are versatile and can handle PET bottles, HDPE milk bottles, PE films, PP woven\n                        bags, and rigid plastics like ABS\/PS from e-waste. We customize the component configuration\n                        based on your specific material.\n                    <\/p>\n                <\/details>\n                <details class=\"faq-item\" style=\"border-bottom: 1px solid #e5e5e5; padding: 24px 0; cursor: pointer;\">\n                    <summary\n                        style=\"font-size: 20px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center;\">\n                        What capacity options do you offer?\n                        <i class=\"fa fa-plus\" style=\"font-size: 14px; color: var(--accent-blue);\"><\/i>\n                    <\/summary>\n                    <p class=\"typ-body\" style=\"margin-top: 16px; font-size: 17px;\">\n                        We offer standard lines ranging from 500kg\/h to 3000kg\/h output capacity. For larger recycling\n                        plants, we can engineer custom high-throughput solutions up to 5 tons per hour.\n                    <\/p>\n                <\/details>\n                <details class=\"faq-item\" style=\"border-bottom: 1px solid #e5e5e5; padding: 24px 0; cursor: pointer;\">\n                    <summary\n                        style=\"font-size: 20px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center;\">\n                        Do you provide installation and training?\n                        <i class=\"fa fa-plus\" style=\"font-size: 14px; color: var(--accent-blue);\"><\/i>\n                    <\/summary>\n                    <p class=\"typ-body\" style=\"margin-top: 16px; font-size: 17px;\">\n                        Yes, we send experienced engineers to your site for installation, commissioning, and staff\n                        training. We also provide lifetime remote technical support and 24\/7 online assistance.\n                    <\/p>\n                <\/details>\n                <details class=\"faq-item\" style=\"border-bottom: 1px solid #e5e5e5; padding: 24px 0; cursor: pointer;\">\n                    <summary\n                        style=\"font-size: 20px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center;\">\n                        How long is the delivery time?\n                        <i class=\"fa fa-plus\" style=\"font-size: 14px; color: var(--accent-blue);\"><\/i>\n                    <\/summary>\n                    <p class=\"typ-body\" style=\"margin-top: 16px; font-size: 17px;\">\n                        Standard washing lines typically take 60-90 days to manufacture and test. Custom or larger\n                        capacity lines may require additional time. We provide a strict project timeline upon order\n                        confirmation.\n                    <\/p>\n                <\/details>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-quote\">\n        <div class=\"container reveal\">\n            <h2 class=\"typ-section-headline\">Ready to upgrade your recycling plant?<\/h2>\n            <div style=\"margin-top: 40px;\">\n                <a href=\"\/contact-us\" class=\"cta-btn\">Get a Solution<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>\n\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\r\n\t<\/div>\r\n<\/div>\r\n\r\n\r\n\t<\/div>\r\n\r\n<div class=\"vc_row-full-width vc_clearfix\"><\/div>\r\n\n<\/div>","protected":false},"excerpt":{"rendered":"L\u00ednea de Lavado de Pl\u00e1stico. Pureza en el rendimiento. Eficiencia sin igual. Solicitar Cotizaci\u00f3n Ver Planos Todo lo necesario para la moderna reciclaci\u00f3n. Soluciones completas dise\u00f1adas para manejar los desechos pl\u00e1sticos m\u00e1s duros con facilidad. Soluciones Pre- Dise\u00f1o Personalizadas. Nuestro equipo de pre-venta ofrece servicios de dise\u00f1o gratuitos para optimizar la l\u00ednea seg\u00fan la disposici\u00f3n espec\u00edfica de su f\u00e1brica y necesidades de materiales. Ingenier\u00eda de Precisi\u00f3n en Fabricaci\u00f3n. Ingenier\u00eda CNC avanzada \u2026 <a href=\"https:\/\/plasticwashingmachine.net\/es\/\" class=\"more-link\">Seguir leyendo <span class=\"screen-reader-text\">L\u00ednea de lavado de pl\u00e1stico<\/span><\/a>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":7,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3853","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/plasticwashingmachine.net\/es\/wp-json\/wp\/v2\/pages\/3853","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plasticwashingmachine.net\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/plasticwashingmachine.net\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/plasticwashingmachine.net\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plasticwashingmachine.net\/es\/wp-json\/wp\/v2\/comments?post=3853"}],"version-history":[{"count":0,"href":"https:\/\/plasticwashingmachine.net\/es\/wp-json\/wp\/v2\/pages\/3853\/revisions"}],"wp:attachment":[{"href":"https:\/\/plasticwashingmachine.net\/es\/wp-json\/wp\/v2\/media?parent=3853"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}