@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');

:root {
  --area-creme: #f9f4ee;
  --area-preto: #0d0f0c;
  --area-marrom: #2f1d11;
  --area-texto: #5f4a3c;
  --area-ouro: #c9a96e;
  --area-ouro-claro: #ddc28f;
  --area-linha: rgba(201, 169, 110, .28);
  --area-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --area-serif: "Playfair Display", Georgia, "Times New Roman", serif;
}

body.has-unified-header {
  background: var(--area-creme);
  color: var(--area-marrom);
  font-family: var(--area-sans);
  font-weight: 300;
  line-height: 1.7;
}

body.has-unified-header .hero-container {
  background: var(--area-preto);
}

body.has-unified-header .hero-container .overflow,
body.has-unified-header .hero-container .header-overlay {
  background: linear-gradient(90deg, rgba(13, 15, 12, .78), rgba(47, 29, 17, .58), rgba(13, 15, 12, .26));
}

body.has-unified-header .texto-topo-video,
body.has-unified-header .texto-topo-video * {
  color: var(--area-creme);
}

body.has-unified-header .subtitulo,
body.has-unified-header .kv-eyebrow {
  color: var(--area-ouro);
  font-family: var(--area-sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

body.has-unified-header .titulo-video,
body.has-unified-header .texto-topo-video h1,
body.has-unified-header .kv-title,
body.has-unified-header .kv-hero h1,
body.has-unified-header .kv-section h2 {
  color: var(--area-creme);
  font-family: var(--area-serif);
  font-weight: 500;
  letter-spacing: -.02em;
}

body.has-unified-header .kv-section h2,
body.has-unified-header section:not(.kv-hero):not(.cta):not(.kv-cta) h1,
body.has-unified-header section:not(.kv-hero):not(.cta):not(.kv-cta) h2,
body.has-unified-header section:not(.kv-hero):not(.cta):not(.kv-cta) h3,
body.has-unified-header .profissional-texto h3,
body.has-unified-header .cont-two h2,
body.has-unified-header .atendimento h1,
body.has-unified-header .atendimento h2,
body.has-unified-header .atendimento h3 {
  color: var(--area-marrom);
  font-family: var(--area-serif);
  font-weight: 500;
}

body.has-unified-header section:not(.kv-hero):not(.cta):not(.kv-cta) p,
body.has-unified-header section:not(.kv-hero):not(.cta):not(.kv-cta) li,
body.has-unified-header .atendimento p,
body.has-unified-header .atendimento li,
body.has-unified-header .profissional-texto p,
body.has-unified-header .profissional-texto li,
body.has-unified-header .cont-one p,
body.has-unified-header .cont-two p,
body.has-unified-header .kv-lead,
body.has-unified-header .kv-card p {
  color: var(--area-texto);
  font-family: var(--area-sans);
  font-weight: 300;
}

body.has-unified-header .atendimento,
body.has-unified-header .profissional,
body.has-unified-header .profissional-texto,
body.has-unified-header .cont-one,
body.has-unified-header .cont-two,
body.has-unified-header .kv-section {
  background-color: var(--area-creme);
}

body.has-unified-header .kv-section-muted,
body.has-unified-header .kv-card,
body.has-unified-header .kv-quote,
body.has-unified-header .profissional-texto,
body.has-unified-header .cont-two {
  border-color: var(--area-linha);
}

body.has-unified-header .kv-card,
body.has-unified-header .kv-link-card,
body.has-unified-header .profissional-texto,
body.has-unified-header .cont-two {
  background: rgba(255, 255, 255, .48);
}

body.has-unified-header .kv-card span,
body.has-unified-header .kv-card__num,
body.has-unified-header .profissional-texto strong,
body.has-unified-header section:not(.kv-hero):not(.cta):not(.kv-cta) strong {
  color: var(--area-ouro);
}

body.has-unified-header a:not(.site-header__logo):not(.site-header__cta):not(.social-icon):not(.whats-float) {
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

body.has-unified-header main a:not(.kv-btn),
body.has-unified-header section a:not(.kv-btn) {
  color: var(--area-ouro);
}

body.has-unified-header main a:not(.kv-btn):hover,
body.has-unified-header section a:not(.kv-btn):hover {
  color: var(--area-ouro-claro);
}

body.has-unified-header .kv-btn,
body.has-unified-header button,
body.has-unified-header input[type="submit"] {
  font-family: var(--area-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.has-unified-header .kv-btn-primary,
body.has-unified-header .kv-btn--gold {
  background: var(--area-ouro);
  color: var(--area-preto);
  border-color: var(--area-ouro);
}

body.has-unified-header .kv-btn-secondary,
body.has-unified-header .kv-btn {
  border-color: var(--area-linha);
}

body.has-unified-header hr,
body.has-unified-header .linha-dourada,
body.has-unified-header .linha-dourada-2 {
  border-color: var(--area-linha);
  background-color: var(--area-linha);
}

/* Camada final para padronizar todas as subpáginas de Áreas de Atuação */
body.has-unified-header #header-grande,
body.has-unified-header #header-pequeno,
body.has-unified-header #mobile-header,
body.has-unified-header #mobile-menu,
body.has-unified-header .divisor-area-footer {
  display: none !important;
}

body.has-unified-header {
  background: var(--area-creme) !important;
  color: var(--area-marrom) !important;
  font-family: var(--area-sans) !important;
}

body.has-unified-header .hero-container {
  position: relative !important;
  z-index: 0 !important;
  min-height: calc(100vh - 94px) !important;
  background: var(--area-preto) !important;
  border-bottom: 1px solid var(--area-linha) !important;
  overflow: hidden !important;
}

body.has-unified-header .hero-bg-img {
  position: relative !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(.88) contrast(.96) !important;
}

body.has-unified-header .hero-container .overflow,
body.has-unified-header .hero-container .header-overlay {
  background: linear-gradient(90deg, rgba(13, 15, 12, .84), rgba(47, 29, 17, .58) 48%, rgba(13, 15, 12, .24)) !important;
}

body.has-unified-header .texto-topo-video {
  position: absolute !important;
  left: clamp(28px, 7vw, 96px) !important;
  right: auto !important;
  top: auto !important;
  bottom: clamp(72px, 12vh, 128px) !important;
  transform: none !important;
  width: min(640px, calc(100% - 56px)) !important;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 48px) !important;
  text-align: left !important;
  background: rgba(13, 15, 12, .24) !important;
  border: 1px solid rgba(201, 169, 110, .58) !important;
  backdrop-filter: blur(2px);
}

body.has-unified-header .subtitulo {
  margin: 0 0 18px !important;
  color: var(--area-ouro) !important;
  font-family: var(--area-sans) !important;
  font-size: .72rem !important;
  font-weight: 600 !important;
  letter-spacing: .28em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.has-unified-header .titulo-video {
  margin: 0 !important;
  color: var(--area-creme) !important;
  font-family: var(--area-serif) !important;
  font-size: clamp(2.4rem, 5vw, 5rem) !important;
  font-weight: 500 !important;
  letter-spacing: -.03em !important;
  line-height: 1.05 !important;
}

body.has-unified-header .hero-arrow {
  color: var(--area-ouro) !important;
}

body.has-unified-header .atendimento,
body.has-unified-header [class^="atividades-"],
body.has-unified-header [class*=" atividades-"] {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: clamp(56px, 7vw, 92px) 0 0 !important;
  background: transparent !important;
  color: var(--area-texto) !important;
}

body.has-unified-header [class^="atividades-"],
body.has-unified-header [class*=" atividades-"] {
  padding-top: 28px !important;
}

body.has-unified-header .atendimento p,
body.has-unified-header .atendimento li,
body.has-unified-header [class^="atividades-"] p,
body.has-unified-header [class*=" atividades-"] p,
body.has-unified-header [class^="atividades-"] li,
body.has-unified-header [class*=" atividades-"] li {
  margin: 0 0 22px !important;
  color: rgba(47, 29, 17, .76) !important;
  font-family: var(--area-sans) !important;
  font-size: clamp(1rem, 1.2vw, 1.13rem) !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
}

body.has-unified-header [class^="atividades-"] h3,
body.has-unified-header [class*=" atividades-"] h3 {
  margin: 36px 0 22px !important;
  color: var(--area-marrom) !important;
  font-family: var(--area-serif) !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
}

body.has-unified-header [class^="atividades-"] ul,
body.has-unified-header [class*=" atividades-"] ul {
  display: grid !important;
  gap: 18px !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.has-unified-header [class^="atividades-"] li,
body.has-unified-header [class*=" atividades-"] li {
  position: relative !important;
  padding: 18px 0 0 28px !important;
  border-top: 1px solid var(--area-linha) !important;
}

body.has-unified-header [class^="atividades-"] li::before,
body.has-unified-header [class*=" atividades-"] li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 28px !important;
  width: 7px !important;
  height: 7px !important;
  background: var(--area-ouro) !important;
}

body.has-unified-header [class^="profissionais-"],
body.has-unified-header [class*=" profissionais-"] {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: clamp(72px, 9vw, 120px) auto 24px !important;
  color: #8a6f43 !important;
  font-family: var(--area-sans) !important;
  font-size: .76rem !important;
  font-weight: 500 !important;
  letter-spacing: .2em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

body.has-unified-header [class^="profissional-"]:not(.profissional-texto):not(.profissional-contato),
body.has-unified-header [class*=" profissional-"]:not(.profissional-texto):not(.profissional-contato) {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 28px !important;
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr) minmax(240px, .65fr) !important;
  gap: 28px !important;
  align-items: center !important;
  background: rgba(255, 255, 255, .62) !important;
  border: 1px solid var(--area-linha) !important;
}

body.has-unified-header [class^="profissional-"]:not(.profissional-texto):not(.profissional-contato) > img,
body.has-unified-header [class*=" profissional-"]:not(.profissional-texto):not(.profissional-contato) > img {
  width: 180px !important;
  height: 220px !important;
  max-width: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  background: #efe8df !important;
}

body.has-unified-header .profissional-texto {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body.has-unified-header .profissional-texto h3 {
  margin: 0 !important;
  color: var(--area-marrom) !important;
  font-family: var(--area-serif) !important;
  font-size: 1.55rem !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
}

body.has-unified-header .profissional-texto p,
body.has-unified-header .profissional-contato p {
  margin: 0 0 8px !important;
  color: rgba(47, 29, 17, .72) !important;
  font-family: var(--area-sans) !important;
  font-size: .92rem !important;
  line-height: 1.6 !important;
}

body.has-unified-header .linha-dourada {
  width: 100% !important;
  height: 1px !important;
  margin: 16px 0 !important;
  border: 0 !important;
  background: var(--area-linha) !important;
}

body.has-unified-header .profissional-contato {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  gap: 10px !important;
}

body.has-unified-header .profissional-contato i {
  color: var(--area-ouro) !important;
  margin-right: 8px !important;
}

body.has-unified-header .cont-two {
  width: 100% !important;
  max-width: none !important;
  margin: clamp(80px, 10vw, 130px) 0 0 !important;
  padding: clamp(76px, 8vw, 110px) 0 !important;
  background: #f1e8df !important;
  border-top: 1px solid var(--area-linha) !important;
}

body.has-unified-header .cont-two h2 {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto 28px !important;
  color: #8a6f43 !important;
  font-family: var(--area-sans) !important;
  font-size: .76rem !important;
  font-weight: 500 !important;
  letter-spacing: .2em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

body.has-unified-header .cont-two hr {
  width: min(1180px, calc(100% - 48px)) !important;
  height: 1px !important;
  margin: 0 auto 36px !important;
  border: 0 !important;
  background: var(--area-linha) !important;
}

body.has-unified-header .flexwp {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 34px !important;
}

body.has-unified-header .atuacao,
body.has-unified-header .unity {
  width: auto !important;
  margin: 0 !important;
}

body.has-unified-header .flexwp img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  object-fit: cover !important;
}

body.has-unified-header .flexwp p {
  margin: 22px 0 14px !important;
  color: var(--area-marrom) !important;
  font-family: var(--area-serif) !important;
  font-size: clamp(1.25rem, 2vw, 1.75rem) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

body.has-unified-header .flexwp a {
  color: var(--area-ouro) !important;
  font-family: var(--area-sans) !important;
  font-size: .72rem !important;
  font-weight: 500 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

@media (max-width: 900px) {
  body.has-unified-header .hero-container {
    min-height: 72vh !important;
  }

  body.has-unified-header .texto-topo-video {
    left: 24px !important;
    bottom: 56px !important;
    width: calc(100% - 48px) !important;
    padding: 24px !important;
  }

  body.has-unified-header [class^="profissional-"]:not(.profissional-texto):not(.profissional-contato),
  body.has-unified-header [class*=" profissional-"]:not(.profissional-texto):not(.profissional-contato),
  body.has-unified-header .flexwp {
    grid-template-columns: 1fr !important;
  }

  body.has-unified-header [class^="profissional-"]:not(.profissional-texto):not(.profissional-contato) > img,
  body.has-unified-header [class*=" profissional-"]:not(.profissional-texto):not(.profissional-contato) > img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
  }
}

@media (max-width: 560px) {
  body.has-unified-header .atendimento,
  body.has-unified-header [class^="atividades-"],
  body.has-unified-header [class*=" atividades-"],
  body.has-unified-header [class^="profissionais-"],
  body.has-unified-header [class*=" profissionais-"],
  body.has-unified-header [class^="profissional-"]:not(.profissional-texto):not(.profissional-contato),
  body.has-unified-header [class*=" profissional-"]:not(.profissional-texto):not(.profissional-contato),
  body.has-unified-header .cont-two h2,
  body.has-unified-header .cont-two hr,
  body.has-unified-header .flexwp {
    width: calc(100% - 32px) !important;
  }
}
