/* ============================================================
   1. GERAL E BARRA DE ROLAGEM
   ============================================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  min-height: 100vh;
  background-color: #f2f1ec;
}

img {
  max-width: 100%;
  display: block;
}

/* Scrollbar Personalizada */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0b5f00;
}

::-webkit-scrollbar-thumb {
  background: #8fe000;
  border-radius: 10px;
  border: 2px solid #0b5f00;
}

/* ============================================================
   2. BLOCO PRINCIPAL (GRADIENTE) E VÍDEO
   ============================================================ */
.bloco-hero img {
  width: 100%;
  height: auto;
}

.bloco-principal {
  background: linear-gradient(135deg, #004b00 0%, #8fe000 100%);
  padding: 60px 0;
  color: white;
}

.container-posicionamento {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.posicionamento-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.posicionamento-texto {
  flex: 1;
}

.titulo-destaque {
  font-size: 32px;
  color: #8fe000;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
}

.titulo-destaque p {
  color: #fff;
}

.texto-apresentacao {
  font-size: 16px;
  line-height: 1.6;
}

.posicionamento-video {
  flex: 1;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.equipe-foto img {
  width: 100%;
  border-radius: 10px;
  margin-top: 40px;
}

.frase-container {
  text-align: center;
  margin: 60px 0;
}

.badge-chapa {
  background: #8fe000;
  color: #0b5f00;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.frase-central {
  font-size: 42px;
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}

.frase-central span {
  color: #8fe000;
}

.frase-central strong {
  font-weight: 900;
  color: #fff;
}

/* ============================================================
   3. SLIDER DE MÉDICOS (FOTO NA BASE)
   ============================================================ */
.container-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.card-presidente {
  background: radial-gradient(circle, #0f8a00 0%, #0b5f00 100%);
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 30px;
  gap: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.foto-fundo-verde {
  background: #8fe000;
  border-radius: 20px;
  padding: 15px 15px 0 15px;
  width: 250px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

#foto {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}

.info-presidente {
  flex: 1;
}

.tag-cargo {
  color: #8fe000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.nome-presidente {
  font-size: 42px;
  line-height: 1.1;
  margin: 5px 0;
  font-weight: 900;
}

.crm-text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.mini-bio {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.9;
}

.arrow {
  background: none;
  border: none;
  color: white;
  font-size: 60px;
  cursor: pointer;
}

/* ============================================================
   4. BLOCO FINAL, CONSELHOS E PILARES
   ============================================================ */
.bloco-final {
  background-color: #f2f1ec;
  padding-top: 60px;
}

.conselhos-grid {
  max-width: 1100px;
  margin: 50px auto;
  display: flex;
  gap: 60px;
  padding: 0 20px;
}

.coluna-conselho h3 {
  color: #0f8a00;
  font-size: 24px;
  margin-bottom: 30px;
}

.coluna-conselho p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.coluna-conselho strong {
  display: block;
  color: #0b5f00;
  font-size: 16px;
}

.grid-nomes-tecnicos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.container-pilares {
  background-color: #0b5f00;
  padding: 60px 20px;
}

.pilares-layout {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.pilares-titulo h2 {
  color: white;
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.pilares-titulo a {
  color: white;
}


.pilares-titulo h2 span {
  color: #8fe000;
}

.pilares-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  max-width: 600px;
}

.pilares-card {
  background-color: #0f8a00;
  flex: 1;
  padding: 50px;
  border-radius: 25px;
  color: white;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pilar-numero {
  display: block;
  font-size: 32px;
  font-weight: 900;
  color: #8fe000;
  margin-bottom: 10px;
}

.pilares-card h3 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 15px;
  color: white;
}

#pilar-texto {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
}

.arrow-pilar {
  background: none;
  border: none;
  color: #8fe000;
  font-size: 50px;
  cursor: pointer;
}

/* RODAPÉ */
.imagem-voto img {
  width: 100%;
}

.cta-final {
  text-align: center;
  padding: 30px 0;
  background-color: #8fe000;
}

.cta-final p {
  font-weight: 400;
  font-size: 25px;
  color: #0b5f00;
  margin-bottom: 20px;
}

.redes-sociais {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.redes-sociais img {
  width: 40px;
}

.off {
  min-height: 100vh; /* ocupa a tela toda */
  display: flex;
  align-items: center; /* centraliza vertical */
  justify-content: center; /* centraliza horizontal */
  text-align: center;
  padding: 20px;
}

.off h1 {
  color: #0b5f00;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.2;
}

/* ============================================================
   5. RESPONSIVIDADE (MOBILE)
   ============================================================ */
@media (max-width: 768px) {
  .posicionamento-layout,
  .card-presidente,
  .pilares-layout,
  .conselhos-grid {
    flex-direction: column;
    text-align: center;
  }

  .posicionamento-video {
    width: 100%;
  }

  .foto-fundo-verde {
    margin: 0 auto;
    width: 200px;
  }

  .grid-nomes-tecnicos {
    grid-template-columns: 1fr;
  }

  .frase-central {
    font-size: 28px;
    padding: 0 20px;
  }

  .nome-presidente {
    font-size: 30px;
  }

  .arrow,
  .arrow-pilar {
    font-size: 40px;
  }

  .pilares-card {
    padding: 30px;
    min-height: auto;
  }
}

/* ============================================================
   AJUSTE DE SETAS (DISTÂNCIA E TAMANHO)
   ============================================================ */

.container-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.arrow {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: transform 0.2s, opacity 0.2s;
}
.arrow img {
  width: 60px;
  height: 44px;
  display: block;
  object-fit: contain;
}

.arrow:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* ============================================================
   RESPONSIVIDADE (MOBILE)
   ============================================================ */
@media (max-width: 768px) {
  .container-slider {
    gap: 13px;
  }

  .arrow img {
    width: 45px;
    height: 33px;
  }

  .card-presidente {
    width: 100%;
    margin: 0;
  }
}
