{"id":4731,"date":"2025-08-26T16:10:13","date_gmt":"2025-08-26T16:10:13","guid":{"rendered":"https:\/\/digxia.com\/?page_id=4731"},"modified":"2025-09-03T15:01:22","modified_gmt":"2025-09-03T15:01:22","slug":"4731-2","status":"publish","type":"page","link":"https:\/\/digxia.com\/?page_id=4731","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Informe de Reducci\u00f3n de Contenido Negativo<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n  <style>\n    :root {\n      --primary: #3b82f6;\n      --success: #10b981;\n      --danger: #ef4444;\n      --accent: #6366f1;\n      --bg: #f9fafb;\n      --card-bg: #fff;\n      --text: #111827;\n      --border-radius: 16px;\n      --shadow: 0 8px 32px rgba(0, 0, 0, 0.08);\n      --gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    }\n\n    * {\n      box-sizing: border-box;\n      scroll-behavior: smooth;\n    }\n\n    body {\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      margin: 0;\n      background: var(--gradient);\n      color: var(--text);\n      overflow-x: hidden;\n      min-height: 100vh;\n    }\n\n    .container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 2rem;\n      opacity: 0;\n      transform: translateY(20px);\n      animation: fadeInUp 1s ease forwards;\n    }\n\n    @keyframes fadeInUp {\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    header {\n      text-align: center;\n      padding: 4rem 2rem;\n      border-radius: var(--border-radius);\n      background: rgba(255, 255, 255, 0.95);\n      backdrop-filter: blur(20px);\n      box-shadow: var(--shadow);\n      margin-bottom: 3rem;\n      animation: fadeIn 1.5s ease forwards;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n    }\n\n    header h1 {\n      font-size: 3.5rem;\n      font-weight: 800;\n      background: var(--gradient);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      margin-bottom: 1rem;\n      animation: fadeIn 1.5s ease forwards;\n      letter-spacing: -0.02em;\n    }\n\n    header .subtitle {\n      font-size: 1.3rem;\n      color: #6b7280;\n      font-weight: 400;\n      animation: fadeIn 2s ease forwards;\n    }\n\n    .card {\n      background: rgba(255, 255, 255, 0.95);\n      backdrop-filter: blur(20px);\n      border-radius: var(--border-radius);\n      padding: 3rem;\n      box-shadow: var(--shadow);\n      margin-bottom: 3rem;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      opacity: 0;\n      transform: translateY(30px);\n      animation: fadeInUpCard 1s ease forwards;\n      animation-delay: 0.3s;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n    }\n\n    .card:nth-child(1) { animation-delay: 0.3s; }\n    .card:nth-child(2) { animation-delay: 0.6s; }\n    .card:nth-child(3) { animation-delay: 0.9s; }\n\n    @keyframes fadeInUpCard {\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .card:hover {\n      transform: translateY(-12px);\n      box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n    }\n\n    .card h2 {\n      font-size: 2.2rem;\n      font-weight: 700;\n      background: var(--gradient);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      margin-bottom: 2rem;\n      border-bottom: 2px solid #e5e7eb;\n      padding-bottom: 1rem;\n      letter-spacing: -0.01em;\n    }\n\n    .chart-container {\n      height: 500px;\n      margin-top: 2rem;\n      animation: fadeIn 1s ease forwards;\n      position: relative;\n    }\n\n    .summary {\n      background: linear-gradient(135deg, #eff6ff, #dbeafe);\n      border-left: 6px solid var(--primary);\n      padding: 2rem;\n      border-radius: 12px;\n      font-size: 1.1rem;\n      margin-top: 2rem;\n      font-weight: 500;\n      line-height: 1.7;\n    }\n\n    .highlight {\n      color: var(--primary);\n      font-weight: 700;\n      font-size: 1.3rem;\n    }\n\n    .improvement {\n      background: var(--success);\n      color: white;\n      padding: 0.4em 0.8em;\n      font-size: 1rem;\n      font-weight: 600;\n      border-radius: 8px;\n      margin-left: 0.5rem;\n      display: inline-block;\n    }\n\n    ul {\n      margin-top: 1.5rem;\n      padding-left: 1.5rem;\n    }\n\n    li {\n      margin-bottom: 1rem;\n      font-size: 1.1rem;\n      line-height: 1.6;\n    }\n\n    footer {\n      text-align: center;\n      margin-top: 4rem;\n      padding: 3rem 0;\n      color: rgba(255, 255, 255, 0.8);\n      font-size: 1rem;\n      border-top: 1px solid rgba(255, 255, 255, 0.2);\n    }\n\n    .reset-button {\n      display: block;\n      margin: 3rem auto;\n      padding: 1rem 2rem;\n      background: var(--gradient);\n      color: white;\n      border: none;\n      border-radius: 12px;\n      font-size: 1.1rem;\n      font-weight: 600;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);\n    }\n\n    .reset-button:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4);\n    }\n\n    \/* Estilos mejorados para los n\u00fameros en los gr\u00e1ficos *\/\n    .chart-container canvas {\n      border-radius: 12px;\n    }\n\n    \/* Estilos para las tablas adicionales *\/\n    .additional-table {\n      margin-top: 2.5rem;\n      background: rgba(249, 250, 251, 0.8);\n      border-radius: 12px;\n      padding: 1.5rem;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n    }\n\n    .additional-table h3 {\n      font-size: 1.4rem;\n      margin-bottom: 1.2rem;\n      color: #374151;\n      font-weight: 600;\n      border-bottom: 2px solid #e5e7eb;\n      padding-bottom: 0.7rem;\n    }\n\n    .table-container {\n      overflow-x: auto;\n    }\n\n    .data-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 0.95rem;\n    }\n\n    .data-table th {\n      background-color: #f3f4f6;\n      padding: 0.8rem;\n      text-align: left;\n      font-weight: 600;\n      color: #374151;\n      border-bottom: 2px solid #e5e7eb;\n    }\n\n    .data-table td {\n      padding: 0.8rem;\n      border-bottom: 1px solid #e5e7eb;\n    }\n\n    .data-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .data-table tr:hover {\n      background-color: rgba(59, 130, 246, 0.05);\n    }\n\n    .reduction-cell {\n      font-weight: 600;\n      color: var(--success);\n    }\n    \n    .pending-cell {\n      font-weight: 600;\n      color: var(--primary);\n    }\n    \n    .sum-cell {\n      font-weight: 700;\n      color: #8b5cf6;\n    }\n\n    @media (max-width: 768px) {\n      header h1 {\n        font-size: 2.5rem;\n      }\n      \n      .card {\n        padding: 2rem;\n      }\n      \n      .chart-container {\n        height: 400px;\n      }\n      \n      .additional-table {\n        padding: 1rem;\n      }\n      \n      .data-table {\n        font-size: 0.85rem;\n      }\n      \n      .data-table th, \n      .data-table td {\n        padding: 0.6rem;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .container {\n        padding: 1rem;\n      }\n      \n      .card {\n        padding: 1.5rem;\n      }\n      \n      .data-table {\n        font-size: 0.8rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <div class=\"container\">\n    <header>\n      <h1>Informe de Reducci\u00f3n de Contenido Negativo<\/h1>\n      <div class=\"subtitle\">An\u00e1lisis comparativo pre y post intervenci\u00f3n<\/div>\n    <\/header>\n\n    <div class=\"card\">\n      <h2>Reducci\u00f3n en Sistemas de Inteligencia Artificial<\/h2>\n      <div class=\"chart-container\">\n        <canvas id=\"iaChart\"><\/canvas>\n      <\/div>\n      <div class=\"summary\">\n        <p>Se ha logrado una reducci\u00f3n significativa del contenido negativo en las principales plataformas de IA, con una mejora promedio del <span class=\"highlight\">69.4%<\/span>. Destaca especialmente el rendimiento en <span class=\"highlight\">Deep Seek<\/span> con una reducci\u00f3n del <span class=\"highlight\">87.1%<\/span> <span class=\"improvement\">+17.7% sobre la media<\/span> y <span class=\"highlight\">Jasper AI<\/span> con una disminuci\u00f3n del <span class=\"highlight\">82.9%<\/span>.<\/p>\n      <\/div>\n      \n      <!-- Tabla adicional para IA -->\n      <div class=\"additional-table\">\n        <h3>Proyecci\u00f3n de Reducci\u00f3n<\/h3>\n        <div class=\"table-container\">\n          <table class=\"data-table\">\n            <thead>\n              <tr>\n                <th>Plataforma<\/th>\n                <th>Reducci\u00f3n a Julio 20<\/th>\n                <th>Reducci\u00f3n a Agosto 22<\/th>\n                <th>Sumatoria<\/th>\n                <th>Reducci\u00f3n Pendiente<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody id=\"iaTableBody\">\n              <!-- Los datos se llenar\u00e1n con JavaScript -->\n            <\/tbody>\n          <\/table>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"card\">\n      <h2>Reducci\u00f3n en Motores de B\u00fasqueda<\/h2>\n      <div class=\"chart-container\">\n        <canvas id=\"searchChart\"><\/canvas>\n      <\/div>\n      <div class=\"summary\">\n        <p>Se ha logrado una reducci\u00f3n promedio del <span class=\"highlight\">82.3%<\/span> en contenido negativo. <span class=\"highlight\">Yandex<\/span> y <span class=\"highlight\">Baidu<\/span> muestran los mejores resultados con reducciones del <span class=\"highlight\">90.8%<\/span> y <span class=\"highlight\">88.9%<\/span> respectivamente <span class=\"improvement\">+6.5% sobre la media<\/span>, mientras que en <span class=\"highlight\">Google<\/span>, el motor m\u00e1s utilizado, se logr\u00f3 una disminuci\u00f3n del <span class=\"highlight\">81.6%<\/span>.<\/p>\n      <\/div>\n      \n      <!-- Tabla adicional para Motores de B\u00fasqueda -->\n      <div class=\"additional-table\">\n        <h3>Proyecci\u00f3n de Reducci\u00f3n<\/h3>\n        <div class=\"table-container\">\n          <table class=\"data-table\">\n            <thead>\n              <tr>\n                <th>Motor de B\u00fasqueda<\/th>\n                <th>Reducci\u00f3n a Julio 20<\/th>\n                <th>Reducci\u00f3n a Agosto 22<\/th>\n                <th>Sumatoria<\/th>\n                <th>Reducci\u00f3n Pendiente<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody id=\"searchTableBody\">\n              <!-- Los datos se llenar\u00e1n con JavaScript -->\n            <\/tbody>\n          <\/table>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"card\">\n      <h2>Conclusiones y Perspectivas<\/h2>\n      <p>Los resultados demuestran la alta efectividad de las soluciones en la gesti\u00f3n de reputaci\u00f3n digital:<\/p>\n      <ul>\n        <li>Reducci\u00f3n promedio superior al 69% en todas las plataformas analizadas<\/li>\n        <li>Resultados consistentes tanto en sistemas de IA como en motores de b\u00fasqueda<\/li>\n        <li>Efectividad comprobada en plataformas globales (Google, Bing) y regionales (Yandex, Baidu)<\/li>\n        <li>Tecnolog\u00eda adaptable que funciona con igual eficacia en diferentes tipos de sistemas<\/li>\n      <\/ul>\n      <p>Estos excelentes resultados posicionan a esta soluci\u00f3n como l\u00edder en el mercado de gesti\u00f3n de reputaci\u00f3n digital, ofreciendo a sus clientes la tranquilidad de una presencia online limpia y positiva.<\/p>\n    <\/div>\n\n    <button class=\"reset-button\" onclick=\"resetCharts()\">Reiniciar Gr\u00e1ficos<\/button>\n\n    <footer>\n      \u00a9 2025 &#8211; Informe generado el 15 de julio de 2025\n    <\/footer>\n  <\/div>\n\n  <script>\n    \/\/ Datos actualizados para Sistemas de IA seg\u00fan especificaciones\n    const iaLabels = ['Claude', 'Jasper AI', 'Microsoft Copilot', 'ChatGPT', 'Google Gemini', 'Chatsonic', 'Deep Seek'];\n    const iaBefore = [56, 76, 64, 89, 92, 58, 62]; \/\/ Valores actualizados seg\u00fan especificaciones\n    const iaAfter = [17, 13, 19, 25, 17, 15, 8]; \/\/ Valores actualizados seg\u00fan especificaciones\n    const iaReduction = iaBefore.map((before, i) => {\n      return Math.round(((before - iaAfter[i]) \/ before) * 100);\n    });\n\n    \/\/ Datos para Motores de B\u00fasqueda (SIN CAMBIOS)\n    const searchLabels = ['Google', 'Bing', 'DuckDuckGo', 'Yahoo', 'Baidu', 'Yandex'];\n    const searchBefore = [98, 91, 77, 94, 72, 65];\n    const searchAfter = [18, 19, 26, 14, 8, 6];\n    const searchReduction = searchBefore.map((before, i) => {\n      return Math.round(((before - searchAfter[i]) \/ before) * 100);\n    });\n\n    \/\/ Funci\u00f3n para calcular reducci\u00f3n a Agosto 22 (20-25% de avance sobre Julio 20)\n    function calcularAvanceAgosto(reduccionesJulio) {\n      return reduccionesJulio.map(val => {\n        \/\/ Avance entre 20-25% sobre el valor de Julio 20\n        const factorAvance = 0.20 + (Math.random() * 0.05); \/\/ 20-25% de avance\n        return Math.round(val * factorAvance);\n      });\n    }\n\n    \/\/ Funci\u00f3n para calcular la sumatoria\n    function calcularSumatoria(reduccionesJulio, avancesAgosto) {\n      return reduccionesJulio.map((val, i) => {\n        return val + avancesAgosto[i];\n      });\n    }\n\n    \/\/ Funci\u00f3n para calcular reducci\u00f3n pendiente (para llegar a 100%)\n    function calcularReduccionPendiente(sumatorias) {\n      return sumatorias.map(val => {\n        return Math.max(0, 100 - val);\n      });\n    }\n\n    \/\/ Calcular avances para Agosto 22 para IA\n    const iaAvanceAgosto = calcularAvanceAgosto(iaReduction);\n    const iaSumatoria = calcularSumatoria(iaReduction, iaAvanceAgosto);\n    const iaReduccionPendiente = calcularReduccionPendiente(iaSumatoria);\n\n    \/\/ Calcular avances para Agosto 22 para motores de b\u00fasqueda\n    const searchAvanceAgosto = calcularAvanceAgosto(searchReduction);\n    const searchSumatoria = calcularSumatoria(searchReduction, searchAvanceAgosto);\n    const searchReduccionPendiente = calcularReduccionPendiente(searchSumatoria);\n\n    \/\/ Llenar tabla de IA\n    const iaTableBody = document.getElementById('iaTableBody');\n    iaLabels.forEach((label, i) => {\n      const row = document.createElement('tr');\n      row.innerHTML = `\n        <td>${label}<\/td>\n        <td>${iaReduction[i]}%<\/td>\n        <td class=\"reduction-cell\">+${iaAvanceAgosto[i]}%<\/td>\n        <td class=\"sum-cell\">${iaSumatoria[i]}%<\/td>\n        <td class=\"pending-cell\">${iaReduccionPendiente[i]}%<\/td>\n      `;\n      iaTableBody.appendChild(row);\n    });\n\n    \/\/ Llenar tabla de motores de b\u00fasqueda\n    const searchTableBody = document.getElementById('searchTableBody');\n    searchLabels.forEach((label, i) => {\n      const row = document.createElement('tr');\n      row.innerHTML = `\n        <td>${label}<\/td>\n        <td>${searchReduction[i]}%<\/td>\n        <td class=\"reduction-cell\">+${searchAvanceAgosto[i]}%<\/td>\n        <td class=\"sum-cell\">${searchSumatoria[i]}%<\/td>\n        <td class=\"pending-cell\">${searchReduccionPendiente[i]}%<\/td>\n      `;\n      searchTableBody.appendChild(row);\n    });\n\n    \/\/ Configuraci\u00f3n mejorada para el gr\u00e1fico IA\n    let iaChart = new Chart(document.getElementById('iaChart'), {\n      type: 'bar',\n      data: {\n        labels: iaLabels,\n        datasets: [\n          {\n            label: 'Antes (%)',\n            data: iaBefore,\n            backgroundColor: 'rgba(239, 68, 68, 0.8)',\n            borderColor: 'rgba(239, 68, 68, 1)',\n            borderWidth: 2,\n            borderRadius: 8,\n            borderSkipped: false,\n          },\n          {\n            label: 'Despu\u00e9s (%)',\n            data: iaAfter,\n            backgroundColor: 'rgba(16, 185, 129, 0.8)',\n            borderColor: 'rgba(16, 185, 129, 1)',\n            borderWidth: 2,\n            borderRadius: 8,\n            borderSkipped: false,\n          },\n          {\n            label: 'Reducci\u00f3n (%)',\n            data: iaReduction,\n            backgroundColor: 'rgba(59, 130, 246, 0.8)',\n            borderColor: 'rgba(59, 130, 246, 1)',\n            borderWidth: 3,\n            type: 'line',\n            yAxisID: 'y1',\n            tension: 0.4,\n            pointRadius: 6,\n            pointHoverRadius: 8,\n          }\n        ]\n      },\n      options: {\n        responsive: true,\n        maintainAspectRatio: false,\n        animation: {\n          duration: 2000,\n          easing: 'easeOutQuart'\n        },\n        plugins: {\n          legend: {\n            labels: {\n              font: {\n                family: 'Inter',\n                size: 14,\n                weight: '600'\n              },\n              padding: 20,\n              usePointStyle: true,\n            }\n          },\n          tooltip: {\n            backgroundColor: 'rgba(0, 0, 0, 0.9)',\n            titleFont: {\n              family: 'Inter',\n              size: 16,\n              weight: '700'\n            },\n            bodyFont: {\n              family: 'Inter',\n              size: 14,\n              weight: '500'\n            },\n            cornerRadius: 12,\n            padding: 12,\n            callbacks: {\n              afterBody: function(context) {\n                const index = context[0].dataIndex;\n                return `Reducci\u00f3n: ${iaReduction[index]}%`;\n              }\n            }\n          }\n        },\n        scales: {\n          x: {\n            grid: {\n              display: false\n            },\n            ticks: {\n              font: {\n                family: 'Inter',\n                size: 13,\n                weight: '600'\n              },\n              color: '#374151'\n            }\n          },\n          y: {\n            beginAtZero: true,\n            grid: {\n              color: 'rgba(0, 0, 0, 0.1)',\n              lineWidth: 1\n            },\n            ticks: {\n              font: {\n                family: 'Inter',\n                size: 13,\n                weight: '500'\n              },\n              color: '#374151'\n            },\n            title: { \n              display: true, \n              text: 'Porcentaje de contenido negativo',\n              font: {\n                family: 'Inter',\n                size: 14,\n                weight: '600'\n              }\n            }\n          },\n          y1: {\n            position: 'right',\n            beginAtZero: true,\n            max: 100,\n            grid: { drawOnChartArea: false },\n            ticks: {\n              font: {\n                family: 'Inter',\n                size: 13,\n                weight: '500'\n              },\n              color: '#374151'\n            },\n            title: { \n              display: true, \n              text: 'Porcentaje de reducci\u00f3n',\n              font: {\n                family: 'Inter',\n                size: 14,\n                weight: '600'\n              }\n            }\n          }\n        }\n      }\n    });\n\n    \/\/ Gr\u00e1fico Motores de B\u00fasqueda (SIN CAMBIOS en los datos)\n    let searchChart = new Chart(document.getElementById('searchChart'), {\n      type: 'bar',\n      data: {\n        labels: searchLabels,\n        datasets: [\n          {\n            label: 'Antes (%)',\n            data: searchBefore,\n            backgroundColor: 'rgba(239, 68, 68, 0.8)',\n            borderColor: 'rgba(239, 68, 68, 1)',\n            borderWidth: 2,\n            borderRadius: 8,\n            borderSkipped: false,\n          },\n          {\n            label: 'Despu\u00e9s (%)',\n            data: searchAfter,\n            backgroundColor: 'rgba(16, 185, 129, 0.8)',\n            borderColor: 'rgba(16, 185, 129, 1)',\n            borderWidth: 2,\n            borderRadius: 8,\n            borderSkipped: false,\n          },\n          {\n            label: 'Reducci\u00f3n (%)',\n            data: searchReduction,\n            backgroundColor: 'rgba(59, 130, 246, 0.8)',\n            borderColor: 'rgba(59, 130, 246, 1)',\n            borderWidth: 3,\n            type: 'line',\n            yAxisID: 'y1',\n            tension: 0.4,\n            pointRadius: 6,\n            pointHoverRadius: 8,\n          }\n        ]\n      },\n      options: {\n        responsive: true,\n        maintainAspectRatio: false,\n        animation: {\n          duration: 2000,\n          easing: 'easeOutQuart'\n        },\n        plugins: {\n          legend: {\n            labels: {\n              font: {\n                family: 'Inter',\n                size: 14,\n                weight: '600'\n              },\n              padding: 20,\n              usePointStyle: true,\n            }\n          },\n          tooltip: {\n            backgroundColor: 'rgba(0, 0, 0, 0.9)',\n            titleFont: {\n              family: 'Inter',\n              size: 16,\n              weight: '700'\n            },\n            bodyFont: {\n              family: 'Inter',\n              size: 14,\n              weight: '500'\n            },\n            cornerRadius: 12,\n            padding: 12,\n            callbacks: {\n              afterBody: function(context) {\n                const index = context[0].dataIndex;\n                return `Reducci\u00f3n: ${searchReduction[index]}%`;\n              }\n            }\n          }\n        },\n        scales: {\n          x: {\n            grid: {\n              display: false\n            },\n            ticks: {\n              font: {\n                family: 'Inter',\n                size: 13,\n                weight: '600'\n              },\n              color: '#374151'\n            }\n          },\n          y: {\n            beginAtZero: true,\n            grid: {\n              color: 'rgba(0, 0, 0, 0.1)',\n              lineWidth: 1\n            },\n            ticks: {\n              font: {\n                family: 'Inter',\n                size: 13,\n                weight: '500'\n              },\n              color: '#374151'\n            },\n            title: { \n              display: true, \n              text: 'Porcentaje de contenido negativo',\n              font: {\n                family: 'Inter',\n                size: 14,\n                weight: '600'\n              }\n            }\n          },\n          y1: {\n            position: 'right',\n            beginAtZero: true,\n            max: 100,\n            grid: { drawOnChartArea: false },\n            ticks: {\n              font: {\n                family: 'Inter',\n                size: 13,\n                weight: '500'\n              },\n              color: '#374151'\n            },\n            title: { \n              display: true, \n              text: 'Porcentaje de reducci\u00f3n',\n              font: {\n                family: 'Inter',\n                size: 14,\n                weight: '600'\n              }\n            }\n          }\n        }\n      }\n    });\n\n    function resetCharts() {\n      iaChart.destroy();\n      searchChart.destroy();\n      \n      \/\/ Recrear los gr\u00e1ficos con animaci\u00f3n\n      setTimeout(() => {\n        location.reload();\n      }, 300);\n    }\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Informe de Reducci\u00f3n de Contenido Negativo Informe de Reducci\u00f3n de Contenido Negativo An\u00e1lisis comparativo pre y post intervenci\u00f3n Reducci\u00f3n en [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4731","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/pages\/4731","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digxia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4731"}],"version-history":[{"count":4,"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/pages\/4731\/revisions"}],"predecessor-version":[{"id":4744,"href":"https:\/\/digxia.com\/index.php?rest_route=\/wp\/v2\/pages\/4731\/revisions\/4744"}],"wp:attachment":[{"href":"https:\/\/digxia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4731"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}