@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;
}
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;
  width: 60%;
  justify-content: space-between;
  padding: 7px 0;
}
footer div p {
  color: #fff;
  font-size: 13px;
}

* {
  -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-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%;
}

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;
}

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;
}

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

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

.site-header__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-cream);
  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;
}

@media screen and (max-width: 1210px) {
  .site-header .center {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    width: 100%;
  }
}
.hero {
  margin-bottom: -10px;
}
.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 {
  overflow: hidden;
}
.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: 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__title {
    font-size: 39px;
  }
  .hero__kicker {
    font-size: 29px;
  }
  .hero .bg-brown {
    background-size: 413px;
    padding: 25px 0 98px;
  }
  .hero__banner-text {
    font-size: 19px;
    line-height: 21px;
  }
}
@media screen and (max-width: 560px) {
  .hero__banner {
    padding: 20px;
  }
  body.default-form .hero .bg-brown {
    background-position: 100px 0;
  }
  .hero__inner {
    display: flex;
    flex-direction: column;
  }
  .hero__inner p, .hero__inner h1 {
    padding-right: 26%;
  }
  .hero__actions, .hero__actions a {
    width: 100%;
  }
  body.default-form h1 {
    font-size: 29px;
  }
  .hero__kicker {
    font-size: 18px;
  }
}
.intro {
  display: grid;
  grid-template-columns: 1fr 502px;
  gap: 100px;
  align-items: start;
  padding: 0 0 45px 0;
}

.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%);
  font-size: 36px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

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

/* modal */
.yt-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.yt-modal[aria-hidden=false] {
  display: flex;
}

.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;
}

.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 (max-width: 1024px) {
  .video-highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .video-highlights ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px;
  }
  .center-highlights {
    padding: 0;
  }
}
@media (max-width: 566px) {
  .video-highlights {
    padding: 20px;
    text-align: center;
  }
  .video-highlights ul {
    grid-template-columns: 1fr 1fr;
  }
  .video-highlights ul li {
    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: 60px;
  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;
  margin-bottom: 58px;
  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;
  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-nav {
  display: flex;
  gap: 12px;
  position: absolute;
  right: 52px;
  bottom: 0;
  z-index: 999999;
}

.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;
}

.resultadosSwiper .swiper-wrapper {
  display: flex;
}

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

.results-nav {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

.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;
}

.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%;
  object-fit: cover;
}

@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__copy {
  padding: 78px 0px 78px 0px;
}

.benefits__title {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  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: center;
  justify-content: flex-end;
  background: transparent;
}

.img-selo {
  position: absolute;
  left: 45%;
  margin: 0 auto;
  top: 40px;
}

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

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

@media screen and (max-width: 1024px) {
  .benefits .center {
    grid-template-columns: 1fr;
  }
  .benefits__media {
    justify-content: center;
    padding-bottom: 20px;
  }
  .benefits__copy {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .img-selo {
    left: inherit;
    right: 7%;
  }
}
.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: 2.8em;
  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;
}

.method {
  background: var(--color-chocolate);
  border-radius: var(--radius-20);
  overflow: hidden;
}

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

.method__inner {
  padding: 80px 64px;
  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: 30px;
  line-height: 34px;
  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;
}

.method__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  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;
  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;
  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);
}

.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: var(--radius-20);
  padding: 67px 64px 48px 64px;
  color: var(--color-cream);
}

.how__title {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  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;
}

.forwho__title {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: var(--color-orange);
}

#como-funciona {
  margin-bottom: 30px;
}
#como-funciona .how__tools {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#como-funciona .how__tools .one-item {
  width: 48%;
}
#como-funciona .how__tools .how__lead {
  max-width: inherit;
}
#como-funciona .how__tools .tool-card {
  gap: 6%;
  width: 22%;
}
#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 .tool-card {
    gap: 6%;
    width: 233px;
  }
}
#for-whom .site-header__cta {
  display: flex;
  justify-content: center;
}
#for-whom {
  margin-bottom: 30px;
}

.forwho__title {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  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;
}

.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;
}

.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;
}

.faq__title {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  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;
  background: transparent;
}
.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;
}

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

.testimonials__title {
  margin: 0 0 34px 0;
  font-weight: 700;
  font-size: 60px;
  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);
  overflow: hidden;
  background: var(--color-cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.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 {
  background: var(--color-orange);
  height: 20px;
}

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;
  }
  .forwho__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .aud-card {
    height: 260px;
  }
  .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: 1fr;
  }
  .method__grid .ref-card {
    min-height: auto;
  }
}
@media (max-width: 980px) {
  :root {
    --container: 740px;
  }
  .site-header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-header__nav {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    gap: 0;
    margin-bottom: 15px;
  }
  .site-header__nav .site-header__link {
    border-width: 0;
    border-bottom: 1px solid var(--color-cream);
    width: 100%;
    text-align: center;
  }
  .site-header__cta {
    width: 100%;
  }
  .site-header__cta .btn {
    width: 100%;
  }
  .results,
  .benefits,
  .cta-band,
  .schedule {
    grid-template-columns: 1fr;
    padding: 48px 0;
  }
  .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;
  }
  .results-nav {
    right: 12px;
  }
  .carousel {
    margin-bottom: 54px;
  }
  .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 */
