/* contato — ported from html-v2. */
:root {
  --capi-green:       #2D9773;
  --capi-dark-bar:    #032025;
  --capi-bg:          #000000;
  --capi-teal-accent: #4FBAAD;
  --capi-divider:     rgba(255,255,255,.45);
  --container-px:     14.4%;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--capi-bg);
  color: #fff;
  font-family: 'DIN Next LT Pro', system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
}

/* ── LOGIN BAR */
.login-bar {
  background: var(--capi-dark-bar);
  height: clamp(60px,5vw,90px);
  display: flex; align-items: center; justify-content: flex-end;
  padding-right: var(--container-px);
  position: relative; z-index: 2;
}
.login-btn {
  display: inline-flex; align-items: center; gap: clamp(10px,.9vw,18px);
  background: transparent; border: 0; color: #fff; cursor: pointer;
  font-family: inherit; font-size: clamp(14px,1.05vw,19px); font-weight: 400;
}
.login-btn__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: clamp(36px,2.78vw,50px); aspect-ratio: 1;
  background: var(--capi-green); border-radius: 4px;
}
.login-btn__icon img { width: 40%; height: auto; }

/* ── SITE HEADER */
.site-header {
  background: var(--capi-bg);
  padding: clamp(36px,4.7vw,85px) var(--container-px);
  display: flex; align-items: center;
}
.site-header .logo { width: clamp(200px,26.7vw,480px); height: auto; display: block; }

/* ── MENU */
.header-menu {
  background: var(--capi-green);
  padding: 0 var(--container-px);
  height: clamp(52px,5.22vw,94px);
  display: flex; align-items: center;
  position: relative; z-index: 2;
}
.header-menu ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: clamp(18px,3vw,56px);
}
.header-menu a {
  color: #fff; text-decoration: none; font-weight: 400;
  font-size: clamp(13px,1.06vw,19px); letter-spacing: .02em;
  transition: opacity .15s ease;
}
.header-menu a:hover { opacity: .75; }
.header-menu a.is-active { font-weight: 700; }

/* ── PAGE TITLE (contato: FALE / CONOSCO, PSD y637/703) */
.page-title-block {
  position: relative;
  padding: 9.233vw var(--container-px) 0;
}
.page-title-block .line1,
.page-title-block .line2 {
  font-size: 3.333vw; line-height: 1.1;
  font-style: italic; font-weight: 300;
  text-transform: uppercase; letter-spacing: 0;
  color: #fff;
}
.page-title-block .line2 {
  font-weight: 700; letter-spacing: .008em;
  color: var(--capi-teal-accent);
  padding-left: 3.22vw;
}
.page-title-block::before,
.page-title-block::after {
  content: '';
  position: absolute;
  height: 0.1667vw;
  background: rgba(255,255,255,.87);
}
.page-title-block::before { left: 0; width: 13.89vw; top: 10.53vw; }
.page-title-block::after  { left: 32.78vw; right: 0; top: 14.47vw; }

/* ── FOOTER */
.footer-capi {
  background: var(--capi-green); color: #fff;
  padding-top: clamp(36px,3.28vw,64px);
  padding-bottom: clamp(48px,4.22vw,80px);
  padding-left: 14.39%; padding-right: 11.28%;
}
.footer-capi .endereco-title {
  font-weight: 700; font-size: clamp(15px,1.37vw,22px); line-height: 1.25; margin-bottom: .35em;
}
.footer-capi .endereco-text {
  font-weight: 300; font-size: clamp(14px,1.18vw,19px); line-height: 1.45;
}
.footer-capi hr.endereco-divider {
  border: 0; border-top: 1px solid var(--capi-divider); margin: clamp(14px,1.4vw,24px) 0; opacity: 1;
}
.footer-capi .social-row { gap: clamp(10px,1.22vw,22px); }
.footer-capi .social-row a {
  display: inline-flex; width: clamp(30px,2.61vw,47px); aspect-ratio: 1; transition: transform .15s ease;
}
.footer-capi .social-row a:hover { transform: translateY(-2px); }
.footer-capi .social-row img { width: 100%; height: 100%; display: block; }
.footer-capi .logo-capi { max-width: 100%; height: auto; display: block; }

@media (max-width: 768px) {
  :root { --container-px: 24px; }
  .header-menu ul { gap: 14px; }
  .header-menu a { font-size: 13px; }
  .footer-capi { padding: 32px 24px; }
}


body {
  background: url(../../images/contato/contato.jpg) top center / 100% auto no-repeat #000;
}
.contato-section {
  padding: clamp(24px,3vw,60px) var(--container-px) clamp(60px,12vw,240px);
  position: relative;
}
.contato-intro {
  font-size: clamp(14px,1.472vw,28px); font-weight: 300; font-style: italic;
  line-height: 1.5; color: #fff; letter-spacing: .05em;
  margin: clamp(20px,3vw,58px) 0 0; max-width: 70ch;
}
/* Contact cards — responsive grid; each card flows (icon badge + stacked text). */
.contato-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(28px,3.33vw,64px);
  margin-top: clamp(48px,11vw,220px);
}
.contato-card {
  position: relative;
  min-height: clamp(180px,21vw,400px);
  background: var(--capi-green);
  border-radius: clamp(6px,.56vw,12px);
  text-align: center;
  padding: clamp(56px,7vw,130px) clamp(16px,2vw,36px) clamp(24px,3vw,54px);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .4em;
}
.contato-card__icon {
  position: absolute; left: clamp(-8px,-0.72vw,0px); top: clamp(-24px,-1.67vw,-14px);
  width: clamp(56px,6.89vw,130px); height: clamp(56px,6.89vw,130px); border-radius: 50%;
  background: var(--capi-teal-accent);
  display: flex; align-items: center; justify-content: center;
}
.contato-card--tel  .contato-card__icon img { width: 44%; }
.contato-card--mail .contato-card__icon img { width: 50%; }
.contato-card--map  .contato-card__icon img { width: 46%; }
.contato-card p { margin: 0; color: #fff; }
/* Links inside cards (e-mail) — white, weight from the card typography, no
   browser default blue/underline. */
.contato-card a { color: #fff; text-decoration: none; }
.contato-card a:hover { text-decoration: underline; }
.card-tel    { font-weight: 700; font-size: clamp(16px,1.75vw,32px); line-height: 1.1; }
.card-mail   { font-weight: 700; font-size: clamp(14px,1.556vw,28px); line-height: 1.3; }
.card-map-t1 { font-weight: 700; font-size: clamp(13px,1.222vw,22px); line-height: 1.3; }
.card-map-t2 { font-style: italic; font-size: clamp(12px,1.111vw,20px); line-height: 1.3; }
.card-map-div {
  width: 80%; margin: clamp(8px,1vw,16px) auto; border: 0;
  border-top: 2px dotted rgba(255,255,255,.55); opacity: 1;
}
.card-map-t3 { font-style: italic; font-weight: 400; font-size: clamp(11px,.972vw,18px); line-height: 1.35; }
.card-map-t3 strong { font-weight: 700; font-style: italic; }
/* Diretoria / servidores */
.equipe-section { margin-top: clamp(40px,6.86vw,130px); }
.equipe-grupo-titulo, .equipe-names {
  margin: 0; text-transform: uppercase;
  font-size: clamp(14px,1.389vw,26px); line-height: 1.5; letter-spacing: .02em;
}
.equipe-grupo-titulo { color: var(--capi-teal-accent); font-weight: 400; }
.equipe-names { color: #fff; font-weight: 700; }
.equipe-names + .equipe-grupo-titulo { margin-top: clamp(14px,2vw,36px); }
