{"id":17,"date":"2025-07-07T00:24:35","date_gmt":"2025-07-06T21:24:35","guid":{"rendered":"https:\/\/alaoun.org\/es\/?page_id=17"},"modified":"2025-07-07T00:28:39","modified_gmt":"2025-07-06T21:28:39","slug":"about-us","status":"publish","type":"page","link":"https:\/\/alaoun.org\/es\/about-us\/","title":{"rendered":"about us"},"content":{"rendered":"\n<link rel=\"alternate\" hreflang=\"en\" href=\"https:\/\/alaoun.org\/en\/about-us\/\" \/>\n<link rel=\"alternate\" hreflang=\"ar\" href=\"https:\/\/alaoun.org\/about-us\/\" \/>\n<link rel=\"alternate\" hreflang=\"fr\" href=\"https:\/\/alaoun.org\/fr\/about-us\/\" \/>\n<link rel=\"alternate\" hreflang=\"es\" href=\"https:\/\/alaoun.org\/es\/about-us\/\" \/>\n\n\n\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Sobre Nosotros &#8211; Asociaci\u00f3n Al-Aoun Wal-Ighatha<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@300;400;500;700&display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Tajawal', sans-serif;\n        }\n\n        body {\n            background-color: #f9f9f9;\n        }\n\n        .about-section {\n            padding: 80px 0;\n            background-color: #f9f9f9;\n        }\n\n        .about-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 0 20px;\n            vertical-align: center;\n        }\n\n        .about-title {\n            text-align: center;\n            margin: 30px;\n            padding: 10px;\n            color: #2f537d !important;\n            font-size: 40px;\n            font-weight: 800;\n        }\n\n        .about-intro {\n            text-align: left; \/* Changed to left for English text flow *\/\n            max-width: 800px;\n            margin: 0 auto 30px;\n            color: #555;\n            line-height: 1.6;\n            font-size: 20px;\n        }\n\n        .about-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n\n        .about-text {\n            flex: 1;\n            min-width: 300px;\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n        }\n\n\t\t.white-heading {\n            color: #fff;\n        }\n\t\t\n        .about-text h3 {\n            color: #209269;\n            margin-bottom: 15px;\n            font-size: 22px;\n        }\n\n        .about-text p {\n            margin-bottom: 20px;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        .about-image {\n            flex: 1;\n            min-width: 300px;\n\t\t\tmax-height: 400px;\n            background: white;\n            padding: 10px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n\n        .about-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 10px;\n        }\n\n        .cta-box {\n            background-color: #2f537d;\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            text-align: center;\n            margin: 30px 0 50px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n\n        .cta-box h3 {\n            font-size: 24px;\n            margin-bottom: 20px;\n        }\n\n        .cta-box p {\n            margin-bottom: 20px;\n            font-size: 16px;\n        }\n\n        .cta-botona,\n\t\t.cta-button {\n            background-color: #209269;\n            color: white;\n            border: none;\n            padding: 14px 30px;\n            font-size: 19px;\n            font-weight: 600;\n            border-radius: 8px;\n            cursor: pointer;\n            transition: all 0.3s;\n            display: inline-block;\n            text-decoration: none;\n        }\n\n        .cta-botona:hover,\n\t\t.cta-button:hover {\n            background-color: #efae28;\n\t\t\tcolor: white;\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(32, 146, 105, 0.2);\n        }\n\n        .values-section {\n            padding: 40px 0;\n        }\n\n        .values-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            justify-content: center;\n        }\n\n        .value-card {\n            display: flex;\n            align-items: flex-start;\n            background: white;\n            padding: 25px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            min-width: 300px;\n            max-width: 350px;\n            flex: 1;\n            transition: all 0.3s ease;\n        }\n\n        .value-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .value-icon {\n            width: 50px;\n            height: 50px;\n            background: rgba(32, 146, 105, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 20px;\n            color: #209269;\n            font-size: 22px;\n            flex-shrink: 0;\n        }\n\n        .value-text {\n            color: #555;\n            flex-grow: 1;\n        }\n\n        .value-text strong {\n            display: block;\n            color: #2f537d;\n            font-size: 18px;\n            margin-bottom: 8px;\n        }\n\n        .value-text p {\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        .testimonials-section {\n            padding: 80px 0;\n        }\n\n        .testimonials-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            justify-content: center;\n        }\n\n        .testimonial-card {\n            background: white;\n            padding: 25px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            min-width: 300px;\n            max-width: 350px;\n            flex: 1;\n            transition: all 0.3s ease;\n            position: relative;\n            text-align: center;\n        }\n\n        .testimonial-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .testimonial-card:before {\n            content: '\"';\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            font-size: 60px;\n            color: rgba(32, 146, 105, 0.1);\n            font-family: serif;\n            line-height: 1;\n        }\n\n        .testimonial-text {\n            color: #555;\n            margin-bottom: 15px;\n            font-style: italic;\n            padding-left: 20px;\n\t\t\tfont-size: 18px;\n        }\n\n        .testimonial-author {\n            color: #2f537d;\n            font-weight: 600;\n        }\n\n        .testimonial-title {\n            color: #209269;\n            font-size: 14px;\n        }\n\n        @media (max-width: 768px) {\n            .about-content {\n                flex-direction: column;\n            }\n\n            .values-container {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .value-card {\n                width: 100%;\n                max-width: 500px;\n            }\n\n            .testimonials-container {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .testimonial-card {\n                width: 100%;\n                max-width: 500px;\n            }\n\n            .about-title {\n                font-size: 30px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .about-title {\n                font-size: 26px;\n            }\n\n            .about-text {\n                padding: 20px;\n            }\n\n            .value-card {\n                padding: 20px;\n            }\n\n            .value-icon {\n                width: 40px;\n                height: 40px;\n                font-size: 18px;\n                margin-right: 15px;\n            }\n\n            .value-text strong {\n                font-size: 16px;\n            }\n\n            .cta-box {\n                padding: 30px 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"about-section\">\n        <div class=\"about-container\">\n            <h2 class=\"about-title\">Sobre Nosotros<\/h2>\n            \n            <p class=\"about-intro\">\n                La Asociaci\u00f3n ayuda y socorro es una asociaci\u00f3n caritativa social y de desarrollo marroqu\u00ed de utilidad p\u00fablica, de acuerdo con el Decreto N.\u00ba 2.11.617. Obtuvo la certificaci\u00f3n del sistema de gesti\u00f3n de calidad ISO 9001:2015 en 2017. Se especializa en el dise\u00f1o, la ingenier\u00eda y la implementaci\u00f3n de servicios de atenci\u00f3n integral para familias de hu\u00e9rfanos y viudas.\n            <\/p>\n            \n            <div class=\"about-content\">\n                <div class=\"about-text\">\n                    <h3>Nuestra Misi\u00f3n<\/h3>\n                    <p>Contribuir a la cohesi\u00f3n y estabilidad de las familias de hu\u00e9rfanos a trav\u00e9s de una atenci\u00f3n integral basada en la activaci\u00f3n del entorno familiar y comunitario del hu\u00e9rfano, y en la provisi\u00f3n de servicios de educaci\u00f3n, capacitaci\u00f3n, rehabilitaci\u00f3n, concientizaci\u00f3n y asistencia social con integridad, transparencia y excelencia.<\/p>\n                    \n                    <h3>Nuestra Visi\u00f3n<\/h3>\n                    <p>Lograr la dignidad de las familias de hu\u00e9rfanos en una sociedad solidaria.<\/p>\n\t\t\t\t\t<button class=\"cta-button\">Apadrina a un hu\u00e9rfano ahora<\/button>\n                <\/div>\n                <div class=\"about-image\">\n                    <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/XyqGkhf.png\" alt=\"Asociaci\u00f3n Al-Aoun Wal-Ighatha\">\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <section class=\"values-section\">\n        <div class=\"about-container\">\n            <h2 class=\"about-title\">Nuestros Valores<\/h2>\n            \n            <div class=\"values-container\">\n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\u2728<\/div>\n                    <div class=\"value-text\">\n                        <strong>Excelencia<\/strong>\n                        <p>Demostrar benevolencia y creatividad en el trabajo con calidad y eficiencia, respetando los compromisos y promesas con disciplina y racionalizaci\u00f3n.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\ud83e\udd1d<\/div>\n                    <div class=\"value-text\">\n                        <strong>Solidaridad<\/strong>\n                        <p>Cooperaci\u00f3n, intercambio, apoyo mutuo, generosidad, cohesi\u00f3n familiar y social, y responsabilidad social.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\ud83d\udc51<\/div>\n                    <div class=\"value-text\">\n                        <strong>Dignidad<\/strong>\n                        <p>Honestidad, aprecio, compasi\u00f3n y gentileza en la interacci\u00f3n humana. Inclusi\u00f3n, participaci\u00f3n, transparencia y el derecho a expresar y criticar para cada parte interesada.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\ud83d\ude4f<\/div>\n                    <div class=\"value-text\">\n\t\t\t\t\t\t<strong>Fiabilidad<\/strong>\n                        <p>Asumir responsabilidades con paciencia, sinceridad y compromiso, as\u00ed como pertenecer y ser leal a la cultura y los valores de la asociaci\u00f3n. Proteger y preservar el honor, los recursos, los activos y la informaci\u00f3n de la asociaci\u00f3n.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\ud83d\udd12<\/div>\n                    <div class=\"value-text\">\n                        <strong>Voluntariado<\/strong>\n                        <p>Dar y sacrificar por la recompensa divina.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\t <div class=\"cta-box\">\n        <h3>Contribuye a cambiar la vida de un ni\u00f1o hu\u00e9rfano y su familia a trav\u00e9s del programa de apadrinamiento.<\/h3>\n        <a href=\"\/fr\/ikram-pay\/\" class=\"cta-botona\">Dona ahora<\/a>\n    <\/div>\n\t\n    <section class=\"testimonials-section\">\n        <div class=\"about-container\">\n            <h2 class=\"about-title\">Mensajes de hu\u00e9rfanos apadrinados<\/h2>\n            <p class=\"about-intro\">Aqu\u00ed hay una colecci\u00f3n de mensajes enviados por hu\u00e9rfanos apadrinados a sus patrocinadores en el informe anual.<\/p>\n            \n            <div class=\"testimonials-container\">\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">Gracias, querido patrocinador, por amarme y cuidarme como a su propio hijo. Muchas gracias por ser mi patrocinador, a quien Dios me dio despu\u00e9s de mi padre.<\/p>\n                    <div class=\"testimonial-author\">Mohammed<\/div>\n                    <div class=\"testimonial-title\">Tu querido hijo<\/div>\n                <\/div>\n                \n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">Mi madre trabaja todo el d\u00eda, sin tu ayuda, tendr\u00eda que trabajar d\u00eda y noche para que mi hermanita y yo vivi\u00e9ramos felices.<\/p>\n                    <div class=\"testimonial-author\">Nihad<\/div>\n                    <div class=\"testimonial-title\">Tu querida peque\u00f1a<\/div>\n                <\/div>\n                \n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">No puedo describir la felicidad que veo en los ojos de mi madre cuando recibe el dinero que nos env\u00edas. Mis hermanos y hermanas peque\u00f1os hablan de ti todo el tiempo.<\/p>\n\t\t\t\t\t\n                    <div class=\"testimonial-author\">Kamal<\/div>\n                    <div class=\"testimonial-title\">Hermano de hu\u00e9rfanos peque\u00f1os<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\t<script>\n\ndocument.querySelector('.cta-button').onclick = function(e) {\n  e.preventDefault();\n  document.getElementById('form-popup').style.display = 'block';\n};\n\n        document.addEventListener('DOMContentLoaded', function() {\n            const form = document.querySelector('form');\n            if (form) {\n                form.addEventListener('submit', function(e) {\n                    e.preventDefault();\n                    alert('Thank you for your message! We will get back to you soon.');\n                    this.reset();\n                });\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Sobre Nosotros &#8211; Asociaci\u00f3n Al-Aoun Wal-Ighatha Sobre Nosotros La Asociaci\u00f3n ayuda y socorro es una asociaci\u00f3n caritativa social y de [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","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":"","ast-disable-related-posts":"","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":"default","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-17","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>about us - Asociaci\u00f3n de ayuda y socorro<\/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:\/\/alaoun.org\/es\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"about us - Asociaci\u00f3n de ayuda y socorro\" \/>\n<meta property=\"og:description\" content=\"Sobre Nosotros &#8211; Asociaci\u00f3n Al-Aoun Wal-Ighatha Sobre Nosotros La Asociaci\u00f3n ayuda y socorro es una asociaci\u00f3n caritativa social y de [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/alaoun.org\/es\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Asociaci\u00f3n de ayuda y socorro\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-06T21:28:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.imgur.com\/XyqGkhf.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. 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:\/\/alaoun.org\/es\/about-us\/\",\"url\":\"https:\/\/alaoun.org\/es\/about-us\/\",\"name\":\"about us - Asociaci\u00f3n de ayuda y socorro\",\"isPartOf\":{\"@id\":\"https:\/\/alaoun.org\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/alaoun.org\/es\/about-us\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/alaoun.org\/es\/about-us\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i.imgur.com\/XyqGkhf.png\",\"datePublished\":\"2025-07-06T21:24:35+00:00\",\"dateModified\":\"2025-07-06T21:28:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/alaoun.org\/es\/about-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/alaoun.org\/es\/about-us\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/alaoun.org\/es\/about-us\/#primaryimage\",\"url\":\"https:\/\/i.imgur.com\/XyqGkhf.png\",\"contentUrl\":\"https:\/\/i.imgur.com\/XyqGkhf.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/alaoun.org\/es\/about-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\/\/alaoun.org\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"about us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/alaoun.org\/es\/#website\",\"url\":\"https:\/\/alaoun.org\/es\/\",\"name\":\"Asociaci\u00f3n de ayuda y socorro\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/alaoun.org\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"about us - Asociaci\u00f3n de ayuda y socorro","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:\/\/alaoun.org\/es\/about-us\/","og_locale":"en_US","og_type":"article","og_title":"about us - Asociaci\u00f3n de ayuda y socorro","og_description":"Sobre Nosotros &#8211; Asociaci\u00f3n Al-Aoun Wal-Ighatha Sobre Nosotros La Asociaci\u00f3n ayuda y socorro es una asociaci\u00f3n caritativa social y de [&hellip;]","og_url":"https:\/\/alaoun.org\/es\/about-us\/","og_site_name":"Asociaci\u00f3n de ayuda y socorro","article_modified_time":"2025-07-06T21:28:39+00:00","og_image":[{"url":"https:\/\/i.imgur.com\/XyqGkhf.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/alaoun.org\/es\/about-us\/","url":"https:\/\/alaoun.org\/es\/about-us\/","name":"about us - Asociaci\u00f3n de ayuda y socorro","isPartOf":{"@id":"https:\/\/alaoun.org\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/alaoun.org\/es\/about-us\/#primaryimage"},"image":{"@id":"https:\/\/alaoun.org\/es\/about-us\/#primaryimage"},"thumbnailUrl":"https:\/\/i.imgur.com\/XyqGkhf.png","datePublished":"2025-07-06T21:24:35+00:00","dateModified":"2025-07-06T21:28:39+00:00","breadcrumb":{"@id":"https:\/\/alaoun.org\/es\/about-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alaoun.org\/es\/about-us\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/alaoun.org\/es\/about-us\/#primaryimage","url":"https:\/\/i.imgur.com\/XyqGkhf.png","contentUrl":"https:\/\/i.imgur.com\/XyqGkhf.png"},{"@type":"BreadcrumbList","@id":"https:\/\/alaoun.org\/es\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/alaoun.org\/es\/"},{"@type":"ListItem","position":2,"name":"about us"}]},{"@type":"WebSite","@id":"https:\/\/alaoun.org\/es\/#website","url":"https:\/\/alaoun.org\/es\/","name":"Asociaci\u00f3n de ayuda y socorro","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alaoun.org\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/alaoun.org\/es\/wp-json\/wp\/v2\/pages\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alaoun.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alaoun.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alaoun.org\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/alaoun.org\/es\/wp-json\/wp\/v2\/comments?post=17"}],"version-history":[{"count":0,"href":"https:\/\/alaoun.org\/es\/wp-json\/wp\/v2\/pages\/17\/revisions"}],"wp:attachment":[{"href":"https:\/\/alaoun.org\/es\/wp-json\/wp\/v2\/media?parent=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}