/* ===== HERO SECTION ===== */
.hero-section {
  min-height: 95vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  background-image: url(../assets/img/hero-banner.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 40px 80px;
}

.hero-left-content {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 900px;
}

.hero-logo-wrapper {
  flex-shrink: 0;
}

.hero-logo {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}

.hero-title {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hero-title-bold {
  font-weight: 700;
  font-size: 48px;
  display: block;
  margin-top: 8px;
  color: #1d357a;
}

/* ===== SEÇÕES GERAIS ===== */
.section-container {
  margin: 0 auto;
  padding: 100px 150px;
  position: relative;
}
.section-cards {
  padding: 18px;
}

.section-badge {
  width: fit-content;
  display: inline-block;
  background-color: #1F4181;
  color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.section-title {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #261D1E;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.section-text {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 32px;
}

.section-text p {
  margin: 0 0 16px;
}

.section-text p:last-child {
  margin-bottom: 0;
}

.btn-primary {
  font-family: Source Sans Pro, Sora, sans-serif;
  width: fit-content;
  display: inline-block;
  background-color: white;
  color: #1F4181;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #1F4181;
  font-size: 16px;
  font-weight: 300;
  transition: background-color 0.2s;
}

.btn-primary:hover {
  background-color: #152a5c;
  text-decoration: none;
  color: white;
}

/* ===== CONHEÇA O OBSERVATÓRIO ===== */
.section-know-observatory {
  background-color: #F4F9FF;
}

.section-know-observatory .section-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

.section-left {
  display: flex;
  flex-direction: column;
}

.section-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.section-know-observatory {
  overflow-x: hidden;
  overflow-y: visible;
}

.section-know-observatory .section-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

.section-know-observatory .section-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.section-know-observatory .section-image {
  width: auto;
  max-width: 800px;
  height: auto;
  max-height: 600px;
  display: block;
  object-fit: contain;
  margin-right: -150px;
}

.section-know-observatory .section-left {
  position: relative;
  z-index: 1;
}



.section-image-small {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* ===== MISSÃO, VISÃO E VALORES ===== */
.section-mvv {
  background-color: #E8FBCE;
}

.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.mvv-card {
  background-color: #E8FBCE;
  padding: 40px;
  border-radius: 12px;
  box-shadow: none;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.mvv-card:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  background-color: #d4f0a8;
  z-index: 10;
  position: relative;
}

.mvv-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #66A630;
  border-radius: 50%;
}

.mvv-icon img,
.mvv-icon i {
  width: 40px;
  height: 40px;
  font-size: 40px;
  filter: brightness(0) invert(1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mvv-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  color: #261D1E;
}

.mvv-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* ===== REPOSITÓRIO ===== */
.section-repository {
  
  width: 100%;
  background: url("../assets/img/mapa.png") left top no-repeat, url("../assets/img/lupa-pessoas.png") right bottom no-repeat, #FBF8F4;
  background-size: auto auto, auto auto, auto;

}

.section-repository .section-container {
  /* display: grid;
  grid-template-columns: 1fr 1.5fr 1fr; */
  gap: 60px;
  align-items: center;
  /* height: 426px;
  width: 1440px; */
  overflow: hidden;
}

.repository-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.repository-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.repository-center .section-title {
  text-align: center;
}

.repository-center .section-text {
  text-align: center;
  margin-bottom: 32px;
}

.repository-center .btn-primary {
  margin-bottom: 40px;
  margin-top: 0;
}

.repository-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.repository-map {
  height: 350px;
  width: 300px;
  object-fit: contain;
}

.repository-magnifier {
  width: 50%;
  height: 70%;
  object-fit: contain;
  margin-top: 230px;
}

.section-team {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 659px;
  height: auto;
  overflow: visible;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .team-card-wrapper {
    max-width: 100%;
    height: auto;
    overflow: visible;
  }

  .team-members-container {
    height: auto;
  }

  .team-card {
    height: auto;
    overflow: visible;
  }

  .section-team .team-card .team-member-description-full {
    overflow: visible;
  }
}

/* ===== COLUNA ESQUERDA ===== */
.team-left {
  position: relative;
  background: url('../assets/img/bg-team.png') center / cover no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px;
}

.team-left-overlay {
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.team-quote {
  width: auto;
  height: auto;
  max-width: 80px;
  display: block;
  margin-bottom: 27px;
}

.team-title {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 27px 0;
  line-height: 1.2;
  font-family: Source Sans Pro, Sora, sans-serif;
  color: white;
}

.team-title-highlight {
  color: #1b2d69;
  font-weight: 700;
}

.team-description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  font-family: Source Sans Pro, Sora, sans-serif;
  color: white;
  width: 333px;
}

/* ===== COLUNA DIREITA ===== */
.team-right {
  position: relative;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8ff;
}

.team-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.team-carousel-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #1b2d69;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  padding: 0;
}

.team-carousel-btn i {
  font-size: 50px;
  color: #1b2d69 !important;
  display: inline-block;
  line-height: 3;
}

.team-carousel-btn i::before {
  color: #1b2d69 !important;
}

.team-carousel-btn:hover {
  transform: scale(1.05);
}

.team-carousel-btn:active {
  transform: scale(0.95);
}

.team-carousel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* CARD - Container do carrossel */
.team-card-wrapper {
  width: 100%;
  max-width: 700px;
  /* Altura passa a ser definida pelo conteúdo do card visível */
  height: auto;
  position: relative;
  /* Esconde apenas o que passar na horizontal,
     para mostrar 1 card por vez no desktop/tablet */
  overflow-x: hidden;
  overflow-y: visible;
}

.team-members-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Deixa a altura acompanhar o card ativo */
  height: auto;
  transition: transform 0.3s ease;
}

.team-card {
  /* Cada card ocupa sempre 100% da largura do wrapper;
     o JS move de 100% em 100% usando translateX */
  width: 100%;
  max-width: 700px;
  flex: 0 0 100%;
  /* Altura flexível para sempre caber o texto */
  height: auto;
  background: linear-gradient(135deg, #1b2d69 0%, #21336D 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: visible;
}

/* Foto circular no topo */
.team-member-photo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.team-member-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
  border: 3px solid white;
}

/* Nome com ícone */
.team-member-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
  font-family: Source Sans Pro, Sora, sans-serif;
  color: white;
  text-align: center;
  flex-shrink: 0;
}

.team-member-name i {
  font-size: 24px;
  color: white !important;
  display: inline-block;
  line-height: 1;
}

/* Texto da biografia - APENAS DESKTOP */
@media (min-width: 769px) {
  .section-team .team-card .team-member-description-full {
    font-size: 14px !important;
    line-height: 1.5;
    text-align: left;
    width: 100%;
    color: white;
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
  }
}

.team-member-description-full p {
  margin: 0;
}

/* ===== PARCEIROS ===== */
.section-partners {
  background-color: #21336D;
  margin-top: 0 !important;
  padding-top: 0 !important;
}


.section-title-white {
  color: white;
  text-align: center;
}

.partners-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}

.partners-carousel {
  width: 100%;
  /* overflow: hidden;
  margin: 0px 200px; */
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: scroll-partners 20s linear infinite;
  width: fit-content;
}

.partners-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-partners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.partner-logo {
  height: 80px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

/* ===== RESPONSIVO ===== */
/* Desktop: altura baseada na imagem do lado esquerdo - mantém layout desktop a partir de 1201px */

@media (max-width: 1400px) and (min-width: 1201px) {
  .hero-content {
    max-width: 100%;
    padding: 100px 40px 60px;
  }

  .section-container {
    max-width: 100%;
    padding: 60px 40px;
  }

  .objectives-grid,
  .purpose-cards-grid {
    max-width: 1000px;
  }
}


@media (max-width: 1200px) {
  .section-know-observatory .section-container,
  .section-repository .section-container {
    gap: 60px;
    padding: 60px 40px;
  }

  .mvv-grid {
    gap: 40px;
  }

  .footer-middle-inner {
    gap: 60px;
  }

  .section-objectives {
    padding: 60px 0;
  }

  .objectives-grid,
  .purpose-cards-grid {
    max-width: 900px;
    padding: 0 40px;
  }

  .content-tags-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .structure-tabs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  .section-container {
    padding: 50px 30px;
  }

  .hero-left-content {
    flex-direction: column;
    gap: 24px;
  }

  .section-know-observatory .section-container,
  .section-repository .section-container {
    grid-template-columns: 1fr;
    padding: 50px 30px;
  }

  .mvv-grid {
    grid-template-columns: 1fr;
  }


  .footer-contacts-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-middle-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .section-objectives {
    padding: 50px 0;
  }

  .objectives-grid,
  .purpose-cards-grid {
    max-width: 100%;
    padding: 0 30px;
  }

  .content-tags-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .content-tags-container {
    padding: 30px 20px;
  }

  .structure-tabs-grid {
    grid-template-columns: 1fr;
  }

  .structure-tabs-container {
    padding: 30px 20px;
  }

  .purpose-header {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .section-container {
    padding: 50px 20px;
  }

  .section-know-observatory .section-container,
  .section-repository .section-container {
    padding: 50px 20px;
  }

  .objectives-grid,
  .purpose-cards-grid {
    padding: 0 20px;
  }

  .content-tags-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-tags-container {
    padding: 24px 16px;
  }

  .structure-tabs-container {
    padding: 24px 16px;
  }

  .purpose-header {
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .navbar-inner {
    padding: 0 24px;
    flex-wrap: wrap;
    gap: 16px;
  }

  .navbar-menu {
    gap: 16px;
    font-size: 14px;
  }

  .hero-content {
    padding: 100px 24px 60px;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-title-bold {
    font-size: 32px;
  }

  .section-container {
    padding: 60px 24px;
  }

  .section-title {
    font-size: 32px;
  }

  .partners-logos {
    gap: 32px;
  }

  .objectives-grid,
  .purpose-cards-grid {
    padding: 0 16px;
  }

  .content-tags-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== OBJETIVOS ===== */
.section-objectives {
  background-color: #F4F9FF;
  /* padding: 80px 0; */
}

.objectives-title {
  margin: 0 auto 50px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.objectives-title .title-black {
  color: #000;
}

.objectives-title .title-blue {
  color: #21336D;
}

.objectives-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* max-width: 900px; */
  margin: 0 auto;
}

.objective-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #E5ECF4;
  padding: 24px;
  border-radius: 8px;
  transition: background-color 0.2s;
  width: 100%;
}

.objective-card:hover {
  background-color: #E8E8E8;
}

.objective-icon-wrapper {
  flex-shrink: 0;
  background-color: white;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.objective-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.objective-icon-img,
.objective-icon i {
  width: 100%;
  height: 100%;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d357a;
}

.objective-icon-img {
  object-fit: contain;
}

.objective-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #21336D;
  flex: 1;
  font-weight: 500;
  text-align: justify;
}

/* ===== NOSSO PROPÓSITO EM AÇÃO ===== */
.section-purpose-action {
  background-color: #FBF8F4;
  padding: 0 0 80px 0;
  position: relative;
  overflow: hidden;
}

.purpose-header-image {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.purpose-header-img {
  width: 100%;
  height: auto;
  display: block;
}

.purpose-header {
  text-align: center;
  margin-bottom: 50px;
}

.purpose-title-box {
  display: inline-block;
  background-color: #21336D;
  border-radius: 8px;
  padding: 12px 32px;
  margin-bottom: 16px;
}

.purpose-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: white;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.purpose-subtitle {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.purpose-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* max-width: 900px; */
  margin: 0 auto;
}

.purpose-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #E8F5E9;
  padding: 24px;
  border-radius: 8px;
  transition: background-color 0.2s;
  margin: 16px 0;
}

.purpose-card:hover {
  background-color: #E8FBCE;
}

.purpose-card:last-child {
  transition: min-height 0.4s ease, background-color 0.2s, box-shadow 0.3s ease;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}

.purpose-card:last-child:hover {
  min-height: 500px;
  background-color: #E8FBCE;
  z-index: 10;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .purpose-card:last-child {
    min-height: 140px;
  }

  .purpose-card:last-child:hover {
    min-height: 450px;
  }
}

@media (max-width: 768px) {
  .purpose-card:last-child {
    min-height: 120px;
  }

  .purpose-card:last-child:hover {
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .purpose-card:last-child {
    min-height: 100px;
  }

  .purpose-card:last-child:hover {
    min-height: 350px;
  }
}

.purpose-icon-container {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purpose-icon-wrapper {
  background-color: #66A630;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.purpose-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purpose-icon-img,
.purpose-icon i {
  width: 100%;
  height: 100%;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(0) invert(1);
}

.purpose-icon-img {
  object-fit: contain;
}

.purpose-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  flex: 1;
}

/* ===== REPOSITÓRIO DE CONTEÚDOS ===== */
.section-content-repository {
  background-color: #F4F9FF;
  padding: 120px 0 80px 0;
}

.section-content-repository .section-container {
  text-align: center;
}

.content-badge {
  display: inline-block;
  background-color: #21336D;
  color: white;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.content-main-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px 0;
  font-family: Source Sans Pro, Sora, sans-serif;
  text-align: center;
}

.content-subtitle {
  font-size: 18px;
  color: #666;
  margin: 0 0 50px 0;
  font-family: Source Sans Pro, Sora, sans-serif;
  line-height: 1.6;
  text-align: center;
}

.content-tags-container {
  background-color: #DEEDFE;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.content-tags-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: center;
}

.content-tags-grid > .content-tag:nth-child(11) {
  grid-column: 2 / 3;
}

.content-tags-grid > .content-tag:nth-child(12) {
  grid-column: 3 / 4;
}

.content-tags-grid > .content-tag:nth-child(13) {
  grid-column: 4 / 5;
}

/* Ajuste do menu de conteúdos para tablets (769px a 1200px) */
@media (min-width: 769px) and (max-width: 1200px) {
  .content-tags-container {
    padding: 30px 24px;
  }

  .content-tags-grid {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .content-tags-grid > .content-tag:nth-child(11),
  .content-tags-grid > .content-tag:nth-child(12),
  .content-tags-grid > .content-tag:nth-child(13) {
    grid-column: auto;
  }

  .content-tag {
    font-size: 15px;
    padding: 12px 18px;
  }
}


@media (max-width: 768px) {
  .section-content-repository .content-tags-container {
    padding: 24px 16px;
    margin-bottom: 40px;
  }

  .section-content-repository .content-tags-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.content-tag {
  background-color: #21336D;
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: Source Sans Pro, Sora, sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  max-width: 220px;
}

.content-tag:hover {
  background-color: #00759C;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.content-tag.active {
  background-color: #00ACC1;
  color: white;
}




.content-dynamic-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.content-section-header {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
  margin-bottom: 24px;
}

.content-bullet {
  width: 12px;
  height: 12px;
  background-color: #21336D;
  border-radius: 50%;
  flex-shrink: 0;
}

.content-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1d357a;
  margin: 0;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.content-text-wrapper {
  margin-bottom: 50px;
  text-align: left;
}

.content-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.content-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.content-access-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1d357a;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: Source Sans Pro, Sora, sans-serif;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.content-access-button:hover {
  background-color: #21336D;
  transform: translateY(-2px);
}

.content-access-button svg {
  flex-shrink: 0;
  stroke: currentColor;
}

/* ===== SETORES E CONSELHOS VINCULADOS ===== */
.section-structure {
  background-color: #F4F9FF;
  padding: 0px 0 80px 0;
}

.section-structure .section-container {
  text-align: center;
}

.structure-badge {
  display: inline-block;
  background-color: #21336D;
  color: white;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.structure-main-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px 0;
  font-family: Source Sans Pro, Sora, sans-serif;
  text-align: center;
}

.structure-subtitle {
  font-size: 18px;
  color: #666;
  margin: 0 0 50px 0;
  font-family: Source Sans Pro, Sora, sans-serif;
  line-height: 1.6;
  text-align: center;
}

.structure-tabs-container {
  background-color: #DEEDFE;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.structure-tabs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: center;
}

.structure-tabs-grid > .structure-tab:nth-child(4) {
  grid-column: 1 / 2;
}

.structure-tabs-grid > .structure-tab:nth-child(5) {
  grid-column: 2 / 3;
}

.structure-tab {
  background-color: #21336D;
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: Source Sans Pro, Sora, sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  max-width: 220px;
}

.structure-tab:hover {
  background-color: #00759C;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.structure-tab.active {
  background-color: #00ACC1;
  color: white;
}

.structure-dynamic-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.structure-sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.structure-section-item {
  margin-bottom: 0;
}

.structure-section-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.structure-section-bullet {
  width: 12px;
  height: 12px;
  background-color: #21336D;
  border-radius: 50%;
  flex-shrink: 0;
}

.structure-section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1d357a;
  margin: 0;
  font-family: Source Sans Pro, Sora, sans-serif;
}

.structure-section-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
  font-family: Source Sans Pro, Sora, sans-serif;
  text-align: left;
}

