{"id":1924,"date":"2024-11-29T10:35:35","date_gmt":"2024-11-29T14:35:35","guid":{"rendered":"https:\/\/www.manaus.am.gov.br\/cgm\/?page_id=1924"},"modified":"2026-08-20T10:53:32","modified_gmt":"2026-08-20T14:53:32","slug":"julgamento-de-contas-do-poder-legislativo","status":"publish","type":"page","link":"https:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/","title":{"rendered":"Julgamento de Contas do Poder Legislativo"},"content":{"rendered":"\n<div class=\"wp-block-group is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-layout-1 wp-block-group-is-layout-flex\">\n<p>Atualizado em: <\/p>\n\n\n<div class=\"wp-block-post-date__modified-date wp-block-post-date\"><time datetime=\"2026-08-20T10:53:32-04:00\">20 de agosto de 2026<\/time><\/div><\/div>\n\n\n\n<style>\n.cgm-contas-container {\n    --cgm-contas-bg: #f5f6f8;\n    --cgm-contas-card: #ffffff;\n    --cgm-contas-ink: #1c2430;\n    --cgm-contas-muted: #5b6572;\n    --cgm-contas-border: #e2e5ea;\n    --cgm-contas-brand: #0b5fa5;\n\n    --cgm-contas-ok-bg: #e6f4ea;\n    --cgm-contas-ok-fg: #1e7d3c;\n\n    --cgm-contas-pend-bg: #fdecea;\n    --cgm-contas-pend-fg: #b3261e;\n\n    --cgm-contas-prog-bg: #fff4e0;\n    --cgm-contas-prog-fg: #946200;\n\n    --cgm-contas-proc-bg: #eaf1fb;\n    --cgm-contas-proc-fg: #1a4f8a;\n\n    width: 100%;\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 32px 20px 64px;\n\n    box-sizing: border-box;\n\n    color: var(--cgm-contas-ink);\n    font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        Roboto,\n        Helvetica,\n        Arial,\n        sans-serif;\n\n    font-size: 16px;\n    line-height: 1.5;\n}\n\n.cgm-contas-legenda {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n\n    margin: 0 0 26px;\n    padding: 0;\n\n    color: var(--cgm-contas-muted);\n    font-size: 13px;\n}\n\n.cgm-contas-legenda-item {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n}\n\n.cgm-contas-legenda-ponto {\n    display: inline-block;\n\n    width: 8px;\n    height: 8px;\n\n    border-radius: 50%;\n    flex: 0 0 8px;\n}\n\n.cgm-contas-legenda-ponto-ok {\n    background: #1e7d3c;\n}\n\n.cgm-contas-legenda-ponto-proc {\n    background: #1a4f8a;\n}\n\n.cgm-contas-legenda-ponto-prog {\n    background: #946200;\n}\n\n.cgm-contas-legenda-ponto-pend {\n    background: #b3261e;\n}\n\n.cgm-contas-card {\n    width: 100%;\n\n    background: var(--cgm-contas-card);\n    border: 1px solid var(--cgm-contas-border);\n    border-radius: 12px;\n\n    overflow: hidden;\n\n    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);\n\n    box-sizing: border-box;\n}\n\n.cgm-contas-tabela-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n}\n\n.cgm-contas-tabela {\n    width: 100%;\n    min-width: 700px;\n\n    margin: 0;\n    padding: 0;\n\n    border-collapse: collapse;\n    border-spacing: 0;\n\n    font-size: 14.5px;\n}\n\n.cgm-contas-tabela-cabecalho {\n    text-align: left;\n\n    padding: 14px 20px;\n\n    background: #fafbfc;\n    color: var(--cgm-contas-muted);\n\n    border-bottom: 1px solid var(--cgm-contas-border);\n\n    font-size: 12px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n\n    vertical-align: middle;\n}\n\n.cgm-contas-tabela-celula {\n    padding: 14px 20px;\n\n    border-bottom: 1px solid var(--cgm-contas-border);\n\n    vertical-align: middle;\n\n    background: transparent;\n}\n\n.cgm-contas-tabela-linha:last-child\n.cgm-contas-tabela-celula {\n    border-bottom: none;\n}\n\n.cgm-contas-tabela-linha:hover\n.cgm-contas-tabela-celula {\n    background: #fafbfc;\n}\n\n.cgm-contas-exercicio {\n    font-size: 15px;\n    font-weight: 700;\n    white-space: nowrap;\n}\n\n.cgm-contas-referencia {\n    color: var(--cgm-contas-muted);\n    font-size: 13px;\n}\n\n.cgm-contas-sem-documento {\n    color: var(--cgm-contas-muted);\n}\n\n.cgm-contas-status {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n\n    padding: 4px 10px;\n\n    border-radius: 999px;\n\n    font-size: 12.5px;\n    font-weight: 600;\n\n    line-height: 1.4;\n    white-space: nowrap;\n}\n\n.cgm-contas-status::before {\n    content: \"\";\n\n    width: 7px;\n    height: 7px;\n\n    border-radius: 50%;\n\n    flex: 0 0 7px;\n}\n\n\n\/* Julgado *\/\n\n.cgm-contas-status-julgado {\n    background: var(--cgm-contas-ok-bg);\n    color: var(--cgm-contas-ok-fg);\n}\n\n.cgm-contas-status-julgado::before {\n    background: var(--cgm-contas-ok-fg);\n}\n\n\n\/* N\u00e3o julgado *\/\n\n.cgm-contas-status-nao-julgado {\n    background: var(--cgm-contas-pend-bg);\n    color: var(--cgm-contas-pend-fg);\n}\n\n.cgm-contas-status-nao-julgado::before {\n    background: var(--cgm-contas-pend-fg);\n}\n\n\n\/* Em julgamento *\/\n\n.cgm-contas-status-em-julgamento {\n    background: var(--cgm-contas-prog-bg);\n    color: var(--cgm-contas-prog-fg);\n}\n\n.cgm-contas-status-em-julgamento::before {\n    background: var(--cgm-contas-prog-fg);\n}\n\n.cgm-contas-status-em-tramitacao {\n    background: var(--cgm-contas-proc-bg);\n    color: var(--cgm-contas-proc-fg);\n}\n\n.cgm-contas-status-em-tramitacao::before {\n    background: var(--cgm-contas-proc-fg);\n}\n\n.cgm-contas-documento-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n\n    color: var(--cgm-contas-brand);\n\n    font-size: 13px;\n    font-weight: 600;\n\n    text-decoration: none;\n\n    transition:\n        color 0.2s ease,\n        opacity 0.2s ease;\n}\n\n.cgm-contas-documento-link:hover {\n    color: var(--cgm-contas-brand);\n    text-decoration: underline;\n}\n\n.cgm-contas-documento-link:focus {\n    outline: 2px solid var(--cgm-contas-brand);\n    outline-offset: 3px;\n}\n\n@media (max-width: 767px) {\n\n    .cgm-contas-container {\n        padding: 24px 12px 40px;\n    }\n\n    .cgm-contas-legenda {\n        flex-direction: column;\n        gap: 8px;\n\n        margin-bottom: 20px;\n    }\n\n    .cgm-contas-card {\n        border-radius: 8px;\n    }\n\n    .cgm-contas-tabela {\n        min-width: 680px;\n    }\n\n    .cgm-contas-tabela-cabecalho,\n    .cgm-contas-tabela-celula {\n        padding: 12px 14px;\n    }\n}\n<\/style>\n\n\n\n<div class=\"cgm-contas-container\">\n\n    <div class=\"cgm-contas-legenda\">\n\n        <span class=\"cgm-contas-legenda-item\">\n            <i\n                class=\"cgm-contas-legenda-ponto cgm-contas-legenda-ponto-ok\"\n                aria-hidden=\"true\">\n            <\/i>\n            Julgado (documento dispon\u00edvel)\n        <\/span>\n\n        <span class=\"cgm-contas-legenda-item\">\n            <i\n                class=\"cgm-contas-legenda-ponto cgm-contas-legenda-ponto-proc\"\n                aria-hidden=\"true\">\n            <\/i>\n            Em tramita\u00e7\u00e3o\n        <\/span>\n\n        <span class=\"cgm-contas-legenda-item\">\n            <i\n                class=\"cgm-contas-legenda-ponto cgm-contas-legenda-ponto-prog\"\n                aria-hidden=\"true\">\n            <\/i>\n            Em julgamento\n        <\/span>\n\n        <span class=\"cgm-contas-legenda-item\">\n            <i\n                class=\"cgm-contas-legenda-ponto cgm-contas-legenda-ponto-pend\"\n                aria-hidden=\"true\">\n            <\/i>\n            N\u00e3o julgado\n        <\/span>\n\n    <\/div>\n\n\n    <div class=\"cgm-contas-card\">\n\n        <div class=\"cgm-contas-tabela-wrapper\">\n\n            <table class=\"cgm-contas-tabela\">\n\n                <thead>\n\n                    <tr>\n                        <th class=\"cgm-contas-tabela-cabecalho\">\n                            Exerc\u00edcio\n                        <\/th>\n\n                        <th class=\"cgm-contas-tabela-cabecalho\">\n                            Situa\u00e7\u00e3o\n                        <\/th>\n\n                        <th class=\"cgm-contas-tabela-cabecalho\">\n                            Refer\u00eancia \/ Processo\n                        <\/th>\n\n                        <th class=\"cgm-contas-tabela-cabecalho\">\n                            Documento\n                        <\/th>\n                    <\/tr>\n\n                <\/thead>\n\n\n                <tbody>\n\n                    <!-- 2025 -->\n\n                    <tr class=\"cgm-contas-tabela-linha\">\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-exercicio\">\n                            2025\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n                            <span class=\"cgm-contas-status cgm-contas-status-nao-julgado\">\n                                N\u00e3o julgado\n                            <\/span>\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-referencia\">\n                            \u2014\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-sem-documento\">\n                            \u2014\n                        <\/td>\n\n                    <\/tr>\n\n\n                    <!-- 2024 -->\n\n                    <tr class=\"cgm-contas-tabela-linha\">\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-exercicio\">\n                            2024\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n                            <span class=\"cgm-contas-status cgm-contas-status-nao-julgado\">\n                                N\u00e3o julgado\n                            <\/span>\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-referencia\">\n                            \u2014\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-sem-documento\">\n                            \u2014\n                        <\/td>\n\n                    <\/tr>\n\n\n                    <!-- 2023 -->\n\n                    <tr class=\"cgm-contas-tabela-linha\">\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-exercicio\">\n                            2023\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n                            <span class=\"cgm-contas-status cgm-contas-status-em-julgamento\">\n                                Em julgamento\n                            <\/span>\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-referencia\">\n                            \u2014\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-sem-documento\">\n                            \u2014\n                        <\/td>\n\n                    <\/tr>\n\n\n                    <!-- 2022 -->\n\n                    <tr class=\"cgm-contas-tabela-linha\">\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-exercicio\">\n                            2022\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n                            <span class=\"cgm-contas-status cgm-contas-status-em-julgamento\">\n                                Em julgamento\n                            <\/span>\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-referencia\">\n                            \u2014\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-sem-documento\">\n                            \u2014\n                        <\/td>\n\n                    <\/tr>\n\n\n                    <!-- 2021 -->\n\n                    <tr class=\"cgm-contas-tabela-linha\">\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-exercicio\">\n                            2021\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n                            <span class=\"cgm-contas-status cgm-contas-status-julgado\">\n                                Julgado\n                            <\/span>\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-referencia\">\n                            Decreto Legislativo\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n\n                            <a\n                                class=\"cgm-contas-documento-link\"\n                                href=\"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2026\/08\/decreto_legislativo-contas-2021.pdf\"\n                                target=\"_blank\"\n                                rel=\"noopener noreferrer\"\n                                aria-label=\"Abrir documento referente \u00e0s contas de 2021\">\n\n                                PDF \u2197\n\n                            <\/a>\n\n                        <\/td>\n\n                    <\/tr>\n\n\n                    <!-- 2020 -->\n\n                    <tr class=\"cgm-contas-tabela-linha\">\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-exercicio\">\n                            2020\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n                            <span class=\"cgm-contas-status cgm-contas-status-em-tramitacao\">\n                                Em tramita\u00e7\u00e3o\n                            <\/span>\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-referencia\">\n                            PDL 003\/2025\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-sem-documento\">\n                            \u2014\n                        <\/td>\n\n                    <\/tr>\n\n\n                    <!-- 2019 -->\n\n                    <tr class=\"cgm-contas-tabela-linha\">\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-exercicio\">\n                            2019\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n                            <span class=\"cgm-contas-status cgm-contas-status-julgado\">\n                                Julgado\n                            <\/span>\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-referencia\">\n                            Aprova\u00e7\u00e3o de Contas (DOM)\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n\n                            <a\n                                class=\"cgm-contas-documento-link\"\n                                href=\"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2024\/11\/2019-APROVACAO-DE-CONTAS-LEGISLATIVO-DOM.pdf\"\n                                target=\"_blank\"\n                                rel=\"noopener noreferrer\"\n                                aria-label=\"Abrir documento referente \u00e0s contas de 2019\">\n\n                                PDF \u2197\n\n                            <\/a>\n\n                        <\/td>\n\n                    <\/tr>\n\n\n                    <!-- 2018 -->\n\n                    <tr class=\"cgm-contas-tabela-linha\">\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-exercicio\">\n                            2018\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n                            <span class=\"cgm-contas-status cgm-contas-status-julgado\">\n                                Julgado\n                            <\/span>\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-referencia\">\n                            Aprova\u00e7\u00e3o de Contas (DOM)\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n\n                            <a\n                                class=\"cgm-contas-documento-link\"\n                                href=\"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2024\/11\/2018-APROVACAO-DE-CONTAS-LEGISLATIVO-DOM.pdf\"\n                                target=\"_blank\"\n                                rel=\"noopener noreferrer\"\n                                aria-label=\"Abrir documento referente \u00e0s contas de 2018\">\n\n                                PDF \u2197\n\n                            <\/a>\n\n                        <\/td>\n\n                    <\/tr>\n\n\n                    <!-- 2017 -->\n\n                    <tr class=\"cgm-contas-tabela-linha\">\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-exercicio\">\n                            2017\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n                            <span class=\"cgm-contas-status cgm-contas-status-julgado\">\n                                Julgado\n                            <\/span>\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula cgm-contas-referencia\">\n                            Aprova\u00e7\u00e3o de Contas (DOM)\n                        <\/td>\n\n                        <td class=\"cgm-contas-tabela-celula\">\n\n                            <a\n                                class=\"cgm-contas-documento-link\"\n                                href=\"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2024\/11\/2017-APROVACAO-DE-CONTAS-LEGISLATIVO-DOM.pdf\"\n                                target=\"_blank\"\n                                rel=\"noopener noreferrer\"\n                                aria-label=\"Abrir documento referente \u00e0s contas de 2017\">\n\n                                PDF \u2197\n\n                            <\/a>\n\n                        <\/td>\n\n                    <\/tr>\n\n                <\/tbody>\n\n            <\/table>\n\n        <\/div>\n\n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Julgamento de Contas do Poder Legislativo - CGM<\/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:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Julgamento de Contas do Poder Legislativo - CGM\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/\" \/>\n<meta property=\"og:site_name\" content=\"CGM\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cgmmanaus\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-20T14:53:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2024\/07\/thumb-default-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"966\" \/>\n\t<meta property=\"og:image:height\" content=\"520\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/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=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/\",\"url\":\"https:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/\",\"name\":\"Julgamento de Contas do Poder Legislativo - CGM\",\"isPartOf\":{\"@id\":\"https:\/\/www.manaus.am.gov.br\/cgm\/#website\"},\"datePublished\":\"2024-11-29T14:35:35+00:00\",\"dateModified\":\"2026-08-20T14:53:32+00:00\",\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.manaus.am.gov.br\/cgm\/#website\",\"url\":\"https:\/\/www.manaus.am.gov.br\/cgm\/\",\"name\":\"CGM\",\"description\":\"Controladoria Geral do Munic\u00edpio\",\"publisher\":{\"@id\":\"https:\/\/www.manaus.am.gov.br\/cgm\/#organization\"},\"alternateName\":\"Controladoria-Geral do Munic\u00edpio\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.manaus.am.gov.br\/cgm\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.manaus.am.gov.br\/cgm\/#organization\",\"name\":\"Prefeitura de Manaus\",\"alternateName\":\"Prefeitura Municipal de Manaus\",\"url\":\"https:\/\/www.manaus.am.gov.br\/cgm\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/www.manaus.am.gov.br\/cgm\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2024\/06\/favicon.png\",\"contentUrl\":\"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2024\/06\/favicon.png\",\"width\":300,\"height\":300,\"caption\":\"Prefeitura de Manaus\"},\"image\":{\"@id\":\"https:\/\/www.manaus.am.gov.br\/cgm\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/cgmmanaus\",\"https:\/\/www.instagram.com\/cgmmanaus\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Julgamento de Contas do Poder Legislativo - CGM","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:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/","og_locale":"pt_BR","og_type":"article","og_title":"Julgamento de Contas do Poder Legislativo - CGM","og_url":"https:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/","og_site_name":"CGM","article_publisher":"https:\/\/www.facebook.com\/cgmmanaus","article_modified_time":"2026-08-20T14:53:32+00:00","og_image":[{"width":966,"height":520,"url":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2024\/07\/thumb-default-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/","url":"https:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/","name":"Julgamento de Contas do Poder Legislativo - CGM","isPartOf":{"@id":"https:\/\/www.manaus.am.gov.br\/cgm\/#website"},"datePublished":"2024-11-29T14:35:35+00:00","dateModified":"2026-08-20T14:53:32+00:00","inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.manaus.am.gov.br\/cgm\/julgamento-de-contas-do-poder-legislativo\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.manaus.am.gov.br\/cgm\/#website","url":"https:\/\/www.manaus.am.gov.br\/cgm\/","name":"CGM","description":"Controladoria Geral do Munic\u00edpio","publisher":{"@id":"https:\/\/www.manaus.am.gov.br\/cgm\/#organization"},"alternateName":"Controladoria-Geral do Munic\u00edpio","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.manaus.am.gov.br\/cgm\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/www.manaus.am.gov.br\/cgm\/#organization","name":"Prefeitura de Manaus","alternateName":"Prefeitura Municipal de Manaus","url":"https:\/\/www.manaus.am.gov.br\/cgm\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.manaus.am.gov.br\/cgm\/#\/schema\/logo\/image\/","url":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2024\/06\/favicon.png","contentUrl":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-content\/uploads\/sites\/9\/2024\/06\/favicon.png","width":300,"height":300,"caption":"Prefeitura de Manaus"},"image":{"@id":"https:\/\/www.manaus.am.gov.br\/cgm\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cgmmanaus","https:\/\/www.instagram.com\/cgmmanaus\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-json\/wp\/v2\/pages\/1924"}],"collection":[{"href":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-json\/wp\/v2\/comments?post=1924"}],"version-history":[{"count":18,"href":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-json\/wp\/v2\/pages\/1924\/revisions"}],"predecessor-version":[{"id":3510,"href":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-json\/wp\/v2\/pages\/1924\/revisions\/3510"}],"wp:attachment":[{"href":"https:\/\/www.manaus.am.gov.br\/cgm\/wp-json\/wp\/v2\/media?parent=1924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}