:root {
  --header-preto: #0d0f0c;
  --header-creme: #f9f4ee;
  --header-ouro: #c9a96e;
}

body.has-unified-header {
  padding-top: 94px;
}

body.has-unified-header > .nav,
body.has-unified-header > .kv-nav,
body.has-unified-header > .kv-header,
body.has-unified-header #header-grande,
body.has-unified-header #header-pequeno,
body.has-unified-header #mobile-header,
body.has-unified-header #mobile-menu {
  display: none !important;
}

.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2147483000 !important;
  background: rgba(13, 15, 12, .96);
  border-bottom: 1px solid rgba(201, 169, 110, .22);
  backdrop-filter: blur(12px);
  transform: translateZ(0);
  isolation: isolate;
}

.site-header__inner {
  width: min(1320px, calc(100% - 56px));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-header__logo img {
  height: 58px;
  width: auto;
  display: block;
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.4vw, 42px);
  flex: 1 1 auto;
}

.site-header__nav a,
.site-header__mobile a {
  color: var(--header-creme);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .86rem;
  font-weight: 500;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.site-header__client {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--header-ouro);
  font-size: 1.35rem;
  letter-spacing: 0;
  text-decoration: none;
}

.site-header__client i {
  line-height: 1;
}

.site-header__mobile .site-header__client {
  color: var(--header-ouro);
  font-size: 1.35rem;
  letter-spacing: 0;
  text-transform: none;
}

.site-header__nav a:hover,
.site-header__mobile a:hover {
  color: var(--header-ouro);
}

.site-header__cta {
  color: var(--header-ouro);
  border: 1px solid rgba(201, 169, 110, .62);
  padding: 18px 28px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .24em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.site-header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-header__cta:hover {
  background: var(--header-ouro);
  border-color: var(--header-ouro);
  color: var(--header-preto);
}

.site-header__burger {
  display: none;
  width: 40px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.site-header__burger span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 7px 0;
  background: var(--header-ouro);
  transition: transform .2s ease, opacity .2s ease;
}

.site-header__burger.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.site-header__burger.is-open span:nth-child(2) {
  opacity: 0;
}

.site-header__burger.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.site-header__mobile {
  display: none;
  border-top: 1px solid rgba(201, 169, 110, .16);
  background: var(--header-preto);
  padding: 14px 28px 28px;
}

.site-header__mobile.is-open {
  display: block;
}

.site-header__mobile a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(249, 244, 238, .08);
}

.site-header__mobile a:last-child {
  color: var(--header-ouro);
  border-bottom: 0;
}

@media (max-width: 1180px) {
  .site-header__inner {
    width: min(1320px, calc(100% - 36px));
    gap: 24px;
  }

  .site-header__nav {
    gap: 22px;
  }

  .site-header__nav a {
    font-size: .8rem;
    letter-spacing: .18em;
  }

  .site-header__cta {
    padding: 16px 20px;
    font-size: .72rem;
  }
}

@media (max-width: 980px) {
  body.has-unified-header {
    padding-top: 82px;
  }

  .site-header__inner {
    min-height: 82px;
  }

  .site-header__logo img {
    height: 50px;
  }

  .site-header__nav,
  .site-header__actions {
    display: none;
  }

  .site-header__burger {
    display: block;
  }
}

body.has-unified-header footer {
  background: #0d0f0c;
  border-top: 1px solid rgba(201, 169, 110, .18);
  overflow: hidden;
}

body.has-unified-header .footer-completo {
  width: auto;
  margin: 0;
  padding: 46px 0 30px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 52px;
  padding-left: clamp(28px, 4vw, 68px);
  padding-right: clamp(28px, 4vw, 68px);
}

body.has-unified-header .inicio-footer img {
  width: 190px;
  height: auto;
  margin: 0;
  padding: 0;
}

body.has-unified-header .footer-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, max-content));
  justify-content: start;
  align-items: start;
  gap: 34px 78px;
  margin: 0;
}

body.has-unified-header .footer-items ul,
body.has-unified-header .footer-items-3 ul,
body.has-unified-header .footer-items-6 ul,
body.has-unified-header .unidades-central ul,
body.has-unified-header .title-sobre {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.has-unified-header .footer-items a {
  margin: 0;
  padding: 0 0 14px;
  font-size: .86rem;
  line-height: 1.35;
  letter-spacing: .16em;
}

body.has-unified-header .divisor-area-footer {
  width: min(1320px, calc(100% - 136px));
  margin: 0 auto;
}

body.has-unified-header .linha-dourada,
body.has-unified-header .linha-dourada-2 {
  width: 100%;
  margin: 18px 0;
}

body.has-unified-header .footer-completo-2 > .divisor-area-footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

body.has-unified-header .title-sobre {
  width: min(1320px, calc(100% - 136px));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

body.has-unified-header .title-sobre li {
  margin: 0;
}

body.has-unified-header .title-sobre a {
  display: inline-block;
  margin: 0;
  padding: 0 0 14px;
  font-size: 1.05rem;
}

body.has-unified-header .footer-completo-2 {
  width: min(1320px, calc(100% - 136px));
  margin: 0 auto;
  padding: 18px 0 34px;
}

body.has-unified-header .footer-items-3 {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  align-items: start;
  gap: 10px 34px;
}

body.has-unified-header .footer-items-3 a,
body.has-unified-header .footer-items-6 a {
  margin: 0;
  padding: 0 0 12px;
  line-height: 1.45;
  white-space: normal;
}

body.has-unified-header .unidades-central {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  column-gap: 40px;
  margin: 0;
  padding: 0;
}

body.has-unified-header .footer-completo-3 {
  padding: 0;
}

body.has-unified-header .footer-items-6 {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 40px;
  align-items: start;
}

body.has-unified-header .social-icons-container {
  width: auto;
  margin: 26px 0 0;
  padding-left: clamp(28px, 4vw, 68px);
  padding-right: clamp(28px, 4vw, 68px);
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

body.has-unified-header .social-icons-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

body.has-unified-header .direitos {
  margin: 0;
  padding: 0;
  text-align: left;
}

body.has-unified-header .direitos li {
  margin: 0 0 6px;
  list-style: none;
}

@media (max-width: 980px) {
  body.has-unified-header .footer-completo,
  body.has-unified-header .footer-completo-2,
  body.has-unified-header .title-sobre,
  body.has-unified-header .divisor-area-footer,
  body.has-unified-header .social-icons-container {
    width: auto;
  }

  body.has-unified-header .footer-completo {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 0 24px;
  }

  body.has-unified-header .inicio-footer img {
    width: 180px;
  }

  body.has-unified-header .footer-items,
  body.has-unified-header .footer-items-3,
  body.has-unified-header .footer-items-6,
  body.has-unified-header .unidades-central {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.has-unified-header .social-icons-container {
    flex-direction: column;
    align-items: flex-start;
  }

  body.has-unified-header .direitos {
    text-align: left;
  }
}
