
{"id":1388,"date":"2025-06-19T15:31:43","date_gmt":"2025-06-19T15:31:43","guid":{"rendered":"https:\/\/cmc.azclan.com\/br\/?page_id=1388"},"modified":"2026-03-26T03:57:02","modified_gmt":"2026-03-26T03:57:02","slug":"manifestacoes","status":"publish","type":"page","link":"https:\/\/cmc.azclan.com\/br\/manifestacoes\/","title":{"rendered":"Encontros e manifesta\u00e7\u00f5es \ud83d\udce2"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1388\" class=\"elementor elementor-1388\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31d567d1 e-flex e-con-boxed e-con e-parent\" data-id=\"31d567d1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c841387 elementor-widget elementor-widget-shortcode\" data-id=\"c841387\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\">\n\n        <style>\n            h2.manifestations-title {\n                text-align: center;\n                font-size: 24px;\n                margin-bottom: 20px;\n                color: #0073aa;\n            }\n            .manifestations-container {\n                display: flex;\n                flex-wrap: wrap;\n                gap: 20px;\n                justify-content: center;\n                min-height: 400px;\n            }\n            .manifestation-card {\n                display: flex;\n                flex-direction: column;\n                justify-content: space-between;\n                background: #fff;\n                border-radius: 12px;\n                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n                overflow: hidden;\n                width: 100%;\n                max-width: 400px;\n                min-height: 480px;\n                transition: transform 0.3s ease, box-shadow 0.3s ease;\n            }\n            .manifestation-card:hover {\n                transform: translateY(-5px);\n                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);\n            }\n            .manifestation-card img {\n                display: block;\n                width: 100%;\n                height: 200px;\n                object-fit: cover;\n                border-radius: 8px 8px 0 0;\n                overflow: hidden;\n                border-bottom: 1px solid #eee;\n            }\n            .manifestation-info {\n                padding: 16px;\n                flex-grow: 1;\n                display: flex;\n                flex-direction: column;\n            }\n            .manifestation-info h2 {\n                font-size: 18px;\n                margin-bottom: 10px;\n                color: #0073aa;\n                font-weight: 600;\n            }\n            .manifestation-info p {\n                font-size: 14px;\n                color: #555;\n                margin: 6px 0;\n            }\n            .manifestation-date {\n                font-size: 12px;\n                color: #888;\n                margin-top: 8px;\n            }\n            .manifestation-user {\n                display: flex;\n                align-items: center;\n                padding: 12px 16px;\n                border-top: 1px solid #eee;\n                background-color: #fafafa;\n            }\n            #add-filter{\n                padding: 14px 12px;\n                margin: 5px;\n                font-size: 16px;\n                background: #0073aa;\n                color: #fff;\n                border: none;\n                border-radius: 5px;\n                cursor: pointer;\n                transition: background 0.3s ease;\n            }\n            .manifestation-user img {\n                width: 40px;\n                height: 40px;\n                border-radius: 50%;\n                margin-right: 10px;\n                margin-bottom: 25px;\n            }\n            .manifestation-user p {\n                margin: 0;\n                font-weight: bold;\n                color: #328bc3;\n                margin-left: 50px;\n                margin-top: -48px;\n                font-size: 14px;\n            }\n            .pagination {\n                display: flex;\n                justify-content: center;\n                margin-top: 20px;\n                gap: 8px;\n                flex-wrap: wrap;\n            }\n            .pagination a,\n            .pagination .page-number {\n                padding: 8px 12px;\n                border-radius: 5px;\n                text-decoration: none;\n                font-weight: bold;\n                color: #0073aa;\n                background: #f8f8f8;\n                border: 1px solid #ddd;\n                transition: background 0.3s ease, color 0.3s ease;\n            }\n            .pagination a:hover {\n                background: #0073aa;\n                color: #fff;\n            }\n            .pagination .current {\n                background: #0073aa;\n                color: #fff;\n                border: 1px solid #0073aa;\n            }\n            .manifestations-header {\n                display: flex;\n                width: 100%;\n                justify-content: center;\n                align-items: center;\n                flex-direction: column;\n            }\n            .search-form{\n                text-align: center;\n                margin-bottom: 20px;\n                width: 100%;\n            }\n            .search-input {\n                width: 50%;\n                padding: 12px !important;\n                font-size: 16px;\n                border: 1px solid #ccc;\n                border-radius: 5px;\n                outline: none;\n            }\n            .search-button {\n                padding: 14px 30px !important;\n                font-size: 16px !important;\n                background: #0073aa;\n                color: #fff;\n                border: none !important;\n                border-radius: 5px !important;\n                cursor: pointer !important;\n                transition: background 0.3s ease !important;\n            }\n            .search-button:hover {\n                background: #005f87;\n            }\n            .search-select {\n                width: 100%;\n                height: 48px;\n                font-size: 16px;\n                margin-left: 10px;\n                border-radius: 5px;\n            }\n            #search-filters > div{\n                display: flex;\n                align-items: center;\n                flex-wrap: wrap;\n                max-width: 990px;\n                width: 100%;\n                gap: 8px;\n                margin-bottom: 10px;\n                justify-content: center;\n            }\n            #search-filters .search-box-selector{\n                display: flex;\n                align-items: center;\n            }\n            .remove-filter{\n                background: none;\n                border: none;\n                cursor: pointer;\n                font-size: 20px;\n                margin-left: 5px;\n            }\n            .manifestation-card-img {\n                height: 200px;\n                overflow: hidden;\n            }\n            .manifestation-card-img img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n            }\n            .back-button-container {\n                text-align: left;\n                margin-bottom: 20px;\n            }\n            .back-button {\n                background: linear-gradient(135deg, #0073e6, #005bb5);\n                color: #f6fbff;\n                border: none;\n                padding: 10px 20px;\n                border-radius: 8px;\n                cursor: pointer;\n                font-size: 18px;\n                transition: background 0.3s;\n            }\n            .back-button:hover {\n                background-color: #043e71;\n            }\n            \/* Skeleton Loading Styles *\/\n            .skeleton-card {\n                background: #fff;\n                border-radius: 12px;\n                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n                overflow: hidden;\n                max-width: 400px;\n                width: 100%;\n                min-height: 480px;\n            }\n            .skeleton-image {\n                width: 100%;\n                height: 200px;\n                background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);\n                background-size: 200% 100%;\n                animation: loading 1.5s infinite;\n            }\n            .skeleton-info {\n                padding: 16px;\n            }\n            .skeleton-title {\n                height: 20px;\n                width: 80%;\n                background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);\n                background-size: 200% 100%;\n                animation: loading 1.5s infinite;\n                border-radius: 4px;\n                margin-bottom: 15px;\n            }\n            .skeleton-line {\n                height: 14px;\n                width: 100%;\n                background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);\n                background-size: 200% 100%;\n                animation: loading 1.5s infinite;\n                border-radius: 4px;\n                margin-bottom: 10px;\n            }\n            .skeleton-line.short {\n                width: 60%;\n            }\n            .skeleton-user {\n                display: flex;\n                align-items: center;\n                padding: 12px 16px;\n                border-top: 1px solid #eee;\n            }\n            .skeleton-avatar {\n                width: 40px;\n                height: 40px;\n                border-radius: 50%;\n                background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);\n                background-size: 200% 100%;\n                animation: loading 1.5s infinite;\n                margin-right: 10px;\n            }\n            .skeleton-name {\n                height: 14px;\n                width: 120px;\n                background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);\n                background-size: 200% 100%;\n                animation: loading 1.5s infinite;\n                border-radius: 4px;\n            }\n            @keyframes loading {\n                0% {\n                    background-position: 200% 0;\n                }\n                100% {\n                    background-position: -200% 0;\n                }\n            }\n            @media (max-width: 425px) {\n                #add-filter{\n                    width: 100%;\n                }\n                #search-filters > div > div {\n                    width: 100%;\n                }\n                .search-form{\n                    flex-direction: column;\n                    justify-content: center;\n                }\n                .search-input{\n                    margin: 0;\n                    width: 100%;\n                    padding: 14px !important;\n                }\n                .search-select{\n                    margin:0;\n                }\n                .search-button{\n                    margin:0;\n                }\n            }\n            @media (max-width: 600px) {\n                .back-button {\n                    font-size: 18px;\n                }\n            }\n        <\/style>\n\n        <script>\n        \/\/ Fun\u00e7\u00e3o para mostrar skeleton loading\n        function showSkeletonLoading() {\n            const container = document.querySelector('.manifestations-container');\n            if (container) {\n                const skeletonHTML = Array(8).fill(0).map(() => `\n                    <div class=\"skeleton-card\">\n                        <div class=\"skeleton-image\"><\/div>\n                        <div class=\"skeleton-info\">\n                            <div class=\"skeleton-title\"><\/div>\n                            <div class=\"skeleton-line\"><\/div>\n                            <div class=\"skeleton-line short\"><\/div>\n                            <div class=\"skeleton-line\"><\/div>\n                        <\/div>\n                        <div class=\"skeleton-user\">\n                            <div class=\"skeleton-avatar\"><\/div>\n                            <div class=\"skeleton-name\"><\/div>\n                        <\/div>\n                    <\/div>\n                `).join('');\n                container.innerHTML = skeletonHTML;\n            }\n            const pagination = document.querySelector('.pagination');\n            if (pagination) {\n                pagination.innerHTML = '';\n            }\n        }\n\n        \/\/ Fun\u00e7\u00e3o para carregar resultados via AJAX\n        function loadManifestationsResults(formData) {\n            showSkeletonLoading();\n            \n            const xhr = new XMLHttpRequest();\n            xhr.open(\"POST\", \"https:\/\/cmc.azclan.com\/br\/wp-admin\/admin-ajax.php\", true);\n            xhr.setRequestHeader(\"Content-Type\", \"application\/x-www-form-urlencoded\");\n            \n            xhr.onload = function() {\n                if (xhr.status === 200) {\n                    try {\n                        const response = JSON.parse(xhr.responseText);\n                        if (response.success) {\n                            const container = document.querySelector('.manifestations-container');\n                            if (container) {\n                                container.innerHTML = response.data.html;\n                            }\n                            const pagination = document.querySelector('.pagination');\n                            if (pagination) {\n                                pagination.innerHTML = response.data.pagination;\n                            }\n                            \n                            \/\/ Atualizar URL sem recarregar a p\u00e1gina\n                            if (formData) {\n                                const newUrl = window.location.pathname + \"?\" + formData;\n                                window.history.pushState({}, \"\", newUrl);\n                            }\n                        } else {\n                            const container = document.querySelector('.manifestations-container');\n                            if (container) {\n                                container.innerHTML = '<p class=\"no-manifestations\">Nenhuma manifesta\u00e7\u00e3o encontrada.<\/p>';\n                            }\n                        }\n                    } catch (e) {\n                        console.error('Erro ao parsear JSON:', e);\n                    }\n                }\n            };\n            \n            xhr.send(\"action=fetch_manifestations_results&\" + formData);\n        }\n\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Interceptar submit do formul\u00e1rio\n            const form = document.querySelector('.search-form');\n            if (form) {\n                form.addEventListener('submit', function(e) {\n                    e.preventDefault();\n                    \n                    const formData = new FormData(form);\n                    const params = new URLSearchParams();\n                    \n                    \/\/ Processar os valores do formul\u00e1rio\n                    const searchValues = formData.getAll('search_values[]');\n                    const searchFields = formData.getAll('search_fields[]');\n                    \n                    for (let i = 0; i < searchValues.length; i++) {\n                        if (searchValues[i] && searchValues[i].trim() !== '') {\n                            params.append('search_values[]', searchValues[i]);\n                            params.append('search_fields[]', searchFields[i]);\n                        }\n                    }\n                    \n                                        \n                    const queryString = params.toString();\n                    loadManifestationsResults(queryString);\n                });\n            }\n\n            \/\/ Remover filtro\n            window.removeSearchField = function(button) {\n                button.closest(\".search-group\").remove();\n            };\n\n            \/\/ Adicionar filtro\n            const addButton = document.getElementById(\"add-filter\");\n            const filtersContainer = document.getElementById(\"search-filters\");\n\n            if (addButton) {\n                addButton.addEventListener(\"click\", function() {\n                    const newFilter = document.createElement(\"div\");\n                    newFilter.classList.add(\"search-group\");\n                    newFilter.innerHTML = `\n                        <input type=\"text\" name=\"search_values[]\" placeholder=\"Buscar manifesta\u00e7\u00f5es...\" class=\"search-input\">\n                        <div class=\"search-box-selector\">\n                            <select name=\"search_fields[]\" class=\"search-select\">\n                                <option value=\"all\">Todos os Campos<\/option>\n                                <option value=\"title\">T\u00edtulo<\/option>\n                                <option value=\"type\">Tipo<\/option>\n                                <option value=\"state\">Estado<\/option>\n                                <option value=\"city\">Cidade<\/option>\n                                <option value=\"neighborhood\">Bairro<\/option>\n                                <option value=\"identification\">Identifica\u00e7\u00e3o<\/option>\n                                <option value=\"reason\">Motivo<\/option>\n                                <option value=\"intention\">Inten\u00e7\u00e3o<\/option>\n                                <option value=\"purpose\">Prop\u00f3sito<\/option>\n                                <option value=\"clan\">Cl\u00e3<\/option>\n                                <option value=\"date\">Data<\/option>\n                            <\/select>\n                            <button type=\"button\" class=\"remove-filter\" onclick=\"removeSearchField(this)\">\u274c<\/button>\n                        <\/div>\n                    `;\n                    filtersContainer.appendChild(newFilter);\n                });\n            }\n        });\n\n        function handleBackButton() {\n            if (document.referrer && document.referrer !== window.location.href) {\n                window.history.back();\n            } else {\n                window.location.href = 'https:\/\/cmc.azclan.com\/br\/festas-e-eventos-no-cmc';\n            }\n        }\n        <\/script>\n\n        <h2 class=\"manifestations-title\">\u00daltimas manifesta\u00e7\u00f5es<\/h2><div class=\"manifestations-header\">        \n        <form method=\"GET\" action=\"javascript:void(0);\" class=\"search-form\">\n            <div id=\"search-filters\">\n                                <div class=\"search-group\">\n                        <input type=\"text\" name=\"search_values[]\" placeholder=\"Buscar manifesta\u00e7\u00f5es...\" class=\"search-input\">\n                        <div class=\"search-box-selector\">\n                            <select name=\"search_fields[]\" class=\"search-select\">\n                                <option value=\"all\">Todos os Campos<\/option>\n                                <option value=\"title\">T\u00edtulo<\/option>\n                                <option value=\"type\">Tipo<\/option>\n                                <option value=\"state\">Estado<\/option>\n                                <option value=\"city\">Cidade<\/option>\n                                <option value=\"neighborhood\">Bairro<\/option>\n                                <option value=\"identification\">Identifica\u00e7\u00e3o<\/option>\n                                <option value=\"reason\">Motivo<\/option>\n                                <option value=\"intention\">Inten\u00e7\u00e3o<\/option>\n                                <option value=\"purpose\">Prop\u00f3sito<\/option>\n                                <option value=\"clan\">Cl\u00e3<\/option>\n                                <option value=\"date\">Data<\/option>\n                            <\/select>\n                            <button type=\"button\" class=\"remove-filter\" onclick=\"removeSearchField(this)\">\u274c<\/button>\n                        <\/div>\n                    <\/div>\n                                <\/div>\n            <button type=\"button\" id=\"add-filter\">+ Adicionar Filtro<\/button>\n            <button type=\"submit\" class=\"search-button\">Buscar<\/button>\n        <\/form>\n\n        <\/div><div class=\"manifestations-container\"><div class=\"manifestation-card\">  <div class=\"manifestation-card-img\">    <a href=\"https:\/\/cmc.azclan.com\/br\/manifestations\/teste-2\/\"><div style=\"height:200px;background:#eee;display:flex;align-items:center;justify-content:center;color:#999;\">Sem imagem<\/div><\/a>  <\/div>  <div class=\"manifestation-info\">    <h2><a href=\"https:\/\/cmc.azclan.com\/br\/manifestations\/teste-2\/\">teste<\/a><\/h2>    <p><strong>Tipo:<\/strong> Carreata<\/p>    <p><strong>Local:<\/strong> Brasil\u00e9ia\/AC<\/p>    <p><strong>Motivo:<\/strong> Solicita\u00e7\u00e3o<\/p>    <p class=\"manifestation-date\"><em>Data da manifesta\u00e7\u00e3o: 20\/05\/2026<\/em><\/p>  <\/div>  <div class=\"manifestation-user\">    <a href=\"https:\/\/cmc.azclan.com\/br\/membros\/pedro\/\" class=\"manifestation-author\">      <img alt='' src='https:\/\/cmc.azclan.com\/br\/wp-content\/uploads\/avatars\/16\/avatar-bpthumb.jpg' srcset='https:\/\/cmc.azclan.com\/br\/wp-content\/uploads\/avatars\/16\/avatar-bpfull.jpg 2x' class='avatar avatar-50 photo' height='50' width='50' \/>      <p>Pedro<\/p>    <\/a>  <\/div><\/div><div class=\"manifestation-card\">  <div class=\"manifestation-card-img\">    <a href=\"https:\/\/cmc.azclan.com\/br\/manifestations\/sadasd\/\"><div style=\"height:200px;background:#eee;display:flex;align-items:center;justify-content:center;color:#999;\">Sem imagem<\/div><\/a>  <\/div>  <div class=\"manifestation-info\">    <h2><a href=\"https:\/\/cmc.azclan.com\/br\/manifestations\/sadasd\/\">sadasd<\/a><\/h2>    <p><strong>Tipo:<\/strong> Carreata<\/p>    <p><strong>Local:<\/strong> Algod\u00e3o de Janda\u00edra\/PB<\/p>    <p><strong>Motivo:<\/strong> Manifesta\u00e7\u00e3o p\u00fablica<\/p>    <p class=\"manifestation-date\"><em>Data da manifesta\u00e7\u00e3o: 06\/05\/2026<\/em><\/p>  <\/div>  <div class=\"manifestation-user\">    <a href=\"https:\/\/cmc.azclan.com\/br\/membros\/pedro\/\" class=\"manifestation-author\">      <img alt='' src='https:\/\/cmc.azclan.com\/br\/wp-content\/uploads\/avatars\/16\/avatar-bpthumb.jpg' srcset='https:\/\/cmc.azclan.com\/br\/wp-content\/uploads\/avatars\/16\/avatar-bpfull.jpg 2x' class='avatar avatar-50 photo' height='50' width='50' \/>      <p>Pedro<\/p>    <\/a>  <\/div><\/div><div class=\"manifestation-card\">  <div class=\"manifestation-card-img\">    <a href=\"https:\/\/cmc.azclan.com\/br\/manifestations\/teste\/\"><div style=\"height:200px;background:#eee;display:flex;align-items:center;justify-content:center;color:#999;\">Sem imagem<\/div><\/a>  <\/div>  <div class=\"manifestation-info\">    <h2><a href=\"https:\/\/cmc.azclan.com\/br\/manifestations\/teste\/\">teste<\/a><\/h2>    <p><strong>Tipo:<\/strong> Encontro de barco\/lancha<\/p>    <p><strong>Local:<\/strong> Acara\u00fa\/CE<\/p>    <p><strong>Motivo:<\/strong> Simplifique<\/p>    <p class=\"manifestation-date\"><em>Data da manifesta\u00e7\u00e3o: 01\/05\/2026<\/em><\/p>  <\/div>  <div class=\"manifestation-user\">    <a href=\"https:\/\/cmc.azclan.com\/br\/membros\/pedro\/\" class=\"manifestation-author\">      <img alt='' src='https:\/\/cmc.azclan.com\/br\/wp-content\/uploads\/avatars\/16\/avatar-bpthumb.jpg' srcset='https:\/\/cmc.azclan.com\/br\/wp-content\/uploads\/avatars\/16\/avatar-bpfull.jpg 2x' class='avatar avatar-50 photo' height='50' width='50' \/>      <p>Pedro<\/p>    <\/a>  <\/div><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-1388","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Encontros e manifesta\u00e7\u00f5es \ud83d\udce2 - CMC<\/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:\/\/cmc.azclan.com\/br\/manifestacoes\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Encontros e manifesta\u00e7\u00f5es \ud83d\udce2 - CMC\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cmc.azclan.com\/br\/manifestacoes\/\" \/>\n<meta property=\"og:site_name\" content=\"CMC\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-26T03:57:02+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. tempo de leitura\" \/>\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:\\\/\\\/cmc.azclan.com\\\/br\\\/manifestacoes\\\/\",\"url\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/manifestacoes\\\/\",\"name\":\"Encontros e manifesta\u00e7\u00f5es \ud83d\udce2 - CMC\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/#website\"},\"datePublished\":\"2025-06-19T15:31:43+00:00\",\"dateModified\":\"2026-03-26T03:57:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/manifestacoes\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/manifestacoes\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/manifestacoes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/biela\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Encontros e manifesta\u00e7\u00f5es \ud83d\udce2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/#website\",\"url\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/\",\"name\":\"CMC\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/#organization\"},\"alternateName\":\"Azclan\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/#organization\",\"name\":\"cmc.azclan.com\\\/br\\\/\",\"alternateName\":\"cmc\",\"url\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SGN_12_24_2024_1735070580955-e1738120586114.png\",\"contentUrl\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SGN_12_24_2024_1735070580955-e1738120586114.png\",\"width\":1450,\"height\":1470,\"caption\":\"cmc.azclan.com\\\/br\\\/\"},\"image\":{\"@id\":\"https:\\\/\\\/cmc.azclan.com\\\/br\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Encontros e manifesta\u00e7\u00f5es \ud83d\udce2 - CMC","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:\/\/cmc.azclan.com\/br\/manifestacoes\/","og_locale":"pt_BR","og_type":"article","og_title":"Encontros e manifesta\u00e7\u00f5es \ud83d\udce2 - CMC","og_url":"https:\/\/cmc.azclan.com\/br\/manifestacoes\/","og_site_name":"CMC","article_modified_time":"2026-03-26T03:57:02+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cmc.azclan.com\/br\/manifestacoes\/","url":"https:\/\/cmc.azclan.com\/br\/manifestacoes\/","name":"Encontros e manifesta\u00e7\u00f5es \ud83d\udce2 - CMC","isPartOf":{"@id":"https:\/\/cmc.azclan.com\/br\/#website"},"datePublished":"2025-06-19T15:31:43+00:00","dateModified":"2026-03-26T03:57:02+00:00","breadcrumb":{"@id":"https:\/\/cmc.azclan.com\/br\/manifestacoes\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cmc.azclan.com\/br\/manifestacoes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cmc.azclan.com\/br\/manifestacoes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/cmc.azclan.com\/br\/biela\/"},{"@type":"ListItem","position":2,"name":"Encontros e manifesta\u00e7\u00f5es \ud83d\udce2"}]},{"@type":"WebSite","@id":"https:\/\/cmc.azclan.com\/br\/#website","url":"https:\/\/cmc.azclan.com\/br\/","name":"CMC","description":"","publisher":{"@id":"https:\/\/cmc.azclan.com\/br\/#organization"},"alternateName":"Azclan","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cmc.azclan.com\/br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/cmc.azclan.com\/br\/#organization","name":"cmc.azclan.com\/br\/","alternateName":"cmc","url":"https:\/\/cmc.azclan.com\/br\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/cmc.azclan.com\/br\/#\/schema\/logo\/image\/","url":"https:\/\/cmc.azclan.com\/br\/wp-content\/uploads\/2025\/01\/SGN_12_24_2024_1735070580955-e1738120586114.png","contentUrl":"https:\/\/cmc.azclan.com\/br\/wp-content\/uploads\/2025\/01\/SGN_12_24_2024_1735070580955-e1738120586114.png","width":1450,"height":1470,"caption":"cmc.azclan.com\/br\/"},"image":{"@id":"https:\/\/cmc.azclan.com\/br\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cmc.azclan.com\/br\/wp-json\/wp\/v2\/pages\/1388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cmc.azclan.com\/br\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cmc.azclan.com\/br\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cmc.azclan.com\/br\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/cmc.azclan.com\/br\/wp-json\/wp\/v2\/comments?post=1388"}],"version-history":[{"count":21,"href":"https:\/\/cmc.azclan.com\/br\/wp-json\/wp\/v2\/pages\/1388\/revisions"}],"predecessor-version":[{"id":7388,"href":"https:\/\/cmc.azclan.com\/br\/wp-json\/wp\/v2\/pages\/1388\/revisions\/7388"}],"wp:attachment":[{"href":"https:\/\/cmc.azclan.com\/br\/wp-json\/wp\/v2\/media?parent=1388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}