.page-contato {
  color: #010101;
  background: #ffffff;
}
.page-contato .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: #ffffff;
  background: transparent;
}
.page-contato .site-header__inner {
  width: min(100% - 160px, 1760px);
  min-height: 168px;
  align-items: flex-start;
  padding-top: 48px;
}
.page-contato .site-branding__crest {
  width: 75px;
}
.page-contato .site-branding__name {
  display: none;
}
.page-contato .site-navigation {
  padding-top: 28px;
}
.page-contato .primary-menu {
  gap: 66px;
}
.page-contato .primary-menu a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}
.page-contato .site-header__actions {
  gap: 14px;
  padding-top: 19px;
}
.page-contato .site-header__actions a {
  color: #ffffff;
}
.page-contato .site-header__actions img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}
.page-contato .site-header__member {
  min-width: 164px;
  min-height: 50px;
  margin-top: -5px;
  margin-left: 20px;
  padding-inline: 28px;
  border-radius: 3px;
}
.page-contato .site-main {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.contact-hero {
  position: relative;
  height: 750px;
  overflow: hidden;
  color: #ffffff;
  background: #001007 url("../../img/contato/hero.png") center 45%/cover no-repeat;
}
.contact-hero::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 16, 7, 0.16);
  content: "";
}

.contact-hero__inner {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
  height: 100%;
}
.contact-hero__inner h1 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  position: absolute;
  top: 327px;
  left: 70px;
  margin: 0;
  color: #e52521;
  font-size: 128px;
}
.contact-hero__inner h1 span {
  display: block;
}
.contact-hero__inner p {
  position: absolute;
  top: 433px;
  right: 78px;
  width: 780px;
  margin: 0;
  font-size: 1.4375rem;
  line-height: 1.6;
}

.contact-channels {
  position: relative;
  height: 380px;
  background: #f4f4f4;
}

.contact-channels__grid {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  position: relative;
  top: -42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.contact-channel {
  display: grid;
  height: 372px;
  grid-template-rows: 190px 1px 1fr;
  padding: 0 36px;
  background: #ffffff;
  border-top: 8px solid #010101;
  box-shadow: 0 14px 28px rgba(0, 16, 7, 0.1);
}
.contact-channel > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
  text-align: center;
}
.contact-channel h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  margin: 0;
  font-size: 48px;
}
.contact-channel p {
  min-height: 56px;
  margin: 18px 0 0;
  font-size: 1.125rem;
  line-height: 1.45;
}
.contact-channel address {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  font-style: normal;
}
.contact-channel address a {
  display: flex;
  min-width: 0;
  align-items: center;
  color: #010101;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}
.contact-channel address img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-right: 14px;
  filter: invert(29%) sepia(29%) saturate(1532%) hue-rotate(96deg) brightness(90%);
}

.contact-channel__divider {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #014a1e 0 32%, #e52521 32% 66%, #ffcc07 66%);
}

.contact-location {
  position: relative;
  height: 744px;
  background: #f4f4f4;
}

.contact-location__header {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  display: flex;
  height: 205px;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 34px;
}
.contact-location__header h2 {
  position: relative;
  margin: 0;
  padding-left: 25px;
  color: #014a1e;
  font-size: 38px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}
.contact-location__header h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #ffcc07;
  content: "";
}
.contact-location__header h2 span {
  display: block;
  font-weight: 400;
}

.contact-location__address {
  position: relative;
  z-index: 5;
  width: 286px;
}
.contact-location__address address {
  margin: 0;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6;
}
.contact-location__address:focus {
  outline: 0;
}
.contact-location__address:focus-visible address {
  outline: 2px solid #014a1e;
  outline-offset: 6px;
}
.contact-location__address:hover .contact-location__routes, .contact-location__address:focus .contact-location__routes, .contact-location__address:focus-within .contact-location__routes {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.contact-location__routes {
  position: absolute;
  top: 87px;
  left: 0;
  display: flex;
  width: 286px;
  height: 176px;
  flex-direction: column;
  gap: 10px;
  padding: 39px 33px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 5px 8px rgba(1, 1, 1, 0.16);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  pointer-events: none;
}

.contact-location__route {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #121212;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 28px;
}
.contact-location__route img {
  width: 24px;
  height: 24px;
}

.contact-location__route--waze {
  color: #ffffff;
  background: #60b1ed;
}
.contact-location__route--waze img {
  filter: brightness(0) invert(1);
}

.contact-location__route--maps {
  background: #e5e5e5;
}

.contact-location__map {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  display: block;
  height: 539px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
}
.contact-location__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-faq {
  height: 927px;
  padding-top: 128px;
  background: #ffffff;
}

.contact-faq__heading {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 463px;
}
.contact-faq__heading h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  margin: 0;
  padding-left: 125px;
  color: #106734;
  font-size: 132px;
}
.contact-faq__heading p {
  width: 719px;
  margin: 8px 0 0;
  font-size: 1.4375rem;
  line-height: 1.55;
}

.contact-faq__content {
  width: min(100% - 160px, 1628px);
  margin-right: auto;
  margin-left: max(80px, (100% - 1920px) / 2 + 154px);
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 54px;
  margin-top: 47px;
}

.contact-faq__tabs {
  height: fit-content;
  min-height: 437px;
  padding-bottom: 11px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.05);
}
.contact-faq__tabs button {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  color: #010101;
  font: 500 1.4375rem/1 var(--font-base);
  text-align: left;
  text-transform: uppercase;
  background: #ffffff;
  border: 0;
  cursor: pointer;
}
.contact-faq__tabs button:not(:last-child)::after {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 1px;
  background: #d8d8d8;
  content: "";
}
.contact-faq__tabs button.is-active {
  height: 76px;
  color: #ffffff;
  background: #014a1e;
}
.contact-faq__tabs button.is-active::after {
  display: none;
}

.contact-faq__panels {
  min-width: 0;
}

.contact-faq__panel {
  display: none;
}
.contact-faq__panel.is-active {
  display: block;
}

.contact-faq__item {
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 24px;
  box-shadow: 0 0 5.5px rgba(1, 1, 1, 0.08);
}
.contact-faq__item + .contact-faq__item {
  margin-top: 11px;
}
.contact-faq__item h3 {
  margin: 0;
}
.contact-faq__item h3 button {
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  color: #010101;
  font: 500 1.4375rem/1.25 var(--font-base);
  text-align: left;
  background: #ffffff;
  border: 0;
  cursor: pointer;
}
.contact-faq__item h3 i {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-left: 20px;
}
.contact-faq__item h3 i::before, .contact-faq__item h3 i::after {
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 3px;
  background: #e52521;
  content: "";
  transition: transform 180ms ease;
}
.contact-faq__item h3 i::after {
  transform: rotate(90deg);
}
.contact-faq__item:not(.is-open) h3 i::before, .contact-faq__item:not(.is-open) h3 i::after {
  background: #939393;
}
.contact-faq__item.is-open {
  min-height: 227px;
}
.contact-faq__item.is-open h3 button {
  border-radius: 24px 24px 0 0;
}
.contact-faq__item.is-open h3 i::after {
  transform: rotate(0);
}

.contact-faq__answer {
  display: flex;
  min-height: 161px;
  align-items: center;
  padding: 30px 32px;
  background: #f4f4f4;
}
.contact-faq__answer p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.contact-faq__answer[hidden] {
  display: none;
}

.contact-social {
  position: relative;
  height: 870px;
  overflow: hidden;
  color: #ffffff;
  background: radial-gradient(circle at center, #016428 0%, #014a1e 100%);
}
.contact-social::before {
  position: absolute;
  inset: 0 0 16px;
  background: url("../../img/contato/social-background.jpg") center/cover no-repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.115;
  pointer-events: none;
}
.contact-social::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 16px;
  background: linear-gradient(90deg, #014a1e 0 33.333%, #e52521 33.333% 66.666%, #ffcc07 66.666%);
  content: "";
}

.contact-social__inner {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
  display: flex;
  height: calc(100% - 16px);
  align-items: center;
  flex-direction: column;
  padding-top: 274px;
  text-align: center;
}
.contact-social__inner h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  margin: 0;
  color: #e52521;
  font-size: 132px;
}
.contact-social__inner h2 span {
  color: #ffffff;
}
.contact-social__inner p {
  width: 516px;
  margin: 14px 0 0;
  font-size: 1.5rem;
  line-height: 30px;
}

.contact-social__links {
  display: grid;
  width: 1188px;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 129px;
}

.contact-social__link {
  display: flex;
  height: 73px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
}
.contact-social__link img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.contact-social__link--instagram {
  background: linear-gradient(90deg, #7a00d3, #e52521);
}

.contact-social__link--facebook {
  background: #004ad5;
}

.contact-social__link--youtube {
  background: #e52521;
}

.contact-social__link--tiktok {
  background: #010101;
}

@media (max-width: 1500px) {
  .page-contato .primary-menu {
    gap: 34px;
  }
  .page-contato .primary-menu a {
    font-size: 0.875rem;
  }
  .contact-channel {
    padding-inline: 24px;
  }
  .contact-channel h2 {
    font-size: 40px;
  }
  .contact-channel p,
  .contact-channel address a {
    font-size: 1rem;
  }
  .contact-faq__heading {
    gap: 150px;
  }
}
@media (max-width: 1100px) {
  .page-contato .site-header__inner {
    width: min(100% - 48px, 980px);
  }
  .page-contato .site-navigation,
  .page-contato .site-header__actions > a:not(.site-header__member) {
    display: none;
  }
  .page-contato .site-header__actions {
    margin-left: auto;
  }
  .contact-hero__inner,
  .contact-channels__grid,
  .contact-location__header,
  .contact-location__map,
  .contact-faq__heading,
  .contact-faq__content,
  .contact-social__inner {
    width: min(100% - 48px, 980px);
  }
  .contact-faq__content {
    margin-inline: auto;
  }
  .contact-hero__inner h1 {
    left: 0;
    font-size: 100px;
  }
  .contact-hero__inner p {
    right: 0;
    width: 50%;
  }
  .contact-channels {
    height: 730px;
  }
  .contact-channels__grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-location {
    height: 850px;
  }
  .contact-location__header {
    height: 255px;
  }
  .contact-faq {
    height: auto;
    min-height: 930px;
    padding-bottom: 100px;
  }
  .contact-faq__heading {
    grid-template-columns: 330px 1fr;
    gap: 60px;
  }
  .contact-faq__heading h2 {
    padding-left: 0;
    font-size: 110px;
  }
  .contact-faq__heading p {
    width: auto;
  }
  .contact-faq__content {
    grid-template-columns: 280px 1fr;
    gap: 28px;
  }
  .contact-social__links {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .page-contato .site-header__inner {
    width: min(100% - 32px, 560px);
    min-height: 92px;
    align-items: center;
    padding-top: 0;
  }
  .page-contato .site-branding__crest {
    width: 58px;
  }
  .page-contato .site-header__actions {
    padding-top: 0;
  }
  .page-contato .site-header__member {
    min-width: 0;
    min-height: 42px;
    margin: 0;
    padding-inline: 18px;
  }
  .contact-hero {
    height: 590px;
    background-position: 42% center;
  }
  .contact-hero__inner {
    width: min(100% - 32px, 560px);
  }
  .contact-hero__inner h1 {
    top: 220px;
    font-size: 72px;
  }
  .contact-hero__inner p {
    top: 385px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
  .contact-channels {
    height: auto;
    padding: 32px 0 72px;
  }
  .contact-channels__grid {
    top: 0;
    width: min(100% - 32px, 560px);
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-channel {
    height: 320px;
    grid-template-rows: 160px 1px 1fr;
  }
  .contact-channel h2 {
    font-size: 40px;
  }
  .contact-location {
    height: auto;
    padding-bottom: 72px;
  }
  .contact-location__header {
    width: min(100% - 32px, 560px);
    height: auto;
    flex-direction: column;
    gap: 28px;
    padding: 62px 0 32px;
  }
  .contact-location__address {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .contact-location__address .contact-location__routes {
    position: static;
    width: 100%;
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .contact-location__map {
    width: calc(100% - 32px);
    height: 320px;
  }
  .contact-location__map img {
    object-position: 43% center;
  }
  .contact-faq {
    min-height: 0;
    padding: 72px 0;
  }
  .contact-faq__heading {
    width: min(100% - 32px, 560px);
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-faq__heading h2 {
    font-size: 86px;
  }
  .contact-faq__heading p {
    margin: 0;
    font-size: 1rem;
  }
  .contact-faq__content {
    width: min(100% - 32px, 560px);
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 38px;
  }
  .contact-faq__tabs {
    display: flex;
    overflow-x: auto;
    border-radius: 4px;
  }
  .contact-faq__tabs button,
  .contact-faq__tabs button.is-active {
    width: auto;
    min-width: max-content;
    height: 54px;
    padding-inline: 20px;
    font-size: 0.875rem;
  }
  .contact-faq__tabs button::after {
    display: none;
  }
  .contact-faq__item h3 button {
    min-height: 60px;
    padding: 12px 18px;
    font-size: 1rem;
  }
  .contact-faq__answer {
    padding: 20px 18px 24px;
  }
  .contact-faq__answer p {
    font-size: 0.9375rem;
  }
  .contact-social {
    height: 700px;
  }
  .contact-social__inner {
    width: min(100% - 32px, 560px);
    padding-top: 115px;
  }
  .contact-social__inner h2 {
    font-size: 70px;
  }
  .contact-social__inner p {
    width: 100%;
    font-size: 1rem;
  }
  .contact-social__links {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 72px;
  }
  .contact-social__link {
    height: 62px;
    gap: 10px;
    font-size: 0.875rem;
  }
  .contact-social__link img {
    width: 22px;
    height: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-faq__item h3 i::after {
    transition-duration: 0.01ms;
  }
}

/*# sourceMappingURL=contato.css.map */
