@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html,
body {
  background-color: #1A1A19;
  font-family: "Google sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
  width: 100;
}

#desktop {
  display: flex;
}

@media (max-width: 600px) {
  #desktop {
    display: none;
  }
}
#mobile {
  display: none;
}

@media (max-width: 600px) {
  #mobile {
    display: flex;
  }
}
.container {
  margin: 0 auto;
  width: 90%;
}

.whatsapp-btn {
  z-index: 999;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  transition: 0.2s;
}
.whatsapp-btn:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .whatsapp-btn {
    bottom: 1rem;
    right: 1rem;
  }
}

.btn {
  padding: 16px;
  border-radius: 47px;
  background: #18984B;
  transition: filter 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  font-weight: 700;
  width: 400px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.btn:hover {
  filter: brightness(0.9);
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
  }
}

span {
  color: #db390e;
}

.modalBase {
  background-color: #202221;
  border: 1px solid var(--sage-5, #2E3130);
  border-radius: 16px;
  padding: 80px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.modalBase h3 {
  font-size: 16px;
  width: 100%;
}
.modalBase p {
  font-size: 12px;
}
.modalBase #btn-naoAluno {
  background: linear-gradient(180deg, #0A68FF 0%, #0A68FF 100%);
  border-top: 2px solid #3583FF;
  width: 100%;
}
.modalBase #btn-souAluno, .modalBase #btn-alunoOficina {
  background-color: #fFF;
  border: 2px solid #000;
  width: 100%;
  color: #000;
}
.modalBase .close-btn {
  top: 10px;
  right: 20px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease; /* 👈 transição suave */
}

/* Caixa do modal */
.modal {
  background: #EEF1F0;
  padding: 40px;
  border-radius: 16px;
  max-width: 600px;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.4s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay.active .modal {
  transform: translateY(0);
}

.modal h2 {
  margin-bottom: 24px;
  color: #171717;
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 110%;
  font-weight: 700;
  max-width: 70%;
}

.modal p {
  color: #8F8F8F;
  letter-spacing: 16%;
  margin-bottom: 10px;
  font-weight: 700;
}

/* Botão de fechar */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #1D1B20;
  cursor: pointer;
}

.close-btn:hover {
  color: #8F8F8F;
}

@media (max-width: 600px) {
  .modal {
    padding: 40px 20px;
    max-width: 342px;
  }
}
#_form_55_ {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Google sans", sans-serif;
  margin: 0;
  position: relative;
  border: 0;
  border-radius: 0px !important;
}
#_form_55_ label {
  color: #1E1E1E;
}
#_form_55_ input[type=text],
#_form_55_ [type=tel],
#_form_55_ [type=date] {
  padding: 12px 16px;
  height: auto;
  border: 1px solid var(--Border-Default-Default, #D9D9D9);
  border-radius: 10px;
  color: #717171;
  font-size: 14px;
  box-sizing: border-box;
}
#_form_55_ textarea {
  padding: 6px;
  height: auto;
  border-top: 1px solid var(--Border-Default-Default, #D9D9D9);
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  resize: none;
}
#_form_55_ ._submit {
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  background: linear-gradient(180deg, #61b16e 0%, #26a13a 100%);
  border: none;
  border-radius: 68px;
  color: #ffffff;
  padding: 16px 0;
  transition: filter 0.2s ease-in-out;
}
#_form_55_ ._submit:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
#_form_55_ ._submit:hover {
  filter: brightness(0.9);
}
#_form_55_ ._submit.processing {
  position: relative;
}
#_form_55_ ._submit.processing::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#db390e, #db390e), conic-gradient(#db390e, #ffffff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: 1200ms ease 0s infinite normal none running _spin;
}
#_form_55_ ._submit.processing::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#_form_55_ ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}
#_form_55_ ._close-icon:before {
  position: relative;
}
#_form_55_ ._form-body {
  margin-bottom: 30px;
}
#_form_55_ ._form-image-left {
  width: 150px;
  float: left;
}
#_form_55_ ._form-content-right {
  margin-left: 164px;
}
#_form_55_ ._form-branding {
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}
#_form_55_ ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat;
}
#_form_55_ .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#_form_55_ ._form_element {
  position: relative;
  margin-bottom: 16px;
  font-size: 0;
  width: 100%;
}
#_form_55_ ._form_element * {
  font-size: 14px;
}
#_form_55_ ._form_element input[type=text] {
  display: block;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-family: "Google sans", sans-serif;
  border-radius: 10px;
  border: 1px solid var(--Border-Default-Default, #D9D9D9);
}
#_form_55_ ._form_element input[type=date] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Google sans", sans-serif;
  color: #000;
}
#_form_55_ ._form_element select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Google sans", sans-serif;
}
#_form_55_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Google sans", sans-serif;
}
#_form_55_ ._form_element img._form-image {
  max-width: 100%;
}
#_form_55_ ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}
#_form_55_ ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}
#_form_55_ ._form_element._clear:after {
  clear: left;
}
#_form_55_ ._field-wrapper {
  position: relative;
}
#_form_55_ ._inline-style {
  float: left;
}
#_form_55_ ._inline-style input[type=text] {
  width: 150px;
}
#_form_55_ ._inline-style:not(._clear) {
  margin-right: 20px;
}
#_form_55_ ._clear-element {
  clear: left;
}
#_form_55_ ._full_width {
  width: 100%;
}
#_form_55_ ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#_form_55_ input[type=text]._has_error {
  border: #f37c7b 1px solid;
}
#_form_55_ textarea._has_error {
  border: #f37c7b 1px solid;
}
#_form_55_ input[type=checkbox]._has_error {
  outline: #f37c7b 1px solid;
}
#_form_55_ ._show_be_error {
  float: left;
  min-width: 100%;
}
#_form_55_ ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001;
  color: #000;
}
#_form_55_ ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0;
}
#_form_55_ ._error._above ._error-arrow {
  bottom: -4px;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffdddd;
}
#_form_55_ ._error._below {
  padding-top: 8px;
  top: 100%;
  right: 0;
}
#_form_55_ ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffdddd;
}
#_form_55_ ._error-inner {
  padding: 12px 12px 12px 36px;
  background-color: #ffdddd;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM9 3V9H7V3H9ZM9 13V11H7V13H9Z' fill='%23CA0000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  font-size: 14px;
  font-family: "Google sans", sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(31, 33, 41, 0.298295);
}
#_form_55_ ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}
#_form_55_ ._button-wrapper ._error-inner._form_error {
  position: static;
}
#_form_55_ ._error-inner._no_arrow {
  margin-bottom: 10px;
}
#_form_55_ ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
#_form_55_ ._error-html {
  margin-bottom: 10px;
}
#_form_55_ input[type=text].datetime_date {
  width: 69%;
  display: inline;
}
#_form_55_ select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}
#_form_55_ input[type=date].datetime_date {
  width: 69%;
  display: inline-flex;
}
#_form_55_ input[type=time].datetime_time {
  width: 29%;
  display: inline-flex;
}
#_form_55_ .sms_consent_checkbox {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
#_form_55_ .sms_consent_checkbox input[type=checkbox] {
  float: left;
  margin: 5px 10px 10px 0;
}
#_form_55_ .sms_consent_checkbox .sms_consent_message {
  display: inline;
  float: left;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}
#_form_55_ .sms_consent_checkbox .sms_consent_message.sms_consent_mini {
  width: 90%;
}
#_form_55_ .sms_consent_checkbox ._error._above {
  right: auto;
  bottom: 0;
}
#_form_55_ .sms_consent_checkbox ._error._above ._error-arrow {
  right: auto;
  left: 5px;
}
#_form_55_:before {
  content: " ";
  display: table;
}
#_form_55_:after {
  content: " ";
  display: table;
  clear: both;
}
#_form_55_ ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}
#_form_55_ ._form-pc-confirmation ._submit {
  margin-top: 16px;
}
#_form_55_ .iti {
  width: 100%;
  color: #000;
}
#_form_55_ .iti input {
  width: 100%;
  border: #979797 1px solid;
  border-radius: 4px;
}
#_form_55_ .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
#_form_55_ .iti--separate-dial-code .iti__selected-flag {
  background-color: #ffffff;
  border-radius: 4px;
}
#_form_55_ .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#_form_55_ .iti__country-list {
  border-radius: 4px;
  margin-top: 4px;
  min-width: 460px;
}
#_form_55_ .iti__country-list--dropup {
  margin-bottom: 4px;
}
#_form_55_ .phone-error-hidden {
  display: none;
}
#_form_55_ .phone-error {
  color: #e40e49;
}
#_form_55_ .phone-input-error {
  border: 1px solid #e40e49 !important;
}

._form_hide {
  display: none;
  visibility: hidden;
}

._form_show {
  display: block;
  visibility: visible;
}

#_form_55_._form-top {
  top: 0;
}

#_form_55_._form-bottom {
  bottom: 0;
}

#_form_55_._form-left {
  left: 0;
}

#_form_55_._form-right {
  right: 0;
}

#_form_55_._dark ._form-branding {
  color: #333;
}
#_form_55_._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}

.pika-single {
  z-index: 10000001 !important;
}

._form_39_._inline-form ._form-title {
  font-family: "Google sans", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: #000000 !important;
  margin-bottom: 0;
  display: block;
}
._form_39_._inline-form ._form-branding {
  font-family: "Google sans", sans-serif;
  font-size: 13px;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field fieldset {
  margin: 0;
  margin-bottom: 1.1428571429em;
  border: none;
  padding: 0;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field fieldset:last-child {
  margin-bottom: 0;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field legend {
  margin-bottom: 1.1428571429em;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8571428571em;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field label:last-child {
  margin-bottom: 0;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field input {
  margin: 0;
  margin-right: 8px;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label {
  display: block;
  font-weight: 400;
  margin-top: -4px;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label-with-description {
  display: block;
  font-weight: 700;
  margin-top: -4px;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-description {
  margin: 0;
  font-size: 0.8571428571em;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field ._form-subscriptions-unsubscribe-all-description {
  line-height: normal;
  margin-top: -2px;
}

#_form_55_._inline-style {
  width: auto;
  display: inline-block;
}
#_form_55_._inline-style input[type=text] {
  padding: 10px 12px;
}
#_form_55_._inline-style input[type=date] {
  padding: 10px 12px;
}
#_form_55_._inline-style button._inline-style {
  position: relative;
  top: 27px;
}
#_form_55_._inline-style p {
  margin: 0;
}
#_form_55_._inline-style ._button-wrapper {
  position: relative;
  margin: 16px 12.5px 0 20px;
}

@media only screen and (max-width: 319px) {
  #_form_55_ ._error-inner {
    padding: 7px 7px 7px 25px;
    font-size: 12px;
    line-height: 12px;
    background-position: 4px center;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 320px) and (max-width: 667px) {
  #_form_55_ {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #_form_55_ * {
    box-sizing: border-box;
    font-size: 1em;
  }
  #_form_55_ ._form-content {
    margin: 0;
    width: 100%;
  }
  #_form_55_ ._form-inner {
    display: block;
    min-width: 100%;
  }
  #_form_55_ ._form-title {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: 1.2em;
  }
  #_form_55_ ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: block;
    width: 100%;
    margin: 20px 0 0 !important;
  }
  #_form_55_ ._inline-style input[type=text] {
    width: 100%;
  }
  #_form_55_ ._form_element {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  #_form_55_ ._form-element {
    float: none;
    display: block;
    width: 100%;
  }
  #_form_55_ input[type=text] {
    float: none;
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
  }
  #_form_55_ label {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_55_ p {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_55_ textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }
  #_form_55_ ._row._checkbox-radio label {
    display: inline;
  }
  #_form_55_ ._row {
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_55_ ._row input[type=checkbox] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  #_form_55_ ._row input[type=radio] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  #_form_55_ ._row input[type=checkbox] + span label {
    display: inline;
  }
  #_form_55_ ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }
  #_form_55_ ._form-image {
    max-width: 100%;
    height: auto !important;
  }
  #_form_55_ input[type=radio] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  #_form_55_ input[type=checkbox] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  #_form_55_ button[type=submit] {
    padding: 20px;
    font-size: 1.5em;
  }
  #_form_55_ .sms_consent_checkbox ._error._above {
    top: -30px;
    left: 0;
    bottom: auto;
  }
  #_form_55_._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
}
/* MODAL 2 */
#_form_57_ {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Google sans", sans-serif;
  margin: 0;
  position: relative;
  border: 0;
  border-radius: 0px !important;
}
#_form_57_ label {
  color: #1E1E1E;
}
#_form_57_ input[type=text],
#_form_57_ [type=tel],
#_form_57_ [type=date] {
  padding: 12px 16px;
  height: auto;
  border: 1px solid var(--Border-Default-Default, #D9D9D9);
  border-radius: 10px;
  color: #717171;
  font-size: 14px;
  box-sizing: border-box;
}
#_form_57_ textarea {
  padding: 6px;
  height: auto;
  border-top: 1px solid var(--Border-Default-Default, #D9D9D9);
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  resize: none;
}
#_form_57_ ._submit {
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  background: linear-gradient(180deg, #61b16e 0%, #26a13a 100%);
  border: none;
  border-radius: 68px;
  color: #ffffff;
  padding: 16px 0;
  transition: filter 0.2s ease-in-out;
}
#_form_57_ ._submit:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
#_form_57_ ._submit:hover {
  filter: brightness(0.9);
}
#_form_57_ ._submit.processing {
  position: relative;
}
#_form_57_ ._submit.processing::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#db390e, #db390e), conic-gradient(#db390e, #ffffff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: 1200ms ease 0s infinite normal none running _spin;
}
#_form_57_ ._submit.processing::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#_form_57_ ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}
#_form_57_ ._close-icon:before {
  position: relative;
}
#_form_57_ ._form-body {
  margin-bottom: 30px;
}
#_form_57_ ._form-image-left {
  width: 150px;
  float: left;
}
#_form_57_ ._form-content-right {
  margin-left: 164px;
}
#_form_57_ ._form-branding {
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}
#_form_57_ ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat;
}
#_form_57_ .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#_form_57_ ._form_element {
  position: relative;
  margin-bottom: 16px;
  font-size: 0;
  width: 100%;
}
#_form_57_ ._form_element * {
  font-size: 14px;
}
#_form_57_ ._form_element input[type=text] {
  display: block;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-family: "Google sans", sans-serif;
  border-radius: 10px;
  border: 1px solid var(--Border-Default-Default, #D9D9D9);
}
#_form_57_ ._form_element input[type=date] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Google sans", sans-serif;
  color: #000;
}
#_form_57_ ._form_element select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Google sans", sans-serif;
}
#_form_57_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Google sans", sans-serif;
}
#_form_57_ ._form_element img._form-image {
  max-width: 100%;
}
#_form_57_ ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}
#_form_57_ ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}
#_form_57_ ._form_element._clear:after {
  clear: left;
}
#_form_57_ ._field-wrapper {
  position: relative;
}
#_form_57_ ._inline-style {
  float: left;
}
#_form_57_ ._inline-style input[type=text] {
  width: 150px;
}
#_form_57_ ._inline-style:not(._clear) {
  margin-right: 20px;
}
#_form_57_ ._clear-element {
  clear: left;
}
#_form_57_ ._full_width {
  width: 100%;
}
#_form_57_ ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#_form_57_ input[type=text]._has_error {
  border: #f37c7b 1px solid;
}
#_form_57_ textarea._has_error {
  border: #f37c7b 1px solid;
}
#_form_57_ input[type=checkbox]._has_error {
  outline: #f37c7b 1px solid;
}
#_form_57_ ._show_be_error {
  float: left;
  min-width: 100%;
}
#_form_57_ ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001;
  color: #000;
}
#_form_57_ ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0;
}
#_form_57_ ._error._above ._error-arrow {
  bottom: -4px;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffdddd;
}
#_form_57_ ._error._below {
  padding-top: 8px;
  top: 100%;
  right: 0;
}
#_form_57_ ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffdddd;
}
#_form_57_ ._error-inner {
  padding: 12px 12px 12px 36px;
  background-color: #ffdddd;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM9 3V9H7V3H9ZM9 13V11H7V13H9Z' fill='%23CA0000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  font-size: 14px;
  font-family: "Google sans", sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(31, 33, 41, 0.298295);
}
#_form_57_ ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}
#_form_57_ ._button-wrapper ._error-inner._form_error {
  position: static;
}
#_form_57_ ._error-inner._no_arrow {
  margin-bottom: 10px;
}
#_form_57_ ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
#_form_57_ ._error-html {
  margin-bottom: 10px;
}
#_form_57_ input[type=text].datetime_date {
  width: 69%;
  display: inline;
}
#_form_57_ select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}
#_form_57_ input[type=date].datetime_date {
  width: 69%;
  display: inline-flex;
}
#_form_57_ input[type=time].datetime_time {
  width: 29%;
  display: inline-flex;
}
#_form_57_ .sms_consent_checkbox {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
#_form_57_ .sms_consent_checkbox input[type=checkbox] {
  float: left;
  margin: 5px 10px 10px 0;
}
#_form_57_ .sms_consent_checkbox .sms_consent_message {
  display: inline;
  float: left;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}
#_form_57_ .sms_consent_checkbox .sms_consent_message.sms_consent_mini {
  width: 90%;
}
#_form_57_ .sms_consent_checkbox ._error._above {
  right: auto;
  bottom: 0;
}
#_form_57_ .sms_consent_checkbox ._error._above ._error-arrow {
  right: auto;
  left: 5px;
}
#_form_57_:before {
  content: " ";
  display: table;
}
#_form_57_:after {
  content: " ";
  display: table;
  clear: both;
}
#_form_57_ ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}
#_form_57_ ._form-pc-confirmation ._submit {
  margin-top: 16px;
}
#_form_57_ .iti {
  width: 100%;
  color: #000;
}
#_form_57_ .iti input {
  width: 100%;
  border: #979797 1px solid;
  border-radius: 4px;
}
#_form_57_ .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
#_form_57_ .iti--separate-dial-code .iti__selected-flag {
  background-color: #ffffff;
  border-radius: 4px;
}
#_form_57_ .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#_form_57_ .iti__country-list {
  border-radius: 4px;
  margin-top: 4px;
  min-width: 460px;
}
#_form_57_ .iti__country-list--dropup {
  margin-bottom: 4px;
}
#_form_57_ .phone-error-hidden {
  display: none;
}
#_form_57_ .phone-error {
  color: #e40e49;
}
#_form_57_ .phone-input-error {
  border: 1px solid #e40e49 !important;
}

._form_hide {
  display: none;
  visibility: hidden;
}

._form_show {
  display: block;
  visibility: visible;
}

#_form_57_._form-top {
  top: 0;
}

#_form_57_._form-bottom {
  bottom: 0;
}

#_form_57_._form-left {
  left: 0;
}

#_form_57_._form-right {
  right: 0;
}

#_form_57_._dark ._form-branding {
  color: #333;
}
#_form_57_._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}

.pika-single {
  z-index: 10000001 !important;
}

._form_39_._inline-form ._form-title {
  font-family: "Google sans", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: #000000 !important;
  margin-bottom: 0;
  display: block;
}
._form_39_._inline-form ._form-branding {
  font-family: "Google sans", sans-serif;
  font-size: 13px;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field fieldset {
  margin: 0;
  margin-bottom: 1.1428571429em;
  border: none;
  padding: 0;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field fieldset:last-child {
  margin-bottom: 0;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field legend {
  margin-bottom: 1.1428571429em;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8571428571em;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field label:last-child {
  margin-bottom: 0;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field input {
  margin: 0;
  margin-right: 8px;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label {
  display: block;
  font-weight: 400;
  margin-top: -4px;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label-with-description {
  display: block;
  font-weight: 700;
  margin-top: -4px;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-description {
  margin: 0;
  font-size: 0.8571428571em;
}
._form_39_._inline-form ._form-content ._form-list-subscriptions-field ._form-subscriptions-unsubscribe-all-description {
  line-height: normal;
  margin-top: -2px;
}

#_form_57_._inline-style {
  width: auto;
  display: inline-block;
}
#_form_57_._inline-style input[type=text] {
  padding: 10px 12px;
}
#_form_57_._inline-style input[type=date] {
  padding: 10px 12px;
}
#_form_57_._inline-style button._inline-style {
  position: relative;
  top: 27px;
}
#_form_57_._inline-style p {
  margin: 0;
}
#_form_57_._inline-style ._button-wrapper {
  position: relative;
  margin: 16px 12.5px 0 20px;
}

@media only screen and (max-width: 319px) {
  #_form_57_ ._error-inner {
    padding: 7px 7px 7px 25px;
    font-size: 12px;
    line-height: 12px;
    background-position: 4px center;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 320px) and (max-width: 667px) {
  #_form_57_ {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #_form_57_ * {
    box-sizing: border-box;
    font-size: 1em;
  }
  #_form_57_ ._form-content {
    margin: 0;
    width: 100%;
  }
  #_form_57_ ._form-inner {
    display: block;
    min-width: 100%;
  }
  #_form_57_ ._form-title {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: 1.2em;
  }
  #_form_57_ ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: block;
    width: 100%;
    margin: 20px 0 0 !important;
  }
  #_form_57_ ._inline-style input[type=text] {
    width: 100%;
  }
  #_form_57_ ._form_element {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  #_form_57_ ._form-element {
    float: none;
    display: block;
    width: 100%;
  }
  #_form_57_ input[type=text] {
    float: none;
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
  }
  #_form_57_ label {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_57_ p {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_57_ textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }
  #_form_57_ ._row._checkbox-radio label {
    display: inline;
  }
  #_form_57_ ._row {
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_57_ ._row input[type=checkbox] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  #_form_57_ ._row input[type=radio] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  #_form_57_ ._row input[type=checkbox] + span label {
    display: inline;
  }
  #_form_57_ ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }
  #_form_57_ ._form-image {
    max-width: 100%;
    height: auto !important;
  }
  #_form_57_ input[type=radio] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  #_form_57_ input[type=checkbox] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  #_form_57_ button[type=submit] {
    padding: 20px;
    font-size: 1.5em;
  }
  #_form_57_ .sms_consent_checkbox ._error._above {
    top: -30px;
    left: 0;
    bottom: auto;
  }
  #_form_57_._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
}
header {
  background-image: url("../assets/hero-bg-desktop.webp");
  background-position: right 50px; /* Alinha no canto direito e no topo */
  background-repeat: no-repeat; /* Impede que a imagem se repita */
  background-size: 672px;
}
@media (max-width: 1024px) {
  header {
    background-size: 580px;
  }
}
@media (max-width: 820px) {
  header {
    background-size: 450px;
  }
}
@media (max-width: 720px) {
  header {
    background-position: top;
  }
}

.hero {
  padding: 40px 0;
}
.hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 580px;
  color: #FFFFFF;
}
.hero__text .logo {
  width: 134px;
}
.hero__text #pay-icon {
  width: 272px;
}
.hero__text h1 {
  font-size: 56px;
  text-transform: uppercase;
  width: 500px;
  letter-spacing: -7%;
}
.hero__text h1 span {
  color: #F65C63;
}
.hero__text h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.hero__info {
  color: #ffffff;
  border-radius: 8px;
  border: 1px solid #6D6E70;
  background-color: rgba(14, 14, 14, 0.6);
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
}
.hero__info hr {
  background-color: #6D6E70;
  height: 180px;
}
.hero__info__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding: 0 24px;
}
.hero__info .starsDiv {
  background-color: #1c1b19;
  padding: 24px;
  margin: 0 24px;
  border-radius: 8px;
}
.hero__info .starsDiv strong {
  width: 224px;
}
.hero__info .starsDiv img {
  width: 150px;
}
@media (max-width: 1024px) {
  .hero__text {
    width: 400px;
  }
  .hero__text h1 {
    font-size: 36px;
    width: 400px;
  }
  .hero__text h4 {
    font-size: 16px;
  }
  .hero__text .btn {
    width: 340px;
  }
  .hero__info__content p {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .hero__info {
    flex-direction: column;
  }
  .hero__info hr {
    width: 92%;
    margin: 0 auto;
    height: 0;
  }
  .hero__info__content {
    padding: 24px 16px;
  }
  .hero__info .starsDiv {
    margin-left: 16px;
    margin-top: 24px;
  }
  .hero__info .starsDiv strong {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 200px;
  }
  .hero .btn {
    width: 100%;
  }
  .hero__text {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .hero__text .logo {
    display: none;
  }
  .hero__text h1 {
    width: 320px;
  }
}

.depo {
  display: flex;
  padding: 40px 0 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background-color: #1c1b19;
}
.depo strong {
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}
.depo .boxFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 90%;
  width: 100%;
}

.depo .depo .boxFlex .swiper-button-next,
.depo .boxFlex .swiper-button-prev {
  --swiper-navigation-size: 25px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 5px;
  --swiper-navigation-color: #141726;
  background: rgba(216, 244, 246, 0.5);
  padding: 23px 20px;
  transition: 0.2s;
}

.depo .boxFlex .swiper-button-next:hover, .depo .boxFlex .swiper-button-prev:hover {
  filter: brightness(80%);
}

.depo .boxFlex .swiper-button-prev {
  top: 50%;
  left: 0px;
  right: auto;
  border-radius: 0px 40px 40px 0px;
}

.depo .boxFlex .swiper-button-next {
  top: 50%;
  right: 0px;
  left: auto;
  border-radius: 40px 0 0 40px;
}

.depo .boxFlex .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.depo .boxFlex .box .bubble {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0px 16px 16px 16px;
  background: #FFF;
  position: relative;
  gap: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0px 27px 80px 0px rgba(144, 57, 57, 0.07), 0px 11.28px 33.422px 0px rgba(144, 57, 57, 0.05), 0px 6.031px 17.869px 0px rgba(144, 57, 57, 0.04), 0px 3.381px 10.017px 0px rgba(144, 57, 57, 0.04), 0px 1.796px 5.32px 0px rgba(144, 57, 57, 0.03), 0px 0.747px 2.214px 0px rgba(144, 57, 57, 0.02);
}

.depo .boxFlex .box .bubble .tab {
  position: absolute;
  top: -1px;
  left: -14px;
}

.depo .boxFlex .box .bubble > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.depo .boxFlex .box .bubble > div strong {
  color: #63635E;
  font-family: "mundial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.depo .boxFlex .box .bubble > p {
  color: #63635E;
  font-family: "mundial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  max-width: 359px;
}

@media (max-width: 768px) {
  .depo {
    padding: 24px 15px 16px;
    margin-top: -1px;
    gap: unset;
  }
  .depo h5 {
    font-size: 22px;
    max-width: 250px;
  }
  .depo .boxFlex {
    max-width: 100%;
  }
  .depo .boxFlex img {
    width: unset;
  }
  .depo .boxFlex .swiper-button-prev {
    left: 0px;
    right: auto;
  }
  .depo .boxFlex .swiper-button-next {
    right: 0px;
    left: auto;
  }
  .depo .boxFlex .box {
    gap: 24px;
    padding: 24px;
  }
  .depo .boxFlex .box > p {
    font-size: 18px;
  }
}
.section2 {
  color: #EDEEF0;
  position: relative;
  padding-bottom: 80px;
}
.section2 .section2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 40px;
  background: #0b0b0b;
  z-index: 1;
}
.section2 #brasao {
  position: absolute;
  top: -40px; /* sobe o brasão */
  left: 50%; /* centraliza horizontalmente */
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
.section2__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  width: 680px;
  border: 1px solid #333333;
  border-radius: 16px;
  gap: 55px;
  text-align: center;
}
.section2__content h2 {
  font-size: 44px;
}
.section2__content h2 span {
  color: #FFCF88;
}
.section2__content__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section2 {
    padding-top: 80px;
  }
  .section2__content {
    width: 90%;
    font-size: 18px;
    padding: 80px 24px;
  }
  .section2__content h2 {
    font-size: 30px;
  }
  .section2__content .btn {
    width: 100%;
  }
  .section2 #brasao {
    top: 40px;
  }
}

.section3 {
  background-color: #F9F3E8;
}
.section3__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  gap: 32px;
  text-align: center;
}
.section3__content .btn {
  width: 400px;
}
.section3__content .img {
  width: 464px;
}
.section3__content h2 {
  font-size: 52px;
  max-width: 700px;
}
.section3__content h3 {
  font-size: 24px;
  color: #63635E;
}
@media (max-width: 1024px) {
  .section3__content .section3-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section3__content {
    padding: 40px 0;
  }
  .section3__content .logo-preto {
    width: 250px;
  }
  .section3__content h2 {
    font-size: 32px;
  }
  .section3__content h3 {
    font-weight: 400;
    font-size: 18px;
  }
}

.section4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 120px;
  padding: 50px 0 80px;
  background-color: #F9F3E8;
  color: #1C1B19;
}
.section4 .btn {
  width: 400px;
}

.section4 .firstFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.section4 .firstFlex .textDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 127px 0;
}

.section4 .firstFlex .textDiv strong {
  color: #1C1B19;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  max-width: 548px;
}

.section4 .firstFlex .textDiv p {
  color: #63635E;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  max-width: 548px;
}

.section4 .firstFlex .imgDiv {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.section4 .firstFlex .imgDiv .profs {
  width: 600px;
  pointer-events: none;
}

.section4 .firstFlex .imgDiv .teleg {
  margin-bottom: 80px;
  margin-right: -60px;
  z-index: 2;
}

.section4 .firstFlex .imgDiv .phone {
  width: 252px;
  height: 540px;
  border-radius: 9px;
  border: 2px solid #CFE4EB;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .section4 {
    gap: 60px;
  }
  .section4 .firstFlex {
    width: 90%;
  }
}
@media (max-width: 820px) {
  .section4 {
    padding: 32px 0;
    gap: 100px;
  }
  .section4 .firstFlex {
    flex-direction: column;
    gap: 24px;
  }
  .section4 .firstFlex img {
    max-width: 358px;
  }
  .section4 .firstFlex .textDiv {
    padding: unset;
    gap: 16px;
  }
  .section4 .firstFlex .textDiv strong {
    font-size: 33px;
    max-width: 358px;
  }
  .section4 .firstFlex .textDiv p {
    font-size: 18px;
    max-width: 358px;
  }
  .section4 .firstFlex .imgDiv .profs {
    width: 358px;
  }
  .section4 .firstFlex .imgDiv img {
    max-width: 358px;
  }
  .section4 .firstFlex .imgDiv .teleg {
    width: 100px;
  }
  .section4 .firstFlex .imgDiv .phone {
    width: 217px;
    height: 464px;
  }
  .section4 .inv {
    flex-direction: column-reverse;
  }
}
.section5 {
  background-color: #F9F3E8;
  padding: 80px 0;
}
.section5__content {
  border: 1px solid #E2C476;
  border-radius: 16px;
  width: 800px;
}
.section5__content img {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.section5__content__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 21px;
  padding: 40px;
}
.section5__content__text h2 {
  font-size: 52px;
  margin-bottom: 40px;
}
.section5__content__text h2 span {
  font-size: 39px;
  color: #F65C63;
}
@media (max-width: 1024px) {
  .section5 {
    padding: 40px 0;
  }
  .section5__content {
    width: 90%;
  }
  .section5__content #section5-img {
    width: 100%;
  }
  .section5__content h2 {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .section5__content h2 {
    font-size: 32px;
    width: 100%;
    margin-bottom: 0;
  }
  .section5__content h2 span {
    font-size: 32px;
  }
}

.booklist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F9F3E8;
  padding: 80px 0;
}

.booklist .mainDiv {
  display: flex;
  padding: 80px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
  border-radius: 16px;
  background: #F9F3E8;
}

.booklist .mainDiv .textDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.booklist .mainDiv .textDiv strong {
  color: #202020;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  max-width: 760px;
}

.booklist .mainDiv .textDiv strong span {
  color: #D4AA52;
}

.booklist .mainDiv .textDiv p {
  color: #63635E;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  max-width: 760px;
}

.booklist .mainDiv > strong {
  color: #202020;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 100%;
  max-width: 760px;
}

.booklist .mainDiv .bookFlex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.booklist .mainDiv .bookFlex .bookDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: -1px;
}

.booklist .mainDiv .bookFlex .bookDiv .current {
  position: absolute;
  left: -200px;
}

.booklist .mainDiv .bookFlex .bookDiv .checkDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.booklist .mainDiv .bookFlex .bookDiv .checkDiv img {
  margin-bottom: -1px;
}

.booklist .mainDiv .bookFlex .bookDiv .leftDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background-color: #FEFDFB;
  border-radius: 12px;
}

.booklist .mainDiv .bookFlex .bookDiv .leftDiv img {
  border-radius: 50%;
  width: 56px;
}

.booklist .mainDiv .bookFlex .bookDiv .leftDiv .titleDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.booklist .mainDiv .bookFlex .bookDiv .leftDiv .titleDiv strong, .booklist .mainDiv .bookFlex .bookDiv .leftDiv .titleDiv p {
  color: #202020;
  font-size: 24px;
  line-height: 100%;
}

.booklist .mainDiv .bookFlex .bookDiv .leftDiv .titleDiv p {
  font-size: 20px;
  color: #63635E;
}

@media (max-width: 600px) {
  .booklist {
    padding: 16px 0;
  }
  .booklist .mainDiv {
    padding: 40px 32px 32px;
  }
  .booklist .mainDiv .textDiv {
    padding: 19px 0;
  }
  .booklist .mainDiv .textDiv strong {
    font-size: 33px;
    max-width: 294px;
  }
  .booklist .mainDiv .textDiv p {
    max-width: 294px;
  }
  .booklist .mainDiv .bookFlex .bookDiv .checkDiv {
    width: 41px;
  }
  .booklist .mainDiv .bookFlex .bookDiv .leftDiv .titleDiv strong {
    font-size: 22px;
    max-width: 170px;
  }
  .booklist .mainDiv .bookFlex .bookDiv .leftDiv .titleDiv p {
    font-size: 18px;
    max-width: 170px;
    font-weight: 400;
  }
  .booklist .mainDiv > strong {
    font-size: 26px;
    max-width: 294px;
  }
}
.booklist .mainDiv .bookFlex .bookDiv .current-div {
  background-color: #120B08;
  color: #F9F3E8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.booklist .mainDiv .bookFlex .bookDiv .current-div hr {
  color: rgba(255, 255, 255, 0.2352941176);
  width: 100%;
}
.booklist .mainDiv .bookFlex .bookDiv .current-div span {
  color: #FFCF88;
}

.booklist .mainDiv .bookFlex .bookDiv .current-div::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 100%; /* Gruda a base na parede esquerda */
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  transform: rotate(90deg);
  border-color: #120B08 transparent transparent transparent;
}

.booklist .mainDiv .bookFlex .bookDiv .current-div .titleDiv strong {
  color: #F9F3E8;
}

.booklist .mainDiv .bookFlex .bookDiv .current-div .titleDiv p {
  color: #F9F3E8;
}

.section7 {
  background-color: #ffcf88;
}
.section7 .mySwiper3 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.section7 .mySwiper3 .swiper-wrapper {
  transition-timing-function: linear !important; /* movimento linear e suave */
}
.section7 .mySwiper3 .swiper-slide {
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 0;
}
.section7__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  gap: 32px;
  max-width: 600px;
  color: #001417;
  text-align: center;
}
.section7__content h2 {
  font-size: 52px;
  width: 600px;
  margin-bottom: 0px;
}
.section7__content #img7 {
  width: 900px;
}
.section7__content .bonusDiv {
  display: flex;
  gap: 32px;
  align-items: center;
}
.section7__content .bonusDiv p {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 40%;
}
.section7__content .bonusDiv #star2 {
  margin-left: -15px;
}
.section7__content h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
}
.section7__content p {
  font-size: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section7__content {
    padding: 40px 0;
    width: 90%;
  }
  .section7__content h2 {
    width: 100%;
    font-size: 32px;
  }
  .section7__content #img7 {
    width: 100%;
  }
}

.offer {
  background: #021113;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  gap: 80px;
}

.offer .offerDiv .mockup {
  width: 500px;
}

.offer .offerDiv {
  background: #fff;
  display: flex;
  padding: 20px 40px 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-radius: 16px;
  position: relative;
  width: 700px;
}

.offer .offerDiv .faixa {
  position: absolute;
  top: 0;
  left: 0;
}

.offer .offerDiv .textDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.offer .offerDiv .textDiv strong {
  color: #001F25;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
  max-width: 620px;
}

.offer .offerDiv .textDiv span {
  color: #D4AA52;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 620px;
}

.offer .offerDiv .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 16px;
}

.offer .offerDiv .list > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.offer .offerDiv .list > div p {
  color: #001F25;
  font-family: "mundial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.offer .offerDiv .list .ofertaDiv .bonusSpan {
  padding: 6px 8px;
  background-color: #D4AA52;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50px;
  color: #001F25;
  margin-left: auto;
}

.offer .offerDiv .list .ofertaDiv .ofertaDiv-text #oferta-small {
  font-size: 15px;
  font-weight: 400;
}
.offer .offerDiv .list .ofertaDiv .ofertaDiv-text #oferta-small span {
  text-decoration: line-through;
  color: #001F25;
}

.offer .offerDiv .priceDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
}

.offer .offerDiv .priceDiv .off {
  color: #001F25;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "mundial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 6px;
}

.offer .offerDiv .priceDiv .tudoIsso {
  color: rgba(255, 45, 45, 0.8);
}

.offer .offerDiv .priceDiv > p {
  color: #001F25;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 25.199px;
  font-weight: 900;
  line-height: 140%;
  text-transform: uppercase;
}

.offer .offerDiv .priceDiv .parc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.offer .offerDiv .priceDiv .parc p {
  color: #001F25;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "mundial", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
  max-width: 52px;
  font-weight: 600;
}

.offer .offerDiv .priceDiv .parc p:last-child {
  font-size: 15px;
  margin-top: 20px;
}

.offer .offerDiv .priceDiv .parc strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #001F25;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "mundial", sans-serif;
  font-size: 141px;
  font-weight: 700;
  line-height: 90%;
}

.offer .offerDiv .priceDiv .parc strong span {
  font-size: 46px;
  color: #001417;
}

.offer .offerDiv .priceDiv .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.offer .offerDiv .priceDiv .bottom > p {
  color: #6B8C90;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.offer .offerDiv .priceDiv .bottom div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer .offerDiv .priceDiv .bottom div div {
  display: flex;
  padding: 4px 9.816px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 3.681px 3.681px 0;
  margin-left: -1px;
}

.offer .offerDiv .priceDiv .bottom div div p {
  color: #FFF;
  text-align: center;
  font-family: "mundial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.offer .offerDiv .myBtn {
  max-width: unset;
  align-self: stretch;
}

.offer .offerDiv .atencaoDiv {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  color: #001F25;
  position: relative;
}
.offer .offerDiv .atencaoDiv img {
  background-color: #fff;
  padding: 0 5px;
  position: absolute;
  top: -10px; /* sobe o brasão */
  left: 50%; /* centraliza horizontalmente */
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  .offer {
    padding: 32px 16px;
    position: relative;
    gap: 50px;
    overflow: hidden;
  }
  .offer > span {
    font-size: 30px;
    max-width: 342px;
  }
  .offer .offerDiv {
    padding: 25px 15px 16px;
    width: 90%;
  }
  .offer .offerDiv .faixa {
    position: absolute;
    top: 0;
    right: 0;
  }
  .offer .offerDiv .mockup {
    width: 314px;
  }
  .offer .offerDiv .textDiv {
    gap: 12px;
  }
  .offer .offerDiv .textDiv strong {
    font-size: 26px;
    max-width: 326px;
  }
  .offer .offerDiv .textDiv span {
    font-size: 33px;
    max-width: 326px;
  }
  .offer .offerDiv .priceDiv .tudoIsso {
    color: rgba(255, 45, 45, 0.8);
    font-size: 20px;
  }
  .offer .offerDiv .priceDiv p {
    font-size: 40px;
  }
  .offer .offerDiv .priceDiv .por {
    font-size: 21px;
  }
  .offer .offerDiv .priceDiv .parc p {
    font-size: 29px;
  }
  .offer .offerDiv .priceDiv .parc p:last-child {
    margin-top: 15px;
  }
  .offer .offerDiv .priceDiv .parc strong {
    font-size: 121px;
  }
  .offer .offerDiv .priceDiv .parc strong span {
    font-size: 40px;
  }
}
.section9 {
  padding: 120px 0;
  background-color: #FEFDFB;
}
.section9__content {
  border: none;
  border-radius: 24px;
  padding: 40px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .section9 {
    padding: 40px 0;
  }
  .section9__content {
    max-width: 100%;
  }
  .section9__content .btn {
    width: 100%;
  }
}

.section10 {
  background-color: #FEFDFB;
}
.section10__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  place-items: center;
  align-items: flex-start;
  padding: 120px 0;
  max-width: 1100px;
}
.section10__content #section10-mobile {
  display: none;
}
.section10__content__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  max-width: 534px;
  color: rgba(0, 20, 23, 0.6);
}
.section10__content__text h2 {
  font-size: 52px;
  color: #011E22;
}
.section10__content__text h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .section10__content {
    grid-template-columns: 1fr;
    padding: 40px 0;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .section10__content {
    padding: 40px 0;
  }
  .section10__content #section10-desktop {
    display: none;
  }
  .section10__content #section10-mobile {
    display: block;
    width: 100%;
  }
  .section10__content__text h2 {
    font-size: 32px;
  }
  .section10__content__text h6 {
    text-align: center;
    margin-bottom: -8px;
  }
}
@media (max-width: 375px) {
  .section10__content__text {
    width: 100%;
  }
  .section10__content__text .btn {
    width: 100%;
  }
  .section10__content img {
    width: 80%;
  }
}

#faq {
  background: #FEFDFB;
  display: flex;
  padding: 80px 33px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#faq h2 {
  text-align: center;
  font-weight: 700;
  line-height: 110%;
  max-width: 680px;
  letter-spacing: 1px;
  font-size: 52px;
}
#faq span {
  margin-top: -20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
#faq .btn {
  width: 480px;
  margin-top: 32px;
}
#faq .asks {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
}
#faq .asks .ask {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
#faq .asks .ask.active .answer {
  padding: 20px;
  height: auto;
}
#faq .asks .ask .answer {
  padding: 20px;
  font-size: 18px;
  line-height: 140%;
  height: 0;
  padding: 0 2.4rem;
  transition: all 0.5s ease;
}
#faq .asks .ask .answer a {
  color: #a4a4a4;
}
#faq .asks .ask .answer a:hover {
  filter: brightness(80%);
}
#faq .asks .ask .title-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e1de;
}
#faq .asks .ask .title-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  #faq {
    margin-top: -2px;
    padding: 33px;
  }
  #faq h2 {
    font-size: 36px;
  }
  #faq strong {
    font-size: 34px;
    max-width: 342px;
  }
  #faq .asks {
    max-width: 110%;
  }
  #faq .asks .ask .title-wrapper p {
    width: 308px;
  }
  #faq .btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #faq {
    padding-bottom: 24px;
  }
  #faq h4 {
    text-align: left;
  }
  #faq span {
    text-align: left;
  }
}

footer {
  background-color: #FEFDFB;
}
footer .content {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #60646C;
}
footer .content img {
  width: 380px;
}
footer .content .links {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .content .links a {
  transition: 0.2s;
  font-size: 20px;
  color: #60646C;
}
footer .content .links a:hover {
  color: #8b8b8b;
}
@media (max-width: 768px) {
  footer .content {
    padding: 40px 0;
  }
  footer .content img {
    width: 253px;
  }
  footer .links {
    flex-direction: column;
  }
}/*# sourceMappingURL=main.min.css.map */