{"id":9924,"date":"2025-07-16T16:29:25","date_gmt":"2025-07-16T19:29:25","guid":{"rendered":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/"},"modified":"2026-02-07T12:27:11","modified_gmt":"2026-02-07T15:27:11","slug":"reacoes-quimicas-e-leis","status":"publish","type":"post","link":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/","title":{"rendered":"Rea\u00e7\u00f5es Qu\u00edmicas e Leis."},"content":{"rendered":"<\/p>\n<div class=\"x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s\" style=\"text-align: justify;\">\n<div dir=\"auto\"><span class=\"html-span xexx8yu xyri2b x18d9i69 x1c1uobl x1hl2dhg x16tdsg8 x1vvkbs x3nfvp2 x1j61x8r x1fcty0u xdj266r xat24cr xm2jcoa x1mpyi22 xxymvpz xlup9mm x1kky2od\"><img decoding=\"async\" class=\"xz74otr x15mokao x1ga7v0g x16uus16 xbiv7yw\" src=\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/2026\/01\/1f4cc.png\" alt=\"\ud83d\udccc\" width=\"16\" height=\"16\" \/><\/span>\u00a0Para trabalhar as principais leis da Qu\u00edmica \u2014 a Lei da Conserva\u00e7\u00e3o da Massa, de Lavoisier, e a Lei das Propor\u00e7\u00f5es Constantes, de Proust \u2014 o 9\u00ba ano realizou uma atividade pr\u00e1tica no laborat\u00f3rio, observando sistemas em uma rea\u00e7\u00e3o qu\u00edmica.<\/div>\n<\/div>\n<div class=\"x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s\" style=\"text-align: justify;\">\n<div dir=\"auto\">Foi utilizada a rea\u00e7\u00e3o entre bicarbonato de s\u00f3dio (uma base) e vinagre (\u00e1cido ac\u00e9tico, um \u00e1cido). A rea\u00e7\u00e3o qu\u00edmica que ocorre entre o \u00e1cido e a base resulta na forma\u00e7\u00e3o de sal e \u00e1gua, com a libera\u00e7\u00e3o de g\u00e1s para o ambiente.<\/div>\n<\/div>\n<div class=\"x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s\" style=\"text-align: justify;\">\n<div dir=\"auto\">Com a organiza\u00e7\u00e3o dos experimentos em sistema aberto e fechado, foi poss\u00edvel quantificar a perda de massa e observar a diferen\u00e7a entre os dois sistemas.<\/div>\n<\/div>\n<div class=\"x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s\" style=\"text-align: justify;\">\n<div dir=\"auto\">Pr\u00e1ticas como essa s\u00e3o importantes para o nosso dia a dia, pois nos ajudam a compreender, por exemplo, que ao preparar um bolo com as propor\u00e7\u00f5es corretas de ingredientes, ele sair\u00e1 como esperado. Da mesma forma, ao guardar uma bebida gaseificada, sabemos que o g\u00e1s ser\u00e1 liberado com o tempo se o recipiente estiver em um sistema aberto.<\/div>\n<\/div>\n<div class=\"x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s\">\n<div dir=\"auto\" style=\"text-align: justify;\"><span class=\"html-span xexx8yu xyri2b x18d9i69 x1c1uobl x1hl2dhg x16tdsg8 x1vvkbs x3nfvp2 x1j61x8r x1fcty0u xdj266r xat24cr xm2jcoa x1mpyi22 xxymvpz xlup9mm x1kky2od\"><img decoding=\"async\" class=\"xz74otr x15mokao x1ga7v0g x16uus16 xbiv7yw\" src=\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/2026\/01\/1f469_200d_1f3eb.png\" alt=\"\ud83d\udc69\u200d\ud83c\udfeb\" width=\"16\" height=\"16\" \/><\/span>\u00a0Professora Gabriela<\/div>\n<div dir=\"auto\" style=\"text-align: justify;\">9\u00ba ano \u2014 Qu\u00edmica<\/div>\n<\/div>\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 = \"1pyICnxSCMLAkIIoHnn4wtCRFIcIWKr-H\"; \/\/ 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 = \"1pyICnxSCMLAkIIoHnn4wtCRFIcIWKr-H\";\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":9925,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[16,17,18],"tags":[],"class_list":["post-9924","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>Rea\u00e7\u00f5es Qu\u00edmicas e Leis. - 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\/reacoes-quimicas-e-leis\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rea\u00e7\u00f5es Qu\u00edmicas e Leis. - Escola Nossa Senhora Auxiliadora\" \/>\n<meta property=\"og:url\" content=\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/\" \/>\n<meta property=\"og:site_name\" content=\"Escola Nossa Senhora Auxiliadora\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-16T19:29:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-07T15:27:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.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\/reacoes-quimicas-e-leis\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/\"},\"author\":{\"name\":\"ond@web\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/person\/a38dce2d2e752de68b1a37e503550f9f\"},\"headline\":\"Rea\u00e7\u00f5es Qu\u00edmicas e Leis.\",\"datePublished\":\"2025-07-16T19:29:25+00:00\",\"dateModified\":\"2026-02-07T15:27:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/\"},\"wordCount\":235,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#organization\"},\"image\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.jpg\",\"articleSection\":[\"DESTAQUES\",\"GALERIA\",\"NOT\u00cdCIAS\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/\",\"url\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/\",\"name\":\"Rea\u00e7\u00f5es Qu\u00edmicas e Leis. - Escola Nossa Senhora Auxiliadora\",\"isPartOf\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.jpg\",\"datePublished\":\"2025-07-16T19:29:25+00:00\",\"dateModified\":\"2026-02-07T15:27:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#primaryimage\",\"url\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.jpg\",\"contentUrl\":\"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.jpg\",\"width\":768,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/redeicm.org.br\/auxiliadora\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rea\u00e7\u00f5es Qu\u00edmicas e Leis.\"}]},{\"@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":"Rea\u00e7\u00f5es Qu\u00edmicas e Leis. - 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\/reacoes-quimicas-e-leis\/","og_locale":"pt_BR","og_type":"article","og_title":"Rea\u00e7\u00f5es Qu\u00edmicas e Leis. - Escola Nossa Senhora Auxiliadora","og_url":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/","og_site_name":"Escola Nossa Senhora Auxiliadora","article_published_time":"2025-07-16T19:29:25+00:00","article_modified_time":"2026-02-07T15:27:11+00:00","og_image":[{"width":768,"height":1024,"url":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.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\/reacoes-quimicas-e-leis\/#article","isPartOf":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/"},"author":{"name":"ond@web","@id":"https:\/\/redeicm.org.br\/auxiliadora\/#\/schema\/person\/a38dce2d2e752de68b1a37e503550f9f"},"headline":"Rea\u00e7\u00f5es Qu\u00edmicas e Leis.","datePublished":"2025-07-16T19:29:25+00:00","dateModified":"2026-02-07T15:27:11+00:00","mainEntityOfPage":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/"},"wordCount":235,"commentCount":0,"publisher":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/#organization"},"image":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#primaryimage"},"thumbnailUrl":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.jpg","articleSection":["DESTAQUES","GALERIA","NOT\u00cdCIAS"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/","url":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/","name":"Rea\u00e7\u00f5es Qu\u00edmicas e Leis. - Escola Nossa Senhora Auxiliadora","isPartOf":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/#website"},"primaryImageOfPage":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#primaryimage"},"image":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#primaryimage"},"thumbnailUrl":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.jpg","datePublished":"2025-07-16T19:29:25+00:00","dateModified":"2026-02-07T15:27:11+00:00","breadcrumb":{"@id":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#primaryimage","url":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.jpg","contentUrl":"https:\/\/redeicm.org.br\/auxiliadora\/wp-content\/uploads\/sites\/3\/site\/\/4\/IMG-20250611-WA0022.jpg","width":768,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/redeicm.org.br\/auxiliadora\/reacoes-quimicas-e-leis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/redeicm.org.br\/auxiliadora\/"},{"@type":"ListItem","position":2,"name":"Rea\u00e7\u00f5es Qu\u00edmicas e Leis."}]},{"@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\/9924","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=9924"}],"version-history":[{"count":1,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/posts\/9924\/revisions"}],"predecessor-version":[{"id":9955,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/posts\/9924\/revisions\/9955"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/media\/9925"}],"wp:attachment":[{"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/media?parent=9924"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/categories?post=9924"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/redeicm.org.br\/auxiliadora\/wp-json\/wp\/v2\/tags?post=9924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}