.page-template-em-reestruturacao .topo,
.page-template-em-reestruturacao #rodape,
.page-template-em-reestruturacao .barra_copyright {
  display: none;
}

.pagina-reestruturacao {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #f8f7f4 0%, #f0efe9 35%, #e8e7e0 70%, #f2f1ec 100%);
  padding: 5rem 0;
}

.reestruturacao__container {
  width: 60%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.reestruturacao__logo-topo {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #d8d7d0;
}

.reestruturacao__logo-topo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  opacity: 0.88;
  transition: opacity 0.4s ease;
}

.reestruturacao__logo-topo img:hover {
  opacity: 1;
}

.reestruturacao__titulo {
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  color: #3a3a3a;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.reestruturacao__separador {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #b5b84e, #c8cb6a);
  margin: 0 auto 2.5rem;
  border-radius: 2px;
}

.reestruturacao__conteudo {
  font-size: 20px;
  line-height: 1.75;
  color: #4a4a4a;
  hyphens: none;
  -webkit-hyphens: none;
}

.reestruturacao__conteudo p {
  margin-bottom: 1.35rem;
}

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

.reestruturacao__conteudo strong,
.reestruturacao__conteudo b {
  color: #3a3a3a;
  font-weight: 600;
}

.reestruturacao__conteudo em,
.reestruturacao__conteudo i {
  font-style: italic;
  color: #555;
}

.reestruturacao__conteudo a {
  color: #7a7d2e;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}

.reestruturacao__conteudo a:hover {
  color: #5a5d1e;
}

.reestruturacao__redes-sociais {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.reestruturacao__redes-sociais h3 {
  font-weight: 500;
  font-family: var(--fonte-1);
  color: #838280;
}

.reestruturacao__rede-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #7a7a7a;
  opacity: 0.75;
  transition: opacity 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.reestruturacao__rede-link:hover {
  color: #3a3a3a;
  opacity: 1;
  transform: translateY(-2px);
}

.reestruturacao__rede-link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.reestruturacao__rede-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reestruturacao__logos-divisor {
  width: 100%;
  border-top: 1px solid #d8d7d0;
  margin: 3rem 0;
}

.reestruturacao__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.reestruturacao__logo-separator {
  width: 1px;
  height: 60px;
  background-color: #d8d7d0;
  flex-shrink: 0;
}

.reestruturacao__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reestruturacao__logo-item img {
  max-width: 200px;
  width: 100%;
  height: auto;
  opacity: 0.88;
  transition: opacity 0.4s ease;
}

.reestruturacao__logo-item img:hover {
  opacity: 1;
}

@media (max-width: 1366px) {
  .reestruturacao__container {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .pagina-reestruturacao {
    padding: 3rem 0;
  }

  .reestruturacao__container {
    width: 100%;
    max-width: 100%;
    padding: 0 1.25rem;
  }

  .reestruturacao__titulo {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .reestruturacao__conteudo {
    font-size: 1rem;
    line-height: 1.75;
    text-align: left;
    hyphens: none;
  }

  .reestruturacao__logos {
    gap: 1.5rem;
  }

  .reestruturacao__logo-item img {
    max-width: 160px;
  }
}

@media (max-width: 480px) {
  .reestruturacao__logos {
    flex-direction: column;
    gap: 2rem;
  }

  .reestruturacao__logo-separator {
    width: 60px;
    height: 1px;
  }

  .reestruturacao__logo-item img {
    max-width: 180px;
  }
}