/* Estilo header para a pagina */
.page-template-page-nps #main-header {
  top: 0;
  padding-top: 1.25rem;
  background: #695643;
  height: 72px;
}
.page-template-page-nps #main-header a img {
  width: 142px;
  height: 24px;
  margin-top: 0;
  position: relative;
  top: -0.7rem;
}
.page-template-page-nps #menu-button {
  top: 1.5rem;
}
.page-template-page-nps #reservations {
  top: 1.6rem;
}
/* Menu Fixo */
.page-template-page-nps #reservations.stuck a {
  color: #fff;
}
.page-template-page-nps #main-header.group.stuck img {
  filter: brightness(1000%) grayscale(100%) !important;
  --tw-brightness: brightness(1000%) !important;
  --tw-grayscale: grayscale(100%) !important;
}
.page-template-page-nps #menu-button.stuck span {
  background-color: #fff;
}
.page-template-page-nps #menu-button.open span {
  background-color: #695643;
}
/* End Estilo Header da pagina*/

/* Estilos da Pagina */
.budget {
  padding-top: 160px;
  padding-right: 123px;
  padding-bottom: 80px;
  padding-left: 123px;
}

.inicio-nps .container,
.obrigado-nps .container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 72px;
  box-sizing: border-box;
  font-family: "akz-ext-light", sans-serif;
}
.inicio-nps .inicio-content h2,
.obrigado-nps .inicio-content h2 {
  color: #695643;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.inicio-nps .inicio-content p,
.obrigado-nps .inicio-content p {
  color: #695643;
  font-size: 14px;
  line-height: 150%;
}
.inicio-nps .inicio-content a,
.obrigado-nps .inicio-content a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border: 1px solid #695643;
  --tw-bg-opacity: 1;
  background-color: rgb(105 86 67 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "akz-ext", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 11px;
  letter-spacing: 0.96px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all 0.3s ease-in-out;
}
.inicio-nps .inicio-content a:hover,
.obrigado-nps .inicio-content a:hover {
  background-color: transparent;
  color: #695643;
  transition: all 0.3s ease-in-out;
}
.obrigado-nps {
  display: none;
}

/* Formulario */
.section_budget {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.section_budget .content-budget {
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  width: 100%;
  align-items: center;
  gap: 40px;
  font-family: "akz-ext-light", sans-serif;
}
.section_budget .title-budget {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #695643;
  text-align: center;
}
.section_budget .text-descricao {
  color: #695643;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}
:root {
  --brown: #6c4b3f;
  --brown-light: #b0a395;
  --bg: #f9f1e9;
  --white: #fff;
  --green: #009933;
}
.section_budget #form-wrap #form-wrap {
  width: 638px;
  border: 0px solid #ddd;
  background: var(--white);
}
.section_budget #form-wrap #progressbar {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--bg);
}
.section_budget #form-wrap #progressbar li {
  flex: 1;
  padding: 14px;
  text-align: center;
  font-size: 15px;
  color: var(--brown-light);
  border-bottom: 1px solid var(--brown-light);
}
.section_budget #form-wrap #progressbar li.active {
  background: #ffffff99;
  color: var(--brown);
  border-bottom: 2px solid var(--brown);
}
.section_budget #form-wrap #progressbar li.completed {
  color: var(--brown);
  border-bottom: 2px solid var(--green);
}
/* Etapa 1 */
.section_budget #form-wrap .form-step {
  display: none;
  padding: 32px 64px;
  background: var(--bg);
  box-sizing: border-box;
  gap: 30px;
}
.section_budget #form-wrap .form-step.active {
  display: flex;
  flex-direction: column;
}
.section_budget #form-wrap .form-step label {
  display: block;
  margin-bottom: 8px;
  color: #695643;
  font-size: 14px;
  font-weight: 700;
}
.section_budget #form-wrap .form-step label input {
  margin-right: 8px;
}
.section_budget #form-wrap .form-step label span {
  position: relative;
  top: -2px;
  font-weight: 400;
}
.section_budget #form-wrap .form-step .erro-msg {
  display: flex;
  justify-content: center;
  margin: auto;
}
.section_budget #form-wrap .form-step .hidden {
  display: none;
}
.section_budget #form-wrap .form-step .erro-msg span {
  color: #b00;
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}

/* Etapa 2 */
.section_budget #form-wrap .form-step .field {
  margin-bottom: 48px;
}
.section_budget #form-wrap .form-step .options label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section_budget #form-wrap .form-step .options label input {
  margin: 0;
  position: relative;
  right: 0px;
  width: unset;
}
.section_budget #form-wrap .form-step .options label span {
  position: relative;
  top: 0px;
  left: 8px;
  font-weight: 400;
}
.section_budget #form-wrap .form-step .rating-options label {
  display: flex;
}
.section_budget #form-wrap .form-step:nth-of-type(2) .error-text {
  position: relative;
  top: 27px;
  right: 0;
  display: flex;
  justify-content: end;
  width: 100%;
}
.section_budget #form-wrap .form-step:nth-of-type(2) .error-label {
  width: 75%;
  height: 40px;
}
.section_budget #form-wrap .form-step:nth-of-type(2) label {
  font-weight: 500;
}
.section_budget #form-wrap .form-step:nth-of-type(2) .error-label {
  font-weight: 600;
}
.section_budget #form-wrap .form-step:nth-of-type(2) .nao-aplica {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.section_budget #form-wrap .form-step:nth-of-type(2) .nao-aplica input {
  width: 16px;
  height: 16px;
}
.section_budget #form-wrap .form-step:nth-of-type(2) .nao-aplica label {
  margin-bottom: 0;
  margin-left: 8px;
}

/* Etapa 3 */
.section_budget #form-wrap .form-step:nth-of-type(3) label {
  font-weight: 500;
}

input[type="text"],
input[type="email"],
textarea,
select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  box-sizing: border-box;
}
textarea {
  min-height: 92px;
  resize: vertical;
}
/* ratings 1..5 as radios styled */
.rating-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}
.rating-options {
  display: flex;
  gap: 12px;
  width: 100%;
}
.rating-options input {
  display: none;
}
.rating-options label {
  width: 98px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fefcfa;
  border-bottom-color: #b0a395;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  color: #333;
  user-select: none;
}
.rating-options label:hover {
  border: 1px solid #695643;
  background: #69564326;
}
.rating-options input:checked + label {
  background: #695643;
  color: #fff !important;
  border-color: #b0a395;
}
/* small helper text */
.hint {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #897769;
  margin-top: 8px;
}
/* actions */
.actions {
  display: flex;
  gap: 16px;
  margin-top: 40px !important;
}
fieldset:not(:last-of-type) {
  border-bottom: 1px solid #b0a395 !important;
}
.action-button {
  flex: 1;
  padding: 12px 20px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: 400;
}
.action-button.primary {
  background: #695643;
  color: #fff;
}
.action-button.ghost {
  background: transparent;
  color: #695643;
  border: 1px solid #695643;
}
/* messages */
.hidden {
  display: none;
}
.sent-message,
.error-message {
  padding: 18px;
  text-align: center;
  margin: 16px;
}
legend {
  font-weight: 400;
  font-style: Extended;
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #695643;
}
/* Estilo para mensagens de erro e rótulos com erro */
.error-text {
  color: #b00;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.error-label {
  color: #b00 !important;
}
/* ===================== MOBILE ===================== */
@media (max-width: 768px) {
  .budget {
    padding-top: 160px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  #form-wrap {
    width: 100%;
  }

  .form-step {
    padding: 24px 16px;
    gap: 20px;
  }

  .title-budget {
    font-size: 18px;
    text-align: center;
  }

  .text-descricao {
    font-size: 13px;
    text-align: center;
  }

  .rating-options label {
    width: 100%;
    margin-bottom: 8px;
  }

  .actions {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .budget {
    padding-top: 120px;
  }
  .inicio-nps .container {
    padding: 0 24px;
  }
  .section_budget #form-wrap .form-step {
    padding: 32px 16px;
  }
  .section_budget #form-wrap .form-step:nth-of-type(2) .error-text {
    top: 0;
    justify-content: start;
  }
}