/* Miolo 2026 — layout conforme PDF oficial (7 páginas) */

:root {
  --palco-azul: #1a3a6b;
  --palco-azul-claro: #2c5282;
  --palco-amarelo: #fdc724;
  --palco-texto: #333;
  --palco-borda: #dee2e6;
  --palco-largura-conteudo: 1000px;
}

body.palco2026-page {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--palco-texto);
  font-style: normal;
}

body.palco2026-page em,
body.palco2026-page i {
  font-style: normal;
}

/* ── Cabeçalho original (faixa amarela + banner azul + logo + slogan) ── */
.palco2026-header {
  width: 100%;
  background: #fff;
}

.palco2026-header .navbar-amarela {
  border: 0;
  background: #fdc724;
  width: 100%;
  min-height: 3.4em;
}

.palco2026-header .navbar-cabecalho {
  background: url(../images/bg_cabecalho_palco.jpg) center top no-repeat;
  background-size: 100% 156px;
  min-height: 156px;
  position: relative;
}

.palco2026-header-container {
  max-width: var(--palco-largura-conteudo);
  margin: 0 auto;
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  position: relative;
  min-height: 156px;
}

.palco2026-header .navbar-brand {
  display: block;
  float: left;
  height: auto;
  margin-top: -59px;
  padding: 0;
  position: relative;
  z-index: 2;
  width: 327px;
  max-width: 42%;
}

.palco2026-header .navbar-brand img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

.palco2026-header::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .palco2026-header .navbar-cabecalho {
    background-size: cover;
    min-height: 120px;
  }

  .palco2026-header-container {
    min-height: 120px;
  }

  .palco2026-header .navbar-brand {
    width: auto;
    max-width: 240px;
    margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .palco2026-header .navbar-amarela {
    min-height: 2.4em;
  }

  .palco2026-header .navbar-cabecalho {
    min-height: 90px;
    background-size: cover;
    background-position: center center;
  }

  .palco2026-header-container {
    min-height: 90px;
    text-align: center;
  }

  .palco2026-header .navbar-brand {
    float: none;
    display: inline-block;
    margin-top: -30px;
    max-width: 180px;
  }
}

.palco2026-content {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  max-width: var(--palco-largura-conteudo);
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.palco2026-content h1,
.palco2026-content h2,
.palco2026-content h3,
.palco2026-content p,
.palco2026-content li,
.palco2026-content a,
.palco2026-content .btn {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
}

.palco2026-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.palco2026-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--palco-azul);
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}

.palco2026-hero .palco2026-slogan {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: var(--palco-azul-claro);
  margin: 0;
}

.palco2026-botoes {
  margin-bottom: 2.5rem;
}

.palco2026-botoes .btn {
  min-width: 180px;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
}

.palco2026-section {
  margin-bottom: 2.5rem;
}

.palco2026-pagina + .palco2026-pagina {
  padding-top: 0.5rem;
  border-top: 1px solid var(--palco-borda);
}

.palco2026-label {
  font-weight: 600;
  margin-bottom: 1rem;
}

.palco2026-titulo-pdf {
  font-size: clamp(1.15rem, 2.8vw, 1.35rem);
  font-weight: 700;
  color: var(--palco-azul);
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.palco2026-subtitulo-pdf {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--palco-azul-claro);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.palco2026-section p {
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: justify;
}

.palco2026-section ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.palco2026-section li {
  line-height: 1.65;
  margin-bottom: 0.5rem;
  text-align: justify;
}

.palco2026-lista-vies {
  list-style: disc;
}

.palco2026-section .subtitulo {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  text-align: left;
}

.palco2026-colunas {
  margin-bottom: 1rem;
}

.palco2026-figura-flutuante {
  float: right;
  width: min(100%, 380px);
  max-width: 42%;
  margin: 0 0 1rem 1.5rem;
}

.palco2026-figura-flutuante-esq {
  float: left;
  margin: 0 1.5rem 1rem 0;
}

.palco2026-figura-flutuante img {
  width: 100%;
  height: auto;
  display: block;
}

.palco2026-limpa-imagem {
  clear: both;
}

@media (max-width: 767px) {
  .palco2026-figura-flutuante {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 1.25rem;
  }
}

.palco2026-imagem-lateral .palco2026-figura img {
  width: 100%;
}

.palco2026-figura {
  margin: 1.25rem 0;
  text-align: center;
}

.palco2026-figura-larga {
  margin: 1.5rem 0;
}

.palco2026-figura img {
  border-radius: 2px;
}

.palco2026-destaque-app {
  margin-top: 0;
}

.palco2026-amostras-imagens {
  margin-top: 1.25rem;
}

.palco2026-amostras-imagens .palco2026-figura img {
  margin: 0 auto;
}

.palco2026-encerramento {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  background: none;
}

.palco2026-encerramento p {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: var(--palco-azul);
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 575px) {
  .palco2026-botoes .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .palco2026-botoes .btn:last-child {
    margin-bottom: 0;
  }

  .palco2026-section p,
  .palco2026-section li {
    text-align: left;
  }
}

body.palco2026-page > footer .img-fluid {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  body.palco2026-page > footer {
    height: auto;
    padding-bottom: 2rem;
  }

  body.palco2026-page > footer .row > div {
    margin-bottom: 1.25rem;
  }
}
