.hero-section {
  margin: 40px 72px;
}

.container-default-quem-somos {
  max-width: 1296px;
  background-color: #f1f3ff;
  justify-content: space-between;
  align-items: center;
  padding: 56px;
  display: flex;
}

.wrapper-text-hero {
  max-width: 576px;
}

.wrapper-img-hero {
  max-width: 544px;
}

.wrapper-img-hero.mobile {
  display: none;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.heading.dark {
  color: #434554;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
}

.heading.color-neutral-100 {
  color: #fff;
  line-height: 48px;
}

.heading.light {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.typo-body-1 {
  color: #eaebef;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.typo-body-1.color-secondary-100 {
  width: auto;
  color: #f1f3ff;
  font-weight: 400;
}

.typo-body-1.color-neutral-600 {
  width: auto;
  max-width: 744px;
  color: #797e98;
  text-align: left;
  font-weight: 400;
}

.typo-body-1.color-neutral-600.align-center {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
}

.typo-body-1.color-neutral-400 {
  color: #eaebef;
}

.typo-body-1.color-neutral-500 {
  color: #bfc2ce;
}

.typo-body-1.color-secondary-200 {
  width: auto;
  color: #afb6de;
  font-weight: 400;
}

.typo-body-1.color-primary-100 {
  color: #a0a4b6;
}

.spacing-24px {
  width: 24px;
  height: 24px;
}

.spacing-40px {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
}

.button-group-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.button.primary {
  height: 48px;
  color: #313960;
  background-color: #fff;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button.primary.light {
  color: #313960;
  background-color: #fff;
  font-weight: 600;
}

.button.primary.light:hover {
  color: #313960;
  background-color: #f5f6f8;
}

.button.primary.dark {
  color: #fff;
  background-color: #5061b7;
  font-weight: 600;
}

.button.primary.dark:hover {
  background-color: #7381c5;
}

.button.secondary {
  height: 48px;
  color: #313960;
  background-color: #fff;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button.secondary.light {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #fff;
  border-radius: 1.5px;
  font-weight: 600;
}

.button.secondary.light:hover {
  background-color: #5a6180;
}

.button.secondary.dark {
  color: #5061b7;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #5061b7;
  border-radius: 1.5px;
  font-weight: 600;
}

.button.secondary.dark:hover {
  background-color: #f1f3ff;
  border-width: 1.5px;
}

.container-default-hero {
  max-width: 1296px;
  background-color: #313960;
  justify-content: space-between;
  align-items: center;
  padding: 56px;
  display: flex;
}

.wrapper-img-quem-somos {
  max-width: 612px;
}

.wrapper-text-quem-somos {
  max-width: 528px;
}

.typo-subtitle-2 {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.typo-subtitle-2.align-center {
  text-align: center;
}

.typo-subtitle-2.color-secondary-200 {
  color: #7381c5;
}

.typo-subtitle-2.color-secondary-300 {
  color: #afb6de;
}

.typo-subtitle-2.color-brand-secondary {
  color: #5061b7;
  align-self: flex-start;
  margin-bottom: 0;
}

.typo-subtitle-2.color-brand-secondary.align-center {
  align-self: center;
}

.spacing-16px {
  width: 16px;
  height: 16px;
}

.quem-somos-section {
  margin: 80px 72px 40px;
}

.diferenciais-section {
  margin: 40px 72px;
}

.container-default-diferenciais {
  max-width: 1296px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.wrapper-cards-vantagens {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-vantagem {
  background-color: #7381c5;
  padding: 48px;
}

.card-vantagem.color-secondary-100 {
  background-color: #f1f3ff;
}

.text-card-vantagens {
  width: 272px;
  height: 228px;
}

.type-title-4 {
  color: #434554;
  font-size: 20px;
  line-height: 28px;
}

.type-title-4.color-neutral-100 {
  width: auto;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}

.type-title-4.color-brand-secondary {
  color: #5061b7;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.spacing-64px {
  width: 64px;
  height: 64px;
}

.spacing-32px {
  width: 32px;
  height: 32px;
}

.title-depoimentos {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper-text-diferenciais {
  max-width: 100%;
}

.quero-ser-parceiro-section {
  margin: 40px 72px 80px;
  display: flex;
}

.container-no-padding-quero-ser-parceiiro {
  max-height: 376px;
  max-width: 1296px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.wrapper-text-quero-ser-parceiro {
  width: 100%;
  height: auto;
  background-color: #5061b7;
  align-self: stretch;
  padding: 56px;
}

.wrapper-img-quero-ser-parceiro {
  width: 100%;
  height: 376px;
  max-width: none;
}

.wrapper-img-quero-ser-parceiro.mobile {
  display: none;
}

.tipo-subtile-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tipo-subtile-3.color-secondary-100 {
  color: #f1f3ff;
}

.color-neutral-100 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 32px;
}

.image {
  width: 648px;
  max-width: none;
}

.testimonials-section {
  margin: 40px 72px;
}

.container-default-depoimentos {
  max-width: 1296px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 56px;
  display: flex;
}

.wrapper-text-depoimentos {
  max-width: 100%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  padding: 48px 40px;
  display: flex;
  box-shadow: 0 5px 50px -5px rgba(80, 97, 183, .15);
}

.typo-body-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  line-height: 22px;
}

.typo-body-2.color-neutral-600 {
  color: #797e98;
}

.typo-body-2.color-neutral-600.align-center {
  text-align: center;
}

.typo-body-2.color-secondary-100, .typo-body-2.color-neutral-400 {
  color: #eaebef;
}

.wrapper-depoimentos {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divider {
  height: 1.5px;
  background-color: #5061b7;
}

.divider._56px {
  width: 56px;
}

.divider.color-primary-100 {
  background-color: #a0a4b6;
  margin-top: 32px;
  margin-bottom: 32px;
}

.avatar {
  border-radius: 256px;
}

.typo-label-2 {
  color: #434554;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.typo-caption-1 {
  color: #bfc2ce;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption-12{
    position: relative;
    color: #FFFFFF;
}

.typo-caption-12 {
  text-align: center;
  color: #FFFFFF;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  
}

.typo-caption-1.color-neutral-600 {
  color: #797e98;
}

.title-diferenciais {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.navbar-menu-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #434554;
  align-items: center;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.navbar-link:hover {
  color: #434554;
  background-color: #f1f3ff;
}

.navbar-link.w--current {
  color: #000;
}

.container-navbar {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-menu-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  order: 0;
  display: flex;
}

.navbar-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.img-logo {
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
}

.navbar-brand {
  padding-left: 0;
}

.top-bar {
  min-height: 5rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.footer {
  object-fit: fill;
  background-color: #5a6180;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  padding: 48px;
  display: block;
}

.wrapper-disclaimer {
  max-width: 480px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-footer {
  max-width: 140px;
}

.wrapper-contact {
  max-width: 480px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.typo-label-1 {
  color: #fff;
  -webkit-text-stroke-color: #f1f3ff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.typo-label-1.color-primary-100 {
  color: #a0a4b6;
}

.typo-label-1.color-neutral-700 {
  color: #56596c;
}

.address {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.wrapper-contact-infos {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrapper-social-media {
  max-width: 480px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrapper-social-media-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  display: flex;
}

.footer-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-end;
  display: flex;
}

.footer-content {
  justify-content: space-between;
  display: flex;
}

.typo-subtitle-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.typo-subtitle-3.align-center {
  text-align: center;
}

.typo-subtitle-3.align-center.color-neutral-500 {
  color: #bfc2ce;
}

.faq-section {
  align-items: center;
  margin-left: 72px;
  margin-right: 72px;
  display: flex;
}

.spacing-32px-2 {
  width: 32px;
  height: 32px;
  display: block;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid #eaebef;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_question.top {
  border-top-style: none;
}

.faq1_icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_answer {
  overflow: hidden;
}

.faq {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.container-default-faq {
  max-width: 1296px;
  justify-content: space-around;
  align-items: center;
  padding: 56px;
  display: flex;
}

.typo-tilte-4 {
  color: #313960;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.typo-tilte-4.color-neutral-700 {
  color: #56596c;
  font-weight: 500;
}

.title-faq {
  max-width: 396px;
  text-align: left;
  margin-right: 80px;
}

.typo-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.typo-title-2.color-neutral-800 {
  color: #434554;
  margin-bottom: 0;
  font-size: 32px;
}

.typo-title-2.color-neutral-800.align-center {
  text-align: center;
  align-self: center;
}

.como-funciona-section {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 72px;
  display: flex;
}

.content-como-funciona {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-text {
  width: 100%;
  height: auto;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #313960;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-passo-a-passo {
  width: 100%;
  height: auto;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #5061b7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 56px;
  display: flex;
}

.passo-a-passo {
  width: 100%;
  max-width: 480px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.passo-a-passo-item {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-passo-a-passo {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-typo-body-2 {
  opacity: .75;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.body-typo-body-2.color-secondary-100 {
  color: #f1f3ff;
}

.content-demonstracao {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f1f3ff;
  justify-content: center;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-2 {
  width: 100%;
  max-width: 1084px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle-typo-subtilte-2-2 {
  color: #5061b7;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.title-typo-title-2-2 {
  color: #434554;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.body-typo-body-1-2 {
  color: #797e98;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-2 {
  height: 48px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #5061b7;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.line-gradient {
  width: 264px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #5061b7);
}

.typo-tilte-5 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.typo-title-1 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.typo-title-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.wrapper-vantagens {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.wrapper-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.content-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-typo-body-1 {
  color: #797e98;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.topics {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.topic {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  display: flex;
}

.vectors-wrapper {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-typo-label-1 {
  color: #56596c;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.wrapper-img {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img-diferenciais {
  object-fit: cover;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid #eaebef;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid #5061b7;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid #eaebef;
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5061b7;
}

.tab-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
}

.tab {
  color: #636b75;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: inset 0 -1px #d0d4d9;
}

.tab:hover {
  color: #5061b7;
}

.tab:active {
  background-color: #f2f6ff;
}

.tab:focus {
  color: #2f54eb;
  background-color: #f2f6ff;
}

.tab.w--current {
  color: #5061b7;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: inset 0 -2px #2f54eb;
}

.tab.w--current:active, .tab.w--current:focus {
  background-color: #f2f6ff;
}

.tab-menu {
  max-width: 277px;
  box-shadow: inset 0 -1px #d0d4d9;
}

.text-block, .text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.content-tab {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-typo-body-1-3 {
  color: #797e98;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.vantagens {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vantegem {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-tab {
  max-height: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.icon-check {
  width: 24px;
  height: 24px;
  max-height: none;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-typo-label-1-2 {
  color: #56596c;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.container-default-vantagens {
  max-width: 1296px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.tabs {
  max-width: 456px;
}

.wrapper-img-vantagens {
  max-width: 656px;
}

.wrapper-img-vantagens.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #344054;
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #344054;
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-button-group {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .navbar-menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar-link {
    width: 100%;
    color: #101828;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: #101828;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-menu {
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-link {
    font-size: 1rem;
  }

  .navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-bar {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-default-quem-somos {
    flex-direction: column;
    padding: 32px 32px 48px;
  }

  .wrapper-img-hero {
    display: none;
  }

  .wrapper-img-hero.mobile {
    margin-bottom: 32px;
    display: block;
  }

  .heading.dark {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .heading.dark.align-left {
    text-align: left;
  }

  .heading.color-neutral-100, .heading.light {
    font-size: 24px;
    line-height: 32px;
  }

  .typo-body-1.color-secondary-100, .typo-body-1.color-neutral-600 {
    font-size: 14px;
    line-height: 22px;
  }

  .typo-body-1.color-neutral-600.align-center {
    text-align: center;
  }

  .typo-body-1.color-neutral-400 {
    text-transform: none;
    font-size: 14px;
    line-height: 22px;
  }

  .typo-body-1.color-neutral-500, .typo-body-1.color-secondary-200 {
    font-size: 14px;
    line-height: 22px;
  }

  .spacing-40px {
    width: 24px;
    height: 24px;
  }

  .button-group-hero {
    flex-direction: column;
  }

  .button.primary.light, .button.secondary.light {
    text-align: center;
  }

  .container-default-hero {
    flex-direction: column;
    padding: 32px;
  }

  .typo-subtitle-2 {
    align-self: flex-start;
    font-size: 16px;
    line-height: 24px;
  }

  .typo-subtitle-2.align-center {
    align-self: center;
  }

  .typo-subtitle-2.color-secondary-200, .typo-subtitle-2.color-secondary-300 {
    align-self: flex-start;
  }

  .quem-somos-section, .diferenciais-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-default-diferenciais {
    padding: 16px;
  }

  .wrapper-cards-vantagens {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    flex-direction: column;
  }

  .card-vantagem.color-secondary-300 {
    height: 400px;
    max-height: none;
    max-width: 100%;
    padding: 48px 32px 72px;
  }

  .card-vantagem.color-secondary-100 {
    height: 400px;
    max-width: 100%;
    padding: 48px 32px 72px;
  }

  .text-card-vantagens {
    width: auto;
    height: auto;
  }

  .type-title-4.color-neutral-100 {
    font-size: 18px;
    line-height: 26px;
  }

  .type-title-4.color-brand-secondary {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .spacing-64px {
    width: 32px;
    height: 32px;
  }

  .title-depoimentos {
    align-items: flex-start;
  }

  .quero-ser-parceiro-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-no-padding-quero-ser-parceiiro {
    max-height: none;
    flex-direction: column;
  }

  .wrapper-text-quero-ser-parceiro {
    height: auto;
    padding: 32px;
  }

  .wrapper-img-quero-ser-parceiro {
    width: auto;
    height: auto;
    max-width: 100%;
    display: none;
  }

  .wrapper-img-quero-ser-parceiro.mobile {
    display: block;
  }

  .color-neutral-100 {
    font-size: 20px;
    line-height: 28px;
  }

  .image {
    width: auto;
    max-width: 100%;
  }

  .testimonials-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-default-depoimentos {
    padding: 16px;
  }

  .testimonial-card {
    padding: 32px;
  }

  .wrapper-depoimentos {
    flex-direction: column;
  }

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

  .wrapper-contact {
    margin-top: 32px;
  }

  .typo-label-1.color-neutral-700 {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-links, .footer-content {
    flex-direction: column;
  }

  .faq-section {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-default-faq {
    flex-direction: column;
    padding: 32px;
  }

  .typo-tilte-4 {
    color: #434554;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }

  .typo-tilte-4.color-neutral-700 {
    color: #56596c;
    font-size: 18px;
    line-height: 26px;
  }

  .title-faq {
    margin-bottom: 48px;
    margin-right: 0;
  }

  .typo-title-2, .typo-title-2.color-neutral-800 {
    font-size: 24px;
    line-height: 32px;
  }

  .como-funciona-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-como-funciona {
    flex-direction: column;
  }

  .wrapper-text {
    padding: 56px 32px 64px;
  }

  .wrapper-passo-a-passo {
    padding-left: 32px;
    padding-right: 32px;
  }

  .passo-a-passo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .passo-a-passo-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .body-typo-body-2.color-secondary-100 {
    font-size: 14px;
  }

  .content-demonstracao {
    padding-left: 32px;
    padding-right: 32px;
  }

  .line-gradient {
    width: 180px;
  }

  .typo-tilte-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .typo-title-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .tab {
    flex: none;
    display: block;
  }

  .tab-menu {
    flex-direction: row;
    display: flex;
    overflow: auto;
  }

  .container-default-vantagens {
    flex-direction: column;
    padding: 16px;
  }

  .wrapper-img-vantagens {
    display: block;
  }

  .wrapper-img-vantagens.mobile {
    margin-bottom: 32px;
    display: block;
  }
}


