{"id":8705,"date":"2026-05-20T14:43:13","date_gmt":"2026-05-20T14:43:13","guid":{"rendered":"https:\/\/neryprieto.com\/?page_id=8705"},"modified":"2026-05-20T19:07:43","modified_gmt":"2026-05-20T19:07:43","slug":"inicio","status":"publish","type":"page","link":"https:\/\/neryprieto.com\/","title":{"rendered":"Inicio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8705\" class=\"elementor elementor-8705\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17058bb e-flex e-con-boxed e-con e-parent\" data-id=\"17058bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c99e811 elementor-widget elementor-widget-html\" data-id=\"c99e811\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"dither-bg-wrapper\">\r\n    <canvas id=\"ditherCanvas\"><\/canvas>\r\n<\/div>\r\n\r\n<style>\r\n.dither-bg-wrapper {\r\n    position: absolute !important;\r\n    top: 0 !important;\r\n    left: 0 !important;\r\n    right: 0 !important;\r\n    bottom: 0 !important;\r\n    width: 100% !important;\r\n    height: 100% !important;\r\n    z-index: 0 !important;\r\n    pointer-events: none !important;\r\n    overflow: hidden !important;\r\n    -webkit-mask-image: \r\n        linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.2) 50%, transparent 70%),\r\n        linear-gradient(to top, transparent 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,1) 80%);\r\n    mask-image: \r\n        linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 25%, rgba(0,0,0,0.2) 50%, transparent 70%),\r\n        linear-gradient(to top, transparent 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,1) 80%);\r\n    -webkit-mask-composite: source-in;\r\n    mask-composite: intersect;\r\n}\r\n#ditherCanvas {\r\n    display: block;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function() {\r\n    function initDither() {\r\n        const canvas = document.getElementById('ditherCanvas');\r\n        if (!canvas) return;\r\n        const ctx = canvas.getContext('2d');\r\n        const wrapper = canvas.parentElement;\r\n        \r\n        let parent = wrapper.parentElement;\r\n        let attempts = 0;\r\n        while (parent && attempts < 10) {\r\n            const isContainer = parent.classList && (\r\n                parent.classList.contains('e-con') || \r\n                parent.classList.contains('elementor-section') ||\r\n                parent.classList.contains('elementor-container') ||\r\n                parent.tagName === 'SECTION'\r\n            );\r\n            if (isContainer) {\r\n                parent.style.position = 'relative';\r\n                parent.style.overflow = 'hidden';\r\n                if (wrapper.parentElement !== parent) {\r\n                    parent.appendChild(wrapper);\r\n                }\r\n                break;\r\n            }\r\n            parent = parent.parentElement;\r\n            attempts++;\r\n        }\r\n        \r\n        let width, height;\r\n        const pixelSize = 4;\r\n        let noiseOffset = 0;\r\n        \r\n        function resize() {\r\n            const rect = wrapper.getBoundingClientRect();\r\n            const dpr = window.devicePixelRatio || 1;\r\n            width = canvas.width = Math.floor(rect.width * dpr);\r\n            height = canvas.height = Math.floor(rect.height * dpr);\r\n            canvas.style.width = rect.width + 'px';\r\n            canvas.style.height = rect.height + 'px';\r\n        }\r\n        \r\n        function noise(x, y, t) {\r\n            const n = Math.sin(x * 0.013 + t) * Math.cos(y * 0.011 - t * 0.7) +\r\n                      Math.sin((x + y) * 0.007 + t * 0.5) * 0.7 +\r\n                      Math.cos(x * 0.005 - y * 0.009 + t * 0.3) * 0.5;\r\n            return (n + 2.2) \/ 4.4;\r\n        }\r\n        \r\n        function draw() {\r\n            ctx.clearRect(0, 0, width, height);\r\n            noiseOffset += 0.009;\r\n            \r\n            const cols = Math.ceil(width \/ pixelSize);\r\n            const rows = Math.ceil(height \/ pixelSize);\r\n            \r\n            for (let i = 0; i < cols; i++) {\r\n                for (let j = 0; j < rows; j++) {\r\n                    const x = i * pixelSize;\r\n                    const y = j * pixelSize;\r\n                    \r\n                    const n = noise(x, y, noiseOffset);\r\n                    const threshold = 0.45;\r\n                    \r\n                    if (n > threshold) {\r\n                        const intensity = (n - threshold) \/ (1 - threshold);\r\n                        ctx.fillStyle = 'rgba(126, 45, 252, ' + (0.3 + intensity * 0.7) + ')';\r\n                        ctx.fillRect(x, y, pixelSize - 1, pixelSize - 1);\r\n                    }\r\n                }\r\n            }\r\n            \r\n            requestAnimationFrame(draw);\r\n        }\r\n        \r\n        window.addEventListener('resize', resize);\r\n        setTimeout(() => {\r\n            resize();\r\n            draw();\r\n        }, 100);\r\n    }\r\n    \r\n    if (document.readyState === 'loading') {\r\n        document.addEventListener('DOMContentLoaded', initDither);\r\n    } else {\r\n        setTimeout(initDither, 300);\r\n    }\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43cc14b e-grid e-con-full e-con e-child\" data-id=\"43cc14b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-76148b1 e-con-full e-flex e-con e-child\" data-id=\"76148b1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-769150a e-con-full e-flex e-con e-child\" data-id=\"769150a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2b9974 elementor-widget elementor-widget-heading\" data-id=\"c2b9974\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NERY PRIETO<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a0d199 elementor-widget elementor-widget-heading\" data-id=\"2a0d199\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Product Designer especializado en UX\/UI y sistemas de dise\u00f1o.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e14229e animated-fast elementor-hidden-desktop elementor-hidden-tablet elementor-invisible elementor-widget elementor-widget-image\" data-id=\"e14229e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587.png\" class=\"attachment-large size-large wp-image-8685\" alt=\"\" srcset=\"https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587.png 969w, https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587-300x300.png 300w, https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587-150x150.png 150w, https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f2ede7c e-grid e-con-full e-con e-child\" data-id=\"f2ede7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef037d8 elementor-widget elementor-widget-text-editor\" data-id=\"ef037d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"headline\">Dise\u00f1o productos digitales que funcionan, convierten y escalan. UX\/UI, research y sistemas de dise\u00f1o aplicados a SaaS, e-commerce, apps y webs. 5+ a\u00f1os trabajando con marcas como Schibsted, AxesInMotion y agencias de retail.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9175175 e-con-full e-flex e-con e-child\" data-id=\"9175175\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7975d5b elementor-widget elementor-widget-button\" data-id=\"7975d5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SaaS<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb993c4 elementor-widget elementor-widget-button\" data-id=\"bb993c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">App<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f0a586 elementor-widget elementor-widget-button\" data-id=\"8f0a586\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Web<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0514919 elementor-widget elementor-widget-button\" data-id=\"0514919\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Videojuego<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ff1e05 elementor-widget elementor-widget-button\" data-id=\"5ff1e05\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Automatizaci\u00f3n<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15dd5d8 e-con-full e-flex e-con e-child\" data-id=\"15dd5d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ee6a3c animated-fast elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"9ee6a3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587.png\" class=\"attachment-large size-large wp-image-8685\" alt=\"\" srcset=\"https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587.png 969w, https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587-300x300.png 300w, https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587-150x150.png 150w, https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/05\/Group-512587-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f0b4d08 e-flex e-con-boxed e-con e-parent\" data-id=\"f0b4d08\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f82359 elementor-absolute elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"2f82359\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/02\/Ellipse-111.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f301202 elementor-absolute elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"f301202\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/neryprieto.com\/wp-content\/uploads\/2026\/02\/Ellipse-111.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\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>NERY PRIETO Product Designer especializado en UX\/UI y sistemas de dise\u00f1o. Dise\u00f1o productos digitales que funcionan, convierten y escalan. UX\/UI, research y sistemas de dise\u00f1o aplicados a SaaS, e-commerce, apps y webs. 5+ a\u00f1os trabajando con marcas como Schibsted, AxesInMotion y agencias de retail. SaaS App Web Videojuego Automatizaci\u00f3n<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-8705","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/neryprieto.com\/index.php?rest_route=\/wp\/v2\/pages\/8705","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neryprieto.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/neryprieto.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/neryprieto.com\/index.php?rest_route=\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/neryprieto.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8705"}],"version-history":[{"count":3,"href":"https:\/\/neryprieto.com\/index.php?rest_route=\/wp\/v2\/pages\/8705\/revisions"}],"predecessor-version":[{"id":8794,"href":"https:\/\/neryprieto.com\/index.php?rest_route=\/wp\/v2\/pages\/8705\/revisions\/8794"}],"wp:attachment":[{"href":"https:\/\/neryprieto.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}