{"id":831,"date":"2025-07-02T15:09:09","date_gmt":"2025-07-02T15:09:09","guid":{"rendered":"https:\/\/cimigen.org.mx\/?page_id=831"},"modified":"2025-09-09T21:33:51","modified_gmt":"2025-09-10T03:33:51","slug":"donaciones","status":"publish","type":"page","link":"https:\/\/cimigen.org.mx\/index.php\/donaciones\/","title":{"rendered":"Donar"},"content":{"rendered":"\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>Cimagen | Un Comienzo Saludable Para Cada Vida<\/title>\n    \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=Manrope:wght@400;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <style>\n        :root {\n            --primary-blue: #5B9BD5;\n            --accent-lime: #9ACD32;\n            --white: #ffffff;\n            --text-dark: #2c3e50;\n            --text-light: #555;\n            --background-start: #eaf2f8;\n            --header-height: 80px;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n\n        body {\n            font-family: 'Manrope', sans-serif;\n            color: var(--text-dark);\n            background-color: var(--background-start);\n            overflow-x: hidden;\n        }\n        \n        #bg-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; }\n\n        .content-container { position: relative; z-index: 2; background-color: transparent; }\n\n        #guide-line-svg {\n            position: absolute;\n            top: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 1200px;\n            height: 100%;\n            z-index: 1;\n            pointer-events: none;\n        }\n        #guide-path {\n            stroke: rgba(91, 155, 213, 0.25);\n            stroke-width: 3;\n            fill: none;\n        }\n\n        .section { padding: 6rem 2rem; position: relative; }\n        .container { max-width: 1100px; margin: 0 auto; }\n        \n        .hero { \n            padding-top: 12rem; \n            padding-bottom: 8rem;\n            display: flex; \n            flex-direction: column; \n            justify-content: center; \n            align-items: center; \n            text-align: center; \n        }\n        h1 { font-size: 5rem; font-weight: 800; line-height: 1.1; margin-bottom: 1.5rem; }\n        h1 span { color: var(--primary-blue); }\n        .hero p { font-size: 1.3rem; max-width: 700px; margin-bottom: 2.5rem; }\n        \n        .section-title { text-align: center; margin-bottom: 4rem; }\n        .section-title p { max-width: 700px; margin: 1rem auto 0 auto; font-size: 1.1rem; color: var(--text-light); } \/* Estilo para el p\u00e1rrafo *\/\n        h2 { font-size: 3.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 1rem; }\n        h2 span { color: var(--primary-blue); }\n        h3 { font-size: 1.5rem; color: var(--primary-blue); font-weight: 700; margin-bottom: 0.5rem; }\n\n        .card {\n            background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px);\n            border-radius: 20px; padding: 3rem;\n            box-shadow: 0 20px 50px rgba(0,0,0,0.1);\n            border: 1px solid rgba(255, 255, 255, 0.5);\n        }\n        \n        .grid-2-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; gap: 4rem; }\n        .grid-2-col img { width: 100%; border-radius: 15px; }\n\n        .btn { display: inline-block; text-decoration: none; padding: 1rem 2.5rem; border-radius: 50px; background-color: var(--accent-lime); color: var(--text-dark); font-weight: 700; transition: transform 0.3s, box-shadow 0.3s; }\n        .btn:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(154, 205, 50, 0.4); }\n\n        .btn-outline {\n            background-color: transparent;\n            color: var(--primary-blue);\n            border: 2px solid var(--primary-blue);\n            padding: 1rem 2.5rem; border-radius: 50px; text-decoration: none;\n            font-weight: 700; transition: all 0.3s ease;\n        }\n        .btn-outline:hover {\n            background-color: var(--primary-blue);\n            color: var(--white);\n            transform: scale(1.05);\n        }\n\n        .card .btn, .card .btn-outline {\n            margin-top: 1.5rem;\n        }\n\n        .stories-carousel { display: flex; gap: 2rem; overflow-x: auto; padding-bottom: 1rem; scrollbar-width: none; }\n        .stories-carousel::-webkit-scrollbar { display: none; }\n        .story-item { flex: 0 0 320px; background: var(--white); padding: 1.5rem; border-radius: 15px; }\n        .story-item img { width: 100%; height: 220px; object-fit: cover; border-radius: 15px; margin-bottom: 1rem; }\n        \n        @keyframes scroll-inf { to { transform: translate(calc(-50% - 2rem)); } }\n        .logo-scroller { overflow: hidden; }\n        .scroller-inner { display: flex; gap: 4rem; width: fit-content; animation: scroll-inf 40s linear infinite; }\n        .scroller-inner img { \n            height: 130px;\n            opacity: 0.9;\n            transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease;\n        }\n        .scroller-inner:hover img { animation-play-state: paused; }\n        .scroller-inner img:hover { \n            opacity: 1;\n            transform: scale(1.25);\n        }\n\n        .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s, transform 0.8s; transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1); }\n        .reveal.visible { opacity: 1; transform: translateY(0); }\n\n        @media (max-width: 768px) {\n            h1 { font-size: 3rem; }\n            h2 { font-size: 2.5rem; }\n            #guide-line-svg { display: none; }\n            .grid-2-col { grid-template-columns: 1fr; }\n            .card { padding: 2rem; }\n            .hero { padding-top: 8rem; padding-bottom: 4rem; }\n            .section { padding: 4rem 1rem; }\n            .scroller-inner img { height: 80px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <canvas id=\"bg-canvas\"><\/canvas>\n\n    <div class=\"content-container\">\n        <svg id=\"guide-line-svg\">\n             <path id=\"guide-path\" d=\"M 100 200 C 100 600, 1100 600, 1100 1000 S 100 1400, 100 1800 S 1100 2200, 1100 2600 S 100 3000, 100 3400 S 1100 3800, 1100 4200 S 100 4600, 100 5000\"><\/path>\n        <\/svg>\n        \n        <main>\n            <section class=\"hero\">\n                <div class=\"container\">\n                    <h1 class=\"reveal\">Un Comienzo Saludable <br><span>Para Cada Vida<\/span><\/h1>\n                    <p class=\"reveal\" style=\"transition-delay: 150ms;\">Tu donaci\u00f3n asegura atenci\u00f3n especializada y un futuro saludable para las madres y sus familias de nuestra comunidad.<\/p>\n                    <a href=\"#mision\" class=\"btn reveal\" style=\"transition-delay: 300ms;\">Quiero Ayudar Ahora<\/a>\n                <\/div>\n            <\/section>\n\n            <section id=\"mision\" class=\"section\">\n                <div class=\"container\">\n                    <div class=\"card reveal\">\n                        <div class=\"grid-2-col\">\n                            <div>\n                                <h2>Nuestra <span>Misi\u00f3n<\/span><\/h2>\n                                <p>En Cimigen, creemos que la atenci\u00f3n m\u00e9dica de calidad no es un lujo, sino un derecho fundamental. Nos dedicamos a ser un santuario de salud y esperanza para futuras madres, ofreciendo diagn\u00f3sticos precisos, seguimiento continuo y un apoyo humano que brinda tranquilidad.<\/p>\n                            <\/div>\n                            <img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/bebe1.png\" alt=\"Doctora de Cimagen atendiendo a una paciente embarazada\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n            \n            <section id=\"impacto\" class=\"section\">\n                 <div class=\"container\">\n                    <div class=\"card reveal\">\n                        <div class=\"grid-2-col\">\n                            <img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/09\/PHOTO-2025-09-09-10-36-24.jpg?auto=compress&#038;cs=tinysrgb&#038;w=1260&#038;h=750&#038;dpr=1\" alt=\"Manos sosteniendo pies de beb\u00e9\">\n                             <div>\n                                <h2>Dona y Cambia Vidas:<br><span>Tu Gesto es Esperanza<\/span><\/h2>\n                                <p>Creemos que cada uno de nosotros puede marcar una diferencia en la vida de los dem\u00e1s. Por eso, con cada peso que donas, impactas de forma directa la calidad de vida de las mujeres y sus familias en nuestra comunidad.  Hay muchas maneras de ayudar, y todas nos acercan a un futuro mejor. \u00a1S\u00famate a esta causa!<\/p>\n                             <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <section id=\"unete-causa\" class=\"section\">\n                <div class=\"container\">\n                    <div class=\"section-title\">\n                        <h2 class=\"reveal\">\u00danete a Nuestra <span>Causa<\/span><\/h2>\n                        <p class=\"reveal\" style=\"transition-delay: 150ms;\">Tu apoyo, ya sea econ\u00f3mico o con tu tiempo, es fundamental para seguir transformando vidas.<\/p>\n                    <\/div>\n                    <div class=\"grid-2-col\">\n                        <div class=\"card reveal\" style=\"text-align: center;\">\n                            <i class=\"fa-solid fa-hand-holding-heart\" style=\"font-size: 3rem; color: var(--primary-blue); margin-bottom: 1rem;\"><\/i>\n                            <h3>Apadrinar<\/h3>\n                            <p>Convi\u00e9rtete en Padrino o Madrina y cambia una vida. Tu apoyo mensual permite que cada mujer y ni\u00f1o reciba atenci\u00f3n m\u00e9dica especializada. Tu generosidad ser\u00e1 reconocida con un recibo fiscal.<\/p>\n                            <a href=\"#\" class=\"btn-outline\">Convi\u00e9rtete en Padrino<\/a>\n                        <\/div>\n                         <div class=\"card reveal\" style=\"transition-delay: 150ms; text-align: center;\">\n                            <i class=\"fa-solid fa-hands-helping\" style=\"font-size: 3rem; color: var(--accent-lime); margin-bottom: 1rem;\"><\/i>\n                            <h3>Voluntariado<\/h3>\n                            <p>Tu vocaci\u00f3n tiene un lugar en Cimigen. \u00danete a nuestra comunidad de profesionales y experimenta la satisfacci\u00f3n de cambiar una vida con tus propias manos. \u00a1T\u00fa eres la fuerza de nuestra misi\u00f3n!<\/p>\n                            <a href=\"https:\/\/cimigen.org.mx\/registro-de-voluntarios.php\" class=\"btn\">\u00danete a Nuestra Causa<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <section id=\"historias\" class=\"section\">\n                <div class=\"container card reveal\">\n                    <div class=\"section-title\"><h2>Historias que <span>Inspiran<\/span><\/h2><\/div>\n                    <div class=\"stories-carousel\">\n                        <div class=\"story-item\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/09\/PHOTO-2025-09-06-16-06-05.jpg\" alt=\"Historia 1\"><h3>El Milagro de Ana<\/h3><p>Lleg\u00f3 sin esperanzas, pero encontr\u00f3 el apoyo que necesitaba para tener un embarazo saludable.<\/p><\/div>\n                        <div class=\"story-item\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/09\/PHOTO-2025-09-09-14-29-01.jpg\" alt=\"Historia 2\"><h3>Familia Rodr\u00edguez<\/h3><p>Gracias al seguimiento, hoy celebran la salud de su peque\u00f1o y un futuro brillante.<\/p><\/div>\n                        <div class=\"story-item\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/DSC_8989-scaled-1.jpg\" alt=\"Historia 3\"><h3>Futuro para Sof\u00eda<\/h3><p>Recibi\u00f3 atenci\u00f3n prenatal vital que le permiti\u00f3 superar complicaciones y dar la bienvenida a su beb\u00e9.<\/p><\/div>\n                        <div class=\"story-item\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/5f9c26285c463.jpeg\" alt=\"Manos\"><h3>Conexi\u00f3n Inquebrantable<\/h3><p>Fortalecimos el v\u00ednculo madre e hijo desde el primer momento, brindando seguridad y amor.<\/p><\/div>\n                        <div class=\"story-item\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/06\/web-IAP-3-3.jpg\" alt=\"Beb\u00e9 riendo\"><h3>Alegr\u00eda en Cada Sonrisa<\/h3><p>Descubre c\u00f3mo Cimigen transform\u00f3 la vida de Mar\u00eda, permiti\u00e9ndole disfrutar de cada etapa.<\/p><\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <section id=\"guardianes\" class=\"section\">\n                <div class=\"container\">\n                    <div class=\"section-title\">\n                        <h2 class=\"reveal\">Nuestros <span>Guardianes<\/span><\/h2>\n                        <p class=\"reveal\" style=\"transition-delay: 150ms;\">La confianza y el compromiso de estas empresas y organizaciones son el pilar de nuestra misi\u00f3n. Agradecemos profundamente a nuestros guardianes por ayudarnos a transformar la vida de incontables madres y beb\u00e9s.<\/p>\n                    <\/div>\n                    <div class=\"logo-scroller card reveal\">\n                        <div class=\"scroller-inner\">\n                            <img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/6.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/5.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/4.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/3.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/2.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/1.png\" alt=\"Logo Guardi\u00e1n\">\n                            <img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/6.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/5.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/4.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/3.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/2.png\" alt=\"Logo Guardi\u00e1n\"><img decoding=\"async\" src=\"https:\/\/cimigen.org.mx\/wp-content\/uploads\/2025\/07\/1.png\" alt=\"Logo Guardi\u00e1n\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/main>\n    <\/div>\n\n    <script type=\"importmap\">\n    { \"imports\": { \"three\": \"https:\/\/unpkg.com\/three@0.156.1\/build\/three.module.js\" } }\n    <\/script>\n    <script type=\"module\">\n        import * as THREE from 'three';\n        \/\/ --- Three.js Particle Background ---\n        function createCrossTexture(){const c=document.createElement(\"canvas\");c.width=64,c.height=64;const t=c.getContext(\"2d\");return t.beginPath(),t.moveTo(22,32),t.lineTo(42,32),t.moveTo(32,22),t.lineTo(32,42),t.lineWidth=5,t.strokeStyle=\"rgba(91, 155, 213, 0.5)\",t.stroke(),new THREE.CanvasTexture(c)}const scene=new THREE.Scene,camera=new THREE.PerspectiveCamera(75,window.innerWidth\/window.innerHeight,.1,1e3),renderer=new THREE.WebGLRenderer({canvas:document.querySelector(\"#bg-canvas\"),alpha:!0});renderer.setSize(window.innerWidth,window.innerHeight);const particleCount=4e3,positions=new Float32Array(4e3*3);for(let e=0;e<12e3;e++)positions[e]=25*(Math.random()-.5);const particlesGeometry=new THREE.BufferGeometry;particlesGeometry.setAttribute(\"position\",new THREE.BufferAttribute(positions,3));const particlesMaterial=new THREE.PointsMaterial({size:.1,map:createCrossTexture(),transparent:!0,blending:THREE.AdditiveBlending,depthWrite:!1}),particleSystem=new THREE.Points(particlesGeometry,particlesMaterial);scene.add(particleSystem),camera.position.z=5;const mouse=new THREE.Vector2;document.addEventListener(\"mousemove\",e=>{mouse.x=e.clientX\/window.innerWidth*2-1,mouse.y=-(e.clientY\/window.innerHeight)*2+1});const guidePath=document.querySelector(\"#guide-path\"),pathLength=guidePath.getTotalLength();guidePath.style.strokeDasharray=pathLength,guidePath.style.strokeDashoffset=pathLength;function handleScroll(){const e=window.pageYOffset||document.documentElement.scrollTop,t=document.documentElement.scrollHeight-window.innerHeight,o=t>0?e\/t:0;camera.position.z=5-.003*e;const n=pathLength*o;guidePath.style.strokeDashoffset=pathLength-n}window.addEventListener(\"scroll\",handleScroll,{passive:!0});handleScroll();function animate(){requestAnimationFrame(animate),particleSystem.rotation.y+=2e-4,camera.position.x+=.02*(.5*mouse.x-camera.position.x),camera.position.y+=.02*(.5*mouse.y-camera.position.y),camera.lookAt(scene.position),renderer.render(scene,camera)}animate();window.addEventListener(\"resize\",()=>{camera.aspect=window.innerWidth\/window.innerHeight,camera.updateProjectionMatrix(),renderer.setSize(window.innerWidth,window.innerHeight)});const observer=new IntersectionObserver(e=>{e.forEach(t=>{t.isIntersecting&&t.target.classList.add(\"visible\")})},{threshold:.1});document.querySelectorAll(\".reveal\").forEach(e=>{observer.observe(e)});\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Cimagen | Un Comienzo Saludable Para Cada Vida Un Comienzo Saludable Para Cada Vida Tu donaci\u00f3n asegura atenci\u00f3n especializada y [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"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":""}},"_joinchat":[],"footnotes":""},"class_list":["post-831","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cimigen.org.mx\/index.php\/wp-json\/wp\/v2\/pages\/831","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cimigen.org.mx\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cimigen.org.mx\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cimigen.org.mx\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cimigen.org.mx\/index.php\/wp-json\/wp\/v2\/comments?post=831"}],"version-history":[{"count":36,"href":"https:\/\/cimigen.org.mx\/index.php\/wp-json\/wp\/v2\/pages\/831\/revisions"}],"predecessor-version":[{"id":1318,"href":"https:\/\/cimigen.org.mx\/index.php\/wp-json\/wp\/v2\/pages\/831\/revisions\/1318"}],"wp:attachment":[{"href":"https:\/\/cimigen.org.mx\/index.php\/wp-json\/wp\/v2\/media?parent=831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}