{"id":3330,"date":"2024-07-08T07:34:43","date_gmt":"2024-07-08T07:34:43","guid":{"rendered":"https:\/\/ufec-mundial.com\/?page_id=3330"},"modified":"2026-07-30T08:48:34","modified_gmt":"2026-07-30T08:48:34","slug":"centro-el-peregrino","status":"publish","type":"page","link":"https:\/\/nuevo-renacer.com\/en\/centro-el-peregrino\/","title":{"rendered":"Centre El Peregrino"},"content":{"rendered":"<div class=\"wp-block-uagb-container uagb-block-70c308ab 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\n\/* Bilder klickbar *\/\n.gallery figure a {\n    cursor: zoom-in;\n    display: block;\n}\n\n\n\/* Gro\u00dfes Bild \u00f6ffnen *\/\n.image-lightbox {\n    position: fixed;\n    inset: 0;\n    background: rgba(0,0,0,0.85);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    z-index: 999999;\n    padding: 30px;\n}\n\n\n.image-lightbox img {\n    max-width: 90%;\n    max-height: 90%;\n    object-fit: contain;\n    border-radius: 10px;\n}\n\n\n\/* X zum schlie\u00dfen *\/\n.lightbox-close {\n    position: absolute;\n    top: 20px;\n    right: 35px;\n    color: white;\n    font-size: 50px;\n    cursor: pointer;\n}\n\n\n@media(max-width:700px){\n\n    .image-lightbox img {\n        max-width: 95%;\n        max-height: 85%;\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 Centro El Peregrino<\/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  <!-- Hero -->\n  <section class=\"page-hero\">\n    <h1>Centre El Peregrino<\/h1>\n   \n  <\/section>\n\n  <!-- Main Content -->\n  <main class=\"container\">\n    <article class=\"content-card\">\n      <div class=\"portrait-section\">\n        <div class=\"portrait\">\n          <img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n-473x1024.jpg\" alt=\"Ram\u00f3n Mej\u00edas Jim\u00e9nez \u2013 Director del Centro El Peregrino\" width=\"220\" height=\"302\">\n        <\/div>\n        <div class=\"meta-info\">      \n          <div class=\"meta-row\">\n            <strong>Director:<\/strong>\n            <span>Ram\u00f3n Mej\u00edas Jim\u00e9nez<\/span>\n          <\/div>\n          <div class=\"meta-row\">\n            <strong>Foundation:<\/strong>\n            <span>1995<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"body-text\">\n        <p>Ram\u00f3n Mej\u00edas Jim\u00e9nez leads the spiritual centre \"El Peregrino\" in Havana. He began his spiritual development at the age of 9. Due to his mother's health problems he had to live for almost a year in the city of Camag\u00fcey where he came to know the Centre of Celsa Rodr\u00edguez, Colegio Apost\u00f3lico Sociedad Esp\u00edrita de Camag\u00fcey. There he was spiritually guided, as he felt and saw spirits and fell into a spiritual trance. Since he was a child, he prophesied to people the events that were going to happen. He returned to Havana with his cured mother after a year in Camag\u00fcey. Under the guidance of the direction of the Celsa Rodriguez Centre, he and his mother began to work spiritually in the Spiritist Society of the National Spiritist Supreme Council, directed by its president Alfredo Duran, now deceased. There he became the head of the same centre for several years until, due to disagreements with Dur\u00e1n, he was withdrawn from the said Spiritualist society and, under the guidance of its director and guide in Camag\u00fcey, he began his first spiritual work in a private house. For a time, until the true spiritual guide, El Peregrino, manifested himself through him for the fulfilment of a spiritual mission, for the benefit of all humanity. The name of the Pilgrim is a product of the Franciscan spirit called Bartolito who, as a friar in his time, went on pilgrimage from one place to another helping, prophesying and advising a needy humanity.<\/p>\n\n        <p class=\"highlight\">Gloria a Dios en las alturas y paz en la tierra, a los hombres de buena voluntad.<\/p>\n      <\/div>\n    <\/article>\n\n<!-- Gallery -->\n    <section class=\"gallery-section\">\n      <div class=\"gallery\">\n        <figure>\n          <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/438083651_824121466276677_3058946350225952941_n.jpg\">\n        <\/figure>\n    <figure>\n          <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/438101955_416008131393107_6313973266251352319_n.jpg\">\n  <\/figure>\n    <figure>\n  <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/438154350_348351111231379_8429786502761954332_n.jpg\">\n  <\/figure>\n    <figure>\n  <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/438069672_1145657386633826_6217032095255561654_n.jpg\"><\/figure><\/div><\/section><\/main>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-f6157057 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-e884322a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Centro Centro El Peregrino Centro El Peregrino Director: Ram\u00f3n Mej\u00edas Jim\u00e9nez Fundaci\u00f3n: 1995 Ram\u00f3n Mej\u00edas Jim\u00e9nez dirige el Centro espiritual El Peregrino en la ciudad de la Habana. Comenzo\u00b4 su desarrollo espiritual con la edad de 9 a\u00f1os. Tuvo por problemas de salud de su madre que vivir casi un a\u00f1o en la ciudad de [&hellip;]<\/p>","protected":false},"author":1,"featured_media":4641,"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-3330","page","type-page","status-publish","has-post-thumbnail","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 El Peregrino - 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-el-peregrino\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Centro El Peregrino\" \/>\n<meta property=\"og:description\" content=\"Centro Centro El Peregrino Centro El Peregrino Director: Ram\u00f3n Mej\u00edas Jim\u00e9nez Fundaci\u00f3n: 1995 Ram\u00f3n Mej\u00edas Jim\u00e9nez dirige el Centro espiritual El Peregrino en la ciudad de la Habana. Comenzo\u00b4 su desarrollo espiritual con la edad de 9 a\u00f1os. Tuvo por problemas de salud de su madre que vivir casi un a\u00f1o en la ciudad de [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuevo-renacer.com\/en\/centro-el-peregrino\/\" \/>\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:48:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"480\" \/>\n\t<meta property=\"og:image:height\" content=\"1040\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/\",\"url\":\"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/\",\"name\":\"Centro El Peregrino - Uni\u00f3n Esp\u00edrita\",\"isPartOf\":{\"@id\":\"https:\/\/nuevo-renacer.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg\",\"datePublished\":\"2024-07-08T07:34:43+00:00\",\"dateModified\":\"2026-07-30T08:48:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#primaryimage\",\"url\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg\",\"contentUrl\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg\",\"width\":480,\"height\":1040},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/nuevo-renacer.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Centro El Peregrino\"}]},{\"@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 El Peregrino - 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-el-peregrino\/","og_locale":"en_GB","og_type":"article","og_title":"Centro El Peregrino","og_description":"Centro Centro El Peregrino Centro El Peregrino Director: Ram\u00f3n Mej\u00edas Jim\u00e9nez Fundaci\u00f3n: 1995 Ram\u00f3n Mej\u00edas Jim\u00e9nez dirige el Centro espiritual El Peregrino en la ciudad de la Habana. Comenzo\u00b4 su desarrollo espiritual con la edad de 9 a\u00f1os. Tuvo por problemas de salud de su madre que vivir casi un a\u00f1o en la ciudad de [&hellip;]","og_url":"https:\/\/nuevo-renacer.com\/en\/centro-el-peregrino\/","og_site_name":"Uni\u00f3n Esp\u00edrita","article_publisher":"https:\/\/www.facebook.com\/groups\/3431398063740829","article_modified_time":"2026-07-30T08:48:34+00:00","og_image":[{"width":480,"height":1040,"url":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/","url":"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/","name":"Centro El Peregrino - Uni\u00f3n Esp\u00edrita","isPartOf":{"@id":"https:\/\/nuevo-renacer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#primaryimage"},"image":{"@id":"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#primaryimage"},"thumbnailUrl":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg","datePublished":"2024-07-08T07:34:43+00:00","dateModified":"2026-07-30T08:48:34+00:00","breadcrumb":{"@id":"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuevo-renacer.com\/centro-el-peregrino\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#primaryimage","url":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg","contentUrl":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg","width":480,"height":1040},{"@type":"BreadcrumbList","@id":"https:\/\/nuevo-renacer.com\/centro-el-peregrino\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/nuevo-renacer.com\/"},{"@type":"ListItem","position":2,"name":"Centro El Peregrino"}]},{"@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":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg",480,1040,false],"thumbnail":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n-150x150.jpg",150,150,true],"medium":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n-138x300.jpg",138,300,true],"medium_large":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg",480,1040,false],"large":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n-473x1024.jpg",473,1024,true],"1536x1536":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg",480,1040,false],"2048x2048":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n.jpg",480,1040,false],"trp-custom-language-flag":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/09\/457444666_408859052223301_3441290597169073594_n-6x12.jpg",6,12,true]},"uagb_author_info":{"display_name":"adbv0","author_link":"https:\/\/nuevo-renacer.com\/en\/author\/adbv0\/"},"uagb_comment_info":0,"uagb_excerpt":"Centro Centro El Peregrino Centro El Peregrino Director: Ram\u00f3n Mej\u00edas Jim\u00e9nez Fundaci\u00f3n: 1995 Ram\u00f3n Mej\u00edas Jim\u00e9nez dirige el Centro espiritual El Peregrino en la ciudad de la Habana. Comenzo\u00b4 su desarrollo espiritual con la edad de 9 a\u00f1os. Tuvo por problemas de salud de su madre que vivir casi un a\u00f1o en la ciudad de&hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/pages\/3330","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=3330"}],"version-history":[{"count":6,"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/pages\/3330\/revisions"}],"predecessor-version":[{"id":9630,"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/pages\/3330\/revisions\/9630"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/media\/4641"}],"wp:attachment":[{"href":"https:\/\/nuevo-renacer.com\/en\/wp-json\/wp\/v2\/media?parent=3330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}