{"id":3266,"date":"2024-07-08T06:12:09","date_gmt":"2024-07-08T06:12:09","guid":{"rendered":"https:\/\/ufec-mundial.com\/?page_id=3266"},"modified":"2026-09-11T09:53:03","modified_gmt":"2026-09-11T09:53:03","slug":"centro-mision-y-caridad","status":"publish","type":"page","link":"https:\/\/nuevo-renacer.com\/de\/centro-mision-y-caridad\/","title":{"rendered":"Zentrum Misi\u00f3n y Caridad"},"content":{"rendered":"<div class=\"wp-block-uagb-container uagb-block-e1116941 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 Misi\u00f3n y Caridad \u2013 Uni\u00f3n Esp\u00edrita<\/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>Zentrum Misi\u00f3n y Caridad<\/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\/07\/438069586_2926821404125205_5171892709868539345_n-1-744x1024-1.jpg\" alt=\"Yaimary Silvera Batista \u2013 Directora del Centro Misi\u00f3n y Caridad\" width=\"220\" height=\"302\">\n        <\/div>\n        <div class=\"meta-info\">      \n          <div class=\"meta-row\">\n            <strong>Leitung:<\/strong>\n            <span>Yaimary Silvera Batista<\/span>\n          <\/div>\n          <div class=\"meta-row\">\n            <strong>Gr\u00fcndung:<\/strong>\n            <span>1957<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"body-text\">\n        <p>Bekannt als Yaimy, sieht sie seit ihrem vierten Lebensjahr die geistige Welt. Mit neun Jahren behandelte sie sich selbst durch Massagen und heilte sich von Magenbeschwerden; so half sie auch anderen Kindern, indem sie sie vom \u201eb\u00f6sen Blick\u201d befreite. Im Alter von zehn Jahren begann sie, unter der Anleitung eines geistigen Lehrers zu schreiben, der ihr die spiritistische Lehre erkl\u00e4rte. Dadurch begriff sie, dass es eine Kodifizierung gibt, die sie bis heute noch nicht gelesen hat, da sie deren Inhalt bereits kannte. Mit 14 Jahren begann sie, ihre Medialit\u00e4t der Trance zu entwickeln, und setzte so ihre Mission fort. Bis heute leitet sie ihr wunderbares spirituelles Zentrum in Holgu\u00edn\/Kuba. Sie kann es auch aus der Ferne leiten.<\/p>\n\n        <p>Die mediale Arbeit findet am zweiten und vierten Sonntag eines jeden Monats statt.<\/p>\n\n        <p class=\"highlight\">Nur Glaube, Liebe und Demut \u00fcberwinden Hindernisse. Seid gesegnet!<\/p>\n      <\/div>\n    <\/article>\n\n<section class=\"gallery-section\">\n\n  <div class=\"gallery\">\n\n    <figure>\n      <a href=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp\" class=\"lightbox\">\n        <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp\" alt=\"Centro Misi\u00f3n y Caridad \u2013 Imagen 1\" loading=\"lazy\">\n      <\/a>\n    <\/figure>\n\n    <figure>\n      <a href=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/369731054_7107583752588604_7317271428709847814_n-high-64utwo-1.webp\" class=\"lightbox\">\n        <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/369731054_7107583752588604_7317271428709847814_n-high-64utwo-1.webp\" alt=\"Centro Misi\u00f3n y Caridad \u2013 Imagen 2\" loading=\"lazy\">\n      <\/a>\n    <\/figure>\n\n  <\/div>\n\n<\/section>\n\n\n<script>\ndocument.querySelectorAll('.lightbox').forEach(function(link){\n\n    link.onclick = function(e){\n        e.preventDefault();\n\n        let box = document.createElement('div');\n        box.className = 'image-lightbox';\n\n        box.innerHTML = `\n            <span class=\"lightbox-close\">\u00d7<\/span>\n            <img decoding=\"async\" src=\"${this.href}\">\n        `;\n\n        document.body.appendChild(box);\n\n        box.onclick = function(){\n            box.remove();\n        };\n    };\n\n});\n<\/script><\/main>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-f95692c2 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-f182a212 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Centro Misi\u00f3n y Caridad \u2013 Uni\u00f3n Esp\u00edrita Centro Misi\u00f3n y Caridad Directora: Yaimary Silvera Batista Fundaci\u00f3n: 1957 Conocida como Yaimy ve desde que tiene 4 a\u00f1os el mundo espiritual. A los 9 a\u00f1os ella misma se sobaba y se curaba de malezas de est\u00f3mago y as\u00ed fue ayudando a los ni\u00f1os cur\u00e1ndolos del mal de [&hellip;]<\/p>","protected":false},"author":1,"featured_media":2112,"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-3266","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 Misi\u00f3n y Caridad - 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\/de\/centro-mision-y-caridad\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Centro Misi\u00f3n y Caridad\" \/>\n<meta property=\"og:description\" content=\"Centro Misi\u00f3n y Caridad \u2013 Uni\u00f3n Esp\u00edrita Centro Misi\u00f3n y Caridad Directora: Yaimary Silvera Batista Fundaci\u00f3n: 1957 Conocida como Yaimy ve desde que tiene 4 a\u00f1os el mundo espiritual. A los 9 a\u00f1os ella misma se sobaba y se curaba de malezas de est\u00f3mago y as\u00ed fue ayudando a los ni\u00f1os cur\u00e1ndolos del mal de [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuevo-renacer.com\/de\/centro-mision-y-caridad\/\" \/>\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-09-11T09:53:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"533\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/\",\"url\":\"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/\",\"name\":\"Centro Misi\u00f3n y Caridad - Uni\u00f3n Esp\u00edrita\",\"isPartOf\":{\"@id\":\"https:\/\/nuevo-renacer.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp\",\"datePublished\":\"2024-07-08T06:12:09+00:00\",\"dateModified\":\"2026-09-11T09:53:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#primaryimage\",\"url\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp\",\"contentUrl\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp\",\"width\":533,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/nuevo-renacer.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Centro Misi\u00f3n y Caridad\"}]},{\"@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\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nuevo-renacer.com\/#organization\",\"name\":\"UFEC\",\"url\":\"https:\/\/nuevo-renacer.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@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 Misi\u00f3n y Caridad - 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\/de\/centro-mision-y-caridad\/","og_locale":"de_DE","og_type":"article","og_title":"Centro Misi\u00f3n y Caridad","og_description":"Centro Misi\u00f3n y Caridad \u2013 Uni\u00f3n Esp\u00edrita Centro Misi\u00f3n y Caridad Directora: Yaimary Silvera Batista Fundaci\u00f3n: 1957 Conocida como Yaimy ve desde que tiene 4 a\u00f1os el mundo espiritual. A los 9 a\u00f1os ella misma se sobaba y se curaba de malezas de est\u00f3mago y as\u00ed fue ayudando a los ni\u00f1os cur\u00e1ndolos del mal de [&hellip;]","og_url":"https:\/\/nuevo-renacer.com\/de\/centro-mision-y-caridad\/","og_site_name":"Uni\u00f3n Esp\u00edrita","article_publisher":"https:\/\/www.facebook.com\/groups\/3431398063740829","article_modified_time":"2026-09-11T09:53:03+00:00","og_image":[{"width":533,"height":400,"url":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/","url":"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/","name":"Centro Misi\u00f3n y Caridad - Uni\u00f3n Esp\u00edrita","isPartOf":{"@id":"https:\/\/nuevo-renacer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#primaryimage"},"image":{"@id":"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#primaryimage"},"thumbnailUrl":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp","datePublished":"2024-07-08T06:12:09+00:00","dateModified":"2026-09-11T09:53:03+00:00","breadcrumb":{"@id":"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#primaryimage","url":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp","contentUrl":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp","width":533,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/nuevo-renacer.com\/centro-mision-y-caridad\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/nuevo-renacer.com\/"},{"@type":"ListItem","position":2,"name":"Centro Misi\u00f3n y Caridad"}]},{"@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":"de"},{"@type":"Organization","@id":"https:\/\/nuevo-renacer.com\/#organization","name":"UFEC","url":"https:\/\/nuevo-renacer.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@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\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp",533,400,false],"thumbnail":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx-150x150.webp",150,150,true],"medium":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx-300x225.webp",300,225,true],"medium_large":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp",533,400,false],"large":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp",533,400,false],"1536x1536":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp",533,400,false],"2048x2048":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx.webp",533,400,false],"trp-custom-language-flag":["https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2024\/05\/398285979_7097287650291656_6376605831060958556_n-high-ylthbx-16x12.webp",16,12,true]},"uagb_author_info":{"display_name":"adbv0","author_link":"https:\/\/nuevo-renacer.com\/de\/author\/adbv0\/"},"uagb_comment_info":0,"uagb_excerpt":"Centro Misi\u00f3n y Caridad \u2013 Uni\u00f3n Esp\u00edrita Centro Misi\u00f3n y Caridad Directora: Yaimary Silvera Batista Fundaci\u00f3n: 1957 Conocida como Yaimy ve desde que tiene 4 a\u00f1os el mundo espiritual. A los 9 a\u00f1os ella misma se sobaba y se curaba de malezas de est\u00f3mago y as\u00ed fue ayudando a los ni\u00f1os cur\u00e1ndolos del mal de&hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/nuevo-renacer.com\/de\/wp-json\/wp\/v2\/pages\/3266","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuevo-renacer.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuevo-renacer.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuevo-renacer.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nuevo-renacer.com\/de\/wp-json\/wp\/v2\/comments?post=3266"}],"version-history":[{"count":12,"href":"https:\/\/nuevo-renacer.com\/de\/wp-json\/wp\/v2\/pages\/3266\/revisions"}],"predecessor-version":[{"id":9756,"href":"https:\/\/nuevo-renacer.com\/de\/wp-json\/wp\/v2\/pages\/3266\/revisions\/9756"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nuevo-renacer.com\/de\/wp-json\/wp\/v2\/media\/2112"}],"wp:attachment":[{"href":"https:\/\/nuevo-renacer.com\/de\/wp-json\/wp\/v2\/media?parent=3266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}