@font-face {
  font-family: Muller;
  src: url('../fonts/Muller-Medium.woff2') format("woff2"), url('../fonts/Muller-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muller;
  src: url('../fonts/Muller-Regular.woff2') format("woff2"), url('../fonts/Muller-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_collection-color---white: white;
  --_collection-color---blue-500: #451df5;
  --_collection-color---blue-primary: #001669;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #383838;
  font-family: Muller, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
}

.container {
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.nav_component {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
}

.nav_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.brand_logo {
  height: 72px;
}

.background_top-page {
  background-image: linear-gradient(180deg, #dceeeb, #e8e1ff 75%, var(--_collection-color---white));
}

.background_top-page.radius-xs {
  background-image: linear-gradient(#dceeeb, #e8e1ff);
}

.section {
  justify-content: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 96px;
  display: flex;
}

.label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_collection-color---white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 16px 4px 4px;
  display: inline-flex;
}

.chip {
  background-color: var(--_collection-color---blue-500);
  color: var(--_collection-color---white);
  border-radius: 12px;
  padding: 4px 8px;
  line-height: 1em;
}

.blue-primary {
  color: var(--_collection-color---blue-primary);
}

.text-h1 {
  font-size: 5rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.text-h1.blue-500 {
  color: var(--_collection-color---blue-500);
  margin-top: 16px;
  font-size: 5rem;
  font-weight: 500;
}

.hero-subtitle {
  color: var(--_collection-color---blue-primary);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 64px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.hero_info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.text-align-center {
  text-align: center;
}

.btn_primary {
  background-color: var(--_collection-color---blue-500);
  color: var(--_collection-color---white);
  border-radius: 26px;
  padding: 16px 32px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .2s;
}

.btn_primary:hover {
  background-color: var(--_collection-color---blue-primary);
}

.space-xxl {
  width: 100%;
  height: 48px;
}

.rotation_text {
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.curved_text {
  width: 128px;
  height: 128px;
  position: absolute;
}

.intro {
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-top: 96px;
  display: flex;
}

.text-size-lg {
  font-size: 1.25em;
}

.max-960 {
  max-width: 960px;
}

.intro_info {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.intro_cards {
  padding-top: 64px;
}

.cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.card img {
  width: 100%;
  height: auto;
}

.card_info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 120%;
}

.radius-xs {
  border-radius: 8px;
}

.faqs {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 96px;
  scroll-margin-top: 104px;
  padding-right: 0;
  display: flex;
}

.faqs_container {
  flex-flow: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}

.faqs_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 960px;
  margin-top: 48px;
  display: flex;
}

.faq_item {
  background-color: var(--_collection-color---white);
  border-radius: 8px;
  width: 100%;
}

.faq_question {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
  width: 100%;
  background: none;
  border: none;
  font: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
}

.faq_item.is-open .faq_question {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.text-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 120%;
}

.faq_question .text-h5 {
  white-space: normal;
}

.text-h5.blue-primary {
  font-weight: 500;
}

.faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: none;
  transform: rotate(0deg);
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--_collection-color---blue-primary);
  border-radius: 1px;
}

.faq-icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.faq_answer {
  height: 0;
  overflow: hidden;
  background-color: var(--_collection-color---white);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.faq_answer-inner {
  padding: 0 24px 24px;
}

.url {
  text-decoration: underline;
}

.url.blue-500 {
  color: var(--_collection-color---blue-500);
}

.footer {
  flex-flow: column;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.footer_logos {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.text-size-sm {
  font-size: .875em;
}

.logo_footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.footer_nav {
  color: var(--_collection-color---blue-primary);
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer_links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer_link {
  color: var(--_collection-color---blue-primary);
  font-size: .875em;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--_collection-color---blue-500);
}

.text-size-xsm {
  font-size: .75em;
}

.nav_menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.nav_link {
  color: var(--_collection-color---blue-primary);
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.nav_link:hover {
  color: var(--_collection-color---blue-500);
}

.nav_right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.nav_menu-button {
  z-index: 102;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: none;
  position: relative;
}

.nav_menu-button_bar {
  background-color: var(--_collection-color---blue-primary);
  height: 2px;
  position: absolute;
  left: 4px;
  right: 4px;
}

.nav_menu-button_bar.is-top {
  top: 12px;
}

.nav_menu-button_bar.is-middle {
  top: 19px;
}

.nav_menu-button_bar.is-bottom {
  top: 26px;
}

.nav_overlay {
  z-index: 101;
  background-color: var(--_collection-color---blue-primary);
  opacity: 0;
  pointer-events: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  top: 104px;
  left: 0;
  right: 0;
}

.nav_menu-mobile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.nav_menu-mobile-link {
  color: var(--_collection-color---white);
  font-size: 2em;
  text-decoration: none;
}

.space-xl {
  width: 100%;
  height: 40px;
}

.container-md {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-md {
  margin-bottom: 16px;
}

.space-md {
  width: 100%;
  height: 24px;
}

.list {
  margin-bottom: 24px;
  padding-left: 24px;
}

.text-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.list-item {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .body {
    line-height: 150%;
  }

  .container {
    width: 100%;
  }

  .nav_container {
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav_logo-group {
    flex: none;
  }

  .text-h1.blue-500 {
    font-size: 3.5rem;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 2em;
  }

  .card_info {
    padding-left: 0;
    padding-right: 0;
  }

  .text-h4 {
    font-size: 2em;
  }

  .faqs_list {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq_question {
    flex-flow: row;
    justify-content: space-between;
  }

  .text-h5.blue-primary {
    flex: 0 auto;
    font-size: 1.25em;
    line-height: 120%;
  }

  .nav_menu {
    display: none;
  }

  .nav_menu-button {
    flex: none;
    display: flex;
  }

  .container-md {
    max-width: 60rem;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nav_logo-group {
    display: none;
  }

  .text-h1.blue-500 {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.5em;
  }

  .hero_info {
    text-align: center;
    padding-bottom: 128px;
  }

  .btn_primary {
    font-size: 1em;
  }

  .text-size-lg {
    font-size: 1.125em;
  }

  .text-size-lg.blue-primary {
    font-size: 1em;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
  }

  .faqs_container {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 64px 16px;
  }

  .faqs_list {
    padding-left: 0;
    padding-right: 0;
  }

  .faq_question {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-h5, .text-h5.blue-primary {
    flex: 1 1 0;
  }

  .footer_nav {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer_links {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 0;
  }

  .nav_logo-group {
    display: none;
  }

  .text-h1.blue-500 {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    margin-bottom: 32px;
  }

  .hero_info {
    text-align: center;
    padding-bottom: 0;
  }

  .rotation_text {
    display: none;
  }

  .intro {
    padding-top: 96px;
  }

  .intro_cards {
    padding-top: 40px;
  }

  .cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card_info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .faqs_container {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 48px 16px;
  }

  .text-h3 {
    font-size: 1.75rem;
  }

  .faqs_list {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_question {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding: 16px;
  }

  .text-h5.blue-primary {
    flex: 0 auto;
    min-width: 0;
  }

  .footer_logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer_links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .faq-icon {
    flex: none;
  }
}

#w-node-_3634bea7-467e-b337-a2e0-6aa56fd05ddf-6fd05ddd {
  justify-self: start;
}

#w-node-_3634bea7-467e-b337-a2e0-6aa56fd05de1-6fd05ddd {
  justify-self: center;
}

#w-node-_3634bea7-467e-b337-a2e0-6aa56fd05de6-6fd05ddd {
  justify-self: end;
}


@font-face {
  font-family: 'Muller';
  src: url('../fonts/Muller-Medium.woff2') format('woff2'), url('../fonts/Muller-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/Muller-Regular.woff2') format('woff2'), url('../fonts/Muller-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ===================================================
   Secção "Como funciona?" — timeline animado por scroll
   Adicionado fora do fluxo normal do Designer Webflow;
   ao re-sincronizar com o Webflow, copiar este bloco de volta.
   =================================================== */
.how {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: var(--_collection-color---white);
  scroll-margin-top: 104px;
}

.how_timeline {
  position: relative;
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.how_line-track {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 0;
  background-color: #e3e0fb;
  transform: translateX(-50%);
}

.how_line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--_collection-color---blue-500);
  transform-origin: top center;
  transform: scaleY(0);
}

.how_step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: center;
  grid-column-gap: 64px;
}

.how_step-number {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #c9c4f7;
  color: var(--_collection-color---white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.how_step-number.is-active {
  background-color: var(--_collection-color---blue-500);
}

.how_step-content {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
}

.how_step-media {
  grid-column: 3;
  grid-row: 1;
}

.how_step--reverse .how_step-content {
  grid-column: 3;
}

.how_step--reverse .how_step-media {
  grid-column: 1;
}

.how_step-media_image {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  border: 1px solid rgba(179, 163, 251, 0.24);
}

@media screen and (max-width: 767px) {
  .how_step,
  .how_step--reverse {
    grid-template-columns: 48px 1fr;
    grid-column-gap: 24px;
    row-gap: 24px;
    align-items: start;
  }

  .how_step-number,
  .how_step--reverse .how_step-number {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .how_step-content,
  .how_step--reverse .how_step-content {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
  }

  .how_step-media,
  .how_step--reverse .how_step-media {
    grid-column: 2;
    grid-row: 2;
  }

  .how_line-track {
    left: 24px;
  }

  .how_timeline {
    gap: 64px;
  }
}
