@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.bricks-form {
  height: auto;
  width: 100%;
}

.bricks-form__fieldset {
  display: flex;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.bricks-form__field {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}

.bricks-form__field--hidden {
  display: none;
}

.bricks-form__label {
  position: relative !important;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.4em;
  line-height: 1.25;
  vertical-align: middle;
}

.bricks-form__input {
  display: block;
  width: 100%;
  padding: 0 0.5em;
  line-height: 1.42857;
}

.bricks-form__input.error {
  border: 1px solid red !important;
}

.bricks-form__field__option .bricks-form__label {
  padding-left: 1.33em;
  margin-bottom: 0.2em;
}

.bricks-form__field__option .bricks-form__label input[type=checkbox],
.bricks-form__field__option .bricks-form__label input[type=radio] {
  margin: 0px 0px 0px -1.33em;
}

.bricks-form__submit {
  position: relative;
}

body.default-form .contact {
  background-color: #fff;
  position: relative;
}
body.default-form .contact__container {
  display: grid;
  grid-template-columns: 34% 44%;
  gap: 5%;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 40px;
}
body.default-form .contact__container .contact__container-text p {
  padding: 30px 0px;
  font-size: 18px;
  line-height: 27px;
}
body.default-form .contact__container h2 {
  color: #FF710F;
  font-weight: bold;
  font-size: 76px;
  line-height: 71px;
}
body.default-form .contact .form-title {
  display: none;
}
body.default-form .contact__form {
  border: 1px solid #FF710F;
  border-radius: 15px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
  background: #FF710F;
  position: relative;
  z-index: 999;
}
body.default-form .contact__form-question {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.default-form .contact__form-question .wpcf7 form.invalid .wpcf7-response-output, body.default-form .contact__form-question .wpcf7 form.unaccepted .wpcf7-response-output, body.default-form .contact__form-question .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: rgb(251, 243, 226) !important;
  padding: 10px;
  font-size: 14px;
}
body.default-form .contact__form-question input[type=text], body.default-form .contact__form-question input[type=email], body.default-form .contact__form-question input[type=tel], body.default-form .contact__form-question select {
  padding: 12px 20px;
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: transparent;
  width: 100%;
  color: #fff;
  appearance: none;
  font-size: 16px;
}
body.default-form .contact__form-question .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 42px;
}
body.default-form .contact__form-question select {
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  padding-right: 40px;
}
body.default-form .contact__form-question select option {
  color: #191919;
  background-color: 191919;
}
body.default-form .contact__form-question ::placeholder {
  color: #b80c0c;
}
body.default-form .contact__form-question .wpcf7 .wpcf7-list-item span {
  color: #fff;
}
body.default-form .contact__form-question label {
  color: #fff;
  font-weight: 700;
}
body.default-form .contact__form-question span.wpcf7-not-valid-tip {
  border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  display: inline;
  padding: 1px 10px;
  background-color: #fff;
  line-height: 1;
  padding: 4px 17px;
  top: -34px;
  position: absolute;
  right: 0;
  font-size: 13px;
}
body.default-form .contact__form-question a {
  color: #fff;
}
body.default-form .contact__form-question br {
  display: none;
}
body.default-form .contact__form-question p {
  margin-bottom: 15px;
}
body.default-form .contact__form-question .select-bairros {
  width: 100%;
}
body.default-form .contact__form input[type=submit].wpcf7-submit {
  width: 100%;
  border: none;
  font-size: 16px;
  white-space: normal;
  line-height: 1.2;
  text-align: center;
  padding: 16px 18px;
}
body.default-form .contact__form .notice-form {
  color: #fff !important;
  line-height: 21px;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}
body.default-form .contact__form .notice-form br {
  display: none;
}
body.default-form .contact__form .wpcf7-list-item {
  margin-left: 0;
}
body.default-form .contact__form .checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #fff;
}
body.default-form .contact__form .checkbox-item input[type=checkbox] {
  appearance: none;
  width: 35px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body.default-form .contact__form .checkbox-item input[type=checkbox]:checked {
  background: #fff;
  border-color: #fff;
}
body.default-form .contact__form .checkbox-item input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 14px;
  font-weight: bold;
  color: orange;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.default-form .contact__form .privacy-policy span {
  color: #fff;
}
body.default-form .contact__form .privacy-policy a {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  body.default-form .contact__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 40px 0px 100px 0px;
  }
  body.default-form .contact__form {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  body.default-form .contact__container h2 {
    font-size: 39px;
    line-height: 50px;
  }
  body.default-form .contact__container .contact__container-text p {
    padding: 0px;
  }
}

body.default-form .coluna-direita {
  z-index: 10;
  padding: 0px;
}
body.default-form .coluna-direita .form label {
  font-size: 1.1em;
}

footer {
  background: #FF710F;
}
footer div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 0;
}
footer div p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
footer div img {
  height: 36px;
  width: auto;
}
@media (max-width: 768px) {
  footer div {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  footer div img {
    height: 42px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 41px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.bricks--page {
  width: 100%;
}

.bricks--section {
  width: 100%;
}

.bricks--section > div {
  margin-left: auto;
  margin-right: auto;
}

.bricks--row {
  display: flex;
  flex-flow: column nowrap;
}

.bricks--column > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bricks--component-box {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bricks--row {
    flex-flow: row nowrap;
  }
}
:root {
  --color-chocolate: #6e4b3c;
  --color-chocolate-rgb: 110, 75, 60;
  --color-orange: #f37021;
  --color-cream: #faf5e1;
  --color-charcoal: #222222;
  --color-primary: #303a47;
  --color-canary: #ffe664;
  --color-success: #59bd67;
  --radius-20: 20px;
  --radius-10: 10px;
  --container: 1500px;
  --page-pad: 10px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: var(--page-pad);
  font-family: "Barlow", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--color-charcoal);
  background: #ffffff;
}

section {
  padding: 40px 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.page {
  display: flex;
  justify-content: center;
}

.lp {
  width: 100%;
  max-width: calc(var(--container) + var(--page-pad) * 2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.section-line {
  padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .center {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .center {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .center {
    width: 640px;
  }
  .section-line {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .center {
    width: 90%;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

img {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.site-header {
  display: flex;
  align-items: center;
  padding: 20px 28px;
  gap: 22px;
}
.site-header .center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.site-header .container {
  background: var(--color-orange);
  border-radius: var(--radius-20);
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.site-header__logo {
  width: 85px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
}

.site-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.site-header__toggle span {
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 20px;
  background: var(--color-cream);
}

.site-header__toggle:hover,
.site-header__toggle:focus,
.site-header__toggle:active {
  background: transparent;
}

.site-header__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-cream);
  text-align: center;
  white-space: nowrap;
  padding: 10px 8px;
  border-right: 1px solid #fff;
  padding-right: 16px;
  padding-left: 16px;
}
.site-header__link:last-of-type {
  border-right: 0;
  padding-right: 0;
}

.btn, input[type=submit].wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 47px;
  border-radius: var(--radius-10);
  border: 0;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.btn--success {
  background: var(--color-success);
  color: #ffffff;
}

.site-header__cta .btn {
  padding: 16px 36px;
}

@media screen and (max-width: 1210px) and (min-width: 981px) {
  .site-header .center {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    width: 100%;
  }
}
.hero {
  margin-bottom: -10px;
  overflow: hidden;
}
.hero .bg-brown {
  border-radius: 20px;
  background: var(--color-chocolate) url(/estudo-supera/src/images/aluna.png) no-repeat right 0;
  min-height: 825px;
  display: flex;
  align-items: center;
}
.hero .text-orange {
  position: relative;
  top: -86px;
}
.hero .center {
  width: 1072px;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.hero__kicker {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--color-cream);
}

.hero__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1;
  color: var(--color-orange);
}

.hero__title--cream {
  color: var(--color-cream);
}

.hero__lead {
  margin: 20px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-cream);
  max-width: 455px;
}

.hero__actions {
  margin-top: 18px;
}

.hero__visual {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.hero__photo {
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: var(--radius-20);
}

.hero__banner {
  background: var(--color-orange);
  border-top-left-radius: var(--radius-20);
  border-bottom-right-radius: var(--radius-20);
  padding: 30px 44px;
  display: flex;
  justify-content: center;
}

.hero__banner-text {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: var(--color-cream);
  text-align: center;
  max-width: 843px;
}

@media screen and (max-width: 1185px) {
  body.default-form h1 {
    text-align: left;
  }
  .hero .bg-brown {
    background-size: 580px;
    padding: 58px 0 150px;
    min-height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .hero {
    margin-bottom: -55px;
  }
  .hero .center {
    width: 100%;
  }
  .hero__banner-text {
    max-width: 100%;
  }
  .hero__kicker {
    font-size: 29px;
  }
  .hero .bg-brown {
    background-size: 500px;
    background-position: right bottom;
    padding: 25px 24px 98px;
  }
  .hero__banner-text {
    font-size: 19px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .hero .hero__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .hero .bg-brown {
    padding: 32px 24px 110px;
    background-size: 440px;
    background-position: right bottom;
  }
}
@media screen and (max-width: 560px) {
  body.default-form h1 {
    font-size: 29px;
  }
  .hero {
    margin-bottom: 0;
    overflow-x: hidden;
  }
  .hero .container {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .hero .bg-brown {
    background: var(--color-chocolate);
    border-radius: 20px;
    min-height: auto;
    padding: 28px 24px 0;
    align-items: flex-start;
    overflow: hidden;
  }
  .hero .text-orange {
    position: relative;
    top: -50px;
    z-index: 2;
  }
  .hero .hero__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0;
  }
  .hero .hero__inner.center {
    width: 100%;
    margin: 0;
  }
  .hero .hero__copy {
    width: 100%;
    padding: 0;
  }
  .hero .hero__copy::after {
    content: "";
    display: block;
    width: calc(100% + 48px);
    height: auto;
    aspect-ratio: 386/435;
    margin: 0;
    position: relative;
    left: -24px;
    background: linear-gradient(to bottom, rgba(var(--color-chocolate-rgb), 1) 0%, rgba(var(--color-chocolate-rgb), 0) 18%), url(/estudo-supera/src/images/aluna.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .hero__kicker {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .hero__title {
    line-height: 34px;
  }
  .hero__lead {
    margin-top: 16px;
    font-size: 18px;
    line-height: 25px;
    max-width: 100%;
    width: 100%;
  }
  .hero__actions {
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }
  .hero__actions .btn {
    width: 100%;
    max-width: 286px;
    height: 49px;
    font-size: 18px;
    line-height: 25px;
    padding: 0 18px;
    border-radius: var(--radius-10);
  }
  .hero__banner {
    width: 100%;
    padding: 22px 24px;
    margin: 0 auto;
  }
  .hero__banner-text {
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }
}
.intro {
  display: grid;
  grid-template-columns: 1fr 502px;
  gap: 100px;
  align-items: start;
  justify-content: center;
  padding: 0 0 45px 0;
  width: 1200px;
  margin: 0 auto;
}

.intro__copy {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-charcoal);
}

.intro__copy strong {
  font-weight: 700;
}

.text-paddingl {
  padding-bottom: 20px;
}

.text-padding {
  padding-bottom: 20px;
  color: #fff;
}

.intro__video {
  width: 475px;
  background: var(--color-charcoal);
  border-radius: var(--radius-20);
}

.video-thumb {
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  height: 100%;
}

.video-thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
}

.video-thumb__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-color: #FF5959;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  pointer-events: none;
}
.video-thumb__play svg {
  display: block;
  width: 15px;
  height: 20px;
  margin-left: 3px;
}

.video-thumb:hover .video-thumb__play {
  background-color: #ff1c1c;
}

.cognitive-gains-section {
  padding: 0;
}

.cognitive-gains {
  background-color: var(--color-orange);
  border-radius: 20px;
  padding: 20px 44px;
  display: grid;
  grid-template-columns: 41% 51%;
  gap: 8%;
  margin-bottom: 60px;
}
.cognitive-gains__description {
  color: var(--color-canary);
  font-weight: 600;
  font-size: 1.1em;
  font-family: "Barlow", sans-serif;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5882352941);
}
.cognitive-gains__list {
  display: grid;
  grid-template-columns: 85px 85px 85px 85px;
  gap: 30px;
}
.cognitive-gains__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  text-align: center;
}
.cognitive-gains__icon {
  display: block;
}
.cognitive-gains__label {
  color: var(--color-canary);
  font-weight: 600;
  font-size: 0.94em;
  font-family: "Barlow", sans-serif;
  display: flex;
  flex-direction: column;
}
.cognitive-gains__label-sub {
  color: #fff;
  font-weight: 400;
}

/* modal */
.yt-modal {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.yt-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.yt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.yt-modal__content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
  z-index: 2;
  transform: scale(0.88);
  transition: transform 0.3s ease;
}

.yt-modal[aria-hidden=false] .yt-modal__content {
  transform: scale(1);
}

.yt-modal__iframe {
  background: #000;
  padding-top: 56.25%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
} /* 16:9 */
.yt-modal__iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.yt-modal__close {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 3;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 0;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  border: 2px solid #000;
}

.yt-modal__close:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .intro {
    width: 1024px;
  }
}
@media screen and (max-width: 1185px) {
  .intro {
    width: 95%;
  }
}
@media (max-width: 1024px) {
  .intro {
    width: 768px;
  }
  .cognitive-gains {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .cognitive-gains__description {
    text-align: center;
  }
  .cognitive-gains__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    margin: 0;
  }
  .intro__copy {
    width: 90%;
    margin: 0 auto;
  }
  .intro__video {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    align-self: stretch;
  }
  .intro__video .video-thumb {
    display: block;
    width: 100%;
  }
  .intro__video .video-thumb img {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 566px) {
  .cognitive-gains {
    padding: 28px 24px;
    text-align: center;
    border-radius: 20px 0 20px 0;
  }
  .cognitive-gains__description {
    text-align: left;
  }
  .cognitive-gains__list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .cognitive-gains__item {
    padding-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .video-thumb img {
    width: 100%;
  }
}
.section--brown {
  background: var(--color-chocolate);
  padding: 90px 0;
  margin-bottom: 65px;
}

.results {
  display: grid;
  grid-template-columns: 1fr 523px;
  gap: 34px;
  align-items: start;
}

.results__title {
  margin: 0;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1;
  font-weight: 700;
  color: var(--color-cream);
  max-width: 485px;
}

.results__title span {
  color: var(--color-orange);
}

.results__text {
  margin: 22px 0 0 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: var(--color-cream);
  max-width: 500px;
}

.results__text em {
  font-style: italic;
  font-weight: 700;
}

.results__text strong {
  font-weight: 700;
}

.results__brain {
  width: 523px;
  height: 523px;
  object-fit: cover;
}

.carousel {
  border: 2px solid var(--color-cream);
  border-radius: var(--radius-20);
  display: grid;
  grid-template-columns: 341px 1fr;
  overflow: hidden;
  width: 100%;
}

.carousel__media {
  background: var(--color-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.carousel__media img {
  width: 320px;
  height: 298px;
  object-fit: cover;
}

.carousel__body {
  padding: 44px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.carousel__metric {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-cream);
}

.carousel__metric strong {
  color: var(--color-orange);
}

.carousel__desc {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: var(--color-cream);
  max-width: 498px;
}

.carousel__note {
  margin: 16px 0 0 0;
  font-size: 9px;
  line-height: 13px;
  font-weight: 400;
  color: var(--color-cream);
}

.btn-section-brown {
  display: flex;
  justify-content: center;
}

.resultadosSwiper {
  margin-top: 60px;
  position: relative;
}

.swiper-slide {
  display: flex;
}

.results-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.results__note {
  margin: 0;
  font-size: 9px;
  line-height: 13px;
  font-weight: 400;
  color: var(--color-cream);
}

.results-nav {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: 46px;
  height: 46px;
  background: #E9E3CF;
  border-radius: 50%;
  border: 1px solid #d8cfb4;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
  color: #6b4633;
}

.swiper-button-prev::after {
  content: "←";
}

.btn-swiper {
  height: 50px;
  width: 50px;
}

.swiper-button-next::after {
  content: "→";
}

.resultadosSwiper {
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  position: relative;
  padding-bottom: 0 !important;
}

.resultadosSwiper .swiper-wrapper {
  display: flex;
  height: auto !important;
  align-items: stretch;
}

.resultadosSwiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  padding-right: 50px;
  height: auto !important;
}

.resultadosSwiper .carousel {
  height: 100%;
}

.btn-swiper {
  position: relative;
  inset: auto;
  width: 46px;
  height: 46px;
  margin: 0;
  border-radius: 999px;
  background: #e8e2cf;
  border: 1px solid #e8e2cf;
  cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  color: #7b5543;
  font-weight: 700;
}

#resultados .swiper-button-next:after {
  content: "";
  background: url(../../src/images/right-arrow.png) no-repeat center #e8e2cf;
  width: 46px;
  height: 46px;
  border-radius: 100%;
}
#resultados .swiper-button-prev:after {
  content: "";
  background: url(../../src/images/left-arrow.png) no-repeat center #7b5543;
  width: 46px;
  height: 42px;
  border-radius: 100%;
  border: 2px solid #e8e2cf;
}

@media screen and (max-width: 768px) {
  .results__brain {
    display: none;
  }
  .results-footer {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .carousel__body {
    padding: 24px 32px;
  }
}
.boxed {
  border: 2px solid var(--color-chocolate);
  border-radius: var(--radius-20);
  padding: 48px 64px;
  margin-bottom: 65px;
}

.h2 {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: var(--color-orange);
}

.p {
  margin: 16px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-charcoal);
}

.p--accent {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-orange);
}

.study__visual {
  margin-top: 28px;
}

.study__visual img {
  width: 100%;
  max-width: 1956px;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .study__visual img {
    max-width: 309px;
  }
}
@media screen and (max-width: 1024px) {
  .boxed {
    padding: 24px;
  }
}
@media screen and (max-width: 700px) {
  .boxed .h2 {
    font-size: 39px;
  }
}
.benefits {
  background: var(--color-orange);
  border-radius: 20px;
  position: relative;
}
.benefits .center {
  border-radius: var(--radius-20);
  display: grid;
  grid-template-columns: 1fr 577px;
  gap: 40px;
  overflow: hidden;
}

.benefits__bg {
  position: absolute;
  right: -32px;
  top: -20px;
  pointer-events: none;
  z-index: 0;
}

.benefits__copy {
  padding: 78px 0px 78px 0px;
}

.benefits__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1;
  color: var(--color-canary);
}

.benefits__lead {
  margin: 22px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-cream);
}

.benefits__media {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 78px 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.img-selo {
  position: absolute;
  left: 40%;
  top: 80px;
}

.benefits__photo {
  width: 100%;
  max-width: 577px;
  height: auto;
  object-fit: cover;
  border-bottom-right-radius: var(--radius-20);
}

span.small {
  color: #fff;
  font-size: 9px;
}

.benefits__stats {
  display: none;
}

.benefits__fonte--mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .img-selo {
    left: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .benefits .center {
    grid-template-columns: 1fr;
  }
  .benefits__media {
    justify-content: center;
    padding: 0 0 20px;
  }
  .benefits__copy {
    padding-bottom: 20px;
  }
  .img-selo {
    left: auto;
    right: 16px;
    top: 16px;
  }
  .benefits__bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .img-selo {
    left: inherit;
    right: 7%;
  }
  .benefits__copy {
    padding: 32px 20px 20px;
  }
  .benefits .center {
    gap: 24px;
  }
  .benefits__media {
    padding: 0;
  }
  .benefits__photo {
    max-width: 420px;
  }
}
@media screen and (max-width: 640px) {
  .benefits .center {
    padding: 24px 16px;
  }
  .img-selo {
    display: none;
  }
  .benefits__bg {
    display: none;
  }
  .benefits__copy {
    padding: 20px 0 0;
  }
  .benefits__fonte--desktop {
    display: none;
  }
  .benefits__fonte--mobile {
    display: block;
  }
  .benefits__media {
    display: none;
  }
  .benefits__stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    overflow: hidden;
  }
  .benefits__stat {
    text-align: center;
  }
  .benefits__stat-number {
    display: block;
    font-size: 64px;
    font-weight: 700;
    line-height: 0.95;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    color: var(--color-cream);
  }
  .benefits__stat-desc {
    margin: 12px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-cream);
  }
  .benefits__stat-accent {
    margin: 12px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-cream);
    letter-spacing: 0.05em;
  }
}
.cta-band {
  background: linear-gradient(90deg, var(--color-chocolate) 25.808%, var(--color-orange) 51.797%);
  min-height: 510px;
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 0;
  border-radius: 0;
}

#cta {
  background: linear-gradient(90deg, #6E4B3C 22%, #F37021 53%);
  margin: 45px 0;
}

.cta-band__media img {
  width: 600px;
  height: 510px;
  object-fit: cover;
}

.cta-band__copy {
  padding: 81px 64px;
  color: var(--color-cream);
}

.cta-band__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1;
}

.cta-band__text {
  margin: 16px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  max-width: 500px;
  color: #fff;
}

.cta-band__actions {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .cta-band__copy {
    order: -1;
  }
}
@media (max-width: 550px) {
  .cta-band {
    min-height: unset;
  }
  .cta-band__copy {
    padding: 32px 20px;
  }
  .cta-band__text {
    font-size: 16px;
    max-width: 100%;
  }
  .cta-band__actions .btn {
    width: 100%;
    font-size: 18px;
    padding: 18px 24px;
    white-space: normal;
    text-align: center;
  }
}
.method {
  background: var(--color-chocolate);
  border-radius: var(--radius-20);
  overflow: hidden;
}

.what-is {
  padding-bottom: 50px;
}

.method__inner {
  padding: 80px 24px;
  background-image: url("https://www.figma.com/api/mcp/asset/11f7054b-686a-40be-9ed8-377ad49fb064");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

.method__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1.15;
  color: var(--color-orange);
}

.method__lead {
  margin: 20px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-cream);
  max-width: 443px;
}

@media (max-width: 768px) {
  .method__lead {
    max-width: 100%;
  }
}
.method__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 42px;
  justify-content: center;
}

.ref-card {
  border: 2px solid var(--color-orange);
  border-radius: var(--radius-20);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 392px;
  height: 100%;
  background: rgba(34, 34, 34, 0.15);
}

.ref-card__image {
  width: 100%;
  height: 204px;
  object-fit: cover;
}

.ref-card__body {
  padding: 22px 18px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  text-align: center;
}

.ref-card__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: var(--color-orange);
}

.ref-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-cream);
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.method__closing {
  margin: 38px auto 0 auto;
  max-width: 943px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-cream);
}

.method__closing strong {
  font-weight: 700;
}

/* How it works (orange grid) */
.how {
  background: var(--color-orange);
  border-radius: 0;
  padding: 67px 64px 48px 64px;
  color: var(--color-cream);
}

.how__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1.15;
  color: var(--color-canary);
}

.how__lead {
  margin: 12px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  max-width: 441px;
}

.how__tools {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 256px);
  gap: 32px 40px;
  justify-content: start;
}

.tool-card {
  border: 2px solid var(--color-cream);
  border-radius: var(--radius-20);
  padding: 22px 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tool-card__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}

.tool-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.how__footer {
  margin-top: 26px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
}

.item-what {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-what h4 {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .method__grid .ref-card {
    aspect-ratio: auto;
    min-height: 400px; /* start near 3:4, but allow growth */
    height: auto;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.forwho__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1.15;
  color: var(--color-orange);
}

#como-funciona {
  margin-bottom: 30px;
}
#como-funciona .how__tools {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
#como-funciona .how__tools .one-item {
  grid-column: 1/span 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#como-funciona .how__tools .how__lead {
  max-width: inherit;
}
#como-funciona .how__tools .tool-card {
  height: 100%;
}
#como-funciona .how__tools p {
  color: #fff;
}
#como-funciona .how__footer {
  color: #fff;
}

.forwho__lead {
  margin: 16px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-charcoal);
  max-width: 943px;
}

.forwho__lead strong {
  font-weight: 700;
}

.forwho__grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 285px);
  gap: 15px;
  margin-bottom: 32px;
}

.aud-card {
  height: 367px;
  border-radius: var(--radius-20);
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(34, 34, 34, 0.4), rgba(34, 34, 34, 0.4)), var(--aud-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-cream);
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #como-funciona .how__tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #como-funciona .how__tools .one-item {
    grid-column: 1/-1;
  }
  .how {
    padding: 48px 32px 40px 32px;
  }
}
@media screen and (max-width: 640px) {
  #como-funciona .how__tools {
    grid-template-columns: 1fr;
  }
  #como-funciona .how__tools .one-item {
    grid-column: auto;
  }
  #como-funciona .how__tools .tool-card {
    background: #FAF5E1;
    color: #F37021;
    border-color: #F37021;
  }
  #como-funciona .how__tools .tool-card h4,
  #como-funciona .how__tools .tool-card p {
    color: #F37021;
  }
  #como-funciona .how__footer {
    display: none;
  }
  .aud-card {
    width: 100%;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 287/208 !important;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(34, 34, 34, 0.4), rgba(34, 34, 34, 0.4)), var(--aud-bg);
    font-size: 30px;
    line-height: 34px;
  }
  .how {
    padding: 36px 20px 32px 20px;
  }
}
#for-whom {
  margin-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
}

#for-whom .site-header__cta {
  display: flex;
  justify-content: center;
}
#for-whom .site-header__cta .btn {
  max-width: 360px;
  width: 100%;
  white-space: normal;
  text-align: center;
  padding: 16px 20px;
}

.forwho__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1.15;
  color: var(--color-orange);
}

.forwho__lead {
  margin: 16px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-charcoal);
  max-width: 943px;
}

.forwho__lead strong {
  font-weight: 700;
}

.forwho__grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 285px);
  gap: 15px;
  justify-content: center;
  justify-items: center;
}

@media (max-width: 1185px) {
  .forwho__grid {
    grid-template-columns: repeat(2, 285px);
  }
}
.aud-card {
  width: 100%;
  aspect-ratio: 285/367;
  height: auto;
  border-radius: var(--radius-20);
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(34, 34, 34, 0.4), rgba(34, 34, 34, 0.4)), var(--aud-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-cream);
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

.aud-card {
  position: relative;
  overflow: hidden;
}

.aud-card__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: opacity 0.22s ease;
}

.hover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  background: transparent;
  color: transparent;
  opacity: 0;
  transition: opacity 0.22s ease, background 0.22s ease, color 0.22s ease;
  z-index: 2;
}

.aud-card:hover .aud-card__label {
  opacity: 0;
}

.hover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: left;
  background: transparent;
  color: transparent;
  opacity: 0;
  transition: opacity 0.22s ease, background 0.22s ease, color 0.22s ease;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.hover-overlay:hover {
  opacity: 1;
  background: #F37021;
  color: #FAF5E1;
}

@media (max-width: 768px) {
  .forwho__grid {
    grid-template-columns: 1fr;
  }
  #for-whom .site-header__cta .btn {
    max-width: 100%;
  }
  .aud-card {
    width: 100%;
    aspect-ratio: 287/208 !important;
    max-width: none !important;
    height: auto !important;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(34, 34, 34, 0.4), rgba(34, 34, 34, 0.4)), var(--aud-bg);
    font-size: 30px;
    line-height: 34px;
    max-height: 320px;
  }
}
@media (max-width: 550px) {
  #for-whom .site-header__cta .btn {
    font-size: 18px;
    line-height: 1.1;
    padding: 12px 16px;
  }
}
.faq__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1;
  color: var(--color-orange);
}

#faq {
  margin-bottom: 30px;
}

.faq__list {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  border: 1px solid var(--color-charcoal);
  border-radius: var(--radius-10);
  padding: 18px 20px;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.faq__list .faq-item__a {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 300ms ease, opacity 200ms ease;
}

.faq__list .faq-item__a.open {
  max-height: 500px; /* ajustar se necessário */
  opacity: 1;
}

.faq-item__q {
  cursor: pointer;
}

.faq-item__q:focus {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

.faq-item__q {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--color-charcoal);
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  background: transparent;
}
.faq-item__q span {
  flex: 1;
}
.faq-item__q:hover {
  background: transparent;
}
.faq-item__q button:hover, .faq-item__q button:focus, .faq-item__q html input[type=button]:hover, .faq-item__q html input[type=button]:focus, .faq-item__q input[type=reset]:hover, .faq-item__q input[type=reset]:focus, .faq-item__q input[type=submit]:hover, .faq-item__q input[type=submit]:focus {
  background-color: transparent;
}

.faq-item__chev {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.testimonials {
  background: var(--color-chocolate);
  padding: 48px 0 74px 0;
}

.testimonials__title {
  margin: 0 0 34px 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw + 28px, 56px);
  line-height: 1;
  color: var(--color-orange);
  max-width: 485px;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 35px;
}

.quote-card {
  width: 300px;
  border-radius: var(--radius-20);
  background: linear-gradient(to bottom, var(--color-cream) 0%, var(--color-cream) calc(100% - 20px), var(--color-orange) calc(100% - 20px), var(--color-orange) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
}

.quote-card__top {
  padding: 32px 25px 0 25px;
  display: flex;
  justify-content: center;
}

.quote-card__avatar {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  object-fit: cover;
}

.quote-card__text {
  margin: 18px auto 0 auto;
  max-width: 250px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-charcoal);
  padding: 0 18px;
}

.quote-card__who {
  margin: 22px auto 0 auto;
  max-width: 266px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-charcoal);
  padding: 0 18px 18px 18px;
}

.quote-card__bar {
  display: none;
}

@media (max-width: 768px) {
  .quote-card {
    width: 100%;
    margin-top: 58px; /* half avatar height */
    border-radius: var(--radius-20);
    overflow: visible;
  }
  .quote-card__top {
    padding: 74px 25px 0; /* top matches overlap space */
    justify-content: center;
  }
  .quote-card__avatar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }
}
body.default-form {
  background-color: #fff;
}
body.default-form h1, body.default-form h2, body.default-form h3, body.default-form tr th, body.default-form thead th, body.default-form label, body.default-form p, body.default-form input[type=submit] {
  font-family: "Barlow", sans-serif;
}
body.default-form body, body.default-form input, body.default-form textarea, body.default-form .page-title, body.default-form span, body.default-form body, body.default-form input, body.default-form textarea {
  font-family: "Barlow", sans-serif;
}

body.default-form {
  background-color: #fff;
}

.swiper-slide {
  display: flex;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

.section-line {
  padding-bottom: 40px;
}

@media screen and (max-width: 1185px) {
  body.default-form .center {
    width: 95%;
  }
}
@media screen and (max-width: 1365px) {
  .section--brown {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  .benefits .center {
    width: 95%;
  }
}
@media screen and (max-width: 1210px) {
  .center {
    width: 1024px;
  }
  .container {
    width: 96%;
  }
  body.default-form .site-header .container {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .center {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .center {
    width: 640px;
  }
  .section-line {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .center {
    width: 90%;
  }
}
@media (max-width: 1520px) {
  :root {
    --container: 1100px;
  }
  .site-header__nav {
    gap: 14px;
  }
  .btn {
    font-size: 24px;
  }
  .hero__inner {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .intro__video {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
  }
  .results {
    grid-template-columns: 1fr 460px;
  }
  .results__brain {
    width: 460px;
    height: 460px;
  }
  .cta-band {
    grid-template-columns: 520px 1fr;
  }
  .cta-band__media img {
    width: 520px;
  }
  .testimonials__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .quote-card {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .intro {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 15px;
  }
  .method__grid {
    grid-template-columns: repeat(2, 300px);
  }
  .method__grid .ref-card {
    min-height: auto;
  }
  .method__grid .item-3 {
    grid-column: 1/-1;
    justify-self: center;
    width: min(300px, 100%);
  }
}
@media (max-width: 768px) {
  .method__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  :root {
    --container: 740px;
  }
  .site-header {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
  }
  .site-header .container {
    border-radius: 0;
  }
  .site-header .center {
    width: 100%;
    height: 90px;
    padding: 0 24px;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .site-header__logo {
    width: 69px;
    height: 40px;
  }
  .site-header__toggle {
    display: inline-flex;
  }
  .site-header__nav {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    background: var(--color-orange);
    min-height: 295px;
    padding: 20px 44px 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    margin: 0;
  }
  .site-header.is-menu-open .site-header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-header__link {
    border-right: 0;
    border-bottom: 1px solid var(--color-cream);
    width: 100%;
    text-align: left;
    white-space: normal;
    padding: 12px 0;
    font-size: 24px;
    line-height: 25px;
  }
  .site-header__link:last-of-type {
    border-bottom: 1px solid var(--color-cream);
    padding-right: 0;
  }
  .site-header .site-header__cta {
    display: none;
  }
  .results,
  .benefits,
  .cta-band,
  .schedule {
    grid-template-columns: 1fr;
    padding: 48px 0;
  }
  .cta-band {
    padding-bottom: 0;
    background: var(--color-orange);
  }
  #cta {
    background: var(--color-orange);
  }
  .hero__photo {
    max-width: none;
    height: auto;
    border-bottom-left-radius: 0;
  }
  .hero__copy {
    padding: 0 20px;
  }
  .intro__video {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
  }
  .results {
    padding: 0;
  }
  .results__brain {
    width: 57%;
    height: auto;
    margin: 0 auto;
  }
  .results__title, .results__text {
    max-width: 100%;
  }
  .carousel {
    grid-template-columns: 1fr;
  }
  .resultadosSwiper .swiper-slide {
    padding-right: 0;
  }
  .cta-band__media img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
  }
  .how__tools {
    grid-template-columns: 1fr;
  }
  .testimonials__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .btn {
    font-size: 19px;
  }
  #como-funciona .how__tools .one-item {
    width: 100%;
  }
  #como-funciona .how__tools {
    justify-content: center;
  }
}

/*# sourceMappingURL=global.css.map */
