.page-template-contato-php .site-header,
.page-template-contato-php .site-header.site-header--light {
  background: #ffffff;
  color: #0a0b35;
}

.page-template-contato-php .site-header .branding,
.page-template-contato-php .site-header .branding:hover,
.page-template-contato-php .site-header .primary-navigation,
.page-template-contato-php .site-header .primary-navigation a {
  color: #0a0b35;
}

.page-template-contato-php .site-header .primary-navigation .current-menu-item>a,
.page-template-contato-php .site-header .primary-navigation .js-mega-trigger[aria-expanded="true"] {
  color: #268afb;
}

.page-template-contato-php .site-header .header-cta .btn {
  height: 39px;
  padding: 0;
  margin-top: 7px;
  overflow: visible;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  background: transparent;
  background-image: none;
  isolation: isolate;
}

.page-template-contato-php .site-header .header-cta .btn::before,
.page-template-contato-php .site-header .header-cta .btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
  filter: brightness(0) saturate(100%) invert(6%) sepia(40%) saturate(1692%) hue-rotate(213deg) brightness(92%) contrast(102%);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.page-template-contato-php .site-header .header-cta .btn::before {
  z-index: 0;
  background-image: var(--btn-bg-image);
}

.page-template-contato-php .site-header .header-cta .btn::after {
  z-index: 1;
  background-image: var(--btn-overlay-image, var(--btn-bg-image));
  opacity: 1;
  transform: translate(0, 0);
}

.page-template-contato-php .site-header .header-cta .btn .btn-label {
  position: relative;
  z-index: 2;
  transition: transform 0.2s ease;
}

.page-template-contato-php .site-header .header-cta .btn-outline {
  width: 150px;
  margin-right: -20px;
  color: #0a0b35;
  --btn-bg-image: url('../assets/img/btn-outline.svg');
  --btn-overlay-image: url('../assets/img/btn-outline.svg');
  --btn-bg-size: 141.75px 31.6248px;
  --btn-bg-pos: 1.12px 3.19px;
}

.page-template-contato-php .site-header .header-cta .btn-outline::before {
  background-image: var(--btn-bg-image);
}

.page-template-contato-php .site-header .header-cta .btn-outline::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='141.75' height='31.6248' viewBox='0 0 141.75 31.6248' fill='none'%3E%3Cpath d='M13.4894 0.399414H138.552C140.441 0.399441 141.786 2.23411 141.219 4.03613L133.977 27.0322C133.191 29.5276 130.877 31.2256 128.261 31.2256H3.19839C1.30915 31.2256 -0.0360095 29.3909 0.531401 27.5889L7.77261 4.5918C8.55853 2.09647 10.8732 0.399414 13.4894 0.399414Z' fill='white' stroke='%230a0b35' stroke-width='0.799029'/%3E%3C/svg%3E");
  filter: none;
}

.page-template-contato-php .site-header .header-cta .btn-primary {
  width: 138px;
  color: #ffffff;
  --btn-bg-image: url('../assets/img/btn-solid-outline.svg');
  --btn-overlay-image: url('../assets/img/btn-solid.svg');
  --btn-bg-size: 133.124px 31.6248px;
  --btn-bg-pos: 0.45px 3.18px;
}

.page-template-contato-php .site-header .header-cta .btn:hover::after,
.page-template-contato-php .site-header .header-cta .btn:focus-visible::after,
.page-template-contato-php .site-header .header-cta .btn:hover .btn-label,
.page-template-contato-php .site-header .header-cta .btn:focus-visible .btn-label {
  transform: translate(4px, -4px);
}

.contato-page {
  background: #ffffff;
  min-height: 50vh !important;
}

.contato-page__section {
  background: #ffffff;
  padding: 112px 64px 80px;
}

.contato-page__container {
  max-width: 1280px;
  margin: 0 auto;
}

.contato-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  align-items: start;
}

.contato-page__content,
.contato-page__form-wrap {
  min-width: 0;
}

.contato-page__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contato-page__hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contato-page__title {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.48px;
}

.contato-page__description {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  white-space: pre-line;
}

.contato-page__channels {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #f2f2f2;
}

.contato-page__channels-title {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.32px;
}

.contato-page__channels-text {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  white-space: pre-line;
}

.contato-page__channel-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contato-page__channel-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contato-page__channel-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.contato-page__channel-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.contato-page__channel-link {
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  word-break: break-word;
}

.contato-page__channel-link:hover,
.contato-page__channel-link:focus-visible {
  color: #0d0d0d;
}

.contato-page__social {
  padding-top: 8px;
  border-top: 0.5px solid #868686;
}

.contato-page__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.contato-page__social-link {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contato-page__social-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.contato-page__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contato-page__form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contato-page__field {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.contato-page__field-label {
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.contato-page__input,
.contato-page__textarea {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 12px;
}

.contato-page__input {
  height: 48px;
}

.contato-page__textarea {
  min-height: 208px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

.contato-page__input::placeholder,
.contato-page__textarea::placeholder {
  color: rgba(13, 13, 13, 0.6);
}

.contato-page__input:focus-visible,
.contato-page__textarea:focus-visible {
  outline: 2px solid #268afb;
  outline-offset: 2px;
  border-color: #268afb;
}

.contato-page__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  cursor: pointer;
  position: relative;
}

.contato-page__checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contato-page__checkbox-box {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 2px;
  background: rgba(13, 13, 13, 0.05);
  border: 1px solid transparent;
}

.contato-page__checkbox-box::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.contato-page__checkbox-input:checked+.contato-page__checkbox-box {
  background: #0a0b35;
}

.contato-page__checkbox-input:checked+.contato-page__checkbox-box::after {
  transform: rotate(45deg) scale(1);
}

.contato-page__checkbox-input:focus-visible+.contato-page__checkbox-box {
  outline: 2px solid #268afb;
  outline-offset: 2px;
}

.contato-page__checkbox-text {
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.contato-page__checkbox-text a,
.contato-page__checkbox-text span {
  color: inherit;
}

.contato-page__checkbox-text a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.contato-page__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url('../assets/img/contact/submit-outline.svg');
  background-repeat: no-repeat;
  background-size: 197.125px 44px;
  background-position: 0.55px 6px;
  color: #0d0d0d;
  cursor: pointer;
  overflow: visible;
  text-align: center;
}

.contato-page__submit::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../assets/img/contact/submit-solid.svg');
  background-repeat: no-repeat;
  background-size: 197.125px 44px;
  background-position: 0.55px 6px;
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.contato-page__submit-label {
  position: relative;
  z-index: 1;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: transform 0.2s ease;
  top: 4px;
}

.contato-page__submit:hover::after,
.contato-page__submit:focus-visible::after {
  transform: translate(5px, -5px);
}

.contato-page__submit:hover .contato-page__submit-label,
.contato-page__submit:focus-visible .contato-page__submit-label {
  transform: translate(5px, -5px);
}

.contato-page__submit:focus-visible {
  outline: none;
}

@media (max-width: 1199px) {
  .contato-page__section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .contato-page__grid {
    gap: 48px;
  }
}

@media (max-width: 767px) {

  .page-template-contato-php .site-header .header-mobile-toggle__icon,
  .page-template-contato-php .site-header .header-mobile-toggle__icon::before,
  .page-template-contato-php .site-header .header-mobile-toggle__icon::after {
    background-color: #0a0b35;
  }

  .page-template-contato-php .site-header {
    border-bottom-color: rgba(10, 11, 53, 0.12);
  }

  .page-template-contato-php .site-header .header-mobile-toggle {
    color: #0a0b35;
  }

  .contato-page__section {
    padding: 40px 16px 32px;
  }

  .contato-page__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .contato-page__content {
    display: contents;
  }

  .contato-page__hero,
  .contato-page__form-wrap,
  .contato-page__channels {
    width: 100%;
  }

  .contato-page__hero {
    order: 1;
  }

  .contato-page__form-wrap {
    order: 2;
  }

  .contato-page__channels {
    order: 3;
    gap: 16px;
    padding: 24px;
  }

  .contato-page__hero {
    gap: 24px;
  }

  .contato-page__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.32px;
  }

  .contato-page__description,
  .contato-page__channels-text {
    font-size: 20px;
  }

  .contato-page__channels-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.32px;
  }

  .contato-page__channel-list {
    gap: 16px;
  }

  .contato-page__channel-item {
    gap: 16px;
  }

  .contato-page__channel-link {
    font-size: 18px;
  }

  .contato-page__social-links {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
  }

  .contato-page__form-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .contato-page__field-label,
  .contato-page__input,
  .contato-page__textarea {
    font-size: 18px;
  }

  .contato-page__textarea {
    min-height: 208px;
    resize: none;
  }

  .contato-page__checkbox {
    align-items: center;
    padding-bottom: 16px;
  }

  .contato-page__checkbox-text {
    font-size: 16px;
  }

  .contato-page__submit {
    width: 100%;
    height: 39.077px;
    background-image: url('../assets/img/contact/submit-mobile.svg');
    background-size: 100% 100%;
    background-position: center;
  }

  .contato-page__submit::after {
    display: none;
  }

  .contato-page__submit-label {
    top: 0;
    font-size: 17.299px;
    color: #08082a;
  }

  .contato-page__submit:hover .contato-page__submit-label,
  .contato-page__submit:focus-visible .contato-page__submit-label {
    transform: none;
  }
}