{"id":355,"date":"2026-01-22T17:36:16","date_gmt":"2026-01-22T17:36:16","guid":{"rendered":"https:\/\/www.renovacodetherapeutics.com\/start\/?page_id=355"},"modified":"2026-03-03T00:25:27","modified_gmt":"2026-03-03T00:25:27","slug":"treatment","status":"publish","type":"page","link":"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/","title":{"rendered":"Treatment"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"355\" class=\"elementor elementor-355\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c68088 e-flex e-con-boxed e-con e-parent\" data-id=\"4c68088\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afaabc6 elementor-widget elementor-widget-html\" data-id=\"afaabc6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <meta charset=\"UTF-8\" \/>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n    <title>ICER | RenovaCode Therapeutics<\/title>\r\n\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&family=Roboto:ital,wght@0,400;0,500;1,300&display=swap\" rel=\"stylesheet\">\r\n\r\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/three.js\/r128\/three.min.js\"><\/script>\r\n\r\n    <style>\r\n        :root {\r\n            \/* Mantenemos el azul del c\u00f3digo 2 para acentos generales *\/\r\n            --accent: #2563eb; \r\n            --accent-dim: #1e40af;\r\n            --bg: #000000;\r\n            --text: #ffffff;\r\n            --text-muted: #a0a0a0;\r\n            --glass: rgba(255, 255, 255, 0.05);\r\n            --border: rgba(255, 255, 255, 0.15);\r\n        }\r\n\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n        body {\r\n            background: radial-gradient(circle at top, #050b14 0%, #000000 80%);\r\n            color: var(--text);\r\n            font-family: 'Montserrat', sans-serif;\r\n            overflow: hidden;\r\n        }\r\n\r\n        \/* ADN 3D *\/\r\n        canvas.webgl { \r\n            position: fixed; top: 0; left: 0; width: 100%; height: 100%; \r\n            z-index: 2; opacity: 0; transition: opacity 1.5s ease;\r\n            pointer-events: none; mix-blend-mode: screen;\r\n        }\r\n\r\n        #particles-js {\r\n            position: fixed; top: 0; left: 0; width: 100%; height: 100%;\r\n            z-index: 1; opacity: 0.1; pointer-events: none;\r\n        }\r\n\r\n        section {\r\n            height: 100vh; width: 100%; display: flex; flex-direction: column;\r\n            justify-content: center; align-items: center; text-align: center;\r\n            padding: 0 5%; position: absolute; top: 0; left: 0;\r\n            opacity: 0; visibility: hidden;\r\n            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); z-index: 10;\r\n        }\r\n\r\n        section.active { opacity: 1; visibility: visible; }\r\n\r\n        .content {\r\n            max-width: 1100px; width: 100%;\r\n            transform: translateY(30px); opacity: 0; transition: all 1s ease;\r\n        }\r\n\r\n        section.active .content { transform: translateY(0); opacity: 1; }\r\n\r\n        \/* T\u00cdTULOS: Restaurados al estilo del C\u00f3digo 1 (Blanco y Roboto) *\/\r\n        h1, h4 {\r\n            font-family: 'Roboto', sans-serif;\r\n            font-weight: 500;\r\n            font-size: clamp(3.5rem, 8vw, 7.5rem);\r\n            line-height: 1;\r\n            margin-bottom: 20px;\r\n            letter-spacing: -3px;\r\n            color: #ffffff; \/* Restaurado a blanco *\/\r\n        }\r\n        \r\n        .title-logic {\r\n    font-size: clamp(6rem, 6vw, 6.5rem);\r\n    letter-spacing: -1px;\r\n}\r\n\r\n        .status-tag { \r\n            font-family: 'Montserrat', sans-serif; font-size: 0.7rem; \r\n            font-weight: 500; color: var(--accent); letter-spacing: 0.5em; \r\n            margin-bottom: 20px; text-transform: uppercase; display: block;\r\n        }\r\n\r\n        .description { \r\n            font-size: clamp(0.9rem, 1.2vw, 1.1rem); color: #d0d0d0;\r\n            max-width: 750px; margin: 0 auto; line-height: 1.8; font-weight: 300;\r\n        }\r\n\r\n        \/* TIMELINE *\/\r\n        .timeline {\r\n            display: grid; grid-template-columns: repeat(3, 1fr);\r\n            gap: 20px; margin-top: 50px; position: relative;\r\n        }\r\n\r\n        .timeline::before {\r\n            content: ''; position: absolute; top: 50%; left: 10%; right: 10%;\r\n            height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent);\r\n            z-index: -1; opacity: 0; transition: opacity 1s ease 0.6s;\r\n        }\r\n\r\n        section.active .timeline::before { opacity: 0.3; }\r\n\r\n        .timeline-item {\r\n            padding: 30px 20px; background: rgba(10, 10, 10, 0.8);\r\n            border: 1px solid var(--border); backdrop-filter: blur(10px);\r\n            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); cursor: pointer;\r\n        }\r\n\r\n        .timeline-item:hover {\r\n            border-color: var(--accent); transform: translateY(-10px);\r\n            background: rgba(37, 99, 235, 0.05); box-shadow: 0 10px 30px rgba(37, 99, 235, 0.1);\r\n        }\r\n\r\n        .gen-label { font-size: 0.6rem; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 15px; display: block; }\r\n        .timeline-item:hover .gen-label { color: var(--accent); }\r\n        .gen-title { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }\r\n        .gen-desc { font-size: 0.8rem; color: #94a3b8; line-height: 1.5; font-weight: 300; }\r\n\r\n        \/* BOTONES *\/\r\n        .lux-btn {\r\n            position: relative; background: rgba(255, 255, 255, 0.05);\r\n            backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.2);\r\n            color: #fff; padding: 18px 45px; font-family: 'Montserrat', sans-serif;\r\n            font-size: 0.7rem; font-weight: 600; text-transform: uppercase;\r\n            letter-spacing: 3px; cursor: pointer; transition: all 0.5s ease;\r\n            margin-top: 40px; display: inline-block; text-decoration: none;\r\n        }\r\n\r\n        .lux-btn:hover {\r\n            background: var(--accent); color: #fff; border-color: var(--accent);\r\n            transform: translateY(-2px); box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);\r\n        }\r\n\r\n        \/* PL\u00c1SMIDO *\/\r\n        .plasmid-wrapper {\r\n            position: relative; width: 100%; max-width: 900px;\r\n            display: flex; flex-direction: column; align-items: center;\r\n        }\r\n        #plasmid-svg { width: 100%; height: auto; max-height: 55vh; margin: 0; }\r\n        .backbone-ring { fill: none; stroke: url(#ringGradient); stroke-width: 2; stroke-dasharray: 5 10; opacity: 0.4; }\r\n        .feature-arc { fill: none; stroke-width: 24; stroke-linecap: round; }\r\n        .label-group text { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; fill: #fff; text-transform: uppercase; }\r\n        .connector-line { stroke: rgba(255,255,255,0.3); stroke-width: 1; stroke-dasharray: 2 2; }\r\n\r\n        \/* EJES *\/\r\n        .ejes-grid { \r\n            display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; \r\n            margin-top: 3rem; text-align: left;\r\n        }\r\n        .eje-item { border-top: 1px solid var(--border); padding-top: 1.5rem; transition: all 0.4s ease; }\r\n        .eje-item:hover { border-top-color: var(--accent); transform: translateY(-5px); }\r\n        .eje-title { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }\r\n        .eje-desc { font-size: 0.85rem; color: #94a3b8; font-weight: 300; line-height: 1.6; }\r\n\r\n        \/* MOBILE *\/\r\n        .mobile-only { display: none; }\r\n        @media (max-width: 900px) {\r\n            .desktop-only { display: none !important; }\r\n            .mobile-only { display: block !important; }\r\n            section { height: 100vh; padding: 40px 5%; position: absolute; top: 0; left: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; }\r\n            .ejes-grid, .timeline { grid-template-columns: 1fr; gap: 12px; margin-top: 25px; } \r\n            .timeline::before { display: none; }\r\n            .timeline-item { padding: 15px; }\r\n            h1, h4 { font-size: 4.5rem; }\r\n            .desc-special-mobile {\r\n                font-family: 'Roboto', sans-serif; font-style: italic; font-weight: 300;\r\n                font-size: 1.05rem; letter-spacing: 0.02em; color: #e2e8f0;\r\n                border-left: 2px solid var(--accent); padding-left: 15px; text-align: left;\r\n            }\r\n            .lux-btn { padding: 14px 30px; margin-top: 25px; }\r\n            \r\n            .title-logic {\r\n        font-size: 3.2rem; \/* Puedes hacer este n\u00famero m\u00e1s peque\u00f1o si lo necesitas, ej: 2.5rem *\/\r\n    }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<canvas class=\"webgl\"><\/canvas>\r\n\r\n<svg style=\"position:absolute;width:0;height:0;\">\r\n    <defs>\r\n        <linearGradient id=\"ringGradient\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\">\r\n            <stop offset=\"0%\" style=\"stop-color:var(--accent-dim);stop-opacity:0.2\" \/>\r\n            <stop offset=\"50%\" style=\"stop-color:var(--accent);stop-opacity:0.8\" \/>\r\n            <stop offset=\"100%\" style=\"stop-color:var(--accent-dim);stop-opacity:0.2\" \/>\r\n        <\/linearGradient>\r\n        <linearGradient id=\"gradReversion\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\">\r\n            <stop offset=\"0%\" style=\"stop-color:#00f2fe\"\/><stop offset=\"100%\" style=\"stop-color:#4facfe\"\/>\r\n        <\/linearGradient>\r\n        <linearGradient id=\"gradPromoter\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\">\r\n            <stop offset=\"0%\" style=\"stop-color:#ffffff\"\/><stop offset=\"100%\" style=\"stop-color:#a5b4fc\"\/>\r\n        <\/linearGradient>\r\n        <linearGradient id=\"gradTechRed\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\">\r\n            <stop offset=\"0%\" style=\"stop-color:#ff4b2b\"\/><stop offset=\"100%\" style=\"stop-color:#ff416c\"\/>\r\n        <\/linearGradient>\r\n    <\/defs>\r\n<\/svg>\r\n\r\n<div id=\"particles-js\"><\/div>\r\n\r\n<section id=\"section-1\" class=\"active\">\r\n    <div class=\"content\">\r\n        <span class=\"status-tag\">THE SOLUTION<\/span>\r\n        <h1>ICER<\/h1>\r\n        <p class=\"description\">A technology based on the technique of cellular reprogramming capable of reversing aging. <br>The future of anti-aging science.<br\/><\/p>\r\n        <button class=\"lux-btn\" onclick=\"scrollToSection(2)\">Initiate Sequence<\/button>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section id=\"section-2\">\r\n    <div class=\"content\">\r\n        <span class=\"status-tag desktop-only\">TECHNOLOGICAL EVOLUTION<\/span>\r\n        <h2 class=\"desktop-only\" style=\"font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 500; margin-bottom: 10px;\">Third-Generation Cellular Reprogramming<\/h2>\r\n        <p class=\"description desktop-only\">ICER represents a fundamental change in the design of cell reprogramming, overcoming the structural limitations of previous generations.<\/p>\r\n        <p class=\"desc-special-mobile mobile-only\">ICER represents a fundamental change in cellular reprogramming, overcoming previous limitations.<\/p>\r\n        \r\n        <div class=\"timeline\">\r\n            <div class=\"timeline-item\">\r\n                <span class=\"gen-label\">1ST GENERATION<\/span>\r\n                <h3 class=\"gen-title\">Classic OSKM<\/h3>\r\n                <p class=\"gen-desc\">Permanent expression of Yamanaka factors. High risk of teratomas.<\/p>\r\n            <\/div>\r\n            <div class=\"timeline-item\">\r\n                <span class=\"gen-label\">2ND GENERATION<\/span>\r\n                <h3 class=\"gen-title\">Inducible Systems<\/h3>\r\n                <p class=\"gen-desc\">External drug-controlled activation. Limited precision and systemic toxicity.<\/p>\r\n            <\/div>\r\n            <div class=\"timeline-item\">\r\n                <span class=\"gen-label\">3RD GENERATION<\/span>\r\n                <h3 class=\"gen-title\">ICER System<\/h3>\r\n                <p class=\"gen-desc\">Autonomous, self-regulating reprogramming with built-in safeguards.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <button class=\"lux-btn\" onclick=\"scrollToSection(3)\">View Architecture<\/button>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section id=\"section-3\">\r\n    <div class=\"content plasmid-wrapper\">\r\n        <span class=\"status-tag\">GENETIC ARCHITECTURE<\/span>\r\n        <h2 style=\"font-family:'Roboto'; font-weight:400; font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 0px;\">ICER Plasmid System<\/h2>\r\n\r\n        <svg id=\"plasmid-svg\" viewBox=\"0 0 600 500\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n            <circle cx=\"300\" cy=\"250\" r=\"50\" fill=\"none\" stroke=\"#00f2fe\" stroke-width=\"1\" opacity=\"0.2\" \/>\r\n            <text x=\"300\" y=\"255\" text-anchor=\"middle\" fill=\"#00f2fe\" font-family=\"Montserrat\" font-size=\"10\" font-weight=\"700\" letter-spacing=\"0.2em\">pICER-REV<\/text>\r\n            <g>\r\n                <circle class=\"backbone-ring\" cx=\"300\" cy=\"250\" r=\"180\" \/>\r\n                <animateTransform attributeName=\"transform\" type=\"rotate\" from=\"0 300 250\" to=\"360 300 250\" dur=\"80s\" repeatCount=\"indefinite\" \/>\r\n            <\/g>\r\n            <g>\r\n                <path class=\"feature-arc\" d=\"M 170,120 A 180,180 0 0 1 430,120\" stroke=\"url(#gradReversion)\" \/>\r\n                <g class=\"label-group\">\r\n                    <line class=\"connector-line\" x1=\"300\" y1=\"80\" x2=\"300\" y2=\"40\" \/>\r\n                    <text x=\"300\" y=\"30\" text-anchor=\"middle\">Reversion Factors<\/text>\r\n                <\/g>\r\n            <\/g>\r\n            <g>\r\n                <path class=\"feature-arc\" d=\"M 145,340 A 180,180 0 0 1 120,250\" stroke=\"url(#gradPromoter)\" stroke-width=\"24\" \/>\r\n                <g class=\"label-group\"><text x=\"100\" y=\"380\" text-anchor=\"middle\">Counterweight system<\/text><\/g>\r\n            <\/g>\r\n            <g>\r\n                <path class=\"feature-arc\" d=\"M 455,340 A 180,180 0 0 0 480,250\" stroke=\"url(#gradTechRed)\" stroke-width=\"24\" \/>\r\n                <g class=\"label-group\"><text x=\"500\" y=\"380\" text-anchor=\"middle\">Rejuvenation detector<\/text><\/g>\r\n            <\/g>\r\n        <\/svg>\r\n\r\n        <p class=\"description\" style=\"font-size: 0.85rem; margin-top: -30px; line-height: 1.5; max-width: 600px;\">\r\n            ICER is delivered as a plasmid-based genetic system. This architecture enables precise delivery directly to the cell nucleus.\r\n        <\/p>\r\n        <button class=\"lux-btn\" onclick=\"scrollToSection(4)\" style=\"margin-top: 25px;\">Control Logic<\/button>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section id=\"section-4\">\r\n    <div class=\"content\">\r\n        <span class=\"status-tag\">CORE SYSTEM DESIGN<\/span>\r\n        <h4 class=\"title-logic\">The Logic.<\/h4> <div class=\"ejes-grid\">\r\n            <div class=\"eje-item\">\r\n                <h3 class=\"eje-title\">01. Activation<\/h3>\r\n                <p class=\"eje-desc\">Controlled initiation of rejuvenation factors to trigger cellular reprogramming.<\/p>\r\n            <\/div>\r\n            <div class=\"eje-item\">\r\n                <h3 class=\"eje-title\">02. Detection<\/h3>\r\n                <p class=\"eje-desc\">Continuous molecular sensing to identify the optimal reprogramming threshold.<\/p>\r\n            <\/div>\r\n            <div class=\"eje-item\">\r\n                <h3 class=\"eje-title\">03. Inhibition<\/h3>\r\n                <p class=\"eje-desc\">Automatic shutdown of reprogramming activity to preserve cellular identity.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <a class=\"lux-btn\" href=\"\/start\/our-philosophy\/\" rel=\"noopener\">See our philosophy<\/a>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/particles.js\/2.0.0\/particles.min.js\"><\/script>\r\n<script>\r\n    const canvas3D = document.querySelector(\"canvas.webgl\");\r\n\r\n    function updateADNVisibility(section) {\r\n        if (section === 2 || section === 4) {\r\n            canvas3D.style.opacity = \"0.5\";\r\n        } else {\r\n            canvas3D.style.opacity = \"0\";\r\n        }\r\n    }\r\n\r\n    function scrollToSection(n) {\r\n        document.querySelectorAll('section').forEach(s => s.classList.remove('active'));\r\n        const target = document.getElementById('section-' + n);\r\n        target.classList.add('active');\r\n        updateADNVisibility(n);\r\n    }\r\n\r\n    particlesJS(\"particles-js\", { \"particles\": { \"number\": { \"value\": 25 }, \"opacity\": { \"value\": 0.1 }, \"size\": { \"value\": 1 }, \"line_linked\": { \"enable\": true, \"distance\": 150, \"opacity\": 0.05 }, \"move\": { \"enable\": true, \"speed\": 0.4 } } });\r\n\r\n    const scene = new THREE.Scene();\r\n    const DNA = new THREE.Group();\r\n    const colorA = new THREE.Color('#3b82f6'), colorB = new THREE.Color('#1e3a8a');\r\n    const dnaHeight = 70, radius = 5, angleInc = 0.18, size = 0.15;\r\n\r\n    for (let i = 0; i < dnaHeight; i++) {\r\n        const g = new THREE.Group();\r\n        const sphere = new THREE.SphereGeometry(size, 16, 16);\r\n        const s1 = new THREE.Mesh(sphere, new THREE.MeshBasicMaterial({ color: colorA }));\r\n        const s2 = new THREE.Mesh(sphere, new THREE.MeshBasicMaterial({ color: colorB }));\r\n        const x = radius * Math.sin(i * angleInc), z = radius * Math.cos(i * angleInc), y = size * 3 * i;\r\n        s1.position.set(x, y, z); s2.position.set(-x, y, -z);\r\n        g.add(s1, s2);\r\n        if (i % 6 === 0) {\r\n            const b = new THREE.Mesh(new THREE.BoxGeometry(size\/2, size\/2, radius * 2), new THREE.MeshBasicMaterial({ color: colorA, transparent: true, opacity: 0.1 }));\r\n            b.position.y = y; b.rotateY(i * angleInc);\r\n            g.add(b);\r\n        }\r\n        DNA.add(g);\r\n    }\r\n    DNA.position.y = -(dnaHeight * size * 3) \/ 2;\r\n    scene.add(DNA);\r\n\r\n    const cam = new THREE.PerspectiveCamera(45, window.innerWidth \/ window.innerHeight, 1, 1000);\r\n    cam.position.z = 40;\r\n    const renderer = new THREE.WebGLRenderer({ canvas: canvas3D, alpha: true, antialias: true });\r\n    renderer.setSize(window.innerWidth, window.innerHeight);\r\n\r\n    function animate() {\r\n        DNA.rotation.y += 0.003;\r\n        renderer.render(scene, cam);\r\n        requestAnimationFrame(animate);\r\n    }\r\n    animate();\r\n\r\n    window.addEventListener('resize', () => {\r\n        cam.aspect = window.innerWidth \/ window.innerHeight; cam.updateProjectionMatrix();\r\n        renderer.setSize(window.innerWidth, window.innerHeight);\r\n    });\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>ICER | RenovaCode Therapeutics THE SOLUTION ICER A technology based on the technique of cellular reprogramming capable of reversing aging. The future of anti-aging science. Initiate Sequence TECHNOLOGICAL EVOLUTION Third-Generation Cellular Reprogramming ICER represents a fundamental change in the design of cell reprogramming, overcoming the structural limitations of previous generations. ICER represents a fundamental change [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-355","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Treatment - RenovaCode Therapeutics<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Treatment - RenovaCode Therapeutics\" \/>\n<meta property=\"og:description\" content=\"ICER | RenovaCode Therapeutics THE SOLUTION ICER A technology based on the technique of cellular reprogramming capable of reversing aging. The future of anti-aging science. Initiate Sequence TECHNOLOGICAL EVOLUTION Third-Generation Cellular Reprogramming ICER represents a fundamental change in the design of cell reprogramming, overcoming the structural limitations of previous generations. ICER represents a fundamental change [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/\" \/>\n<meta property=\"og:site_name\" content=\"RenovaCode Therapeutics\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-03T00:25:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/\",\"url\":\"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/\",\"name\":\"Treatment - RenovaCode Therapeutics\",\"isPartOf\":{\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#website\"},\"datePublished\":\"2026-01-22T17:36:16+00:00\",\"dateModified\":\"2026-03-03T00:25:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/www.renovacodetherapeutics.com\/start\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Treatment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#website\",\"url\":\"https:\/\/www.renovacodetherapeutics.com\/start\/\",\"name\":\"RenovaCode Therapeutics\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.renovacodetherapeutics.com\/start\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#organization\",\"name\":\"RenovaCode Therapeutics\",\"url\":\"https:\/\/www.renovacodetherapeutics.com\/start\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.renovacodetherapeutics.com\/start\/wp-content\/uploads\/2026\/03\/RENOVACODE-icono-IG-AZUL-.png\",\"contentUrl\":\"https:\/\/www.renovacodetherapeutics.com\/start\/wp-content\/uploads\/2026\/03\/RENOVACODE-icono-IG-AZUL-.png\",\"width\":1121,\"height\":1121,\"caption\":\"RenovaCode Therapeutics\"},\"image\":{\"@id\":\"https:\/\/www.renovacodetherapeutics.com\/start\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Treatment - RenovaCode Therapeutics","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/","og_locale":"es_ES","og_type":"article","og_title":"Treatment - RenovaCode Therapeutics","og_description":"ICER | RenovaCode Therapeutics THE SOLUTION ICER A technology based on the technique of cellular reprogramming capable of reversing aging. The future of anti-aging science. Initiate Sequence TECHNOLOGICAL EVOLUTION Third-Generation Cellular Reprogramming ICER represents a fundamental change in the design of cell reprogramming, overcoming the structural limitations of previous generations. ICER represents a fundamental change [&hellip;]","og_url":"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/","og_site_name":"RenovaCode Therapeutics","article_modified_time":"2026-03-03T00:25:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/","url":"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/","name":"Treatment - RenovaCode Therapeutics","isPartOf":{"@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#website"},"datePublished":"2026-01-22T17:36:16+00:00","dateModified":"2026-03-03T00:25:27+00:00","breadcrumb":{"@id":"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/treatment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.renovacodetherapeutics.com\/start\/"},{"@type":"ListItem","position":2,"name":"Treatment"}]},{"@type":"WebSite","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#website","url":"https:\/\/www.renovacodetherapeutics.com\/start\/","name":"RenovaCode Therapeutics","description":"","publisher":{"@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.renovacodetherapeutics.com\/start\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#organization","name":"RenovaCode Therapeutics","url":"https:\/\/www.renovacodetherapeutics.com\/start\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#\/schema\/logo\/image\/","url":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-content\/uploads\/2026\/03\/RENOVACODE-icono-IG-AZUL-.png","contentUrl":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-content\/uploads\/2026\/03\/RENOVACODE-icono-IG-AZUL-.png","width":1121,"height":1121,"caption":"RenovaCode Therapeutics"},"image":{"@id":"https:\/\/www.renovacodetherapeutics.com\/start\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/pages\/355","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/comments?post=355"}],"version-history":[{"count":219,"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/pages\/355\/revisions"}],"predecessor-version":[{"id":1397,"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/pages\/355\/revisions\/1397"}],"wp:attachment":[{"href":"https:\/\/www.renovacodetherapeutics.com\/start\/wp-json\/wp\/v2\/media?parent=355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}