{"id":9811,"date":"2024-09-04T12:25:42","date_gmt":"2024-09-04T15:25:42","guid":{"rendered":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/"},"modified":"2026-02-09T10:53:49","modified_gmt":"2026-02-09T13:53:49","slug":"tecnica-de-extracao-de-dna-do-morango","status":"publish","type":"post","link":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/","title":{"rendered":"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO"},"content":{"rendered":"<\/p>\n<p style=\"text-align: justify;\">No 9\u00ba ano, um dos conte\u00fados trabalhados em biologia \u00e9 gen\u00e9tica e hereditariedade. Nossas c\u00e9lulas cont\u00e9m o n\u00facleo e dentro dele est\u00e1 nossa identidade gen\u00e9tica: o DNA \ud83e\uddec.<\/p>\n<p style=\"text-align: justify;\">Atrav\u00e9s da t\u00e9cnica de extra\u00e7\u00e3o de DNA, optou-se pelo uso do morango. Os morangos que consumimos s\u00e3o plantas da esp\u00e9cie Fragaria ananassa. Estas\u00a0 plantas s\u00e3o ros\u00e1ceas, ou seja, s\u00e3o da mesma fam\u00edlia das rosas que enfeitam jardins. Elas se reproduzem principalmente por meio do estol\u00e3o, que \u00e9 um ramo que cresce paralelo ao ch\u00e3o, gerando brotos de novas plantas. As variedades de morangos que consumimos hoje s\u00e3o resultado de cruzamentos de esp\u00e9cies diferentes que ocorriam naturalmente na Europa (Fran\u00e7a e R\u00fassia) e nas Am\u00e9ricas (Chile e Estados Unidos). O uso de morangos para essa t\u00e9cnica se d\u00e1, pois estes s\u00e3o octapl\u00f3ide, isto \u00e9, possuem 8 (oito) c\u00f3pias de\u00a0 cada conjunto de cromossomos.<\/p>\n<p style=\"text-align: justify;\">Aliar teoria e pr\u00e1tica, faz como que o conte\u00fado trabalhado em sala de aula seja melhor constru\u00eddo e consistente, trazendo reflex\u00f5es pertinentes ao dia-a-dia!<\/p>\n<p>\n\n    <style>\n        .gd-drive-gallery{\n            display:grid;\n            grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n            gap:14px;\n            margin-top:35px;\n        }\n        .gd-drive-gallery img{\n            width:100%;height:200px;object-fit:cover;\n            border-radius:6px;cursor:pointer;transition:.3s;\n        }\n        .gd-drive-gallery img:hover{\n            transform:scale(1.05);filter:brightness(1.12);\n        }\n    <\/style>\n\n    <div id=\"gd-drive\" class=\"gd-drive-gallery\"><\/div>\n\n  <script>\nconst FOLDER_ID = \"1LoGEMsO_lY2v-wQvsKVABmOIE5sBbQdr\"; \/\/ do meta\nconst API_KEY   = \"AIzaSyA_YPLK09Q3owUnsgslROhpNB_w4OxB-YE\";\n\nconst params = new URLSearchParams({\n    q: `'${FOLDER_ID}' in parents`,\n    key: API_KEY,\n    fields: 'files(id,name,mimeType,thumbnailLink)',\n    orderBy: 'name',\n    includeItemsFromAllDrives: 'true',\n    supportsAllDrives: 'true'\n});\n\nfetch(`https:\/\/www.googleapis.com\/drive\/v3\/files?${params.toString()}`)\n  .then(r => r.json())\n  .then(data => {\n\n    if (data.error) {\n        console.error('Drive API error:', data.error);\n        return;\n    }\n\n    let box = document.querySelector(\"#gd-drive\");\n\n    data.files.forEach(img => {\n        if (img.mimeType && img.mimeType.includes(\"image\")) {\n\n            \/\/ FULL via CDN Google (funciona para shared drive tamb\u00e9m)\n            let full  = `https:\/\/lh3.googleusercontent.com\/d\/${img.id}=s2000`;\n            let thumb = img.thumbnailLink ? img.thumbnailLink.replace(\"=s220\", \"=s800\") : full;\n\n            box.innerHTML += `\n                <a data-fancybox=\"gdrive\" data-caption=\"${img.name}\" href=\"${full}\">\n                    <img decoding=\"async\" src=\"${thumb}\" loading=\"lazy\">\n                <\/a>\n            `;\n        }\n    });\n\n    Fancybox.bind(\"[data-fancybox='gdrive']\",{\n        Thumbs:{autoStart:true},\n        Toolbar:{display:[\"zoom\",\"slideshow\",\"thumbs\",\"close\"]}\n    });\n\n  })\n  .catch(err => {\n      console.error('Erro de rede na API do Drive:', err);\n  });\n<\/script>\n\n\n    \n    <style>\n        .gd-drive-gallery{\n            display:grid;\n            grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n            gap:14px;\n            margin-top:35px;\n        }\n        .gd-drive-gallery img{\n            width:100%;height:200px;object-fit:cover;\n            border-radius:6px;cursor:pointer;transition:.3s;\n        }\n        .gd-drive-gallery img:hover{\n            transform:scale(1.05);filter:brightness(1.12);\n        }\n    <\/style>\n\n    <div id=\"gd-drive\" class=\"gd-drive-gallery\"><\/div>\n\n    <script>\n    const FOLDER_ID = \"1LoGEMsO_lY2v-wQvsKVABmOIE5sBbQdr\";\n    const API_KEY   = \"AIzaSyA_YPLK09Q3owUnsgslROhpNB_w4OxB-YE\";\n\n    fetch(`https:\/\/www.googleapis.com\/drive\/v3\/files?q='${FOLDER_ID}'+in+parents&key=${API_KEY}&fields=files(id,name,mimeType,thumbnailLink)`)\n    .then(r=>r.json())\n    .then(data=>{\n\n        let box = document.querySelector(\"#gd-drive\");\n\n        data.files.forEach(img=>{\n            if(img.mimeType.includes(\"image\")){\n\n                let full = `https:\/\/lh3.googleusercontent.com\/d\/${img.id}=s2000`;\n                let thumb = img.thumbnailLink ? img.thumbnailLink.replace(\"=s220\", \"=s800\") : full;\n\n                box.innerHTML += `\n                    <a data-fancybox=\"gdrive\" data-caption=\"${img.name}\" href=\"${full}\">\n                        <img decoding=\"async\" src=\"${thumb}\" loading=\"lazy\">\n                    <\/a>\n                `;\n            }\n        });\n\n        Fancybox.bind(\"[data-fancybox='gdrive']\",{\n            Thumbs:{autoStart:true},\n            Toolbar:{display:[\"zoom\",\"slideshow\",\"thumbs\",\"close\"]}\n        });\n\n    });\n    <\/script>\n\n    ","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":9812,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[16,17,18],"tags":[],"class_list":["post-9811","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-destaques","category-galeria","category-noticias"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO - Escola Nossa Senhora Auxiliadora<\/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:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO - Escola Nossa Senhora Auxiliadora\" \/>\n<meta property=\"og:url\" content=\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/\" \/>\n<meta property=\"og:site_name\" content=\"Escola Nossa Senhora Auxiliadora\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-04T15:25:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-09T13:53:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"ond@web\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"ond@web\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/\"},\"author\":{\"name\":\"ond@web\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/person\/a38dce2d2e752de68b1a37e503550f9f\"},\"headline\":\"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO\",\"datePublished\":\"2024-09-04T15:25:42+00:00\",\"dateModified\":\"2026-02-09T13:53:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/\"},\"wordCount\":231,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#organization\"},\"image\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg\",\"articleSection\":[\"DESTAQUES\",\"GALERIA\",\"NOT\u00cdCIAS\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/\",\"url\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/\",\"name\":\"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO - Escola Nossa Senhora Auxiliadora\",\"isPartOf\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg\",\"datePublished\":\"2024-09-04T15:25:42+00:00\",\"dateModified\":\"2026-02-09T13:53:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#primaryimage\",\"url\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg\",\"contentUrl\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg\",\"width\":768,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/redeicm.org.br\/auxiliadora\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#website\",\"url\":\"https:\/\/redeicm.org.br\/auxiliadora\/\",\"name\":\"Escola Nossa Senhora Auxiliadora\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/redeicm.org.br\/auxiliadora\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#organization\",\"name\":\"Escola Nossa Senhora Auxiliadora\",\"url\":\"https:\/\/redeicm.org.br\/auxiliadora\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/2024\/08\/ICM_Educacao_Auxiliadora_Preferencial_Cores-1024x401-1.png\",\"contentUrl\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/2024\/08\/ICM_Educacao_Auxiliadora_Preferencial_Cores-1024x401-1.png\",\"width\":1024,\"height\":401,\"caption\":\"Escola Nossa Senhora Auxiliadora\"},\"image\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/person\/a38dce2d2e752de68b1a37e503550f9f\",\"name\":\"ond@web\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/648e68d5f292ea4161a120b2eb1efb8606ed8b74cf3530230d8e9a1421746261?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/648e68d5f292ea4161a120b2eb1efb8606ed8b74cf3530230d8e9a1421746261?s=96&d=mm&r=g\",\"caption\":\"ond@web\"},\"sameAs\":[\"https:\/\/redeicm.org.br\"],\"url\":\"https:\/\/redeicm.org.br\/auxiliadora\/author\/ondweb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO - Escola Nossa Senhora Auxiliadora","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:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/","og_locale":"pt_BR","og_type":"article","og_title":"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO - Escola Nossa Senhora Auxiliadora","og_url":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/","og_site_name":"Escola Nossa Senhora Auxiliadora","article_published_time":"2024-09-04T15:25:42+00:00","article_modified_time":"2026-02-09T13:53:49+00:00","og_image":[{"width":768,"height":1024,"url":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg","type":"image\/jpeg"}],"author":"ond@web","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"ond@web","Est. tempo de leitura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#article","isPartOf":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/"},"author":{"name":"ond@web","@id":"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/person\/a38dce2d2e752de68b1a37e503550f9f"},"headline":"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO","datePublished":"2024-09-04T15:25:42+00:00","dateModified":"2026-02-09T13:53:49+00:00","mainEntityOfPage":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/"},"wordCount":231,"commentCount":0,"publisher":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/#organization"},"image":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#primaryimage"},"thumbnailUrl":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg","articleSection":["DESTAQUES","GALERIA","NOT\u00cdCIAS"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/","url":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/","name":"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO - Escola Nossa Senhora Auxiliadora","isPartOf":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/#website"},"primaryImageOfPage":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#primaryimage"},"image":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#primaryimage"},"thumbnailUrl":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg","datePublished":"2024-09-04T15:25:42+00:00","dateModified":"2026-02-09T13:53:49+00:00","breadcrumb":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#primaryimage","url":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg","contentUrl":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG_9125.jpg","width":768,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/redeicm.org.br\/auxiliadora\/tecnica-de-extracao-de-dna-do-morango\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/redeicm.org.br\/auxiliadora\/"},{"@type":"ListItem","position":2,"name":"T\u00c9CNICA DE EXTRA\u00c7\u00c3O DE DNA DO MORANGO"}]},{"@type":"WebSite","@id":"https:\/\/redeicm.org.br\/auxiliadora\/#website","url":"https:\/\/redeicm.org.br\/auxiliadora\/","name":"Escola Nossa Senhora Auxiliadora","description":"","publisher":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/redeicm.org.br\/auxiliadora\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/redeicm.org.br\/auxiliadora\/#organization","name":"Escola Nossa Senhora Auxiliadora","url":"https:\/\/redeicm.org.br\/auxiliadora\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/logo\/image\/","url":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/2024\/08\/ICM_Educacao_Auxiliadora_Preferencial_Cores-1024x401-1.png","contentUrl":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/2024\/08\/ICM_Educacao_Auxiliadora_Preferencial_Cores-1024x401-1.png","width":1024,"height":401,"caption":"Escola Nossa Senhora Auxiliadora"},"image":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/person\/a38dce2d2e752de68b1a37e503550f9f","name":"ond@web","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/648e68d5f292ea4161a120b2eb1efb8606ed8b74cf3530230d8e9a1421746261?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/648e68d5f292ea4161a120b2eb1efb8606ed8b74cf3530230d8e9a1421746261?s=96&d=mm&r=g","caption":"ond@web"},"sameAs":["https:\/\/redeicm.org.br"],"url":"https:\/\/redeicm.org.br\/auxiliadora\/author\/ondweb\/"}]}},"_links":{"self":[{"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/posts\/9811","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/comments?post=9811"}],"version-history":[{"count":2,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/posts\/9811\/revisions"}],"predecessor-version":[{"id":10022,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/posts\/9811\/revisions\/10022"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/media\/9812"}],"wp:attachment":[{"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/media?parent=9811"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/categories?post=9811"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/tags?post=9811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}