{"id":8345,"date":"2025-06-21T11:19:36","date_gmt":"2025-06-21T11:19:36","guid":{"rendered":"https:\/\/nuevo-renacer.com\/?page_id=8345"},"modified":"2026-07-30T08:30:04","modified_gmt":"2026-07-30T08:30:04","slug":"centro-luz-del-alma-universal","status":"publish","type":"page","link":"https:\/\/nuevo-renacer.com\/en\/centro-luz-del-alma-universal\/","title":{"rendered":"Centre Luz del Alma Universal"},"content":{"rendered":"<div class=\"wp-block-uagb-container uagb-block-c58036a4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<style data-wp-block-html=\"css\">\n:root {\n    --primary: #1a365d;\n    --primary-dark: #0f2744;\n    --accent: #2b6cb0;\n    --text: #2c2c2c;\n    --text-light: #555;\n    --bg: #f8fafc;\n    --white: #ffffff;\n    --border: #e2e8f0;\n    --shadow: 0 4px 20px rgba(15, 39, 68, 0.08);\n    --radius: 12px;\n}\n\n* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\nbody {\n    font-family: 'Lora', Georgia, serif;\n    font-size: 17px;\n    line-height: 1.7;\n    color: var(--text);\n    background: var(--bg);\n    -webkit-font-smoothing: antialiased;\n}\n\n\n\/* ===== Hero ===== *\/\n\n.page-hero {\n    background: linear-gradient(135deg, #0f2744 0%, #1a365d 50%, #2b6cb0 100%);\n    color: #ffffff;\n    text-align: center;\n    padding: 56px 24px 48px;\n}\n\n.page-hero h1 {\n    font-family: 'Lato', sans-serif;\n    font-weight: 700;\n    font-size: clamp(1.8rem, 4vw, 2.6rem);\n    letter-spacing: -0.5px;\n    margin-bottom: 8px;\n    color: #ffffff;\n    text-shadow: 0 2px 12px rgba(0,0,0,0.4);\n}\n\n.page-hero .subtitle {\n    font-size: 1.05rem;\n    opacity: 0.9;\n    font-weight: 300;\n    color: #ffffff;\n}\n\n\n\/* ===== Main Content ===== *\/\n\n.container {\n    max-width: 1200px;\n    width: 100%;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n\n.content-card {\n    background: var(--white);\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    margin: -40px auto 48px;\n    overflow: hidden;\n}\n\n\n\/* ===== Portrait ===== *\/\n\n.portrait-section {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0;\n    align-items: stretch;\n}\n\n.portrait {\n    flex: 0 0 280px;\n    background: #f0f7fb;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 32px 24px;\n}\n\n.portrait img {\n    width: 220px;\n    height: auto;\n    border-radius: 8px;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.12);\n    object-fit: cover;\n}\n\n\n.meta-info {\n    flex: 1;\n    padding: 40px 40px 32px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n\n\n.meta-info h2 {\n    font-family: 'Lato', sans-serif;\n    font-size: 1.5rem;\n    color: var(--primary);\n    margin-bottom: 20px;\n    font-weight: 700;\n}\n\n\n.meta-row {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 12px;\n    font-size: 1.05rem;\n}\n\n\n.meta-row strong {\n    font-family: 'Lato', sans-serif;\n    color: var(--primary-dark);\n    min-width: 95px;\n}\n\n\n\/* ===== Text ===== *\/\n\n.body-text {\n    width: 100%;\n    max-width: 1200px;\n    padding: 0 20px 40px;\n}\n\n\n.body-text p {\n    margin-bottom: 1.4em;\n    color: var(--text-light);\n}\n\n\n.body-text p:last-of-type {\n    margin-bottom: 0;\n}\n\n\n.highlight {\n    background: linear-gradient(90deg, #f0f7fb, #e8f2f7);\n    border-left: 4px solid var(--accent);\n    padding: 18px 24px;\n    margin: 28px 0 0;\n    border-radius: 0 8px 8px 0;\n    font-weight: 500;\n    color: var(--primary-dark);\n    font-size: 1.1rem;\n}\n\n\n\/* ===== Gallery ===== *\/\n\n.gallery-section {\n    max-width: 1200px;\n    width: 100%;\n    margin: 0 auto 60px;\n    padding: 0 20px;\n}\n\n\n.gallery-section h3 {\n    font-family: 'Lato', sans-serif;\n    text-align: center;\n    font-size: 1.35rem;\n    color: var(--primary);\n    margin-bottom: 28px;\n    font-weight: 700;\n}\n\n\n.gallery {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 20px;\n}\n\n\n.gallery figure {\n    margin: 0;\n    border-radius: var(--radius);\n    overflow: hidden;\n    box-shadow: var(--shadow);\n    background: var(--white);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n}\n\n\n.gallery figure:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 28px rgba(15, 39, 68, 0.15);\n}\n\n\n.gallery img {\n    width: 100%;\n    height: 240px;\n    object-fit: cover;\n    display: block;\n}\n\n\n\/* ===== Responsive ===== *\/\n\n@media (max-width: 700px) {\n\n    .container {\n        padding: 0 15px;\n    }\n\n\n    .portrait-section {\n        flex-direction: column;\n    }\n\n\n    .portrait {\n        flex: none;\n        padding: 28px 20px 10px;\n    }\n\n\n    .portrait img {\n        width: 180px;\n    }\n\n\n    .meta-info {\n        padding: 24px 24px 16px;\n        text-align: center;\n    }\n\n\n    .meta-row {\n        justify-content: center;\n    }\n\n\n    .body-text {\n        padding: 8px 15px 32px;\n    }\n\n\n    .gallery-section {\n        padding: 0 15px;\n    }\n\n}\n<\/style>\n\n<meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Centro Luz del Alma Universal<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@300;400;700&amp;family=Lora:wght@400;500&amp;display=swap\" rel=\"stylesheet\">\n  <link rel=\"stylesheet\" href=\"style.css\">\n\n\n\n  <section class=\"page-hero\">\n    <h1>Centre Luz del Alma Universal<\/h1>\n  <\/section>\n\n  <main class=\"container\">\n    <article class=\"content-card\">\n      <div class=\"portrait-section\">\n        <div class=\"portrait\">\n          <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Design-ohne-Titel72-1.png\" alt=\"Leandro Cuti\u00f1o\" width=\"220\" height=\"220\">\n        <\/div>\n        <div class=\"meta-info\">\n          <div class=\"meta-row\">\n            <strong>Director:<\/strong>\n            <span>Leandro Cuti\u00f1o<\/span>\n          <\/div>\n          <div class=\"meta-row\">\n            <strong>Foundation:<\/strong>\n            <span>1947<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"body-text\">\n        <p>Our centre is located in Cristino Naranjo, municipality of Cacocum, province of Holgu\u00edn, Cuba, and opens its doors for spiritual services every first and third Sunday of the month from 10 a.m. Each meeting has a specific purpose: the first Sunday is dedicated to the tasks of the governing body and the development of mediumship, while the third Sunday is dedicated to working for humanity and the delivery of novenas.<\/p>\n\n        <p>The Luz del Alma Universal Centre has deep roots and a history that honours its origins. It was established as a missionary centre, founded by three Galician brothers who came from Spain during the Spanish Civil War, bringing with them their faith and their calling to spiritual service. Thanks to their dedication, the light was kindled in this centre, which continues to shine with dignity and strength. Although the centre was legalised in 1956, our spiritual work dates back to 1947.<\/p>\n\n        <p>I personally began my spiritual journey at this centre at the age of 13, when I was faced with serious health problems that strengthened my faith and led me to my commitment to the spiritual world. For several years, I served as a leading medium, and for about three years now, I have had the honour and responsibility of serving as director of the Luz del Alma Universal centre.<\/p>\n      <\/div>\n    <\/article>\n\n    <section class=\"gallery-section\">\n      <div class=\"gallery\">\n        <figure>\n          <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Unbenannt1-1.jpg\" alt=\"Centro Luz del Alma Universal \u2013 Imagen 1\" loading=\"lazy\">\n        <\/figure>\n        <figure>\n          <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Unbenannt2-1.jpg\" alt=\"Centro Luz del Alma Universal \u2013 Imagen 2\" loading=\"lazy\">\n        <\/figure>\n      <\/div>\n    <\/section>\n  <\/main>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-931b46f5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-50e96826 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Centro Luz del Alma Universal Centro Luz del Alma Universal Director: Leandro Cuti\u00f1o Fundaci\u00f3n: 1947 Nuestro Centro est\u00e1 ubicado en Cristino Naranjo, municipio Cacocum, provincia de Holgu\u00edn, Cuba, y abre sus puertas al servicio espiritual los primeros y terceros domingos de cada mes, a partir de las 10 de la ma\u00f1ana. Cada encuentro tiene su [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-8345","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.2 (Yoast SEO v24.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Centro Luz del Alma Universal - Uni\u00f3n Esp\u00edrita<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nuevo-renacer.com\/en\/centro-luz-del-alma-universal\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Centro Luz del Alma Universal\" \/>\n<meta property=\"og:description\" content=\"Centro Luz del Alma Universal Centro Luz del Alma Universal Director: Leandro Cuti\u00f1o Fundaci\u00f3n: 1947 Nuestro Centro est\u00e1 ubicado en Cristino Naranjo, municipio Cacocum, provincia de Holgu\u00edn, Cuba, y abre sus puertas al servicio espiritual los primeros y terceros domingos de cada mes, a partir de las 10 de la ma\u00f1ana. Cada encuentro tiene su [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuevo-renacer.com\/en\/centro-luz-del-alma-universal\/\" \/>\n<meta property=\"og:site_name\" content=\"Uni\u00f3n Esp\u00edrita\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/groups\/3431398063740829\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-30T08:30:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Design-ohne-Titel72-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/\",\"url\":\"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/\",\"name\":\"Centro Luz del Alma Universal - Uni\u00f3n Esp\u00edrita\",\"isPartOf\":{\"@id\":\"https:\/\/nuevo-renacer.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Design-ohne-Titel72-1.png\",\"datePublished\":\"2025-06-21T11:19:36+00:00\",\"dateModified\":\"2026-07-30T08:30:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#primaryimage\",\"url\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Design-ohne-Titel72-1.png\",\"contentUrl\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Design-ohne-Titel72-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/nuevo-renacer.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Centro Luz del Alma Universal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nuevo-renacer.com\/#website\",\"url\":\"https:\/\/nuevo-renacer.com\/\",\"name\":\"Uni\u00f3n Esp\u00edrita\",\"description\":\"Nuevo Renacer\",\"publisher\":{\"@id\":\"https:\/\/nuevo-renacer.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nuevo-renacer.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nuevo-renacer.com\/#organization\",\"name\":\"UFEC\",\"url\":\"https:\/\/nuevo-renacer.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/nuevo-renacer.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/cropped-LOGO-TERMINADO1-3-3.png\",\"contentUrl\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/cropped-LOGO-TERMINADO1-3-3.png\",\"width\":512,\"height\":512,\"caption\":\"UFEC\"},\"image\":{\"@id\":\"https:\/\/nuevo-renacer.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/groups\/3431398063740829\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Centro Luz del Alma Universal - Uni\u00f3n Esp\u00edrita","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:\/\/nuevo-renacer.com\/en\/centro-luz-del-alma-universal\/","og_locale":"en_GB","og_type":"article","og_title":"Centro Luz del Alma Universal","og_description":"Centro Luz del Alma Universal Centro Luz del Alma Universal Director: Leandro Cuti\u00f1o Fundaci\u00f3n: 1947 Nuestro Centro est\u00e1 ubicado en Cristino Naranjo, municipio Cacocum, provincia de Holgu\u00edn, Cuba, y abre sus puertas al servicio espiritual los primeros y terceros domingos de cada mes, a partir de las 10 de la ma\u00f1ana. Cada encuentro tiene su [&hellip;]","og_url":"https:\/\/nuevo-renacer.com\/en\/centro-luz-del-alma-universal\/","og_site_name":"Uni\u00f3n Esp\u00edrita","article_publisher":"https:\/\/www.facebook.com\/groups\/3431398063740829","article_modified_time":"2026-07-30T08:30:04+00:00","og_image":[{"url":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Design-ohne-Titel72-1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/","url":"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/","name":"Centro Luz del Alma Universal - Uni\u00f3n Esp\u00edrita","isPartOf":{"@id":"https:\/\/nuevo-renacer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#primaryimage"},"image":{"@id":"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#primaryimage"},"thumbnailUrl":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Design-ohne-Titel72-1.png","datePublished":"2025-06-21T11:19:36+00:00","dateModified":"2026-07-30T08:30:04+00:00","breadcrumb":{"@id":"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#primaryimage","url":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Design-ohne-Titel72-1.png","contentUrl":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2025\/06\/Design-ohne-Titel72-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/nuevo-renacer.com\/centro-luz-del-alma-universal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/nuevo-renacer.com\/"},{"@type":"ListItem","position":2,"name":"Centro Luz del Alma Universal"}]},{"@type":"WebSite","@id":"https:\/\/nuevo-renacer.com\/#website","url":"https:\/\/nuevo-renacer.com\/","name":"Uni\u00f3n Esp\u00edrita","description":"Nuevo Renacer","publisher":{"@id":"https:\/\/nuevo-renacer.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nuevo-renacer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/nuevo-renacer.com\/#organization","name":"UFEC","url":"https:\/\/nuevo-renacer.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/nuevo-renacer.com\/#\/schema\/logo\/image\/","url":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/cropped-LOGO-TERMINADO1-3-3.png","contentUrl":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/cropped-LOGO-TERMINADO1-3-3.png","width":512,"height":512,"caption":"UFEC"},"image":{"@id":"https:\/\/nuevo-renacer.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/groups\/3431398063740829"]}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"adbv0","author_link":"https:\/\/nuevo-renacer.com\/en\/author\/adbv0\/"},"uagb_comment_info":0,"uagb_excerpt":"Centro Luz del Alma Universal Centro Luz del Alma Universal Director: Leandro Cuti\u00f1o Fundaci\u00f3n: 1947 Nuestro Centro est\u00e1 ubicado en Cristino Naranjo, municipio Cacocum, provincia de Holgu\u00edn, Cuba, y abre sus puertas al servicio espiritual los primeros y terceros domingos de cada mes, a partir de las 10 de la ma\u00f1ana. Cada encuentro tiene su&hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/pages\/8345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/comments?post=8345"}],"version-history":[{"count":8,"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/pages\/8345\/revisions"}],"predecessor-version":[{"id":9618,"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/pages\/8345\/revisions\/9618"}],"wp:attachment":[{"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/media?parent=8345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}