{"id":1693,"date":"2025-12-01T15:10:20","date_gmt":"2025-12-01T07:10:20","guid":{"rendered":"https:\/\/plastic-recycled.com\/?p=1693"},"modified":"2025-12-01T15:10:21","modified_gmt":"2025-12-01T07:10:21","slug":"calculadora-de-reciclaje-de-plastico","status":"publish","type":"post","link":"https:\/\/plastic-recycled.com\/es\/calculadora-de-reciclaje-de-plastico\/","title":{"rendered":"Calculadora de reciclaje de pl\u00e1sticos"},"content":{"rendered":"<style>\n  \/* \u5c40\u90e8\u6837\u5f0f\uff1aApple \u98ce\u683c + \u9ad8\u5ea6\u51b2\u7a81\u4fee\u590d\u7248 *\/\n  .calc-container-wrapper {\n    max-width: 720px;\n    margin: 40px auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1d1d1f;\n  }\n\n  \/* \u5361\u7247\u4e3b\u4f53 *\/\n  .calc-card {\n    background: #ffffff;\n    border-radius: 24px;\n    padding: 48px;\n    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);\n    border: 1px solid rgba(0, 0, 0, 0.06);\n    text-align: center;\n    transition: transform 0.3s ease;\n  }\n\n  .calc-card:hover {\n    transform: translateY(-2px);\n  }\n\n  \/* \u6807\u9898\u533a\u57df *\/\n  .calc-header h2 {\n    font-size: 32px;\n    font-weight: 700;\n    margin-bottom: 12px;\n    letter-spacing: -0.02em;\n    color: #1d1d1f;\n    line-height: 1.2;\n  }\n\n  .calc-header p {\n    font-size: 17px;\n    color: #86868b;\n    margin-bottom: 35px;\n    line-height: 1.5;\n  }\n\n  \/* \u8868\u5355\u7f51\u683c *\/\n  .calc-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-bottom: 25px;\n    text-align: left;\n  }\n\n  \/* \u8f93\u5165\u6846\u6807\u7b7e *\/\n  .calc-label {\n    display: block;\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: #424245;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* \n   * \u6838\u5fc3\u4fee\u590d\u90e8\u5206 \n   * \u4f7f\u7528 !important \u8986\u76d6\u4e3b\u9898\u7684\u9ed8\u8ba4\u9ad8\u5ea6\u8bbe\u7f6e\n   *\/\n  .calc-select, .calc-input {\n    display: block;\n    width: 100%;\n    \/* \u5f3a\u5236\u91cd\u7f6e\u9ad8\u5ea6\uff0c\u9632\u6b62\u6587\u5b57\u88ab\u5207\u65ad *\/\n    height: auto !important; \n    min-height: 52px !important; \n    padding: 14px 16px !important;\n    \n    font-size: 16px !important;\n    line-height: 1.5 !important;\n    border: 1px solid #d2d2d7;\n    border-radius: 12px;\n    background-color: #fbfbfd;\n    color: #1d1d1f;\n    outline: none;\n    box-sizing: border-box;\n    appearance: none;\n    -webkit-appearance: none;\n    margin: 0;\n  }\n\n  \/* \u81ea\u5b9a\u4e49 Select \u7bad\u5934\u5bb9\u5668 *\/\n  .select-wrapper {\n    position: relative;\n    width: 100%;\n  }\n  \n  \/* \u81ea\u5b9a\u4e49\u7bad\u5934\u56fe\u6807 *\/\n  .select-wrapper::after {\n    content: \"\";\n    position: absolute;\n    right: 16px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 10px;\n    height: 10px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%2386868b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C\/polyline%3E%3C\/svg%3E\");\n    background-repeat: no-repeat;\n    background-size: contain;\n    pointer-events: none;\n  }\n\n  .calc-select:focus, .calc-input:focus {\n    border-color: #49a594;\n    background-color: #fff;\n    box-shadow: 0 0 0 4px rgba(73, 165, 148, 0.15);\n  }\n\n  \/* \u8ba1\u7b97\u6309\u94ae *\/\n  .calc-btn {\n    width: 100%;\n    background-color: #49a594;\n    color: white;\n    font-size: 18px;\n    font-weight: 600;\n    padding: 16px;\n    border: none;\n    border-radius: 980px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    margin-top: 15px;\n    box-shadow: 0 4px 14px rgba(73, 165, 148, 0.3);\n    height: auto !important;\n  }\n\n  .calc-btn:hover {\n    background-color: #3b8c7d;\n    transform: scale(1.01);\n    box-shadow: 0 6px 20px rgba(73, 165, 148, 0.4);\n  }\n\n  \/* \u7ed3\u679c\u533a\u57df *\/\n  .calc-result-box {\n    margin-top: 30px;\n    padding-top: 30px;\n    border-top: 1px solid #eee;\n    display: none;\n    animation: fadeIn 0.5s ease;\n  }\n\n  .result-label {\n    font-size: 15px;\n    color: #86868b;\n    margin-bottom: 5px;\n    font-weight: 500;\n  }\n\n  .result-value {\n    font-size: 42px;\n    font-weight: 700;\n    color: #49a594;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .calc-error {\n    color: #ff3b30;\n    font-size: 15px;\n    margin-top: 15px;\n    display: none;\n    font-weight: 500;\n  }\n\n  .calc-disclaimer {\n    margin-top: 30px;\n    font-size: 13px;\n    color: #86868b;\n    background: #f5f5f7;\n    padding: 15px;\n    border-radius: 12px;\n    line-height: 1.5;\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; transform: translateY(10px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @media (max-width: 600px) {\n    .calc-card { padding: 30px 20px; }\n    .calc-grid { grid-template-columns: 1fr; gap: 15px; }\n    .calc-header h2 { font-size: 26px; }\n  }\n<\/style>\n\n<div class=\"calc-container-wrapper\">\n  <div class=\"calc-card\">\n    <div class=\"calc-header\">\n      <h2>Calcular el Valor del Desecho Pl\u00e1stico<\/h2>\n      <p>Estime los ingresos potenciales de sus residuos pl\u00e1sticos. Seleccione el tipo espec\u00edfico de resina (PET, HDPE, PP, etc.) e ingrese el peso para obtener una estimaci\u00f3n del valor de mercado.<\/p>\n    <\/div>\n\n    <div class=\"calc-grid\">\n      <!-- Material Selector -->\n      <div>\n        <label class=\"calc-label\" for=\"plastic-type\">Tipo de Resina Pl\u00e1stica<\/label>\n        <div class=\"select-wrapper\">\n          <select id=\"plastic-type\" class=\"calc-select\">\n            <option value=\"\" disabled selected>Seleccionar c\u00f3digo pl\u00e1stico\u2026<\/option>\n            <option value=\"0.23\">#1 PET (Botellas\/Termoformados)<\/option>\n            <option value=\"0.33\">#2 HDPE (Envases\/Tuber\u00edas)<\/option>\n            <option value=\"0.12\">#4 LDPE (Pel\u00edcula\/Embalaje)<\/option>\n            <option value=\"0.18\">#5 PP (Polipropileno)<\/option>\n            <option value=\"0.15\">#6 PS (Poliestireno)<\/option>\n            <option value=\"0.08\">#7 Pl\u00e1sticos Mezclados<\/option>\n          <\/select>\n        <\/div>\n      <\/div>\n\n      <!-- Weight Input -->\n      <div>\n        <label class=\"calc-label\" for=\"plastic-weight\">Peso (kg)<\/label>\n        <input type=\"number\" id=\"plastic-weight\" class=\"calc-input\" placeholder=\"ej. 100\" min=\"0\" step=\"0.1\">\n      <\/div>\n    <\/div>\n\n    <button id=\"calc-plastic-btn\" class=\"calc-btn\">Estimar Valor<\/button>\n    <div id=\"calc-error-msg\" class=\"calc-error\">\u26a0\ufe0f Por favor seleccione un tipo de pl\u00e1stico e ingrese un peso v\u00e1lido.<\/div>\n\n    <!-- Result Display -->\n    <div id=\"calc-result-area\" class=\"calc-result-box\">\n      <div class=\"result-label\">Valor de Mercado Estimado<\/div>\n      <div class=\"result-value\" id=\"final-price\">$0.00<\/div>\n    <\/div>\n\n    <div class=\"calc-disclaimer\">\n      *Aviso: Los valores son estimados seg\u00fan tasas promedio de mercado (USD). Los precios reales dependen de la pureza del pl\u00e1stico, forma (compactado\/regranulado), cantidad y demanda local.\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function() {\n    const btn = document.getElementById(\"calc-plastic-btn\");\n    const typeSelect = document.getElementById('plastic-type');\n    const weightInput = document.getElementById('plastic-weight');\n    const resultArea = document.getElementById('calc-result-area');\n    const resultValue = document.getElementById('final-price');\n    const errorMsg = document.getElementById('calc-error-msg');\n\n    btn.addEventListener(\"click\", function() {\n      const pricePerKg = parseFloat(typeSelect.value);\n      const weight = parseFloat(weightInput.value);\n\n      resultArea.style.display = 'none';\n      errorMsg.style.display = 'none';\n\n      if (isNaN(pricePerKg) || isNaN(weight) || weight <= 0) {\n        errorMsg.style.display = 'block';\n        \/\/ \u7b80\u5355\u7684\u6296\u52a8\u52a8\u753b\n        btn.style.transform = 'translateX(5px)';\n        setTimeout(() => btn.style.transform = 'none', 100);\n        return;\n      }\n\n      const total = pricePerKg * weight;\n\n      \/\/ \u6a21\u62df\u8ba1\u7b97\u5ef6\u8fdf\u6548\u679c\n      setTimeout(() => {\n        resultValue.textContent = '$' + total.toLocaleString('en-US', {minimumFractionDigits: 2, maximumFractionDigits: 2});\n        resultArea.style.display = 'block';\n      }, 100);\n    });\n  });\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Calculate Plastic Scrap Value Estimate the potential revenue from your plastic waste. Select the specific resin type (PET, HDPE, PP, etc.) and enter the weight to get a market value estimate. Plastic Resin Type Select plastic code&#8230;#1 PET (Bottles\/Thermoforms)#2 HDPE (Containers\/Pipe)#4 LDPE (Film\/Wrap)#5 PP (Polypropylene)#6 PS (Polystyrene)#7 Mixed Plastics Weight (kg) Estimate Value \u26a0\ufe0f Please [&#8230;]\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1693","post","type-post","status-publish","format-standard","hentry","category-plastic-recycling"],"_links":{"self":[{"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/posts\/1693","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/types\/post"}],"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=1693"}],"version-history":[{"count":0,"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/posts\/1693\/revisions"}],"wp:attachment":[{"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/media?parent=1693"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/categories?post=1693"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plastic-recycled.com\/es\/wp-json\/wp\/v2\/tags?post=1693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}