{"id":619,"date":"2025-06-18T09:58:18","date_gmt":"2025-06-18T01:58:18","guid":{"rendered":"https:\/\/plastic-recycled.com\/?page_id=619"},"modified":"2025-06-18T09:58:20","modified_gmt":"2025-06-18T01:58:20","slug":"plastic-recycled","status":"publish","type":"page","link":"https:\/\/plastic-recycled.com\/es\/","title":{"rendered":"Reciclado de Pl\u00e1stico"},"content":{"rendered":"\n    <!-- Tailwind CSS CDN -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Font Awesome Icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <!-- ECharts CDN -->\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/echarts@5.4.3\/dist\/echarts.min.js\"><\/script>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700;900&display=swap');\n        \n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: #f8fafc;\n            overflow-x: hidden;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .aurora-gradient {\n            background: linear-gradient(135deg, #10b981 0%, #059669 20%, #047857 40%, #065f46 60%, #064e3b 80%);\n            background-size: 200% 200%;\n            animation: aurora 12s ease infinite;\n        }\n        \n        @keyframes aurora {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n        \n        .hero-section {\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero-title {\n            font-size: clamp(3rem, 8vw, 7rem);\n            line-height: 1.1;\n            text-shadow: 0 4px 20px rgba(0,0,0,0.15);\n        }\n        \n        .stat-number {\n            font-size: clamp(4rem, 10vw, 8rem);\n            line-height: 1;\n            text-shadow: 0 4px 20px rgba(0,0,0,0.15);\n        }\n        \n        .eco-icon {\n            transition: all 0.5s ease;\n            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));\n        }\n        \n        .eco-icon:hover {\n            transform: translateY(-10px) scale(1.1);\n        }\n        \n        .step-card {\n            transition: all 0.4s ease;\n            border-radius: 20px;\n            overflow: hidden;\n        }\n        \n        .step-card:hover {\n            transform: translateY(-15px);\n            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);\n        }\n        \n        .chart-container {\n            height: 400px;\n            width: 100%;\n        }\n        \n        .parallax-element {\n            transition: transform 0.3s ease-out;\n        }\n        \n        .fade-in {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        \n        .fade-in.appear {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .scroll-down {\n            position: absolute;\n            bottom: 40px;\n            left: 50%;\n            transform: translateX(-50%);\n            animation: bounce 2s infinite;\n        }\n        \n        @keyframes bounce {\n            0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}\n            40% {transform: translateY(-20px) translateX(-50%);}\n            60% {transform: translateY(-10px) translateX(-50%);}\n        }\n        \n        .floating {\n            animation: floating 8s ease-in-out infinite;\n        }\n        \n        @keyframes floating {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-20px); }\n            100% { transform: translateY(0px); }\n        }\n        \n        .recycle-symbol {\n            animation: spin 20s linear infinite;\n        }\n        \n        @keyframes spin {\n            100% { transform: rotate(360deg); }\n        }\n        \n        .plastic-bottle {\n            position: absolute;\n            opacity: 0.2;\n            z-index: 0;\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero-section aurora-gradient text-white relative\">\n        <div class=\"absolute inset-0 z-0 overflow-hidden\">\n            <div class=\"plastic-bottle floating\" style=\"top: 15%; left: 10%; font-size: 8rem;\">\n                <i class=\"fas fa-wine-bottle\"><\/i>\n            <\/div>\n            <div class=\"plastic-bottle floating\" style=\"top: 25%; right: 15%; font-size: 12rem; animation-delay: -2s;\">\n                <i class=\"fas fa-wine-bottle\"><\/i>\n            <\/div>\n            <div class=\"plastic-bottle floating\" style=\"bottom: 20%; left: 20%; font-size: 10rem; animation-delay: -4s;\">\n                <i class=\"fas fa-wine-bottle\"><\/i>\n            <\/div>\n            <div class=\"plastic-bottle floating\" style=\"bottom: 30%; right: 25%; font-size: 6rem; animation-delay: -6s;\">\n                <i class=\"fas fa-wine-bottle\"><\/i>\n            <\/div>\n        <\/div>\n        \n        <div class=\"container mx-auto px-6 py-24 relative z-10\">\n            <div class=\"max-w-4xl mx-auto text-center\">\n                <h1 class=\"hero-title font-black mb-6\">\n                    Transforming Plastic Waste<br>Into <span class=\"text-emerald-200\">Resources<\/span>\n                <\/h1>\n                <p class=\"text-xl md:text-2xl opacity-90 max-w-2xl mx-auto mb-12\">\n                    Join the global movement to reduce plastic pollution and create a sustainable future for our planet.\n                <\/p>\n                <div class=\"flex justify-center gap-4\">\n                    <a href=\"#action\" class=\"bg-white text-emerald-800 font-bold py-4 px-8 rounded-full text-lg hover:bg-emerald-100 transition-all duration-300 transform hover:scale-105 shadow-lg\">\n                        Take Action\n                    <\/a>\n                    <a href=\"#learn\" class=\"bg-transparent border-2 border-white text-white font-bold py-4 px-8 rounded-full text-lg hover:bg-white\/10 transition-all duration-300\">\n                        Learn More\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"scroll-down\">\n            <i class=\"fas fa-chevron-down text-white text-2xl\"><\/i>\n        <\/div>\n    <\/section>\n    \n    <!-- Statistics Section -->\n    <section class=\"py-24 bg-white\" id=\"learn\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center max-w-3xl mx-auto mb-20\">\n                <h2 class=\"text-4xl md:text-5xl font-black text-gray-900 mb-6\">\n                    The <span class=\"text-emerald-600\">Plastic<\/span> Challenge\n                <\/h2>\n                <p class=\"text-xl text-gray-600\">\n                    Plastic pollution is one of the most pressing environmental issues of our time. Here&#8217;s why we need to act now.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-12 mb-20\">\n                <div class=\"text-center fade-in\">\n                    <div class=\"text-emerald-600 mb-4\">\n                        <i class=\"fas fa-industry text-6xl eco-icon\"><\/i>\n                    <\/div>\n                    <div class=\"stat-number font-black text-gray-900 mb-2\">400M<\/div>\n                    <h3 class=\"text-2xl font-bold text-gray-800 mb-3\">Tons Produced<\/h3>\n                    <p class=\"text-gray-600\">Annual global plastic production<\/p>\n                <\/div>\n                \n                <div class=\"text-center fade-in\">\n                    <div class=\"text-emerald-600 mb-4\">\n                        <i class=\"fas fa-recycle text-6xl eco-icon\"><\/i>\n                    <\/div>\n                    <div class=\"stat-number font-black text-gray-900 mb-2\">9%<\/div>\n                    <h3 class=\"text-2xl font-bold text-gray-800 mb-3\">Recycled<\/h3>\n                    <p class=\"text-gray-600\">Only 9% of all plastic ever produced has been recycled<\/p>\n                <\/div>\n                \n                <div class=\"text-center fade-in\">\n                    <div class=\"text-emerald-600 mb-4\">\n                        <i class=\"fas fa-fish text-6xl eco-icon\"><\/i>\n                    <\/div>\n                    <div class=\"stat-number font-black text-gray-900 mb-2\">100K<\/div>\n                    <h3 class=\"text-2xl font-bold text-gray-800 mb-3\">Marine Life<\/h3>\n                    <p class=\"text-gray-600\">Marine animals killed by plastics each year<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- ECharts Visualization -->\n            <div class=\"max-w-6xl mx-auto bg-gray-50 rounded-3xl p-8 shadow-lg fade-in\">\n                <h3 class=\"text-2xl font-bold text-center text-gray-800 mb-8\">Global Plastic Waste Management (2019)<\/h3>\n                <div class=\"chart-container\" id=\"plastic-chart\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Recycling Process -->\n    <section class=\"py-24 bg-gradient-to-br from-emerald-50 to-cyan-50\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center max-w-3xl mx-auto mb-20\">\n                <h2 class=\"text-4xl md:text-5xl font-black text-gray-900 mb-6\">\n                    The <span class=\"text-emerald-600\">Recycling<\/span> Journey\n                <\/h2>\n                <p class=\"text-xl text-gray-600\">\n                    Understanding how plastic recycling works is the first step to making a difference.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid grid-cols-1 md:grid-cols-4 gap-8\">\n                <div class=\"step-card bg-white fade-in\">\n                    <div class=\"p-8\">\n                        <div class=\"w-20 h-20 rounded-full bg-emerald-100 flex items-center justify-center mb-6\">\n                            <span class=\"text-emerald-600 text-3xl\">1<\/span>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Collection<\/h3>\n                        <p class=\"text-gray-600 mb-4\">Plastic waste is collected from homes, businesses, and public spaces through various recycling programs.<\/p>\n                        <div class=\"text-emerald-600 text-4xl\">\n                            <i class=\"fas fa-trash-alt\"><\/i>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card bg-white fade-in\">\n                    <div class=\"p-8\">\n                        <div class=\"w-20 h-20 rounded-full bg-emerald-100 flex items-center justify-center mb-6\">\n                            <span class=\"text-emerald-600 text-3xl\">2<\/span>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Sorting<\/h3>\n                        <p class=\"text-gray-600 mb-4\">Plastics are sorted by type and color using both automated systems and manual labor.<\/p>\n                        <div class=\"text-emerald-600 text-4xl\">\n                            <i class=\"fas fa-object-group\"><\/i>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card bg-white fade-in\">\n                    <div class=\"p-8\">\n                        <div class=\"w-20 h-20 rounded-full bg-emerald-100 flex items-center justify-center mb-6\">\n                            <span class=\"text-emerald-600 text-3xl\">3<\/span>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Processing<\/h3>\n                        <p class=\"text-gray-600 mb-4\">Sorted plastics are cleaned, shredded, melted, and reformed into pellets or flakes.<\/p>\n                        <div class=\"text-emerald-600 text-4xl\">\n                            <i class=\"fas fa-cogs\"><\/i>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card bg-white fade-in\">\n                    <div class=\"p-8\">\n                        <div class=\"w-20 h-20 rounded-full bg-emerald-100 flex items-center justify-center mb-6\">\n                            <span class=\"text-emerald-600 text-3xl\">4<\/span>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Manufacturing<\/h3>\n                        <p class=\"text-gray-600 mb-4\">Recycled plastic materials are used to create new products, completing the circular economy.<\/p>\n                        <div class=\"text-emerald-600 text-4xl\">\n                            <i class=\"fas fa-shopping-bag\"><\/i>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Call to Action -->\n    <section class=\"py-24 bg-emerald-900 text-white relative\" id=\"action\">\n        <div class=\"absolute inset-0 z-0 overflow-hidden\">\n            <div class=\"recycle-symbol absolute -right-20 -top-20 opacity-10\" style=\"font-size: 40rem;\">\n                <i class=\"fas fa-recycle\"><\/i>\n            <\/div>\n        <\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"max-w-4xl mx-auto text-center\">\n                <h2 class=\"text-4xl md:text-5xl font-black mb-6\">\n                    Be Part of the <span class=\"text-emerald-300\">Solution<\/span>\n                <\/h2>\n                <p class=\"text-xl opacity-90 max-w-2xl mx-auto mb-10\">\n                    Your actions today can create a cleaner, healthier planet for tomorrow. Start making a difference with these simple steps.\n                <\/p>\n                \n                <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mb-16\">\n                    <div class=\"bg-emerald-800\/50 p-8 rounded-2xl fade-in\">\n                        <div class=\"text-5xl text-emerald-300 mb-6\">\n                            <i class=\"fas fa-recycle\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold mb-4\">Recycle Properly<\/h3>\n                        <p>Learn what plastics your local facility accepts and clean items before recycling.<\/p>\n                    <\/div>\n                    \n                    <div class=\"bg-emerald-800\/50 p-8 rounded-2xl fade-in\">\n                        <div class=\"text-5xl text-emerald-300 mb-6\">\n                            <i class=\"fas fa-ban\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold mb-4\">Reduce Consumption<\/h3>\n                        <p>Choose reusable alternatives and avoid single-use plastics whenever possible.<\/p>\n                    <\/div>\n                    \n                    <div class=\"bg-emerald-800\/50 p-8 rounded-2xl fade-in\">\n                        <div class=\"text-5xl text-emerald-300 mb-6\">\n                            <i class=\"fas fa-bullhorn\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold mb-4\">Spread Awareness<\/h3>\n                        <p>Educate others about plastic pollution and advocate for better policies.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-8 max-w-2xl mx-auto fade-in\">\n                    <h3 class=\"text-2xl font-bold mb-4\">Join Our Newsletter<\/h3>\n                    <p class=\"mb-6 opacity-90\">Get the latest updates on recycling initiatives and sustainability tips.<\/p>\n<div class='fluentform ff-default fluentform_wrapper_2 ffs_default_wrap'><form data-form_id=\"2\" id=\"fluentform_2\" class=\"frm-fluent-form fluent_form_2 ff-el-form-top ff_form_instance_2_1 ff-form-loading ff_has_v3_recptcha ffs_default\" data-form_instance=\"ff_form_instance_2_1\" method=\"POST\" data-recptcha_key=\"6LdUkLYrAAAAALSojuPVJTB5kpj6euQuAFo8_R0j\" ><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;\">Subscription Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='619' \/><input type=\"hidden\" id=\"_fluentform_2_fluentformnonce\" name=\"_fluentform_2_fluentformnonce\" value=\"d919117eec\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/es\/wp-json\/wp\/v2\/pages\/619\" \/><div data-name=\"ff_cn_id_1\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group'><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_2_email\" class=\"ff-el-form-control\" placeholder=\"Your Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group ff-text-left ff_submit_btn_wrapper ff_submit_btn_wrapper_custom'><button class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style wpf_has_custom_css\" type=\"submit\" name=\"custom_submit_button-2_1\" data-name=\"custom_submit_button-2_1\"  aria-label=\"Subscribe\">Subscribe<\/button><style>form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit { background-color:rgba(4, 159, 130, 1);border-color:rgba(4, 159, 130, 1);color:#ffffff;min-width:100%; }form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover { background-color:#ffffff;border-color:#1a7efb;color:#1a7efb;min-width:100%; } <\/style><\/div><\/div><\/div><\/fieldset><\/form><div id='fluentform_2_errors' class='ff-errors-in-stack ff_form_instance_2_1 ff-form-loading_errors ff_form_instance_2_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_2_1 = {\"id\":\"2\",\"ajaxUrl\":\"https:\\\/\\\/plastic-recycled.com\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_2_1\",\"form_id_selector\":\"fluentform_2\",\"rules\":{\"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\"}}},\"debounce_time\":300};\n                            <\/script>\n            \n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <script>\n        \/\/ Initialize ECharts chart\n        const chartDom = document.getElementById('plastic-chart');\n        const myChart = echarts.init(chartDom);\n        \n        const option = {\n            tooltip: {\n                trigger: 'axis',\n                axisPointer: {\n                    type: 'shadow'\n                }\n            },\n            legend: {\n                data: ['Inadequately Managed', 'Incinerated', 'Recycled', 'Landfilled'],\n                textStyle: {\n                    color: '#4b5563'\n                }\n            },\n            grid: {\n                left: '3%',\n                right: '4%',\n                bottom: '3%',\n                containLabel: true\n            },\n            xAxis: {\n                type: 'category',\n                data: ['North America', 'Europe', 'Asia', 'South America', 'Africa', 'Oceania'],\n                axisLine: {\n                    lineStyle: {\n                        color: '#9ca3af'\n                    }\n                },\n                axisLabel: {\n                    color: '#4b5563'\n                }\n            },\n            yAxis: {\n                type: 'value',\n                name: 'Percentage (%)',\n                nameTextStyle: {\n                    color: '#4b5563',\n                    padding: [0, 0, 0, 40]\n                },\n                axisLine: {\n                    lineStyle: {\n                        color: '#9ca3af'\n                    }\n                },\n                axisLabel: {\n                    color: '#4b5563'\n                },\n                splitLine: {\n                    lineStyle: {\n                        color: '#e5e7eb'\n                    }\n                }\n            },\n            series: [\n                {\n                    name: 'Inadequately Managed',\n                    type: 'bar',\n                    stack: 'total',\n                    emphasis: {\n                        focus: 'series'\n                    },\n                    itemStyle: {\n                        color: '#ef4444'\n                    },\n                    data: [5, 8, 45, 38, 42, 15]\n                },\n                {\n                    name: 'Incinerated',\n                    type: 'bar',\n                    stack: 'total',\n                    emphasis: {\n                        focus: 'series'\n                    },\n                    itemStyle: {\n                        color: '#f97316'\n                    },\n                    data: [15, 25, 12, 5, 3, 10]\n                },\n                {\n                    name: 'Recycled',\n                    type: 'bar',\n                    stack: 'total',\n                    emphasis: {\n                        focus: 'series'\n                    },\n                    itemStyle: {\n                        color: '#10b981'\n                    },\n                    data: [20, 30, 15, 8, 5, 25]\n                },\n                {\n                    name: 'Landfilled',\n                    type: 'bar',\n                    stack: 'total',\n                    emphasis: {\n                        focus: 'series'\n                    },\n                    itemStyle: {\n                        color: '#8b5cf6'\n                    },\n                    data: [60, 37, 28, 49, 50, 50]\n                }\n            ]\n        };\n        \n        myChart.setOption(option);\n        \n        \/\/ Handle window resize for chart responsiveness\n        window.addEventListener('resize', function() {\n            myChart.resize();\n        });\n        \n        \/\/ Scroll animations\n        document.addEventListener('DOMContentLoaded', function() {\n            const fadeElements = document.querySelectorAll('.fade-in');\n            \n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('appear');\n                    }\n                });\n            }, {\n                threshold: 0.1,\n                rootMargin: '0px 0px -100px 0px'\n            });\n            \n            fadeElements.forEach(element => {\n                observer.observe(element);\n            });\n            \n            \/\/ Parallax effect for hero elements\n            const heroSection = document.querySelector('.hero-section');\n            const bottles = document.querySelectorAll('.plastic-bottle');\n            \n            window.addEventListener('scroll', () => {\n                const scrollPosition = window.pageYOffset;\n                \n                bottles.forEach((bottle, index) => {\n                    const speed = 0.05 + (index * 0.02);\n                    const offset = scrollPosition * speed;\n                    bottle.style.transform = `translateY(${offset}px)`;\n                });\n            });\n        });\n    <\/script>\n<\/body>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Transforming Plastic WasteInto Resources Join the global movement to reduce plastic pollution and create a sustainable future for our planet. Take Action Learn More The Plastic Challenge Plastic pollution is one of the most pressing environmental issues of our time. Here&#8217;s why we need to act now. 400M Tons Produced Annual global plastic production 9% [&#8230;]\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-619","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/pages\/619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/comments?post=619"}],"version-history":[{"count":0,"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/pages\/619\/revisions"}],"wp:attachment":[{"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/media?parent=619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}