* {
  scrollbar-width: thin;
  scrollbar-color: #ff8307 #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}


*::-webkit-scrollbar {
  width: 13px
}

*::-webkit-scrollbar-track {
  background: #fff
}

*::-webkit-scrollbar-thumb {
  background-color: #dfdedf;
  border-radius: 10px;
  border: 3px solid #fff
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}


body {
  margin: 0;
  font-family: "gotham", sans-serif;
  background-color: #fff;
}


main {
  display: block;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}



hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}


pre {
  font-family: monospace, monospace;
  font-size: 1em;
}


a {
  background-color: transparent;
}


abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}


b,
strong {
  font-weight: bolder;
}


code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}


button,
input {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[hidden] {
  display: none;
}

/* Form Styles */
.container__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.wrapper__form {
  max-width: 840px;
  width: 100%;
  background: #ffffff;
  margin-top: 0;
}

@media(max-width: 768px) {}

.info {
  max-width: 720px;
  width: 100%;
  margin: 32px auto 0px;
  position: relative;
}

.info__title {
  margin-top: 0px;
  font-size: clamp(1.625rem, 0.0625rem + 5vw, 2.875rem);
  line-height: 120%;
  color: #ff8307;
  text-align: left;
  font-weight: 700;
}

.info__description {
  font-weight: 400;
  margin: 0;
  font-size: clamp(1rem, 0.6818rem + 1.5909vw, 1.875rem);
  line-height: 120%;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.info__description strong {
  font-weight: 700;
  font-size: clamp(1.375rem, 0.8523rem + 2.6136vw, 2.8125rem);
  line-height: 1.1;
}

.left {
  text-align: left !important;
}

.info__description strong:nth-of-type(2) {
  color: #ff8307;
}


.info__steps__title {
  font-size: clamp(1.25rem, 0.8594rem + 1.25vw, 1.5625rem);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 384px;
  margin: 0 auto;
}

.info__steps__description {
  margin: 10px auto 5px;
  list-style-type: none
}

.info__steps__description li {
  font-size: clamp(0.75rem, 0.125rem + 2vw, 1.25rem);
  line-height: 1.2rem;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 5px;
  margin-left: clamp(0rem, -1.875rem + 6vw, 1.5rem);
}

.info__steps__description li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: none;
  margin-right: 5px;
  min-width: 16px
}

.form__wrapper {
  max-width: 720px;
  width: 100%;
  margin: 32px auto 50px;
  border: 0;
  padding: 24px 0px 40px;
  position: relative;
  border-radius: 4px
}

.form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6px;
  gap: 6px
}

@media(max-width: 768px) {
  .form {
    grid-template-columns: 1fr;
    gap: 3px
  }
}

.field input {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input::-moz-placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input::-webkit-input-placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input:-ms-input-placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input::-ms-input-placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input::placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

@media(max-width: 768px) {
  .field input::-moz-placeholder {
    font-size: 14px
  }

  .field input::-webkit-input-placeholder {
    font-size: 14px
  }

  .field input:-ms-input-placeholder {
    font-size: 14px
  }

  .field input::-ms-input-placeholder {
    font-size: 14px
  }

  .field input::placeholder {
    font-size: 14px
  }
}

@media(max-width: 768px) {
  .field input {
    font-size: 14px
  }
}

@media(min-width: 769px) {
  #codigo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px
  }
}

.field__full {
  grid-column: 1/3
}

@media(max-width: 768px) {
  .field__full {
    grid-column: 1
  }
}

.error {
  font-size: 12px;
  color: #e73040;
  min-height: 14px;
  display: block
}

.form__wrapper__checks {
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(max-width: 768px) {
  .form__wrapper__checks {
    grid-column: 1
  }
}

.social-media-note {
  font-size: 11px;
  margin-top: -10px
}

.checkLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  font-size: 9px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
  cursor: pointer
}

.checkLine a {
  text-decoration: underline;
  font-size: 9px;
  line-height: 14px;
  color: #000;
  font-weight: 400
}

@media(max-width: 768px) {
  .checkLine a {
    display: contents
  }
}

.checkLine input {
  display: none
}

.checkLine .fake {
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #d4d4d4;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0px
}

.checkLine input:checked+.fake::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #ff8307
}

.form__submit,
.form__submit__simple {
  width: 309px;
  height: 47px;
  background: #ff8307;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
  border: 0;
  position: absolute;
  left: 50%;
  bottom: -23.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer
}

#ot-sdk-btn.ot-sdk-show-settings {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  background-image: url('https://cdn.cookielaw.org/logos/static/ot_persistent_cookie.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px !important;
  border: none !important;
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  cursor: pointer;
  padding: 0 !important;
}


@media(max-width: 768px) {

  .form__submit,
  .form__submit__simple {
    width: 265px;
    font-size: 18px
  }

  #ot-sdk-btn.ot-sdk-show-settings {
    width: 30px;
    height: 30px;
    bottom: 4px;
    left: auto;
    right: 4px
  }
}

.form__submit:hover,
.form__submit__simple:hover {
  background: #f5dec7;
  color: #ff8307;
  border: 1px solid #ff8307;
}

.form_footer__text {
  margin: 20px auto 30px;
  max-width: 408px;
  font-size: 10px;
  line-height: 14px;
  color: #000;
  text-align: center
}

.barbie_loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 0;
  text-align: center;
  font-size: 18px;
  color: #ff8307;
  gap: 12px
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ff8307;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite
}

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

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



.swal2-confirm.swal2-styled {
  color: #fff !important
}

.swal2-confirm.swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 3px #e0e0e0 !important;
  box-shadow: 0 0 0 3px #e0e0e0 !important
}

.swal2-image {
  margin: 0 auto
}

.swal2-popup.swal2-modal.swal2-show {
  padding: 0
}

@media only screen and (max-width: 900px) {
  .desktop {
    display: none !important
  }
}

@media only screen and (min-width: 900px) {
  .mobile {
    display: none !important
  }
}


.hide {
  display: none !important
}

.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.swal2-error {
  margin: 3.75em auto .6em
}


@media (max-width: 768px) {
  .password-drawer input {
    -webkit-appearance: none;
    appearance: none;
  }
}

.minCheck {
  padding: 2px 0 8px 24px;
  min-height: 0px !important;
  margin-top: 0;
}

.container__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100dvh;
  height: 100vh;
  justify-content: center;

}

.wrapper__message {
  max-width: 840px;
  width: 100%;
}

.message__title {
  text-align: center;
  color: #ff8307;
  font-size: clamp(1.625rem, 0.0625rem + 5vw, 2.875rem);
  font-weight: 700;
  margin: 0 0 10px;
}

.contain__image {
  display: flex;
  justify-content: center;
  width: 100%;
}

.wrapper__image {
  max-width: 800px;
  width: 100%;
}

.image__main {
  width: 100%;
  height: auto;
  display: block;
}

.contain_social {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.contain_social>img {
  width: 73px;
  height: auto;
}

.contain_social>p {
  font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
  line-height: 1.1;
  color: #21362b;
}

.contain_social>p>a {
  color: #21362b;
  font-weight: bold;
}

@media (max-width: 468px) {
  .contain_social {
    flex-direction: column;
    gap: 12px
  }

  .contain_social>p {
    text-align: center;
  }
}