{"id":9051,"date":"2026-06-22T08:51:46","date_gmt":"2026-06-22T08:51:46","guid":{"rendered":"https:\/\/nuevo-renacer.com\/?page_id=9051"},"modified":"2026-07-30T09:51:38","modified_gmt":"2026-07-30T09:51:38","slug":"horizontes-de-luz","status":"publish","type":"page","link":"https:\/\/nuevo-renacer.com\/ru\/horizontes-de-luz\/","title":{"rendered":"Horizontes de Luz"},"content":{"rendered":"<div class=\"wp-block-uagb-container uagb-block-c1927e99 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: contain !important;\n    display: block;\n    background: #ffffff;\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\n.gallery img {\n    width: 100%;\n    height: 240px;\n    object-fit: contain !important;\n    display: block;\n    background: transparent !important;\n<\/style>\n\n<!-- BLAUE HEADER BOX -->\n\n<section class=\"page-hero\">\n\n    <h1>Horizontes de Luz<\/h1>\n\n<\/section>\n\n\n\n<!-- PERSONENBILD -->\n\n<div class=\"content-card\">\n\n    <div class=\"portrait-section\">\n\n        <div class=\"portrait\">\n            <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz-1-1024x1024.png\" alt=\"Horizontes de Luz&gt;        &lt;\/div&gt;        &lt;div class=\" meta-info\"=\"\">\n\n        <\/div>\n\n    <\/div>\n\n\n\n    <!-- TEXT -->\n\n    <div class=\"body-text\">\n\n     <div class=\"body-text\">\n\n<div class=\"body-text\">\n\n    <p>\n        \u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u044b \u0441\u0432\u0435\u0442\u0430 \u2014 \u044d\u0442\u043e \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u0430\u044f \u0441\u043f\u0438\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430, \u0431\u0430\u0437\u0438\u0440\u0443\u044e\u0449\u0430\u044f\u0441\u044f \u0432 \u0421\u0430\u043d\u0442\u044c\u044f\u0433\u043e-\u0434\u0435-\u041a\u0443\u0431\u0430, \u043f\u043e\u0441\u0432\u044f\u0449\u0451\u043d\u043d\u0430\u044f \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044e, \u043e\u0441\u043c\u044b\u0441\u043b\u0435\u043d\u0438\u044e \u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e \u0441\u043f\u0438\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0434\u043e\u043a\u0442\u0440\u0438\u043d\u044b. \u0415\u0451 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0447\u043d\u043e\u0439 \u0431\u0430\u0437\u044b \u0434\u043e\u043a\u0442\u0440\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0445 \u0437\u043d\u0430\u043d\u0438\u0439, \u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u043c\u043e\u0439 \u043a\u0430\u043a \u043e\u0441\u043d\u043e\u0432\u043e\u043f\u043e\u043b\u0430\u0433\u0430\u044e\u0449\u0438\u0439 \u0444\u0443\u043d\u0434\u0430\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u043f\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u044f \u0434\u0443\u0445\u043e\u0432\u043d\u043e\u0439 \u0438 \u0441\u043b\u0443\u0436\u0435\u0431\u043d\u043e\u0439 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0438.\n    <\/p>\n\n    <p>\n        \u0413\u0440\u0443\u043f\u043f\u0430 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442 \u0432\u0441\u0442\u0440\u0435\u0447\u0438 \u0434\u0432\u0430 \u0440\u0430\u0437\u0430 \u0432 \u043d\u0435\u0434\u0435\u043b\u044e. \u041f\u043e \u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u044f\u043c \u0443\u0442\u0440\u043e\u043c \u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0442 \u0437\u0430\u043d\u044f\u0442\u0438\u044f \u043f\u043e \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044e \u0434\u043e\u043a\u0442\u0440\u0438\u043d\u044b, \u043f\u043e\u0441\u0432\u044f\u0449\u0451\u043d\u043d\u044b\u0435 \u0430\u043d\u0430\u043b\u0438\u0437\u0443 \u0438 \u043f\u043e\u043d\u0438\u043c\u0430\u043d\u0438\u044e \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u043e\u0432 \u0441\u043f\u0438\u0440\u0438\u0442\u0438\u0437\u043c\u0430. \u041f\u043e \u043f\u044f\u0442\u043d\u0438\u0446\u0430\u043c \u0432\u043e \u0432\u0442\u043e\u0440\u043e\u0439 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0435 \u0434\u043d\u044f \u0437\u0430\u043d\u044f\u0442\u0438\u044f \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u043d\u0430 \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u0435 \u0438 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443 \u043c\u0435\u0442\u043e\u0434\u043e\u0432 \u043f\u043e\u043c\u043e\u0449\u0438 \u0431\u043b\u0438\u0436\u043d\u0435\u043c\u0443, \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a \u0434\u0443\u0445\u043e\u0432\u043d\u044b\u0435 \u00ab\u043f\u0430\u0441\u044b\u00bb \u0438 \u0438\u0437\u043b\u0443\u0447\u0435\u043d\u0438\u044f, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043d\u0430 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u043c\u0435\u0434\u0438\u0443\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0435\u0439 \u0432 \u0440\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u043c, \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u043c \u0438 \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u043c \u043a\u043b\u044e\u0447\u0435.\n    <\/p>\n\n    <p>\n        Como parte de su labor formativa, Horizontes de Luz promueve conferencias, espacios de exposici\u00f3n de conocimientos esp\u00edritas y debates que favorecen el intercambio de ideas y la profundizaci\u00f3n en el estudio de la doctrina. Un lugar especial dentro de su programaci\u00f3n ocupa <em>\u0415\u0432\u0430\u043d\u0433\u0435\u043b\u0438\u0435 \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441\u043e \u0441\u043f\u0438\u0440\u0438\u0442\u0438\u0437\u043c\u043e\u043c<\/em>, obra a la que se dedica una hora semanal de estudio sistem\u00e1tico.\n    <\/p>\n\n    <p>\n        \u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0433\u0440\u0443\u043f\u043f\u0430 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c \u044d\u0442\u0430\u043f\u0435 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u044f, \u0441\u043e\u0441\u0440\u0435\u0434\u043e\u0442\u043e\u0447\u0435\u043d\u043d\u043e\u043c \u043d\u0430 \u043e\u0441\u043e\u0437\u043d\u0430\u043d\u043d\u043e\u043c, \u0434\u0438\u0441\u0446\u0438\u043f\u043b\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u043c \u0438 \u043d\u0430\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u043c \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f \u043e\u0441\u043d\u043e\u0432\u043e\u0439 \u0434\u043b\u044f \u0431\u0443\u0434\u0443\u0449\u0438\u0445 \u044d\u0442\u0430\u043f\u043e\u0432 \u0431\u043e\u043b\u0435\u0435 \u0448\u0438\u0440\u043e\u043a\u043e\u0433\u043e \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e, \u0436\u0438\u0437\u043d\u0435\u043d\u043d\u043e\u0433\u043e \u0438 \u0441\u043b\u0443\u0436\u0435\u0431\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043f\u0438\u0440\u0438\u0442\u0438\u0437\u043c\u0430.\n    <\/p>\n<p>\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\/2026\/06\/Horizontes-de-Luz3-1.jpeg\">\n        <\/figure>\n        <figure>\n          <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz2-1.jpeg\">\n   <\/figure>\n        <figure>\n          <img decoding=\"async\" src=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz1-1.jpeg\"><\/figure><\/div><\/section><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-21e27ac2 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-6d4ea77a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Horizontes de Luz<\/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-9051","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>Horizontes de Luz - 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\/ru\/horizontes-de-luz\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Horizontes de Luz\" \/>\n<meta property=\"og:description\" content=\"Horizontes de Luz\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuevo-renacer.com\/ru\/horizontes-de-luz\/\" \/>\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-30T09:51:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz-1-1024x1024.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 \u043c\u0438\u043d\u0443\u0442\u044b\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/\",\"url\":\"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/\",\"name\":\"Horizontes de Luz - Uni\u00f3n Esp\u00edrita\",\"isPartOf\":{\"@id\":\"https:\/\/nuevo-renacer.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz-1-1024x1024.png\",\"datePublished\":\"2026-06-22T08:51:46+00:00\",\"dateModified\":\"2026-07-30T09:51:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#primaryimage\",\"url\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz-1-1024x1024.png\",\"contentUrl\":\"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz-1-1024x1024.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/nuevo-renacer.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Horizontes de Luz\"}]},{\"@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\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nuevo-renacer.com\/#organization\",\"name\":\"UFEC\",\"url\":\"https:\/\/nuevo-renacer.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@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":"Horizontes de Luz - 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\/ru\/horizontes-de-luz\/","og_locale":"ru_RU","og_type":"article","og_title":"Horizontes de Luz","og_description":"Horizontes de Luz","og_url":"https:\/\/nuevo-renacer.com\/ru\/horizontes-de-luz\/","og_site_name":"Uni\u00f3n Esp\u00edrita","article_publisher":"https:\/\/www.facebook.com\/groups\/3431398063740829","article_modified_time":"2026-07-30T09:51:38+00:00","og_image":[{"url":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz-1-1024x1024.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"3 \u043c\u0438\u043d\u0443\u0442\u044b"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/","url":"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/","name":"Horizontes de Luz - Uni\u00f3n Esp\u00edrita","isPartOf":{"@id":"https:\/\/nuevo-renacer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#primaryimage"},"image":{"@id":"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#primaryimage"},"thumbnailUrl":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz-1-1024x1024.png","datePublished":"2026-06-22T08:51:46+00:00","dateModified":"2026-07-30T09:51:38+00:00","breadcrumb":{"@id":"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuevo-renacer.com\/horizontes-de-luz\/"]}]},{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#primaryimage","url":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz-1-1024x1024.png","contentUrl":"https:\/\/nuevo-renacer.com\/wp-content\/uploads\/2026\/06\/Horizontes-de-Luz-1-1024x1024.png"},{"@type":"BreadcrumbList","@id":"https:\/\/nuevo-renacer.com\/horizontes-de-luz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/nuevo-renacer.com\/"},{"@type":"ListItem","position":2,"name":"Horizontes de Luz"}]},{"@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":"ru-RU"},{"@type":"Organization","@id":"https:\/\/nuevo-renacer.com\/#organization","name":"UFEC","url":"https:\/\/nuevo-renacer.com\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@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\/ru\/author\/adbv0\/"},"uagb_comment_info":0,"uagb_excerpt":"Horizontes de Luz","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/nuevo-renacer.com\/ru\/wp-json\/wp\/v2\/pages\/9051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuevo-renacer.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuevo-renacer.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuevo-renacer.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nuevo-renacer.com\/ru\/wp-json\/wp\/v2\/comments?post=9051"}],"version-history":[{"count":2,"href":"https:\/\/nuevo-renacer.com\/ru\/wp-json\/wp\/v2\/pages\/9051\/revisions"}],"predecessor-version":[{"id":9643,"href":"https:\/\/nuevo-renacer.com\/ru\/wp-json\/wp\/v2\/pages\/9051\/revisions\/9643"}],"wp:attachment":[{"href":"https:\/\/nuevo-renacer.com\/ru\/wp-json\/wp\/v2\/media?parent=9051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}