.u-section-1 {
  background-image: url("../img/hacetureservaportadaoacurecida.png");
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 820px;
}

.u-section-1 .u-text-1 {
  font-family: INTRODEMO-BLACKINLINECAPS;
  margin: 21px auto 0;
}

.u-section-1 .u-text-2 {
  font-family: HARABARA;
  width: 349px;
  margin: 20px auto 0;
}

.u-section-1 .u-form-1 {
  width: 570px;
  margin: 24px auto 60px;
}

.u-section-1 .u-section-panel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  margin-top: 28px;
  padding: 18px 0 8px;
  overflow: hidden;
}

.u-section-1 .u-layout-wrap-1 {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 430px;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 430px;
}

.u-section-1 .u-container-layout-1,
.u-section-1 .u-container-layout-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 30px 30px;
}

.u-section-1 .u-card-row {
  width: 100%;
  display: flex;
  justify-content: center;
}

.u-section-1 .u-card-row-top {
  min-height: 58px;
  align-items: flex-start;
}

.u-section-1 .u-card-row-media {
  min-height: 210px;
  align-items: center;
}

.u-section-1 .u-card-row-copy {
  min-height: 170px;
  align-items: flex-start;
}

.u-section-1 .u-image-1 {
  width: 205px;
  height: 206px;
  object-fit: contain;
  margin: 0 auto;
}

.u-section-1 .u-image-2 {
  width: 225px;
  height: 164px;
  object-fit: contain;
  margin: 0 auto;
}

.u-section-1 .u-text-4,
.u-section-1 .u-text-6 {
  width: 252px;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: Roboto, sans-serif;
  line-height: 1.25;
  margin: 0 auto;
  min-height: 0;
}

.u-section-1 .u-text-4 {
  margin-top: 0;
}

.u-section-1 .u-btn-2 {
  font-family: INTRODEMO-BLACKCAPS;
  border-style: solid;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
}

.u-section-1 .u-btn-3 {
  font-family: INTRODEMO-BLACKCAPS;
  border-style: solid;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
}

.u-section-1 .u-label-1 {
  font-family: INTRODEMO-BLACKCAPS;
}

.u-section-1 .u-input-1 {
  font-family: HARABARA-MAIS-LIGHT;
}

.u-section-1 .u-label-2 {
  font-family: INTRODEMO-BLACKCAPS;
}

.u-section-1 .u-input-2 {
  font-family: HARABARA-MAIS-LIGHT;
}

.u-section-1 .u-form-group-3 {
  margin-left: 0;
}

.u-section-1 .u-label-3 {
  font-family: INTRODEMO-BLACKCAPS;
}

.u-section-1 .u-input-3 {
  font-family: HARABARA-MAIS-LIGHT;
}

.u-section-1 .u-form-group-4 {
  margin-left: 0;
}

.u-section-1 .u-label-4 {
  font-family: INTRODEMO-BLACKCAPS;
}

.u-section-1 .u-input-4 {
  font-family: HARABARA-MAIS-LIGHT;
}

.u-section-1 .u-form-group-5 {
  margin-left: 0;
}

.u-section-1 .u-label-5 {
  font-family: INTRODEMO-BLACKCAPS;
}

.u-section-1 .u-input-5 {
  font-family: HARABARA-MAIS-LIGHT;
}

.u-section-1 .u-btn-1 {
  font-family: INTRODEMO-BLACKCAPS;
  border-style: solid;
  font-weight: 700;
  letter-spacing: 2px;
  background-image: none;
  text-transform: uppercase;
}

.htu-modal-open {
  overflow: hidden;
}

.htu-modal {
  display: none;
}

.htu-modal.is-open {
  display: block;
}

.htu-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000;
}

.htu-modal__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 520px);
  background: #fff;
  border-radius: 28px;
  padding: 30px 28px 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  z-index: 1001;
}

.htu-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.htu-modal__title {
  font-family: INTRODEMO-BLACKCAPS;
  color: #ff671f;
  text-align: center;
  font-size: 2rem;
  margin: 0 0 8px;
}

.htu-modal__subtitle {
  font-family: HARABARA;
  color: #333;
  text-align: center;
  font-size: 1.3rem;
  margin: 0 0 18px;
}

.htu-modal__field {
  margin-bottom: 12px;
}

.htu-modal__input {
  width: 100%;
  border: 2px solid #ff671f;
  border-radius: 999px;
  padding: 13px 18px;
  font-family: HARABARA-MAIS-LIGHT;
  font-size: 1.125rem;
  outline: none;
}

.htu-modal__hint {
  display: block;
  font-family: HARABARA-MAIS-LIGHT;
  color: #666;
  font-size: 0.95rem;
  margin-top: 6px;
  margin-left: 14px;
}

.htu-modal__message {
  font-family: HARABARA;
  font-size: 1.05rem;
  text-align: center;
  margin: 8px 0 12px;
}

.htu-modal__message--error {
  color: #b42318;
}

.htu-modal__message--success {
  color: #067647;
}

.htu-modal__submit {
  display: table;
  margin: 14px auto 0;
  min-width: 210px;
}

.htu-modal__submit-loading {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.htu-modal__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: htu-spin 0.8s linear infinite;
}

.htu-modal__form.is-submitting .htu-modal__submit-label {
  display: none;
}

.htu-modal__form.is-submitting .htu-modal__submit-loading {
  display: inline-flex;
}

.htu-modal__form.is-submitting .htu-modal__input,
.htu-modal__form.is-submitting .htu-modal__hint {
  opacity: 0.7;
}

.htu-modal__form.is-submitting .htu-modal__input {
  background: #f6f6f6;
}

.htu-modal__submit[disabled] {
  cursor: not-allowed;
  opacity: 0.9;
}

.htu-modal__success-close {
  display: block;
  margin: 0 auto 12px;
  border: 2px solid #ff671f;
  background: #fff;
  color: #ff671f;
  border-radius: 999px;
  padding: 7px 20px;
  font-family: INTRODEMO-BLACKCAPS;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.htu-modal__success-close[hidden] {
  display: none !important;
}

.htu-modal__form.is-sent .htu-modal__submit {
  display: none;
}

@keyframes htu-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 760px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 840px;
  }

  .u-section-1 .u-layout-cell-1,
  .u-section-1 .u-layout-cell-2 {
    min-height: 410px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 730px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 720px;
  }

  .u-section-1 .u-layout-cell-1,
  .u-section-1 .u-layout-cell-2 {
    min-height: 390px;
  }

  .u-section-1 .u-card-row-media {
    min-height: 190px;
  }

  .u-section-1 .u-card-row-copy {
    min-height: 160px;
  }

  .u-section-1 .u-text-4,
  .u-section-1 .u-text-6 {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1180px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1,
  .u-section-1 .u-container-layout-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-1 .u-layout-cell-1,
  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-1 .u-card-row-top,
  .u-section-1 .u-card-row-media,
  .u-section-1 .u-card-row-copy {
    min-height: 0;
  }

  .u-section-1 .u-section-panel {
    padding-top: 18px;
  }

  .u-section-1 .u-image-2,
  .u-section-1 .u-image-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-text-4,
  .u-section-1 .u-text-6 {
    width: 420px;
    min-height: 0;
  }

  .u-section-1 .u-form-1 {
    width: 540px;
  }

  .htu-modal__dialog {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 980px;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 340px;
  }

  .u-section-1 .u-section-panel {
    padding-top: 14px;
  }

  .u-section-1 .u-image-1 {
    width: 180px;
    height: 181px;
  }

  .u-section-1 .u-image-2 {
    width: 180px;
    height: 131px;
  }

  .u-section-1 .u-text-4,
  .u-section-1 .u-text-6 {
    width: 100%;
    min-height: 0;
  }

  .u-section-1 .u-form-1 {
    width: 340px;
  }

  .u-section-1 .u-btn-2,
  .u-section-1 .u-btn-3 {
    width: 100%;
  }

  .htu-modal__title {
    font-size: 1.5rem;
  }

  .htu-modal__subtitle {
    font-size: 1.1rem;
  }

  .htu-modal__input {
    font-size: 1rem;
  }
}@font-face {
  font-family: 'INTRODEMO-BLACKINLINECAPS';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/INTRODEMO-BLACKINLINECAPS.OTF);
}@font-face {
  font-family: 'HARABARA';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HARABARA.TTF);
}@font-face {
  font-family: 'INTRODEMO-BLACKCAPS';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/INTRODEMO-BLACKCAPS.OTF);
}@font-face {
  font-family: 'HARABARA-MAIS-LIGHT';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HARABARA-MAIS-LIGHT.OTF);
}@font-face {
  font-family: 'Intro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Intro.otf);
}
