{"id":16734,"date":"2021-09-12T17:31:00","date_gmt":"2021-09-12T17:31:00","guid":{"rendered":"https:\/\/granda.com\/?p=16734"},"modified":"2022-09-21T06:49:22","modified_gmt":"2022-09-21T06:49:22","slug":"before-and-after-the-parish-church-of-san-agustin-de-granada","status":"publish","type":"post","link":"https:\/\/granda.com\/en\/antes-y-despues-la-parroquia-de-san-agustin-de-granada\/","title":{"rendered":"Before and after: the parish of St. Augustine in Granada"},"content":{"rendered":"<p>The American magazine <a href=\"https:\/\/www.liturgicalartsjournal.com\/2021\/09\/before-and-after-st-augustines-in.html\" target=\"_blank\" rel=\"noreferrer noopener\">Liturgical Arts Journal has dedicated an article <\/a>to our intervention in the parish of San Agust\u00edn in Granada, which we carried out in 2017. Our intervention consisted in the design of an altarpiece that would integrate the <a href=\"https:\/\/granda.com\/en\/goldsmiths\/\" data-type=\"URL\" data-id=\"https:\/\/granda.com\/orfebreria\/\">liturgical elements<\/a> in the temple and elevate its dignity. <\/p>\n\n\n\n<p>In the words of the author of the text, Shawn Tribe, \"<em>the final result is a coherent and integral altarpiece, which gives a new order and prominence to the altar and the tabernacle. It is not only more ornate, but much more noble, beautiful and simple; an apparent paradox that we never tire of pointing out.<\/em>\"<\/p>\n\n\n\n<p>The altarpiece was made of polychrome wood using the marble technique. With this, the main altar, made of green and red marble, was imitated, so that everything is united as if it were one piece, thus recovering the original liturgical sense of the altarpieces. <\/p>\n\n\n\n<p>For its part, the altarpiece provides a sober and balanced frame where the painting and sculptures are integrated, and where the altar and the tabernacle stand out. \"<em>Whereas the previous order lacked artistic focus and merit, being instead an uneven hodgepodge, the new one provides the necessary order and beauty that divine worship deserves.<\/em>\"<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Images of the parish of St. Augustine of Granada<\/h3>\n\n\n<!-- Slider main container -->\r\n\t\t<div class=\"swiper\">\r\n\t\t  <!-- Additional required wrapper -->\r\n\t\t  <div class=\"swiper-wrapper\">\r\n\t\t\t<!-- Slides -->\r\n\t\t\t  \r\n\t\t\t  \t\t\t\t<div class=\"swiper-slide\">\r\n\t\t\t    \t<img decoding=\"async\" class=\"nolazy\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2022\/04\/1-1.jpg\" alt=\"\" title=\"\">\r\n\t\t\t    <\/div>\r\n\t\t\t  \t\t\t\t<div class=\"swiper-slide\">\r\n\t\t\t    \t<img decoding=\"async\" class=\"nolazy\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2022\/04\/3-1.jpg\" alt=\"\" title=\"\">\r\n\t\t\t    <\/div>\r\n\t\t\t  \t\t\t\t<div class=\"swiper-slide\">\r\n\t\t\t    \t<img decoding=\"async\" class=\"nolazy\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2022\/04\/4-1.jpg\" alt=\"\" title=\"\">\r\n\t\t\t    <\/div>\r\n\t\t\t  \t\t\t\t<div class=\"swiper-slide\">\r\n\t\t\t    \t<img decoding=\"async\" class=\"nolazy\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2022\/04\/5.jpg\" alt=\"\" title=\"\">\r\n\t\t\t    <\/div>\r\n\t\t\t  \t\t  <\/div>\r\n\r\n\t\t  <!-- If we need navigation buttons -->\r\n\t\t  <div class=\"swiper-button-prev\"><\/div>\r\n\t\t  <div class=\"swiper-button-next\"><\/div>\r\n\t\t<\/div>\r\n\r\n\t\t<script>\r\n\t\t\twindow.addEventListener(\"load\", function() {\r\n\t\t\t\t\tconst swiper = new Swiper('.swiper', {\r\n\t\t\t\t  speed: 400,\r\n\t\t\t\t  spaceBetween: 100,\r\n\t\t\t\t   navigation: {\r\n\t\t\t\t\tnextEl: '.swiper-button-next',\r\n\t\t\t\t\tprevEl: '.swiper-button-prev',\r\n\t\t\t\t  },\r\n\t\t\t\t});\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\tdocument.querySelectorAll(\".swiper-slide img\").forEach(image => {\r\n\t\t\t\t\timage.addEventListener(\"click\", function() {\r\n\t\t\t\t\t\tlet backdrop = document.createElement(\"section\");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tbackdrop.classList.add(\"slide-backdrop\");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tlet img = document.createElement(\"img\");\r\n\t\t\t\t\t\timg.src = this.src;\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tbackdrop.appendChild(img);\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tbackdrop.addEventListener(\"click\", function() {\r\n\t\t\t\t\t\t\tbackdrop.style.opacity = 0;\r\n\t\t\t\t\t\t\tsetTimeout(() => {\r\n\t\t\t\t\t\t\t\tbackdrop.remove();\r\n\t\t\t\t\t\t\t\tdocument.body.style.overflow = \"\";\r\n\t\t\t\t\t\t\t}, 500)\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tdocument.body.appendChild(backdrop);\r\n\t\t\t\t\t\tdocument.body.style.overflow = \"hidden\";\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t});\r\n\t\t\t\t})\r\n\t\t\t})\r\n\t\t\t\r\n\t\t<\/script>\r\n\r\n\t\t<style>\r\n\t\t\t.swiper {\r\n\t\t\t\tmargin-bottom: 30px;\r\n\t\t\t}\r\n\r\n\t\t\t.swiper-slide img {\r\n\t\t\t\tmax-height: 400px;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tmargin: auto;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t\twidth: auto;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.swiper-wrapper {\r\n\t\t\t\talign-items: stretch!important;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.swiper-slide {\r\n\t\t\t\theight: auto;\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.swiper-button-next, .swiper-button-prev {\r\n\t\t\t\tcolor: #CAA966!important;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.slide-backdrop {\r\n\t\t\t\tposition: fixed;\r\n\t\t\t\twidth: 100vw;\r\n\t\t\t\theight: 100vh;\r\n\t\t\t\ttop: 0;\r\n\t\t\t\tleft: 0;\r\n\t\t\t\tbackground: rgba(0,0,0,0.5);\r\n\t\t\t\tz-index: 999;\r\n\t\t\t\ttransition: .5s;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t.slide-backdrop img {\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tmargin: auto;\r\n\t\t\t\ttop: 50%;\r\n\t\t\t\tposition: relative;\r\n\t\t\t\ttransform: translateY(-50%);\r\n\t\t\t\tmax-width: 90%;\r\n\t\t\t\tmax-height: 90%;\r\n\t\t\t}\r\n\t\t<\/style>","protected":false},"excerpt":{"rendered":"<p>La revista americana Liturgical Arts Journal ha dedicado un art\u00edculo a nuestra intervenci\u00f3n en la parroquia de San Agust\u00edn de Granada, que realizamos en 2017. Nuestra intervenci\u00f3n consisti\u00f3 en el dise\u00f1o de un retablo que integrara los elementos lit\u00fargicos existentes en el templo y elevara su dignidad. En palabras del autor del texto, Shawn Tribe, [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":16735,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[200],"tags":[240,881,309,261,997,996,233,995,235,249,994,259],"lista_post":[],"class_list":["post-16734","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-actualidad-en-los-medios","tag-ambon","tag-arte-catolico","tag-arte-liturgico","tag-arte-sacro","tag-decoracion-de-iglesias","tag-decoracion-de-interiores","tag-escultura","tag-imagineria-2","tag-presbiterio","tag-retablo","tag-talla-y-escultura","tag-talleres-de-arte-granda"],"acf":[],"_links":{"self":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts\/16734","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/comments?post=16734"}],"version-history":[{"count":5,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts\/16734\/revisions"}],"predecessor-version":[{"id":17129,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts\/16734\/revisions\/17129"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/media\/16735"}],"wp:attachment":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/media?parent=16734"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/categories?post=16734"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/tags?post=16734"},{"taxonomy":"lista_post","embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/lista_post?post=16734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}