{"id":793,"date":"2026-05-12T14:30:50","date_gmt":"2026-05-12T12:30:50","guid":{"rendered":"https:\/\/lumbregallery.com\/?page_id=793"},"modified":"2026-06-08T11:09:03","modified_gmt":"2026-06-08T09:09:03","slug":"about","status":"publish","type":"page","link":"https:\/\/lumbregallery.com\/en\/about\/","title":{"rendered":"About"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"793\" class=\"elementor elementor-793\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69b4963 e-flex e-con-boxed e-con e-parent\" data-id=\"69b4963\" 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-e84bd9f elementor-widget elementor-widget-heading\" data-id=\"e84bd9f\" 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\">About<\/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-e2d8db6 e-grid e-con-boxed e-con e-parent\" data-id=\"e2d8db6\" 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-d5997ce e-con-full e-flex e-con e-child\" data-id=\"d5997ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b986c6d elementor-widget elementor-widget-text-editor\" data-id=\"b986c6d\" 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>Somos una galer\u00eda de selecciones acotadas y duraciones precisas. Cada presentaci\u00f3n tiene un inicio y un final, como la respiraci\u00f3n de una idea. El archivo no es dep\u00f3sito: es memoria viva, proyecto a proyecto.<br \/>LUMBRE parte de la idea de aquello que permanece cuando desaparece el ruido.<br \/>La continuidad del proyecto no se define por calendarios, convocatorias abiertas ni criterios de mercado, sino a trav\u00e9s de un sistema de selecci\u00f3n entre artistas.<\/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-954dd8a e-con-full e-flex e-con e-child\" data-id=\"954dd8a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-957e4e9 elementor-widget elementor-widget-text-editor\" data-id=\"957e4e9\" 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>Cada artista participante propone a quien considera que puede continuar el proyecto, a partir de afinidades conceptuales, formales o de sensibilidad.<\/p><p>De este modo, la galer\u00eda se construye de forma progresiva, no por acumulaci\u00f3n de obras, sino a trav\u00e9s de relaciones y di\u00e1logos entre pr\u00e1cticas art\u00edsticas.<\/p><p>Entendemos la curadur\u00eda como ejercicio de pensamiento y selecci\u00f3n. <br \/>Los proyectos se construyen con intenci\u00f3n clara, alineados con nuestro manifiesto y con el ritmo propio del espacio. <br \/>Hay libertad conceptual dentro de un marco definido; la coherencia prima sobre la acumulaci\u00f3n.<\/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-25ecf62 e-flex e-con-boxed e-con e-parent\" data-id=\"25ecf62\" 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-b20324d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b20324d\" 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\">LUMBRE NO SE DEFINE POR UN LUGAR, SINO POR UNA FORMA DE MIRAR<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c20535 elementor-widget elementor-widget-html\" data-id=\"3c20535\" 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>About Somos una galer\u00eda de selecciones acotadas y duraciones precisas. Cada presentaci\u00f3n tiene un inicio y un final, como la respiraci\u00f3n de una idea. El archivo no es dep\u00f3sito: es memoria viva, proyecto a proyecto.LUMBRE parte de la idea de aquello que permanece cuando desaparece el ruido.La continuidad del proyecto no se define por calendarios, [&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-793","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>About - Lumbre Gallery<\/title>\n<meta name=\"description\" content=\"About .\" \/>\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\/about\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About - Lumbre Gallery\" \/>\n<meta property=\"og:description\" content=\"About .\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lumbregallery.com\/en\/about\/\" \/>\n<meta property=\"og:site_name\" content=\"Lumbre Gallery\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-08T09:09:03+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\\\/about\\\/\",\"url\":\"https:\\\/\\\/lumbregallery.com\\\/about\\\/\",\"name\":\"About - Lumbre Gallery\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/#website\"},\"datePublished\":\"2026-05-12T12:30:50+00:00\",\"dateModified\":\"2026-06-08T09:09:03+00:00\",\"description\":\"About .\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/about\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/lumbregallery.com\\\/about\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lumbregallery.com\\\/about\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/lumbregallery.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About\"}]},{\"@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":"About - Lumbre Gallery","description":"About .","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\/about\/","og_locale":"en_US","og_type":"article","og_title":"About - Lumbre Gallery","og_description":"About .","og_url":"https:\/\/lumbregallery.com\/en\/about\/","og_site_name":"Lumbre Gallery","article_modified_time":"2026-06-08T09:09:03+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\/about\/","url":"https:\/\/lumbregallery.com\/about\/","name":"About - Lumbre Gallery","isPartOf":{"@id":"https:\/\/lumbregallery.com\/#website"},"datePublished":"2026-05-12T12:30:50+00:00","dateModified":"2026-06-08T09:09:03+00:00","description":"About .","breadcrumb":{"@id":"https:\/\/lumbregallery.com\/about\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lumbregallery.com\/about\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lumbregallery.com\/about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/lumbregallery.com\/"},{"@type":"ListItem","position":2,"name":"About"}]},{"@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\/793","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=793"}],"version-history":[{"count":6,"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/pages\/793\/revisions"}],"predecessor-version":[{"id":2853,"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/pages\/793\/revisions\/2853"}],"wp:attachment":[{"href":"https:\/\/lumbregallery.com\/en\/wp-json\/wp\/v2\/media?parent=793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}