Mudanças entre as edições de "O RESULTADO DA ELEIÇÃO DA ELEIÇÃO OLHA AQUI"

De Micropedia
Ir para navegação Ir para pesquisar
(Criou página com '<div style="font-family:Arial,Helvetica,sans-serif; max-width:1200px; margin:auto; color:#202122; line-height:1.65;"> <!-- ================= CABEÇALHO ================= -->...')
 
 
Linha 1: Linha 1:
<div style="font-family:Arial,Helvetica,sans-serif; max-width:1200px; margin:auto; color:#202122; line-height:1.65;">
+
<style>
 +
/* ================================
 +
  MICROPEDIA — RESULTADOS ELEITORAIS
 +
  ================================ */
  
<!-- ================= CABEÇALHO ================= -->
+
.mcp-page {
 +
  font-family: Arial, Helvetica, sans-serif;
 +
  line-height: 1.6;
 +
  color: #202122;
 +
  max-width: 1200px;
 +
  margin: 0 auto;
 +
}
  
<div style="background:linear-gradient(135deg,#102f52,#245f91); color:white; padding:30px; border-radius:10px 10px 0 0; box-shadow:0 3px 10px rgba(0,0,0,.2);">
+
.mcp-title {
 +
  background: linear-gradient(135deg, #1769aa, #0b3d91);
 +
  color: white;
 +
  padding: 25px;
 +
  border-radius: 12px;
 +
  margin-bottom: 20px;
 +
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
 +
}
  
    <div style="font-size:13px; letter-spacing:1.5px; opacity:.85;">
+
.mcp-title h1 {
        ARQUIVO HISTÓRICO • REPÚBLICA DO CAPIM MARINHO
+
  margin: 0;
 +
  font-size: 30px;
 +
}
 +
 
 +
.mcp-title p {
 +
  margin: 6px 0 0;
 +
  opacity: .92;
 +
}
 +
 
 +
/* INFOBOX */
 +
 
 +
.mcp-infobox {
 +
  float: right;
 +
  width: 330px;
 +
  margin: 0 0 20px 25px;
 +
  border: 1px solid #a2a9b1;
 +
  background: #f8f9fa;
 +
  box-shadow: 0 3px 10px rgba(0,0,0,.12);
 +
  border-radius: 8px;
 +
  overflow: hidden;
 +
}
 +
 
 +
.mcp-infobox-title {
 +
  background: #1769aa;
 +
  color: white;
 +
  text-align: center;
 +
  font-weight: bold;
 +
  font-size: 19px;
 +
  padding: 12px;
 +
}
 +
 
 +
.mcp-infobox-subtitle {
 +
  background: #dbeafe;
 +
  text-align: center;
 +
  font-weight: bold;
 +
  padding: 8px;
 +
}
 +
 
 +
.mcp-infobox table {
 +
  width: 100%;
 +
  border-collapse: collapse;
 +
}
 +
 
 +
.mcp-infobox th,
 +
.mcp-infobox td {
 +
  padding: 8px;
 +
  border-bottom: 1px solid #c8ccd1;
 +
  vertical-align: top;
 +
}
 +
 
 +
.mcp-infobox th {
 +
  width: 42%;
 +
  background: #eaecf0;
 +
  text-align: left;
 +
}
 +
 
 +
.mcp-clear {
 +
  clear: both;
 +
}
 +
 
 +
/* SEÇÕES */
 +
 
 +
.mcp-section {
 +
  margin: 25px 0;
 +
}
 +
 
 +
.mcp-section h2 {
 +
  background: #eaecf0;
 +
  border-left: 7px solid #1769aa;
 +
  padding: 10px 14px;
 +
  border-radius: 5px;
 +
  font-size: 23px;
 +
}
 +
 
 +
.mcp-section h3 {
 +
  color: #0b3d91;
 +
  border-bottom: 2px solid #c8ccd1;
 +
  padding-bottom: 6px;
 +
}
 +
 
 +
/* DESTAQUE */
 +
 
 +
.mcp-highlight {
 +
  background: #fff8d7;
 +
  border-left: 6px solid #f2c037;
 +
  padding: 15px;
 +
  margin: 15px 0;
 +
  border-radius: 5px;
 +
}
 +
 
 +
.mcp-success {
 +
  background: #eaf7ea;
 +
  border-left: 6px solid #14866d;
 +
  padding: 15px;
 +
  margin: 15px 0;
 +
  border-radius: 5px;
 +
}
 +
 
 +
.mcp-alert {
 +
  background: #fff1f0;
 +
  border-left: 6px solid #b32424;
 +
  padding: 15px;
 +
  margin: 15px 0;
 +
  border-radius: 5px;
 +
}
 +
 
 +
/* TABELAS */
 +
 
 +
.mcp-table {
 +
  width: 100%;
 +
  border-collapse: collapse;
 +
  margin: 15px 0 25px;
 +
  background: white;
 +
  box-shadow: 0 2px 7px rgba(0,0,0,.08);
 +
}
 +
 
 +
.mcp-table th {
 +
  background: #1769aa;
 +
  color: white;
 +
  padding: 10px;
 +
  text-align: left;
 +
}
 +
 
 +
.mcp-table td {
 +
  padding: 9px;
 +
  border: 1px solid #c8ccd1;
 +
}
 +
 
 +
.mcp-table tr:nth-child(even) {
 +
  background: #f8f9fa;
 +
}
 +
 
 +
.mcp-winner {
 +
  font-weight: bold;
 +
  color: #08783e;
 +
}
 +
 
 +
.mcp-second {
 +
  color: #8a2424;
 +
}
 +
 
 +
.mcp-number {
 +
  text-align: right;
 +
  white-space: nowrap;
 +
}
 +
 
 +
/* CRONOLOGIA */
 +
 
 +
.mcp-timeline {
 +
  border-left: 5px solid #1769aa;
 +
  margin: 20px 0;
 +
  padding-left: 20px;
 +
}
 +
 
 +
.mcp-event {
 +
  position: relative;
 +
  margin-bottom: 25px;
 +
  background: #f8f9fa;
 +
  padding: 15px 18px;
 +
  border-radius: 7px;
 +
  border: 1px solid #c8ccd1;
 +
}
 +
 
 +
.mcp-event:before {
 +
  content: "";
 +
  position: absolute;
 +
  left: -31px;
 +
  top: 18px;
 +
  width: 14px;
 +
  height: 14px;
 +
  background: #1769aa;
 +
  border-radius: 50%;
 +
  border: 3px solid white;
 +
  box-shadow: 0 0 0 2px #1769aa;
 +
}
 +
 
 +
.mcp-event h3 {
 +
  margin-top: 0;
 +
  color: #0b3d91;
 +
}
 +
 
 +
/* CARTÕES */
 +
 
 +
.mcp-cards {
 +
  display: grid;
 +
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
 +
  gap: 15px;
 +
}
 +
 
 +
.mcp-card {
 +
  background: #f8f9fa;
 +
  border: 1px solid #c8ccd1;
 +
  border-radius: 8px;
 +
  padding: 15px;
 +
}
 +
 
 +
.mcp-card strong {
 +
  display: block;
 +
  color: #1769aa;
 +
  font-size: 18px;
 +
  margin-bottom: 5px;
 +
}
 +
 
 +
/* RESPONSIVO */
 +
 
 +
@media (max-width: 800px) {
 +
  .mcp-infobox {
 +
    float: none;
 +
    width: 100%;
 +
    margin: 0 0 20px 0;
 +
  }
 +
 
 +
  .mcp-title h1 {
 +
    font-size: 24px;
 +
  }
 +
 
 +
  .mcp-table {
 +
    font-size: 14px;
 +
  }
 +
 
 +
  .mcp-table th,
 +
  .mcp-table td {
 +
    padding: 7px;
 +
  }
 +
}
 +
</style>
 +
 
 +
<div class="mcp-page">
 +
 
 +
  <!-- TÍTULO -->
 +
 
 +
  <div class="mcp-title">
 +
    <h1>Resultados Eleitorais e Acontecimentos de Julho de 2026</h1>
 +
    <p>República do Capim Marinho — Eleições de 06 de julho de 2026</p>
 +
  </div>
 +
 
 +
  <!-- INFOBOX -->
 +
 
 +
  <div class="mcp-infobox">
 +
 
 +
    <div class="mcp-infobox-title">
 +
      Eleições de Julho de 2026
 
     </div>
 
     </div>
  
     <h1 style="font-size:32px; margin:8px 0;">
+
     <div class="mcp-infobox-subtitle">
        Resultados do Parlamento e Cargos Nacionais
+
      Informações gerais
     </h1>
+
     </div>
  
     <div style="font-size:16px;">
+
     <table>
        Resultados eleitorais, governos estaduais e acontecimentos políticos de julho de 2026
+
      <tr>
 +
        <th>País</th>
 +
        <td>República do Capim Marinho</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>Data do 1º turno</th>
 +
        <td>06 de julho de 2026</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>Cargo principal</th>
 +
        <td>Monarca</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>Votos válidos</th>
 +
        <td>40.910</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>2º turno</th>
 +
        <td>Lucas da Silva × Paola Vitória</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>Primeiro-Ministro</th>
 +
        <td>Josiani Ribeiro (PSDB)</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>Líder da Oposição</th>
 +
        <td>Paulo Saymo (União Brasil)</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>Secretário de Estado</th>
 +
        <td>Ágatha Batista Vaz (PSD)</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>Presidente do Parlamento</th>
 +
        <td>Arildo Reis (PRTB 21)</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>Senador</th>
 +
        <td>Elaine (PSD)</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <th>Período documentado</th>
 +
        <td>06–07 de julho de 2026</td>
 +
      </tr>
 +
    </table>
 +
 
 +
  </div>
 +
 
 +
  <div class="mcp-section">
 +
 
 +
    <h2>📅 Segunda-feira, 06 de julho de 2026</h2>
 +
 
 +
    <div class="mcp-highlight">
 +
      <strong>O Dia do 1º Turno</strong><br>
 +
      O primeiro turno das eleições foi encerrado com 100% das urnas apuradas.
 +
      Lucas da Silva e Paola Vitória avançaram para o segundo turno.
 +
    </div>
 +
 
 +
    <h3>👑 Resultado Oficial para Monarca</h3>
 +
 
 +
    <p><strong>40.910 votos válidos</strong></p>
 +
 
 +
    <table class="mcp-table">
 +
      <tr>
 +
        <th>Posição</th>
 +
        <th>Candidato</th>
 +
        <th>Partido</th>
 +
        <th>Votos</th>
 +
        <th>Percentual</th>
 +
        <th>Situação</th>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <td>1º</td>
 +
        <td class="mcp-winner">Lucas da Silva</td>
 +
        <td>União 44</td>
 +
        <td class="mcp-number">19.185</td>
 +
        <td>46,89%</td>
 +
        <td class="mcp-winner">2º turno</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <td>2º</td>
 +
        <td class="mcp-winner">Paola Vitória</td>
 +
        <td>PDT 12</td>
 +
        <td class="mcp-number">12.330</td>
 +
        <td>30,14%</td>
 +
        <td class="mcp-winner">2º turno</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <td>3º</td>
 +
        <td>Maria Beatriz</td>
 +
        <td>Podemos 20</td>
 +
        <td class="mcp-number">4.495</td>
 +
        <td>11,00%</td>
 +
        <td>Eliminada</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <td>4º</td>
 +
        <td>Raquel</td>
 +
        <td>PSDB 45</td>
 +
        <td class="mcp-number">2.860</td>
 +
        <td>6,99%</td>
 +
        <td>Eliminada</td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <td>5º</td>
 +
        <td>Victória Freitas</td>
 +
        <td>PSD 55</td>
 +
        <td class="mcp-number">2.040</td>
 +
        <td>4,98%</td>
 +
        <td>Eliminada</td>
 +
      </tr>
 +
    </table>
 +
 
 +
    <div class="mcp-success">
 +
      <strong>Resultado do 1º turno:</strong>
 +
      Lucas da Silva terminou em primeiro lugar e Paola Vitória ficou em segundo,
 +
      garantindo os dois lugares disponíveis no segundo turno.
 
     </div>
 
     </div>
  
</div>
+
    <h3>🏛️ Resultados do Parlamento e Cargos Nacionais</h3>
 +
 
 +
    <table class="mcp-table">
 +
      <tr>
 +
        <th>Cargo</th>
 +
        <th>Eleito</th>
 +
        <th>Partido</th>
 +
        <th>Votos</th>
 +
        <th>Adversário</th>
 +
        <th>Votos do adversário</th>
 +
        <th>Diferença</th>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <td>Primeiro-Ministro</td>
 +
        <td class="mcp-winner">Josiani Ribeiro</td>
 +
        <td>PSDB</td>
 +
        <td>20.459 (50,01%)</td>
 +
        <td>Nerilson Pantoja</td>
 +
        <td>20.451 (49,99%)</td>
 +
        <td><strong>8 votos</strong></td>
 +
      </tr>
 +
 
 +
      <tr>
 +
        <td>Líder da Oposição</td>
 +
        <td class="mcp-winner">Paulo Saymo</td>
 +
        <td>União</td>
 +
        <td>20.552 (50,24%)</td>
 +
        <td>Juliana</td>
 +
        <td>20.358 (49,76%)</td>
 +
        <td>194 votos</td>
 +
      </tr>
  
 +
      <tr>
 +
        <td>Secretário de Estado</td>
 +
        <td class="mcp-winner">Ágatha Batista Vaz</td>
 +
        <td>PSD</td>
 +
        <td>20.464 (50,02%)</td>
 +
        <td>Pedro Manuel</td>
 +
        <td>20.446 (49,98%)</td>
 +
        <td>18 votos</td>
 +
      </tr>
  
<!-- ================= INFOBOX ================= -->
+
      <tr>
 +
        <td>Presidente do Parlamento</td>
 +
        <td class="mcp-winner">Arildo Reis</td>
 +
        <td>PRTB 21</td>
 +
        <td>20.455 (50,001%)</td>
 +
        <td>Gil Gledson</td>
 +
        <td>20.454</td>
 +
        <td><strong>1 voto</strong></td>
 +
      </tr>
  
<div style="float:right; width:340px; margin:22px 0 25px 25px; background:#f8f9fa; border:1px solid #a2a9b1; border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,.15);">
+
      <tr>
 +
        <td>Senador</td>
 +
        <td class="mcp-winner">Elaine</td>
 +
        <td>PSD</td>
 +
        <td>20.458 (50,01%)</td>
 +
        <td>Juliana</td>
 +
        <td>20.452 (49,99%)</td>
 +
        <td>6 votos</td>
 +
      </tr>
 +
    </table>
  
     <div style="background:#17365d; color:white; padding:15px; text-align:center; font-size:20px; font-weight:bold;">
+
     <div class="mcp-alert">
        🏛️ Informações do registro
+
      <strong>🏆 Vitória histórica:</strong>
 +
      Arildo Reis conquistou a Presidência do Parlamento por apenas
 +
      <strong>1 voto</strong>, derrotando Gil Gledson por 20.455 a 20.454.
 
     </div>
 
     </div>
  
     <table style="width:100%; border-collapse:collapse; font-size:14px;">
+
     <h3>🏛️ Resultados Absolutos nos Governos Estaduais</h3>
  
        <tr>
+
    <table class="mcp-table">
            <th style="padding:10px; text-align:left; border-bottom:1px solid #c8ccd1;">
+
      <tr>
                Período
+
        <th>Estado</th>
            </th>
+
        <th>Governador(a) eleito(a)</th>
            <td style="padding:10px; border-bottom:1px solid #c8ccd1;">
+
        <th>Partido</th>
                Julho de 2026
+
        <th>Votos</th>
            </td>
+
        <th>2º colocado</th>
        </tr>
+
        <th>Votos</th>
 +
      </tr>
  
         <tr>
+
      <tr>
            <th style="padding:10px; text-align:left; border-bottom:1px solid #c8ccd1;">
+
         <td>São Vicente</td>
                Eleições
+
        <td class="mcp-winner">Manuely Pantoja</td>
            </th>
+
        <td>PSD</td>
            <td style="padding:10px; border-bottom:1px solid #c8ccd1;">
+
        <td>1.352</td>
                Parlamento e governos estaduais
+
        <td>Paola Vitória</td>
            </td>
+
        <td>1.351</td>
        </tr>
+
      </tr>
  
         <tr>
+
      <tr>
            <th style="padding:10px; text-align:left; border-bottom:1px solid #c8ccd1;">
+
         <td>Marinho</td>
                Cargos nacionais
+
        <td class="mcp-winner">Dalsoni Vaz Moraes</td>
            </th>
+
        <td>NOVO</td>
            <td style="padding:10px; border-bottom:1px solid #c8ccd1;">
+
        <td>1.352</td>
                5
+
        <td>Paulo Samuel</td>
            </td>
+
        <td>1.351</td>
        </tr>
+
      </tr>
  
         <tr>
+
      <tr>
            <th style="padding:10px; text-align:left; border-bottom:1px solid #c8ccd1;">
+
         <td>Faustino</td>
                Governos estaduais
+
        <td class="mcp-winner">Ízis do 8º Ano A</td>
            </th>
+
        <td>Missão</td>
            <td style="padding:10px; border-bottom:1px solid #c8ccd1;">
+
        <td>1.431 (53%)</td>
                15
+
        <td>Alcione Reis</td>
            </td>
+
        <td>1.269 (47%)</td>
        </tr>
+
      </tr>
  
         <tr>
+
      <tr>
            <th style="padding:10px; text-align:left; border-bottom:1px solid #c8ccd1;">
+
         <td>Afuá Centro</td>
                Resultado mais apertado
+
        <td class="mcp-winner">Taws</td>
            </th>
+
        <td>União Brasil</td>
            <td style="padding:10px; border-bottom:1px solid #c8ccd1;">
+
        <td>1.352 (50,02%)</td>
                Parlamento
+
        <td>Gleice Natalina</td>
            </td>
+
        <td>1.351 (49,98%)</td>
        </tr>
+
      </tr>
  
         <tr>
+
      <tr>
            <th style="padding:10px; text-align:left;">
+
         <td>Estado das Águas</td>
                Diferença
+
        <td class="mcp-winner">Andriele Costa</td>
            </th>
+
        <td>PSD</td>
            <td style="padding:10px; color:#a51d1d; font-weight:bold;">
+
        <td>1.377 (51%)</td>
                1 voto
+
        <td>Gustavo</td>
            </td>
+
        <td>1.323 (49%)</td>
        </tr>
+
      </tr>
  
 +
      <tr>
 +
        <td>Brasília do Norte</td>
 +
        <td class="mcp-winner">Genaiton Silva</td>
 +
        <td>PT</td>
 +
        <td>1.363 (50,5%)</td>
 +
        <td>Joel</td>
 +
        <td>1.337 (49,5%)</td>
 +
      </tr>
 +
 +
      <tr>
 +
        <td>Monte Negro</td>
 +
        <td class="mcp-winner">Gabriel Leão</td>
 +
        <td>Missão</td>
 +
        <td>1.363 (50,5%)</td>
 +
        <td>Narrinha Pantoja</td>
 +
        <td>1.337 (49,5%)</td>
 +
      </tr>
 +
 +
      <tr>
 +
        <td>Nova Alvorada</td>
 +
        <td class="mcp-winner">Renan Barbosa</td>
 +
        <td>Missão</td>
 +
        <td>1.377 (51%)</td>
 +
        <td>Dalsoni Vaz Moraes</td>
 +
        <td>1.323 (49%)</td>
 +
      </tr>
 +
 +
      <tr>
 +
        <td>Santarém do Norte</td>
 +
        <td class="mcp-winner">Maria Eduarda</td>
 +
        <td>Podemos</td>
 +
        <td>1.363 (50,5%)</td>
 +
        <td>Luis Henrique</td>
 +
        <td>1.337 (49,5%)</td>
 +
      </tr>
 +
 +
      <tr>
 +
        <td>Vila do Ouro</td>
 +
        <td class="mcp-winner">Graziela Reis</td>
 +
        <td>Missão</td>
 +
        <td>1.417 (52,5%)</td>
 +
        <td>Rosângela</td>
 +
        <td>1.283 (47,5%)</td>
 +
      </tr>
 +
 +
      <tr>
 +
        <td>Baía Verde</td>
 +
        <td class="mcp-winner">Rayanara</td>
 +
        <td>Missão</td>
 +
        <td>1.431 (53%)</td>
 +
        <td>Sofia</td>
 +
        <td>1.269 (47%)</td>
 +
      </tr>
 +
 +
      <tr>
 +
        <td>Rio Azul</td>
 +
        <td class="mcp-winner">Caroline Cristinny</td>
 +
        <td>PDT</td>
 +
        <td>1.352 (50,02%)</td>
 +
        <td>Joel</td>
 +
        <td>1.351 (49,98%)</td>
 +
      </tr>
 +
 +
      <tr>
 +
        <td>Horizonte</td>
 +
        <td class="mcp-winner">Gabriel de Araújo</td>
 +
        <td>PP</td>
 +
        <td>1.363 (50,5%)</td>
 +
        <td>Clara Melo</td>
 +
        <td>1.337 (49,5%)</td>
 +
      </tr>
 +
 +
      <tr>
 +
        <td>Campo Belo</td>
 +
        <td class="mcp-winner">Izis do 9º Ano A</td>
 +
        <td>Podemos</td>
 +
        <td>1.404 (52%)</td>
 +
        <td>Tatiana Paiva</td>
 +
        <td>1.296 (48%)</td>
 +
      </tr>
 +
 +
      <tr>
 +
        <td>Distrito da União</td>
 +
        <td class="mcp-winner">Arlene Souza</td>
 +
        <td>PL</td>
 +
        <td>1.485 (55%)</td>
 +
        <td>Kaylanne Amaral</td>
 +
        <td>1.215 (45%)</td>
 +
      </tr>
 
     </table>
 
     </table>
</div>
 
  
 +
  </div>
 +
 +
  <!-- 07 DE JULHO -->
 +
 +
  <div class="mcp-section">
 +
 +
    <h2>📅 Terça-feira, 07 de julho de 2026</h2>
 +
 +
    <div class="mcp-timeline">
 +
 +
      <div class="mcp-event">
 +
        <h3>🏛️ Solenidades de Posse</h3>
 +
        <p>
 +
          As cerimônias de posse foram iniciadas às <strong>08h00</strong>
 +
          nas dependências da EMEF Narlene Wanderley Salomão.
 +
        </p>
  
<!-- ================= RESUMO ================= -->
+
        <p>
 +
          Manuely Pantoja, eleita em São Vicente, prometeu concentrar sua
 +
          gestão na redistribuição econômica regional.
 +
        </p>
  
<div style="background:#eef5fb; border-left:6px solid #245a91; padding:18px 20px; margin:25px 0; border-radius:6px;">
+
        <p>
 +
          Dalsoni Vaz Moraes, eleita em Marinho, celebrou o retorno do
 +
          NOVO 30 ao poder e agradeceu à população afuense.
 +
        </p>
 +
      </div>
  
    <h2 style="margin-top:0; color:#17365d;">
+
      <div class="mcp-event">
         📊 Resumo dos resultados
+
         <h3>📊 Primeira Pesquisa de 2º Turno</h3>
    </h2>
 
  
    <p>
+
        <p>
        Os resultados registrados apresentam uma série de disputas extremamente
+
          A primeira pesquisa para o cargo de Monarca colocou
        apertadas nos cargos nacionais e nos governos estaduais. Entre os
+
          <strong>Lucas I com 56%</strong> das intenções de voto,
        resultados nacionais, a menor diferença ocorreu na eleição para
+
          contra <strong>44% de Paola Vitória</strong>.
        <strong>Presidente do Parlamento</strong>, decidida por apenas
+
        </p>
        <strong>1 voto</strong>.
 
    </p>
 
  
    <div style="display:flex; flex-wrap:wrap; gap:10px;">
+
        <p>
 +
          Na rejeição, Paola registrou <strong>50%</strong>,
 +
          enquanto Lucas I registrou <strong>20%</strong>.
 +
        </p>
 +
      </div>
  
        <div style="background:white; border:1px solid #c8ccd1; padding:14px 20px; border-radius:7px;">
+
      <div class="mcp-event">
            <strong style="font-size:22px;">5</strong><br>
+
        <h3>📈 Avaliação do Rei Lucas I</h3>
            Cargos nacionais
 
        </div>
 
  
         <div style="background:white; border:1px solid #c8ccd1; padding:14px 20px; border-radius:7px;">
+
         <div class="mcp-cards">
            <strong style="font-size:22px;">15</strong><br>
 
            Governos estaduais
 
        </div>
 
  
        <div style="background:white; border:1px solid #c8ccd1; padding:14px 20px; border-radius:7px;">
+
          <div class="mcp-card">
             <strong style="font-size:22px;">1</strong><br>
+
             <strong>78%</strong>
             Voto de diferença
+
             Ótimo/Bom
        </div>
+
          </div>
  
        <div style="background:white; border:1px solid #c8ccd1; padding:14px 20px; border-radius:7px;">
+
          <div class="mcp-card">
             <strong style="font-size:22px;">20.459</strong><br>
+
             <strong>12%</strong>
             Votos da Primeira-Ministra
+
             Regular
        </div>
+
          </div>
  
    </div>
+
          <div class="mcp-card">
 +
            <strong>10%</strong>
 +
            Ruim
 +
          </div>
  
</div>
+
        </div>
 +
      </div>
  
 +
      <div class="mcp-event">
 +
        <h3>💰 Boletim Econômico</h3>
  
<!-- ================= CARGOS NACIONAIS ================= -->
+
        <p>
 +
          Gabriel Pelaes denunciou um acréscimo inflacionário de
 +
          <strong>R$ 16,00</strong> na caixa de frango importada de Macapá,
 +
          comercializada entre <strong>R$ 196,00 e R$ 246,00</strong>.
 +
        </p>
  
<h2 style="color:#17365d; border-bottom:3px solid #17365d; padding-bottom:8px;">
+
        <p>
    🏛️ Resultados do Parlamento e Cargos Nacionais
+
          Analistas projetaram alta no preço do arroz, com estimativa de
</h2>
+
          <strong>R$ 6,00 a R$ 8,00 por quilo</strong>.
 +
        </p>
  
<table style="width:100%; border-collapse:collapse; border:1px solid #a2a9b1; font-size:14px;">
+
        <p>
 +
          No setor do açaí, fiscais registraram uma redução drástica
 +
          nas batedeiras ativas na capital. O litro permanecia em
 +
          <strong>R$ 8,00</strong> nos poucos locais restantes.
 +
        </p>
 +
      </div>
  
<tr style="background:#17365d; color:white;">
+
      <div class="mcp-event">
    <th style="padding:12px; text-align:left;">Cargo</th>
+
        <h3>⚖️ Articulação Política</h3>
    <th style="padding:12px; text-align:left;">Eleito</th>
 
    <th style="padding:12px; text-align:center;">Votos</th>
 
    <th style="padding:12px; text-align:center;">%</th>
 
    <th style="padding:12px; text-align:left;">Adversário</th>
 
    <th style="padding:12px; text-align:center;">Diferença</th>
 
</tr>
 
  
<tr>
+
        <p>
    <td style="padding:11px; border-top:1px solid #ddd;"><strong>Primeiro-Ministro</strong></td>
+
          Após a posse de Arildo Reis na Presidência do Parlamento,
    <td style="padding:11px; border-top:1px solid #ddd;">Josiani Ribeiro (PSDB)</td>
+
          Paola Vitória iniciou tratativas de bastidores para tentar
    <td style="padding:11px; border-top:1px solid #ddd; text-align:center;">20.459</td>
+
          anular a inelegibilidade de Gabriel Pelaes.
    <td style="padding:11px; border-top:1px solid #ddd; text-align:center;">50,01%</td>
+
        </p>
    <td style="padding:11px; border-top:1px solid #ddd;">Nerilson Pantoja — 20.451 (49,99%)</td>
 
    <td style="padding:11px; border-top:1px solid #ddd; text-align:center; font-weight:bold;">8</td>
 
</tr>
 
  
<tr style="background:#f8f9fa;">
+
        <p>
    <td style="padding:11px;"><strong>Líder da Oposição</strong></td>
+
          A iniciativa foi descrita como um
    <td style="padding:11px;">Paulo Saymo (União)</td>
+
          <strong>“grande desafio prático”</strong>.
    <td style="padding:11px; text-align:center;">20.552</td>
+
        </p>
    <td style="padding:11px; text-align:center;">50,24%</td>
+
      </div>
    <td style="padding:11px;">Juliana — 20.358 (49,76%)</td>
 
    <td style="padding:11px; text-align:center; font-weight:bold;">194</td>
 
</tr>
 
  
<tr>
+
     </div>
    <td style="padding:11px;"><strong>Secretário de Estado</strong></td>
 
     <td style="padding:11px;">Ágatha Batista Vaz (PSD)</td>
 
    <td style="padding:11px; text-align:center;">20.464</td>
 
    <td style="padding:11px; text-align:center;">50,02%</td>
 
    <td style="padding:11px;">Pedro Manuel — 20.446 (49,98%)</td>
 
    <td style="padding:11px; text-align:center; font-weight:bold;">18</td>
 
</tr>
 
  
<tr style="background:#fff8df;">
+
  </div>
    <td style="padding:11px;"><strong>Presidente do Parlamento</strong></td>
 
    <td style="padding:11px;"><strong>Arildo Reis (PRTB 21)</strong></td>
 
    <td style="padding:11px; text-align:center;"><strong>20.455</strong></td>
 
    <td style="padding:11px; text-align:center;"><strong>50,001%</strong></td>
 
    <td style="padding:11px;">Gil Gledson (PT 13) — 20.454</td>
 
    <td style="padding:11px; text-align:center; color:#a51d1d; font-weight:bold;">1 voto</td>
 
</tr>
 
  
<tr style="background:#f8f9fa;">
+
  <!-- RESUMO -->
    <td style="padding:11px;"><strong>Senador</strong></td>
 
    <td style="padding:11px;">Elaine (PSD)</td>
 
    <td style="padding:11px; text-align:center;">20.458</td>
 
    <td style="padding:11px; text-align:center;">50,01%</td>
 
    <td style="padding:11px;">Juliana (Missão 14) — 20.452 (49,99%)</td>
 
    <td style="padding:11px; text-align:center; font-weight:bold;">6</td>
 
</tr>
 
  
</table>
+
  <div class="mcp-section">
  
 +
    <h2>📌 Resumo dos acontecimentos</h2>
  
<div style="margin:18px 0; background:#fff8df; border:1px solid #e2c45c; padding:16px; border-radius:6px;">
+
    <div class="mcp-cards">
  
<strong>🏆 Vitória histórica:</strong><br>
+
      <div class="mcp-card">
 +
        <strong>👑 2º Turno</strong>
 +
        Lucas da Silva e Paola Vitória foram classificados para disputar
 +
        o segundo turno da eleição para Monarca.
 +
      </div>
  
Arildo Reis (PRTB 21) conquistou a Presidência do Parlamento por
+
      <div class="mcp-card">
<strong>apenas 1 voto</strong>, obtendo 20.455 votos contra 20.454
+
        <strong>🏛️ Parlamento</strong>
de Gil Gledson (PT 13).
+
        Arildo Reis venceu a Presidência do Parlamento por apenas
 +
        1 voto.
 +
      </div>
  
</div>
+
      <div class="mcp-card">
 +
        <strong>🗳️ Primeiro-Ministro</strong>
 +
        Josiani Ribeiro venceu por diferença de apenas 8 votos.
 +
      </div>
  
 +
      <div class="mcp-card">
 +
        <strong>📊 Pesquisa</strong>
 +
        Lucas I iniciou o segundo turno com 56% contra 44% de Paola.
 +
      </div>
  
<!-- ================= GOVERNOS ESTADUAIS ================= -->
+
      <div class="mcp-card">
 +
        <strong>💰 Economia</strong>
 +
        O boletim registrou preocupações com os preços do frango,
 +
        arroz e açaí.
 +
      </div>
  
<h2 style="color:#17365d; border-bottom:3px solid #17365d; padding-bottom:8px; margin-top:35px;">
+
     </div>
     🗺️ Resultados Absolutos nos Governos Estaduais
 
</h2>
 
  
<table style="width:100%; border-collapse:collapse; border:1px solid #a2a9b1; font-size:14px;">
+
  </div>
  
<tr style="background:#17365d; color:white;">
+
  <div class="mcp-clear"></div>
    <th style="padding:11px; text-align:left;">Estado</th>
 
    <th style="padding:11px; text-align:left;">Governador(a) eleito(a)</th>
 
    <th style="padding:11px; text-align:center;">Votos</th>
 
    <th style="padding:11px; text-align:center;">Resultado</th>
 
    <th style="padding:11px; text-align:left;">Adversário</th>
 
</tr>
 
  
<tr>
+
</div>
<td style="padding:9px;">São Vicente</td>
 
<td style="padding:9px;"><strong>Manuely Pantoja (PSD)</strong></td>
 
<td style="padding:9px; text-align:center;">1.352</td>
 
<td style="padding:9px; text-align:center; color:#a51d1d; font-weight:bold;">+
 

Edição atual tal como às 16h08min de 28 de agosto de 2026

<style> /* ================================

  MICROPEDIA — RESULTADOS ELEITORAIS
  ================================ */

.mcp-page {

 font-family: Arial, Helvetica, sans-serif;
 line-height: 1.6;
 color: #202122;
 max-width: 1200px;
 margin: 0 auto;

}

.mcp-title {

 background: linear-gradient(135deg, #1769aa, #0b3d91);
 color: white;
 padding: 25px;
 border-radius: 12px;
 margin-bottom: 20px;
 box-shadow: 0 4px 12px rgba(0,0,0,.18);

}

.mcp-title h1 {

 margin: 0;
 font-size: 30px;

}

.mcp-title p {

 margin: 6px 0 0;
 opacity: .92;

}

/* INFOBOX */

.mcp-infobox {

 float: right;
 width: 330px;
 margin: 0 0 20px 25px;
 border: 1px solid #a2a9b1;
 background: #f8f9fa;
 box-shadow: 0 3px 10px rgba(0,0,0,.12);
 border-radius: 8px;
 overflow: hidden;

}

.mcp-infobox-title {

 background: #1769aa;
 color: white;
 text-align: center;
 font-weight: bold;
 font-size: 19px;
 padding: 12px;

}

.mcp-infobox-subtitle {

 background: #dbeafe;
 text-align: center;
 font-weight: bold;
 padding: 8px;

}

.mcp-infobox table {

 width: 100%;
 border-collapse: collapse;

}

.mcp-infobox th, .mcp-infobox td {

 padding: 8px;
 border-bottom: 1px solid #c8ccd1;
 vertical-align: top;

}

.mcp-infobox th {

 width: 42%;
 background: #eaecf0;
 text-align: left;

}

.mcp-clear {

 clear: both;

}

/* SEÇÕES */

.mcp-section {

 margin: 25px 0;

}

.mcp-section h2 {

 background: #eaecf0;
 border-left: 7px solid #1769aa;
 padding: 10px 14px;
 border-radius: 5px;
 font-size: 23px;

}

.mcp-section h3 {

 color: #0b3d91;
 border-bottom: 2px solid #c8ccd1;
 padding-bottom: 6px;

}

/* DESTAQUE */

.mcp-highlight {

 background: #fff8d7;
 border-left: 6px solid #f2c037;
 padding: 15px;
 margin: 15px 0;
 border-radius: 5px;

}

.mcp-success {

 background: #eaf7ea;
 border-left: 6px solid #14866d;
 padding: 15px;
 margin: 15px 0;
 border-radius: 5px;

}

.mcp-alert {

 background: #fff1f0;
 border-left: 6px solid #b32424;
 padding: 15px;
 margin: 15px 0;
 border-radius: 5px;

}

/* TABELAS */

.mcp-table {

 width: 100%;
 border-collapse: collapse;
 margin: 15px 0 25px;
 background: white;
 box-shadow: 0 2px 7px rgba(0,0,0,.08);

}

.mcp-table th {

 background: #1769aa;
 color: white;
 padding: 10px;
 text-align: left;

}

.mcp-table td {

 padding: 9px;
 border: 1px solid #c8ccd1;

}

.mcp-table tr:nth-child(even) {

 background: #f8f9fa;

}

.mcp-winner {

 font-weight: bold;
 color: #08783e;

}

.mcp-second {

 color: #8a2424;

}

.mcp-number {

 text-align: right;
 white-space: nowrap;

}

/* CRONOLOGIA */

.mcp-timeline {

 border-left: 5px solid #1769aa;
 margin: 20px 0;
 padding-left: 20px;

}

.mcp-event {

 position: relative;
 margin-bottom: 25px;
 background: #f8f9fa;
 padding: 15px 18px;
 border-radius: 7px;
 border: 1px solid #c8ccd1;

}

.mcp-event:before {

 content: "";
 position: absolute;
 left: -31px;
 top: 18px;
 width: 14px;
 height: 14px;
 background: #1769aa;
 border-radius: 50%;
 border: 3px solid white;
 box-shadow: 0 0 0 2px #1769aa;

}

.mcp-event h3 {

 margin-top: 0;
 color: #0b3d91;

}

/* CARTÕES */

.mcp-cards {

 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
 gap: 15px;

}

.mcp-card {

 background: #f8f9fa;
 border: 1px solid #c8ccd1;
 border-radius: 8px;
 padding: 15px;

}

.mcp-card strong {

 display: block;
 color: #1769aa;
 font-size: 18px;
 margin-bottom: 5px;

}

/* RESPONSIVO */

@media (max-width: 800px) {

 .mcp-infobox {
   float: none;
   width: 100%;
   margin: 0 0 20px 0;
 }
 .mcp-title h1 {
   font-size: 24px;
 }
 .mcp-table {
   font-size: 14px;
 }
 .mcp-table th,
 .mcp-table td {
   padding: 7px;
 }

} </style>



     Eleições de Julho de 2026
     Informações gerais
País República do Capim Marinho
Data do 1º turno 06 de julho de 2026
Cargo principal Monarca
Votos válidos 40.910
2º turno Lucas da Silva × Paola Vitória
Primeiro-Ministro Josiani Ribeiro (PSDB)
Líder da Oposição Paulo Saymo (União Brasil)
Secretário de Estado Ágatha Batista Vaz (PSD)
Presidente do Parlamento Arildo Reis (PRTB 21)
Senador Elaine (PSD)
Período documentado 06–07 de julho de 2026

📅 Segunda-feira, 06 de julho de 2026

     O Dia do 1º Turno
O primeiro turno das eleições foi encerrado com 100% das urnas apuradas. Lucas da Silva e Paola Vitória avançaram para o segundo turno.

👑 Resultado Oficial para Monarca

40.910 votos válidos

Posição Candidato Partido Votos Percentual Situação
Lucas da Silva União 44 19.185 46,89% 2º turno
Paola Vitória PDT 12 12.330 30,14% 2º turno
Maria Beatriz Podemos 20 4.495 11,00% Eliminada
Raquel PSDB 45 2.860 6,99% Eliminada
Victória Freitas PSD 55 2.040 4,98% Eliminada
     Resultado do 1º turno:
     Lucas da Silva terminou em primeiro lugar e Paola Vitória ficou em segundo,
     garantindo os dois lugares disponíveis no segundo turno.

🏛️ Resultados do Parlamento e Cargos Nacionais

Cargo Eleito Partido Votos Adversário Votos do adversário Diferença
Primeiro-Ministro Josiani Ribeiro PSDB 20.459 (50,01%) Nerilson Pantoja 20.451 (49,99%) 8 votos
Líder da Oposição Paulo Saymo União 20.552 (50,24%) Juliana 20.358 (49,76%) 194 votos
Secretário de Estado Ágatha Batista Vaz PSD 20.464 (50,02%) Pedro Manuel 20.446 (49,98%) 18 votos
Presidente do Parlamento Arildo Reis PRTB 21 20.455 (50,001%) Gil Gledson 20.454 1 voto
Senador Elaine PSD 20.458 (50,01%) Juliana 20.452 (49,99%) 6 votos
     🏆 Vitória histórica:
     Arildo Reis conquistou a Presidência do Parlamento por apenas
     1 voto, derrotando Gil Gledson por 20.455 a 20.454.

🏛️ Resultados Absolutos nos Governos Estaduais

Estado Governador(a) eleito(a) Partido Votos 2º colocado Votos
São Vicente Manuely Pantoja PSD 1.352 Paola Vitória 1.351
Marinho Dalsoni Vaz Moraes NOVO 1.352 Paulo Samuel 1.351
Faustino Ízis do 8º Ano A Missão 1.431 (53%) Alcione Reis 1.269 (47%)
Afuá Centro Taws União Brasil 1.352 (50,02%) Gleice Natalina 1.351 (49,98%)
Estado das Águas Andriele Costa PSD 1.377 (51%) Gustavo 1.323 (49%)
Brasília do Norte Genaiton Silva PT 1.363 (50,5%) Joel 1.337 (49,5%)
Monte Negro Gabriel Leão Missão 1.363 (50,5%) Narrinha Pantoja 1.337 (49,5%)
Nova Alvorada Renan Barbosa Missão 1.377 (51%) Dalsoni Vaz Moraes 1.323 (49%)
Santarém do Norte Maria Eduarda Podemos 1.363 (50,5%) Luis Henrique 1.337 (49,5%)
Vila do Ouro Graziela Reis Missão 1.417 (52,5%) Rosângela 1.283 (47,5%)
Baía Verde Rayanara Missão 1.431 (53%) Sofia 1.269 (47%)
Rio Azul Caroline Cristinny PDT 1.352 (50,02%) Joel 1.351 (49,98%)
Horizonte Gabriel de Araújo PP 1.363 (50,5%) Clara Melo 1.337 (49,5%)
Campo Belo Izis do 9º Ano A Podemos 1.404 (52%) Tatiana Paiva 1.296 (48%)
Distrito da União Arlene Souza PL 1.485 (55%) Kaylanne Amaral 1.215 (45%)


📅 Terça-feira, 07 de julho de 2026

🏛️ Solenidades de Posse

As cerimônias de posse foram iniciadas às 08h00 nas dependências da EMEF Narlene Wanderley Salomão.

Manuely Pantoja, eleita em São Vicente, prometeu concentrar sua gestão na redistribuição econômica regional.

Dalsoni Vaz Moraes, eleita em Marinho, celebrou o retorno do NOVO 30 ao poder e agradeceu à população afuense.

📊 Primeira Pesquisa de 2º Turno

A primeira pesquisa para o cargo de Monarca colocou Lucas I com 56% das intenções de voto, contra 44% de Paola Vitória.

Na rejeição, Paola registrou 50%, enquanto Lucas I registrou 20%.

📈 Avaliação do Rei Lucas I

           78%
           Ótimo/Bom
           12%
           Regular
           10%
           Ruim

💰 Boletim Econômico

Gabriel Pelaes denunciou um acréscimo inflacionário de R$ 16,00 na caixa de frango importada de Macapá, comercializada entre R$ 196,00 e R$ 246,00.

Analistas projetaram alta no preço do arroz, com estimativa de R$ 6,00 a R$ 8,00 por quilo.

No setor do açaí, fiscais registraram uma redução drástica nas batedeiras ativas na capital. O litro permanecia em R$ 8,00 nos poucos locais restantes.

⚖️ Articulação Política

Após a posse de Arildo Reis na Presidência do Parlamento, Paola Vitória iniciou tratativas de bastidores para tentar anular a inelegibilidade de Gabriel Pelaes.

A iniciativa foi descrita como um “grande desafio prático”.


📌 Resumo dos acontecimentos

       👑 2º Turno
       Lucas da Silva e Paola Vitória foram classificados para disputar
       o segundo turno da eleição para Monarca.
       🏛️ Parlamento
       Arildo Reis venceu a Presidência do Parlamento por apenas
       1 voto.
       🗳️ Primeiro-Ministro
       Josiani Ribeiro venceu por diferença de apenas 8 votos.
       📊 Pesquisa
       Lucas I iniciou o segundo turno com 56% contra 44% de Paola.
       💰 Economia
       O boletim registrou preocupações com os preços do frango,
       arroz e açaí.