:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.slider-wrapper {
  color: #fff;
  flex: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.item {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 120px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-7 {
  width: 100%;
  display: block;
}

.m-section-hero {
  background-image: url('../images/bg-hero_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.m-container {
  max-width: 1100px;
}

.m-space {
  padding-left: 20px;
  padding-right: 20px;
}

.m-space.m-space-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 722px;
  display: flex;
}

.m-space.m-space-sobre {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 110px;
  padding-bottom: 75px;
  display: flex;
}

.m-space.m-space-funcionalidades {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 233px;
  display: flex;
}

.m-space.m-space-beneficios {
  padding-top: 104px;
  padding-bottom: 189px;
}

.m-space.m-space-depoimentos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 117px;
  padding-bottom: 280px;
  display: flex;
}

.m-space.m-space-contato {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 209px;
  display: flex;
}

.m-space.m-space-faq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 115px;
  display: flex;
}

.m-space.m-space-rodape {
  padding-top: 95px;
  padding-bottom: 21px;
}

.m-space.m-space-nav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-8 {
  display: block;
}

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  border: 1px solid #0d0d0d;
  border-radius: 24px;
  width: 100%;
  max-width: 620px;
  box-shadow: 0 24px 24px #0e3f7e0a, 0 12px 12px #0e3f7e1f, 0 6px 6px #2a33450a, 0 3px 3px #2a33450a, 0 1px 1px #2a33450a;
}

.navbar._2, .navbar.topo {
  border-color: #0d0d0d1a;
}

.nav-link {
  color: #000;
  padding: 0;
  font-family: Inter, sans-serif;
  line-height: 17px;
}

.nav-link.w--current {
  color: #0ae87a;
  font-weight: 600;
}

.nav-link._2 {
  color: #969696;
}

.nav-link._2.w--current {
  color: #0be87a;
}

.container {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #3e3e3e);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 903px;
  margin-top: 69px;
  margin-bottom: 13px;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 72px;
}

.text-span {
  font-weight: 500;
}

.text-block {
  color: #585858;
  margin-bottom: 53px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 451px;
  display: flex;
}

.link-block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #000;
  background-color: #fff;
  border: 1px solid #f3f5f7;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 207px;
  height: 48px;
  font-family: Inter, sans-serif;
  line-height: 17px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 24px 24px #0e3f7e0a, 0 12px 12px #0e3f7e0a, 0 6px 6px #2a33460a, 0 3px 3px #2a33460a, 0 1px 1px #2a33450a;
}

.image-9 {
  display: block;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.div-block-3._2 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-3._3 {
  max-width: 162px;
}

.image-10 {
  display: block;
}

.button {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #000;
  background-color: #0ae87a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 232px;
  height: 48px;
  margin-left: -48px;
  font-family: Inter, sans-serif;
  line-height: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-11 {
  display: block;
}

.m-section-sobre {
  background-image: url('../images/bg-sobre_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block-2 {
  color: #fff;
  background-color: #090909;
  border-radius: 9px;
  padding: 5px 16px;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #3e3e3e);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 505px;
  margin-top: 8px;
  margin-bottom: 36px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  display: flex;
}

.text-span-2 {
  font-weight: 500;
}

.paragraph {
  color: #585858;
  max-width: 437px;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-12 {
  max-width: 43px;
}

.button-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #000;
  background-color: #0ae87a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 199px;
  height: 38px;
  margin-left: -38px;
  font-family: Inter, sans-serif;
  line-height: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.m-section-funcionalidades {
  background-image: url('../images/bg-funcionalidades_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-3 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #3e3e3e);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 310px;
  margin-top: 7px;
  margin-bottom: 55px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.text-span-3 {
  font-weight: 500;
}

.div-block-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 22px 22px #0e3f7e0a, 0 11px 11px #0e3f7e0a, 0 6px 6px #2a33460a, 0 3px 3px #2a33460a, 0 1px 1px #2a33450a;
}

.image-13 {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  display: block;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 22px;
  display: flex;
}

.text-block-3 {
  color: #585757;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #000, #3e3e3e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-4 {
  color: #585858;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.text-span-4 {
  font-weight: 500;
}

.m-section-beneficios {
  background-image: url('../images/bg-beneficios_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 433px;
  margin-left: auto;
  display: flex;
}

.heading-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #3e3e3e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 17px;
  margin-bottom: 76px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-span-5 {
  font-weight: 300;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 360px;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #585757;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.image-14 {
  display: block;
}

.text-span-6 {
  font-weight: 600;
}

.m-section-depoimentos {
  background-image: url('../images/bg-depoimentos_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-5 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #3e3e3e);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 460px;
  margin-top: 7px;
  margin-bottom: 55px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.text-span-7 {
  font-weight: 500;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 730px;
  height: auto;
}

.right-arrow {
  color: #969696;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  width: 100%;
  max-width: 48px;
  height: 48px;
  font-size: 10px;
  right: -98px;
  box-shadow: 0 1px 3px #0000000d, 0 2px 1px #00000008, 0 1px 1px #0000000a;
}

.left-arrow {
  color: #969696;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  width: 100%;
  max-width: 48px;
  height: 48px;
  font-size: 10px;
  left: -98px;
  box-shadow: 0 1px 3px #0000000d, 0 2px 1px #00000008, 0 1px 1px #0000000a;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #585757;
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.slide-nav {
  bottom: -90px;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-15 {
  display: block;
}

.text-block-5 {
  color: #1c1c1c;
  letter-spacing: -.1px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-6 {
  color: #1c1c1c;
  letter-spacing: -.1px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 403px;
  display: flex;
}

.heading-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #3e3e3e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 33px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-span-8 {
  font-weight: 300;
}

.paragraph-3 {
  color: #585858;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.form-block {
  width: 100%;
  max-width: 538px;
  margin-bottom: 0;
}

.button-3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #000;
  background-color: #0ae87a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 187px;
  height: 38px;
  margin-left: -36px;
  font-family: Inter, sans-serif;
  line-height: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-16 {
  max-width: 43px;
}

.text-field {
  background-color: #f3f3f300;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
  height: 35px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 11px;
}

.text-field::placeholder {
  color: #585757;
  letter-spacing: -.22px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.text-field._2 {
  height: auto;
  min-height: 108px;
}

.div-block-13 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.heading-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #3e3e3e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.heading-7._2 {
  color: #000;
  margin-bottom: 11px;
}

.text-block-7 {
  color: #585858;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-14 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 77px;
  margin-bottom: 28px;
  display: grid;
}

.faq-click {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  padding: 23px;
  box-shadow: 0 22px 22px #0e3f7e0a, 0 11px 11px #0e3f7e0a, 0 6px 6px #2a33450a, 0 3px 3px #2a33450a, 0 1px 1px #2a33450a;
}

.div-block-16 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-less {
  display: none;
}

.faq-resposta {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: none;
}

.div-block-18 {
  background-color: #0ae87a;
  border-radius: 22px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 31px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 367px;
  display: flex;
}

.button-4 {
  color: #000;
  background-color: #fff;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 199px;
  height: 38px;
  margin-left: -34px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-8 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-8._2 {
  color: #fff;
}

.text-block-9 {
  color: #000;
  font-family: Inter, sans-serif;
}

.text-block-9._2 {
  color: #fff;
}

.m-sectio--rodape {
  background-image: linear-gradient(#fff, #f5f5f5);
  border: 1px solid #e7e7e7;
  border-radius: 24px;
}

.div-block-20 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 347px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.image-17 {
  display: block;
}

.paragraph-5 {
  margin-bottom: 0;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-2, .image-18 {
  display: block;
}

.div-block-23 {
  width: 100%;
  max-width: 620px;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.div-block-25 {
  color: #969696;
  letter-spacing: -.1px;
  border-top: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: center;
  margin-top: 43px;
  padding-top: 21px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #969696;
  text-decoration: none;
}

.div-block-27 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  display: flex;
}

.text-block-11 {
  color: #969696;
  letter-spacing: -.1px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.div-block-28 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-19, .div-block-29 {
  display: block;
}

.div-block-30 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-21 {
  display: none;
}

.div-block-31 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 613px;
  display: flex;
}

.m-nav-fix {
  z-index: 99;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffe3;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  border: 1px solid #0d0d0d1a;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  height: 48px;
  display: flex;
  box-shadow: 0 24px 24px #0e3f7e0a, 0 12px 12px #0e3f7e1f, 0 6px 6px #2a33450a, 0 3px 3px #2a33450a, 0 1px 1px #2a33450a;
}

.n-space {
  padding-left: 20px;
  padding-right: 20px;
}

.n-space.n-space-nav {
  grid-column-gap: 136px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.n-space.n-space-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 1262px;
  margin-top: 111px;
  padding-top: 12px;
  display: flex;
}

.n-space.n-space-sobre-nos {
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 134px;
  display: flex;
}

.n-space.n-space-funcionalidades {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 635px;
  padding-top: 120px;
  display: flex;
}

.n-space.n-space-classificacao {
  justify-content: space-between;
  align-items: center;
  padding-top: 155px;
  padding-bottom: 152px;
  display: flex;
}

.n-space.n-space-beneficios {
  min-height: 624px;
  padding-top: 120px;
}

.n-space.n-space-rodape {
  padding-top: 95px;
  padding-bottom: 21px;
}

.n-space.n-space-depoimentos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 609px;
  padding-top: 117px;
  display: flex;
}

.n-space.n-space-acesse {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 508px;
  padding-top: 118px;
  display: flex;
}

.n-space.n-space-faq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 84px;
  display: flex;
}

.n-space.n-space-equipe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 113px;
  padding-bottom: 98px;
  display: flex;
}

.image-22 {
  display: block;
}

.n-container {
  max-width: 1100px;
}

.n-section-nav {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
  border: 1px solid #eee;
  height: 111.333px;
  position: fixed;
  inset: 0% 0% auto;
}

.n-section-hero {
  background-image: url('../images/Slice-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-33 {
  grid-column-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-23 {
  display: block;
}

.div-block-34 {
  border-right: 1.5px solid #d9d9d9;
  width: 100%;
  height: 58px;
}

.heading-8 {
  color: #000;
  text-align: center;
  max-width: 903px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 55px;
}

.text-span-9, .text-span-10 {
  font-weight: 500;
}

.text-block-12 {
  color: #585858;
  margin-bottom: 27px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 232px;
  margin-top: 8px;
  display: flex;
}

.button-5 {
  grid-column-gap: 35px;
  color: #fff;
  background-color: #008c48;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 232px;
  height: 48px;
  margin-left: -48px;
  font-family: Inter, sans-serif;
  line-height: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-36 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image-24 {
  display: block;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  display: flex;
}

.heading-9 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  display: flex;
}

.text-span-11 {
  font-weight: 500;
}

.paragraph-6 {
  color: #585858;
  max-width: 420px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-13 {
  color: #fff;
  background-color: #090909;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-39 {
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  display: flex;
}

.div-block-40 {
  width: 100%;
}

.div-block-41 {
  grid-row-gap: 10px;
  background-color: #008c48;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 233px;
  padding: 32px 28px 20px 20px;
  display: flex;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.text-block-14 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-42 {
  grid-row-gap: 8px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 11px 20px;
  display: flex;
  box-shadow: 0 4px 4px #08080814, 0 1px 2px #08080833, 0 6px 12px #ffffff29, inset 0 1px 1px #ffffff40;
}

.div-block-43 {
  grid-row-gap: 2px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 18px 10px 20px 35px;
  display: flex;
  box-shadow: 0 1px 1px #0e3f7e0a, 0 3px 3px -1px #0e3f7e0a, 0 6px 6px -3px #0e3f7e0a, 0 11px 11px -6px #0e3f7e0a, 0 22px 22px -11px #0e3f7e0a;
}

.text-block-15 {
  color: #008c48;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.text-block-16 {
  color: #008c48;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 17px;
}

.div-block-44 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 204px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-6 {
  grid-column-gap: 18px;
  color: #fff;
  background-color: #008c48;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 199px;
  height: 38px;
  margin-left: -38px;
  font-family: Inter, sans-serif;
  line-height: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-25 {
  max-width: 43px;
  display: block;
}

.div-block-45 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-46 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 167px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 22px;
  display: flex;
}

.text-block-17 {
  color: #585757;
  max-width: 290px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block-18 {
  color: #585757;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #000, #3e3e3e);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 240px;
  margin-bottom: 1px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.heading-10 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 55px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  display: flex;
}

.text-span-12 {
  font-weight: 500;
}

.n-section-funcionalidades {
  background-image: url('../images/Slice-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-47 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.heading-11 {
  color: #000;
  margin-top: 33px;
  margin-bottom: 33px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.paragraph-8 {
  color: #585858;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-48 {
  grid-column-gap: 34px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 603px;
  display: grid;
}

.n-section-beneficios {
  background-image: url('../images/Slice-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-49 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 425px;
  margin-left: auto;
  display: flex;
}

.heading-12 {
  color: #000;
  margin-top: 21px;
  margin-bottom: 77px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-span-13 {
  font-weight: 300;
}

.div-block-50 {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 362px;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-26 {
  display: block;
}

.text-block-19 {
  color: #585757;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-span-14 {
  font-weight: 600;
}

.n-section-rodape {
  background-image: linear-gradient(#fff, #f5f5f5);
  border: 1px solid #e7e7e7;
  border-radius: 24px;
}

.div-block-52 {
  background-color: #fa3d24;
  border: 1px solid #ff2119;
  border-radius: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 284px;
  min-height: 157px;
  padding-top: 15px;
  display: flex;
  box-shadow: 0 1px 1px #0e3f7e0a, 0 3px 3px -1px #0e3f7e0a, 0 6px 6px -3px #0e3f7e0a, 0 11px 11px -6px #0e3f7e0a, 0 22px 22px -11px #0e3f7e0a;
}

.div-block-52._2 {
  background-color: #ffe43a;
  border-color: #e2e216;
}

.div-block-52._3 {
  background-color: #00bec4;
  border-color: #40bfe2;
}

.div-block-52._4 {
  background-color: #54a734;
  border-color: #90e650;
}

.text-block-20 {
  color: #585757;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: 15px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 1px #0e3f7e0a, 0 3px 3px -1px #0e3f7e0a, 0 6px 6px -3px #0e3f7e0a, 0 11px 11px -6px #0e3f7e0a, 0 22px 22px -11px #0e3f7e0a;
}

.text-block-21 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.text-block-21._2 {
  color: #575708;
}

.text-block-22 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-22._2 {
  color: #575708;
}

.n-section-depoimentos {
  background-color: #008c48;
  background-image: url('../images/Slice-4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block-23 {
  color: #fff;
  background-color: #004724;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.heading-13 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 55px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

.text-span-15 {
  font-weight: 300;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  max-width: 730px;
  height: auto;
}

.right-arrow-2 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  width: 100%;
  max-width: 48px;
  height: 48px;
  right: -98px;
  box-shadow: 0 1px 1px #0000000a, 0 2px 1px #00000008, 0 1px 3px #0000000d;
}

.icon {
  color: #969696;
  font-size: 10px;
}

.left-arrow-2 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  width: 100%;
  max-width: 48px;
  height: 48px;
  left: -98px;
  box-shadow: 0 1px 1px #0000000a, 0 2px 1px #00000008, 0 1px 3px #0000000d;
}

.slide-nav-2 {
  bottom: -60px;
}

.div-block-53 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-54 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-55 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-24 {
  color: #fff;
  letter-spacing: -.1px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-25 {
  color: #fff;
  letter-spacing: -.1px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.n-section-acesse {
  background-image: url('../images/Slice-5.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-14 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 32px;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

.heading-14._2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 58px;
}

.text-span-16 {
  font-weight: 300;
}

.div-block-56 {
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.link-block-3 {
  color: #fff;
  background-color: #008c48;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 340px;
  height: 38px;
  padding-left: 34px;
  padding-right: 34px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #08080814, 0 1px 2px #08080833, 0 6px 12px #ffffff29, inset 0 1px 1px #ffffff40;
}

.div-block-57 {
  background-color: #008c48;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 31px;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 71px;
  margin-bottom: 27px;
  display: grid;
}

.text-block-26 {
  max-width: 818px;
}

.text-span-17 {
  font-weight: 300;
}

.div-block-59 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 866px;
  display: flex;
}

.paragraph-10 {
  color: #585858;
  max-width: 423px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-60 {
  border-right: 1px solid silver;
  height: 487px;
}

.image-27 {
  display: none;
}

.body {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .slider-wrapper {
    margin-top: -32px;
  }

  .item {
    min-width: 50px;
  }

  .m-section-hero {
    background-image: url('../images/mob-hero.webp');
    background-position: 50% 100%;
  }

  .m-container {
    max-width: 360px;
  }

  .m-space.m-space-hero {
    padding-top: 165px;
    padding-bottom: 464px;
  }

  .m-space.m-space-sobre {
    padding-top: 180px;
    padding-bottom: 387px;
  }

  .m-space.m-space-funcionalidades {
    padding-top: 180px;
    padding-bottom: 68px;
  }

  .m-space.m-space-beneficios {
    padding-top: 180px;
    padding-bottom: 359px;
  }

  .m-space.m-space-depoimentos {
    padding-top: 158px;
    padding-bottom: 257px;
  }

  .m-space.m-space-contato {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 150px;
    padding-bottom: 131px;
  }

  .m-space.m-space-faq {
    padding-bottom: 109px;
  }

  .m-space.m-space-rodape {
    padding-top: 74px;
    padding-bottom: 38px;
  }

  .m-space.m-space-nav {
    padding-top: 21px;
    padding-bottom: 21px;
    position: relative;
  }

  .image-8 {
    display: none;
  }

  .navbar {
    max-width: 26px;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-radius: 0;
    position: static;
  }

  .navbar._2 {
    display: none;
  }

  .navbar.topo {
    display: block;
  }

  .nav-link {
    text-align: right;
    padding: 5px 10px;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    max-width: 140px;
    height: 168px;
    position: absolute;
    inset: 23px 0 0% auto;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 33px;
    line-height: 40px;
  }

  .text-block {
    text-align: center;
    margin-bottom: 39px;
  }

  .div-block-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .link-block {
    max-width: 232px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-3._3 {
    margin-left: auto;
    margin-right: auto;
  }

  .m-section-sobre {
    background-image: url('../images/mob-sobre.webp');
    background-position: 50% 100%;
  }

  .heading-2 {
    margin-top: 24px;
    font-size: 29px;
    line-height: 40px;
  }

  .paragraph {
    max-width: 312px;
    margin-bottom: 31px;
    font-size: 15px;
  }

  .image-12 {
    max-width: 55px;
    display: none;
  }

  .image-12._2 {
    display: block;
  }

  .button-2 {
    max-width: 232px;
    height: 48px;
    margin-left: -48px;
  }

  .m-section-funcionalidades {
    background-image: url('../images/mob-funcionalidades.webp');
    background-position: 50% 100%;
  }

  .heading-3 {
    margin-top: 9px;
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .m-section-beneficios {
    background-image: url('../images/mob-beneficios.webp');
    background-position: 50% 100%;
  }

  .heading-4 {
    max-width: 266px;
    margin-top: 9px;
    margin-bottom: 27px;
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-9 {
    font-size: 14px;
  }

  .m-section-depoimentos {
    background-image: url('../images/mob-depoimentos.webp');
    background-position: 50% 0;
    padding-top: 0;
  }

  .heading-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 29px;
    line-height: 42px;
    display: flex;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .paragraph-2 {
    max-width: 305px;
    margin-bottom: 43px;
    font-size: 14px;
    line-height: 26px;
  }

  .div-block-12 {
    margin-bottom: 46px;
  }

  .heading-6 {
    margin-top: 36px;
    margin-bottom: 36px;
    font-size: 29px;
    line-height: 42px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .heading-7 {
    margin-bottom: 9px;
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 46px;
    margin-bottom: 61px;
  }

  .faq-click {
    border-color: #e7e7e7;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
  }

  .div-block-19 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 13px;
  }

  .button-4 {
    height: 42px;
    margin-left: 0;
  }

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

  .m-sectio--rodape {
    background-image: url('../images/mob-rodape.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-style: none;
    border-radius: 0;
  }

  .div-block-20 {
    flex-flow: column;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-5 {
    margin-top: 16px;
    margin-bottom: 31px;
    font-size: 13px;
  }

  .div-block-22 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-24 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px;
  }

  .div-block-25 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    border-top-style: none;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 58px;
  }

  .div-block-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link {
    font-weight: 500;
  }

  .div-block-27 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-19 {
    max-width: 150px;
  }

  .div-block-30 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-20 {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0be87a;
  }

  .image-21 {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-31 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .m-nav-fix {
    border-bottom: 1px solid #f1f1f1;
  }

  .navbar-2 {
    max-width: 26px;
    height: auto;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-radius: 0;
    position: relative;
  }

  .navbar-2._2 {
    display: none;
  }

  .n-space.n-space-nav {
    grid-column-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 0;
  }

  .n-space.n-space-hero {
    min-height: 866px;
    padding-top: 29px;
  }

  .n-space.n-space-sobre-nos {
    padding-top: 65px;
    padding-bottom: 30px;
  }

  .n-space.n-space-funcionalidades {
    min-height: 1277px;
    padding-top: 33px;
  }

  .n-space.n-space-classificacao {
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 71px;
  }

  .n-space.n-space-beneficios {
    min-height: 754px;
    padding-top: 0;
  }

  .n-space.n-space-rodape {
    min-height: 889px;
    padding-top: 74px;
    padding-bottom: 0;
  }

  .n-space.n-space-depoimentos {
    min-height: 818px;
    padding-top: 128px;
  }

  .n-space.n-space-acesse {
    min-height: 680px;
    padding-top: 0;
  }

  .n-space.n-space-faq {
    padding-top: 65px;
  }

  .n-space.n-space-equipe {
    padding-top: 93px;
    padding-bottom: 96px;
  }

  .image-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .n-container {
    max-width: 360px;
  }

  .n-section-nav {
    border-style: none;
    height: auto;
  }

  .n-section-hero {
    background-image: url('../images/Slice-6.jpg');
  }

  .div-block-33 {
    grid-column-gap: 10px;
  }

  .image-23 {
    max-width: 100px;
  }

  .div-block-34 {
    height: 36px;
  }

  .heading-8 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-12 {
    text-align: center;
    margin-bottom: 21px;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-24 {
    display: none;
  }

  .heading-9 {
    margin-top: 24px;
    margin-bottom: 36px;
    font-size: 29px;
    line-height: 40px;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-39 {
    grid-row-gap: 36px;
    margin-bottom: 36px;
  }

  .div-block-39._2 {
    margin-bottom: 0;
  }

  .button-6 {
    max-width: 232px;
    height: 48px;
    margin-left: -48px;
  }

  .image-25 {
    max-width: none;
  }

  .div-block-45 {
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-46 {
    grid-row-gap: 10px;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-block-17 {
    max-width: 270px;
    font-size: 14px;
  }

  .text-block-18 {
    max-width: none;
    font-size: 18px;
  }

  .heading-10 {
    margin-bottom: 49px;
  }

  .n-section-funcionalidades {
    background-image: url('../images/Slice-7.jpg');
  }

  .heading-11 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .div-block-48 {
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .n-section-beneficios {
    background-image: url('../images/Slice-8.jpg');
  }

  .heading-12 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .n-section-rodape {
    background-image: url('../images/mob-rodape.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-style: none;
    border-radius: 0;
  }

  .div-block-52 {
    max-width: none;
  }

  .n-section-depoimentos {
    background-color: #fff;
    background-image: url('../images/Slice-9.jpg');
  }

  .heading-13 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 39px;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .slide-nav-2 {
    bottom: -100px;
  }

  .paragraph-9 {
    margin-bottom: 43px;
    font-size: 16px;
    line-height: 26px;
  }

  .n-section-acesse {
    background-image: url('../images/Slice-10.jpg');
  }

  .heading-14 {
    font-size: 34px;
  }

  .heading-14._2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 53px;
    display: block;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
  }

  .div-block-58 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 46px;
    margin-bottom: 61px;
  }

  .text-block-26 {
    max-width: 240px;
    font-size: 12px;
  }

  .div-block-59 {
    grid-row-gap: 54px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-60 {
    display: none;
  }

  .image-27 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .m-space.m-space-hero {
    padding-top: 151px;
  }

  .m-space.m-space-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    width: 100%;
    max-width: 198px;
  }

  .navbar-2 {
    position: static;
  }

  .n-space.n-space-nav {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }

  .n-space.n-space-sobre-nos, .n-space.n-space-funcionalidades {
    padding-top: 120px;
  }

  .n-space.n-space-beneficios {
    min-height: 895px;
    padding-top: 120px;
  }

  .image-22 {
    height: 90%;
  }

  .n-section-nav {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffc;
  }

  .n-section-beneficios {
    background-position: 50% 100%;
  }

  .container-2 {
    position: relative;
  }
}


