{"id":14149,"date":"2018-02-28T00:00:00","date_gmt":"2018-02-28T00:00:00","guid":{"rendered":"https:\/\/granda.com\/la-intimidad-de-la-anunciacion-plasmada-en-este-retablo-realizado-para-st-ann-church-houston-texas\/"},"modified":"2022-10-06T08:55:29","modified_gmt":"2022-10-06T08:55:29","slug":"the-intimacy-of-the-annunciation-captured-in-this-altarpiece-made-for-st-ann-church-houston-texas","status":"publish","type":"post","link":"https:\/\/granda.com\/en\/la-intimidad-de-la-anunciacion-plasmada-en-este-retablo-realizado-para-st-ann-church-houston-texas\/","title":{"rendered":"The intimacy of the Annunciation captured in this altarpiece made for St. Ann Church, Houston (Texas)."},"content":{"rendered":"<p>THE NEW ALTARPIECE OF THE ANNUNCIATION.<\/p>\n<p style=\"text-align:justify;\">This altarpiece, in colonial baroque style, is made of carved cedar wood and later gilded and treated to provide the wood with the qualities of waterproof and fireproof material. It has decorative details also made in wood and gilded after the mixti\u00f3n.<\/p>\n<p style=\"text-align:justify;\">Because of the characteristics of St. Ann Church, the new altarpiece had to be adapted to the three walls of the presbytery, so that this wooden structure of almost 7 meters high could house, in three heights, a tabernacle, a relief of the Annunciation and a crucifix.<\/p>\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\/01\/6.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\/01\/2.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>\r\n\r\n\t\t\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-6052\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2021\/10\/20180126_155019-e1519229779786.jpg\" alt=\"20180126_155019\" width=\"389\" height=\"486\" title=\"\"><\/p>\n<p>POLYCHROME HIGH RELIEF OF THE ANNUNCIATION<\/p>\n<p style=\"text-align:justify;\">The relief of the Annunciation that occupies the central wall is made of polychrome resin and represents the angel Gabriel, the Virgin Mary and the Holy Spirit at the moment of the Annunciation. The three figures are integrated in a triangular manner, expressing through the golden proportion the perfection and harmony of this divine scene.<\/p>\n<p>\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-6063\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2021\/10\/11-scaled.jpg\" alt=\"1\" width=\"1836\" height=\"2648\" title=\"\"><\/p>\n<p>THE DIALOGUE BETWEEN MARY AND THE ANGEL<\/p>\n<p style=\"text-align:justify;\">The design tries to portray&nbsp;<strong>an intimate encounter between the everyday and the supernatural.<\/strong> The Virgin is in her house - in the background you can see elements of what could be the courtyard of a house of the time: the staircase, the arches leading outside and modest elements such as a wineskin, a simple chair or a basket with sewing utensils - she looks at the angel surprised by his greeting while their dialogue develops. <strong>The angel appears and surprises the Virgin in her house. <\/strong>while she is taking a break from her chores and reading the scriptures. In this case she is praying with the <strong>Isaiah's prophecy about the Messiah<\/strong>We can appreciate this if we observe the parchment that remains open with the reference and the word \"Emmanuel\" written on it. This detail points to Mary as the woman in whom the expectations of the Jewish People, who awaited the arrival of a savior, are fulfilled.<\/p>\n<p style=\"text-align:justify;\">The figure of <strong>the Virgin Mary<\/strong>She is seated on a humble chair with her right hand on her chest as a sign of recollection and prayer, while with the other she holds the scroll of the Scriptures.<\/p>\n<p>\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-6058\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2021\/10\/20170904_134313-e1519230040444-scaled.jpg\" alt=\"20170904_134313.jpg\" width=\"1836\" height=\"3036\" title=\"\"><\/p>\n<p style=\"text-align:justify;\"><strong>The angel<\/strong>&nbsp;is suspended at a certain distance above ground level and gazes at the Virgin's face. The posture of his relaxed legs and feet reinforce the sensation of weightlessness and that of his left arm, raised and pointing towards the sky, indicates the place from which he comes and from where he has been sent, while he holds with his right a branch of white lilies, symbol of Mary's virginity.<\/p>\n<p>\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-6059\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2021\/10\/20170904_134224-e1519230084558-scaled.jpg\" alt=\"20170904_134224.jpg\" width=\"2792\" height=\"1810\" title=\"\"><\/p>\n<p style=\"text-align:justify;\"><strong>The Holy Spirit<\/strong>&nbsp;is represented, in line with Christian tradition, in the form of a white dove descending from above and illuminating the scene with its rays.<\/p>\n<p>\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-6060\" src=\"https:\/\/granda.com\/wp-content\/uploads\/2021\/10\/20170904_134244-e1519230122269-scaled.jpg\" alt=\"20170904_134244.jpg\" width=\"3252\" height=\"1617\" title=\"\"><\/p>\n<p style=\"text-align:justify;\">The polychrome applied with a glaze on the wood gives the relief light and luminous tones and has made it possible to give even more life and depth to the scene, highlighting some elements, such as the <strong>sacred scriptures and the dove <\/strong>representing the Holy Spirit, from among the rest of the elements of the composition, as well as outlining the <strong>cloudiness<\/strong> that accompanies the sudden appearance of the angel or the <strong>blushing face of the Virgin Mary<\/strong>.<\/p>\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\/01\/20171103_090552-scaled.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\/01\/20171116_151905-scaled.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>\r\n\r\n\t\t\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>EL NUEVO RETABLO DE LA ANUNCIACI\u00d3N. Este retablo, de estilo colonial barroco, se ha realizado en madera de cedro tallada y posteriormente dorada y tratada para proporcionar a la madera las cualidades de material hidr\u00f3fugo e in\u00edfugo. Posee detalles decorativos realizados tambi\u00e9n en madera y dorados posteriormente al mixti\u00f3n. Por las caracter\u00edsticas de la Iglesia [&hellip;]<\/p>\n","protected":false},"author":4416,"featured_media":14155,"comment_status":"open","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":[210,212],"tags":[785,786,787,331,249,788,789,780],"lista_post":[],"class_list":["post-14149","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-proyectos","category-talla-y-retablos","tag-anunciacion","tag-espiritu-santo","tag-houston","tag-relieve","tag-retablo","tag-san-gabriel","tag-texas","tag-virgen-maria"],"acf":[],"_links":{"self":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts\/14149","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\/4416"}],"replies":[{"embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/comments?post=14149"}],"version-history":[{"count":1,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts\/14149\/revisions"}],"predecessor-version":[{"id":17255,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/posts\/14149\/revisions\/17255"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/media\/14155"}],"wp:attachment":[{"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/media?parent=14149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/categories?post=14149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/tags?post=14149"},{"taxonomy":"lista_post","embeddable":true,"href":"https:\/\/granda.com\/en\/wp-json\/wp\/v2\/lista_post?post=14149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}