{"id":789,"date":"2026-05-12T14:29:41","date_gmt":"2026-05-12T12:29:41","guid":{"rendered":"https:\/\/lumbregallery.com\/?page_id=789"},"modified":"2026-06-08T11:09:13","modified_gmt":"2026-06-08T09:09:13","slug":"manifiesto","status":"publish","type":"page","link":"https:\/\/lumbregallery.com\/en\/manifiesto\/","title":{"rendered":"Manifest"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"789\" class=\"elementor elementor-789\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84f9a65 e-flex e-con-boxed e-con e-parent\" data-id=\"84f9a65\" 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-38a66ca elementor-widget elementor-widget-heading\" data-id=\"38a66ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Manifiesto<\/h1>\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-97ceb3e e-grid e-con-boxed e-con e-parent\" data-id=\"97ceb3e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-85d0ce7 e-con-full e-flex e-con e-child\" data-id=\"85d0ce7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-201feb8 elementor-widget elementor-widget-text-editor\" data-id=\"201feb8\" 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>El ritmo de la red acelera la imagen y reduce el tiempo.<br \/>La visibilidad sustituye a la experiencia. <br \/>LUMBRE aparece como una apertura a la luz: un umbral sereno para volver a un encuentro silencioso con una sola obra. No prometemos infinidad, sino presencia: momentos concebidos para que la obra brille desde su interior.<br \/>No somos corriente continua ni volumen acumulado. Rechazamos la prisa y el ruido.<\/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-d270cc9 e-con-full e-flex e-con e-child\" data-id=\"d270cc9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13ef4ac elementor-widget elementor-widget-text-editor\" data-id=\"13ef4ac\" 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>El arte necesita espacio antes que foco. Una obra no compite: sostiene. El tiempo no entorpece: revela.<\/p><p>La lumbre no ciega. Alumbra. Es claridad que acompa\u00f1a; ventana que se abre, no escaparate. Aqu\u00ed no amplificamos la obra: escuchamos su propia luz.<\/p>\t\t\t\t\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-14d8e0f e-flex e-con-boxed e-con e-parent\" data-id=\"14d8e0f\" data-element_type=\"container\" data-e-type=\"container\" id=\"hero-agua\" 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-2f7822c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2f7822c\" 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\">EL ARTE NO BUSCA SER MOSTRADO, BUSCA SER ENCONTRADO. \n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36ca378 elementor-widget elementor-widget-html\" data-id=\"36ca378\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/p5@1.9.0\/lib\/p5.min.js\"><\/script>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n  new p5(function(p) {\r\n\r\n    let blobs = [];\r\n\r\n    p.setup = function() {\r\n      const hero = document.getElementById(\"hero-agua\");\r\n      const canvas = p.createCanvas(hero.offsetWidth, hero.offsetHeight);\r\n      canvas.parent(\"hero-agua\");\r\n\r\n      for (let i = 0; i < 7; i++) {\r\n\r\n        let grey = p.random([70, 90, 110, 130, 150]);\r\n\r\n        blobs.push({\r\n          x: p.random(p.width),\r\n          y: p.random(p.height),\r\n          r: p.random(180, 420),\r\n          dx: p.random(-0.7, 0.7),\r\n          dy: p.random(-0.7, 0.7),\r\n\r\n          col: p.color(\r\n            grey,\r\n            grey,\r\n            grey,\r\n            70\r\n          )\r\n        });\r\n      }\r\n    };\r\n\r\n    p.draw = function() {\r\n\r\n      p.clear();\r\n      p.noStroke();\r\n\r\n      blobs.forEach(function(b) {\r\n\r\n        p.fill(b.col);\r\n\r\n        p.beginShape();\r\n\r\n        for (let a = 0; a < p.TWO_PI; a += 0.2) {\r\n\r\n          let offset = p.noise(\r\n            Math.cos(a) + p.frameCount * 0.006,\r\n            Math.sin(a) + p.frameCount * 0.006\r\n          );\r\n\r\n          let radius = b.r * (0.75 + offset * 0.45);\r\n\r\n          let x = b.x + Math.cos(a) * radius;\r\n          let y = b.y + Math.sin(a) * radius;\r\n\r\n          p.curveVertex(x, y);\r\n        }\r\n\r\n        p.endShape(p.CLOSE);\r\n\r\n        b.x += b.dx;\r\n        b.y += b.dy;\r\n\r\n        if (b.x < -b.r || b.x > p.width + b.r) b.dx *= -1;\r\n        if (b.y < -b.r || b.y > p.height + b.r) b.dy *= -1;\r\n      });\r\n    };\r\n\r\n    p.windowResized = function() {\r\n      const hero = document.getElementById(\"hero-agua\");\r\n      p.resizeCanvas(hero.offsetWidth, hero.offsetHeight);\r\n    };\r\n\r\n  });\r\n\r\n});\r\n<\/script>\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>Manifiesto El ritmo de la red acelera la imagen y reduce el tiempo.La visibilidad sustituye a la experiencia. LUMBRE aparece como una apertura a la luz: un umbral sereno para volver a un encuentro silencioso con una sola obra. No prometemos infinidad, sino presencia: momentos concebidos para que la obra brille desde su interior.No somos [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-789","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Manifiesto - Lumbre Gallery<\/title>\n<meta name=\"description\" content=\"Manifiesto .\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lumbregallery.com\/en\/manifiesto\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Manifiesto - Lumbre Gallery\" \/>\n<meta property=\"og:description\" content=\"Manifiesto .\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lumbregallery.com\/en\/manifiesto\/\" \/>\n<meta property=\"og:site_name\" content=\"Lumbre Gallery\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-08T09:09:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lumbregallery.com\/wp-content\/uploads\/2025\/09\/logo-LUMBRE.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/manifiesto\\\/\",\"url\":\"https:\\\/\\\/lumbregallery.com\\\/manifiesto\\\/\",\"name\":\"Manifiesto - Lumbre Gallery\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/#website\"},\"datePublished\":\"2026-05-12T12:29:41+00:00\",\"dateModified\":\"2026-06-08T09:09:13+00:00\",\"description\":\"Manifiesto .\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/manifiesto\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/lumbregallery.com\\\/manifiesto\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/manifiesto\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/lumbregallery.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Manifiesto\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/#website\",\"url\":\"https:\\\/\\\/lumbregallery.com\\\/\",\"name\":\"Lumbre Gallery\",\"description\":\"ELEGIMOS LA CLARIDAD COMO FORMA DE CUIDADO\",\"publisher\":{\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/#organization\"},\"alternateName\":\"Galer\u00eda de Arte Contempor\u00e1neo\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/lumbregallery.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/#organization\",\"name\":\"Lumbre Gallery\",\"alternateName\":\"Galer\u00eda de Arte Contempor\u00e1neo\",\"url\":\"https:\\\/\\\/lumbregallery.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/lumbregallery.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logo-LUMBRE.png\",\"contentUrl\":\"https:\\\/\\\/lumbregallery.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logo-LUMBRE.png\",\"width\":512,\"height\":512,\"caption\":\"Lumbre Gallery\"},\"image\":{\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/lumbregallery\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Manifiesto - Lumbre Gallery","description":"Manifiesto .","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:\/\/lumbregallery.com\/en\/manifiesto\/","og_locale":"en_US","og_type":"article","og_title":"Manifiesto - Lumbre Gallery","og_description":"Manifiesto .","og_url":"https:\/\/lumbregallery.com\/en\/manifiesto\/","og_site_name":"Lumbre Gallery","article_modified_time":"2026-06-08T09:09:13+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/lumbregallery.com\/wp-content\/uploads\/2025\/09\/logo-LUMBRE.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lumbregallery.com\/manifiesto\/","url":"https:\/\/lumbregallery.com\/manifiesto\/","name":"Manifiesto - Lumbre Gallery","isPartOf":{"@id":"https:\/\/lumbregallery.com\/#website"},"datePublished":"2026-05-12T12:29:41+00:00","dateModified":"2026-06-08T09:09:13+00:00","description":"Manifiesto .","breadcrumb":{"@id":"https:\/\/lumbregallery.com\/manifiesto\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lumbregallery.com\/manifiesto\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lumbregallery.com\/manifiesto\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/lumbregallery.com\/"},{"@type":"ListItem","position":2,"name":"Manifiesto"}]},{"@type":"WebSite","@id":"https:\/\/lumbregallery.com\/#website","url":"https:\/\/lumbregallery.com\/","name":"Lumbre Gallery","description":"ELEGIMOS LA CLARIDAD COMO FORMA DE CUIDADO","publisher":{"@id":"https:\/\/lumbregallery.com\/#organization"},"alternateName":"Galer\u00eda de Arte Contempor\u00e1neo","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lumbregallery.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lumbregallery.com\/#organization","name":"Lumbre Gallery","alternateName":"Galer\u00eda de Arte Contempor\u00e1neo","url":"https:\/\/lumbregallery.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lumbregallery.com\/#\/schema\/logo\/image\/","url":"https:\/\/lumbregallery.com\/wp-content\/uploads\/2025\/09\/logo-LUMBRE.png","contentUrl":"https:\/\/lumbregallery.com\/wp-content\/uploads\/2025\/09\/logo-LUMBRE.png","width":512,"height":512,"caption":"Lumbre Gallery"},"image":{"@id":"https:\/\/lumbregallery.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/lumbregallery\/"]}]}},"_links":{"self":[{"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/pages\/789","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/comments?post=789"}],"version-history":[{"count":15,"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/pages\/789\/revisions"}],"predecessor-version":[{"id":2856,"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/pages\/789\/revisions\/2856"}],"wp:attachment":[{"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/media?parent=789"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}