@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Medium-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Semi.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Black-Italic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Semi.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albrasanstrial;
  src: url('../fonts/AlbraSansTRIAL-Regular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

.lh-container.lh-space-nav {
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.lh-section-hero {
  background-image: url('../images/bg-hero.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 19px;
}

.lh-section-nav {
  background-color: #ddd0;
  background-image: url('../images/bg-nav.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.lh-space.lh-space-hero {
  padding-top: 113px;
  padding-bottom: 19px;
}

.lh-space.lh-space-sobre {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 199px;
  padding-bottom: 207px;
  display: flex;
}

.lh-space.lh-space-beneficios {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 127px;
  display: flex;
}

.lh-space.lh-space-depoimentos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 38px;
  display: flex;
}

.lh-space.lh-space-precos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 138px;
  padding-bottom: 138px;
  display: flex;
}

.lh-space.lh-space-rodape {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 84px;
  padding-bottom: 90px;
  display: flex;
}

.lh-space.lh-space-faq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 109px;
  display: flex;
}

.image {
  display: block;
}

.brand {
  margin-right: auto;
  display: block;
}

.nav-link {
  color: #fff;
  padding: 0;
  font-family: Sora, sans-serif;
  line-height: 32px;
}

.heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f9f9f9, #c521ff);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 424px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-style: italic;
  font-weight: 500;
  line-height: 56px;
}

.body {
  background-color: #0e002c;
  font-family: Albrasanstrial, sans-serif;
}

.nav-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 730px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #3898ec00;
  background-image: url('../images/bg-botao-nav.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 208px 40px;
  border-radius: 329px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 208px;
  height: 40px;
  font-family: Sora, sans-serif;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.text-span {
  font-style: normal;
  font-weight: 300;
}

.text-block {
  color: #fff;
  max-width: 363px;
  margin-top: 19px;
  margin-bottom: 63px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

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

.link-block {
  grid-column-gap: 33px;
  color: #fff;
  background-image: url('../images/bg-botao-saude.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 335px;
  height: 60px;
  font-family: Sora, sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

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

.image-2 {
  display: block;
}

.div-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #4365dd;
  letter-spacing: -.1px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
  font-family: Sora, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  display: flex;
}

.text-block-2 {
  display: block;
}

.text-block-3 {
  color: #623bb5;
  text-align: center;
  margin-top: 256px;
  margin-bottom: 42px;
  font-family: Sora, sans-serif;
  line-height: 22px;
}

.slider-wrapper {
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  width: 100%;
  display: flex;
}

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

.items {
  grid-column-gap: 31px;
  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;
  margin-right: 31px;
  display: flex;
}

.item {
  grid-column-gap: 14px;
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 27px;
  font-weight: 500;
  line-height: 142%;
  display: flex;
}

.lh-section-sobre {
  background-image: url('../images/bg-sobre-novo-desk.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(#fff9 28%, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 460px;
  margin-top: 15px;
  margin-bottom: 52px;
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  line-height: 58px;
}

.text-span-4 {
  font-style: normal;
  font-weight: 300;
}

.text-block-4 {
  color: #ffffff80;
  font-family: Sora, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.paragraph {
  color: #ffffff80;
  max-width: 452px;
  margin-bottom: 52px;
  font-family: Sora, sans-serif;
  line-height: 26px;
}

.lh-section-beneficios {
  background-color: #0e0125;
}

.heading-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f9f9f9 65%, #c521ff);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 72px;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

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

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

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

.image-3 {
  display: block;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Sora, sans-serif;
  font-size: 17px;
}

.text-block-6 {
  color: #ffffff80;
  max-width: 290px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

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

.heading-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f9f9f9 65%, #c521ff);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 51px;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 29px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-6 {
  background-color: #0a0323;
  border: 1px solid #311572;
  border-radius: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 332px;
  height: 387px;
  padding: 29px;
  display: flex;
}

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

.image-4 {
  display: block;
}

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

.text-block-7 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.text-block-8 {
  color: #bdbdbd73;
  font-family: Sora, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.paragraph-2 {
  color: #fff;
  flex: 1;
  margin-top: 28px;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  line-height: 22px;
}

.image-5 {
  display: block;
}

.text-block-9 {
  color: #ffffff80;
  margin-top: 15px;
  font-family: Sora, sans-serif;
  line-height: 18px;
}

.heading-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f9f9f9 65%, #c521ff);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 36px;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-11 {
  background-image: url('../images/bg-preco1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 514px;
  height: 653px;
  padding-top: 45px;
  padding-left: 49px;
  padding-right: 49px;
  display: flex;
}

.div-block-11._2 {
  background-image: url('../images/bg-preco2_1.webp');
  border-radius: 23px;
  height: 315px;
}

.div-block-11._3 {
  background-image: url('../images/bg_quadrado.webp');
  border-radius: 23px;
  height: 315px;
}

.text-block-10 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.text-block-11 {
  color: #bdbdbd73;
  max-width: 315px;
  margin-top: 7px;
  font-family: Sora, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 18px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.image-6 {
  display: block;
}

.text-block-12 {
  color: #bdbdbdcc;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.image-7 {
  width: 100%;
  margin-top: 31px;
  margin-bottom: 36px;
  display: block;
}

.div-block-14 {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 65px;
  display: flex;
}

.div-block-14._2 {
  justify-content: space-between;
  align-items: center;
  max-width: 385px;
  margin-top: 0;
}

.text-block-13 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
}

.text-block-13._2 {
  color: #000;
}

.text-block-14 {
  color: #bdbdbd73;
  font-family: Sora, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.text-block-14._2 {
  color: #00000073;
}

.image-8 {
  display: block;
}

.button-2 {
  color: #fff;
  background-color: #3898ec00;
  background-image: url('../images/bg-botao-preco.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 329px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 154px;
  height: 46px;
  margin-left: 4px;
  font-family: Sora, sans-serif;
  font-weight: 700;
  display: flex;
}

.button-2._2 {
  background-image: linear-gradient(90deg, #190c44 60%, #6c298b);
  border: 1px solid #c02ad9;
  font-weight: 300;
}

.lh-section-rodape {
  background-color: #0e0125;
}

.div-block-15 {
  border-top: 1px solid #2b2b2b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 112px;
  padding-top: 38px;
  display: flex;
}

.text-block-15 {
  color: #fff;
  -webkit-text-stroke-color: var(--black);
  font-family: Sora, sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
}

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

.div-block-17 {
  grid-row-gap: 23px;
  color: #ffffff80;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 307px;
  font-family: Inter;
  font-size: 12px;
  line-height: 21px;
  display: flex;
}

.image-9 {
  display: block;
}

.text-block-16 {
  text-align: left;
  flex: 0 auto;
  font-family: Sora, sans-serif;
  display: block;
}

.div-block-18 {
  grid-column-gap: 51px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Sora, sans-serif;
  display: flex;
}

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

.text-block-17 {
  color: #fff;
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

.div-block-20 {
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 7px;
  display: flex;
}

.link {
  color: #fff9;
  font-family: Sora, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  overflow: visible;
}

.link:hover {
  color: #fff;
}

.heading-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f9f9f9 65%, #c521ff);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 58px;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

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

.faq-click {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0a0323;
  background-image: radial-gradient(circle, #55108b4a 14%, #0a032300 61%);
  border: 1px solid #15053a;
  border-radius: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 27px 41px;
  display: block;
}

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

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

.faq-pluss {
  display: block;
}

.faq-less {
  display: none;
}

.text-block-18 {
  color: #fff;
  font-family: Sora, sans-serif;
}

.faq-resposta {
  color: #fff;
  margin-top: 20px;
  font-family: Sora, sans-serif;
  font-weight: 100;
  display: none;
  overflow: visible;
}

.div-block-25 {
  background-color: #0a0323;
  background-image: radial-gradient(circle, #7f56d933, #7f56d900 42%), radial-gradient(circle, #7f56d933 9%, #7f56d900 30%);
  border: 1px solid #15053a;
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  padding: 31px;
  display: flex;
}

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

.text-block-19 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.text-block-20 {
  color: #ffffff80;
  font-family: Sora, sans-serif;
  line-height: 25px;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 38px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 153px;
  height: 39px;
  font-family: Sora, sans-serif;
  font-weight: 500;
  display: flex;
}

.div-block-27 {
  background-image: url('../images/bg-saude.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding-top: 86px;
  padding-bottom: 50px;
  padding-right: 50px;
}

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

.heading-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f9f9f9, #c521ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-style: italic;
  font-weight: 500;
  line-height: 47px;
}

.text-block-21 {
  color: #fff;
  max-width: 359px;
  margin-top: 22px;
  margin-bottom: 110px;
  font-family: Sora, sans-serif;
  line-height: 21px;
}

.text-span-6 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  font-weight: 300;
}

.link-block-2 {
  grid-column-gap: 33px;
  color: #fff;
  background-image: url('../images/bg-botao-saude.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 335px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sora, sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  display: none;
}

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

.slide {
  max-width: 332px;
  margin-right: 28px;
}

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

.div-block-29 {
  grid-column-gap: 5px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.paragraph-3 {
  color: #bdbdbd73;
  max-width: 315px;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.paragraph-3._2 {
  color: #000;
  max-width: 346px;
}

.box-icon {
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 79px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .lh-container {
    max-width: 360px;
  }

  .lh-container.lh-space-nav {
    min-height: 102px;
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .lh-section-hero {
    background-image: url('../images/mob-hero.avif');
    background-size: 480px;
    padding-bottom: 0;
  }

  .lh-section-nav {
    background-image: url('../images/mob-nav.avif');
  }

  .lh-space.lh-space-hero {
    padding-top: 43px;
    padding-bottom: 0;
  }

  .lh-space.lh-space-sobre {
    padding-top: 120px;
    padding-bottom: 678px;
  }

  .lh-space.lh-space-beneficios {
    padding-top: 79px;
    padding-bottom: 114px;
  }

  .lh-space.lh-space-depoimentos {
    padding-top: 86px;
    padding-bottom: 155px;
  }

  .lh-space.lh-space-precos {
    padding-top: 93px;
    padding-bottom: 33px;
  }

  .lh-space.lh-space-rodape {
    padding-top: 73px;
    padding-bottom: 58px;
  }

  .lh-space.lh-space-faq {
    padding-top: 22px;
    padding-bottom: 75px;
  }

  .image {
    max-width: 121px;
    height: 27.7344px;
  }

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

  .heading {
    font-size: 49px;
    line-height: 45px;
  }

  .nav-menu {
    background-color: #0e002c;
    border: 1px solid #b20fffe3;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 20px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    max-width: 301px;
    margin-top: 22px;
    margin-bottom: 32px;
  }

  .link-block {
    background-size: 320px 60px;
  }

  .text-block-3 {
    margin-top: 505px;
  }

  .lh-section-sobre {
    background-image: url('../images/mob-sobre.jpg');
  }

  .heading-2 {
    font-size: 46px;
  }

  .text-block-4 {
    font-weight: 200;
  }

  .heading-3 {
    margin-bottom: 65px;
  }

  .div-block-3 {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .lh-section-depoimentoa {
    background-image: url('../images/mob-depoimentos.jpg');
  }

  .heading-4 {
    margin-bottom: 70px;
  }

  .div-block-5 {
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .heading-5 {
    margin-bottom: 80px;
    font-size: 31px;
  }

  .div-block-10 {
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    background-size: 320px 578px;
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-11._2 {
    height: 270px;
    padding-top: 56px;
  }

  .div-block-11._3 {
    height: 270px;
    padding-top: 47px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .div-block-12 {
    margin-top: 25px;
  }

  .text-block-12 {
    font-size: 10px;
  }

  .image-7 {
    margin-top: 28px;
    margin-bottom: 21px;
  }

  .div-block-14 {
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 50px;
  }

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

  .text-block-13 {
    font-size: 28px;
    line-height: 38px;
  }

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

  .button-2 {
    border-radius: 100px;
    max-width: 110px;
    height: 40px;
    font-size: 11px;
  }

  .div-block-15 {
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
  }

  .text-block-15 {
    color: #aaa;
    text-decoration: none;
  }

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

  .div-block-18 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-17 {
    font-size: 10px;
    line-height: 12px;
  }

  .heading-6 {
    margin-bottom: 54px;
  }

  .div-block-21 {
    margin-bottom: 107px;
  }

  .faq-click {
    padding-left: 21px;
    padding-right: 21px;
  }

  .text-block-18 {
    max-width: 212px;
  }

  .div-block-25 {
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 34px 32px 37px;
  }

  .div-block-26 {
    grid-row-gap: 17px;
  }

  .div-block-27 {
    background-image: url('../images/mob-saude.avif');
    padding: 343px 10px 64px;
  }

  .heading-7 {
    text-align: center;
    font-size: 35px;
    line-height: 33px;
  }

  .text-block-21 {
    text-align: center;
    margin-top: 38px;
    margin-bottom: 101px;
  }

  .link-block-2 {
    background-size: 300px 60px;
    max-width: 300px;
  }

  .text-span-7 {
    color: #fff;
  }

  .slider {
    display: block;
  }

  .menu-button {
    color: #fff;
    padding: 0;
    font-size: 24px;
  }

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

  .icon {
    border-radius: 5px;
    font-size: 24px;
  }

  .image-10 {
    max-width: 92px;
  }

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

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

  .paragraph-3 {
    max-width: 245px;
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .lh-section-hero {
    background-image: url('../images/mob-hero.avif');
    background-size: 480px;
    padding-bottom: 497px;
  }

  .heading {
    width: 100%;
    font-size: 42px;
  }

  .text-block-3 {
    display: none;
  }

  .lh-section-sobre {
    background-image: url('../images/fundo-sobre-novo-mobile.avif');
  }

  .div-block-17, .image-9 {
    text-align: center;
  }

  .text-block-16 {
    text-align: center;
    object-fit: contain;
    width: 280px;
    overflow: visible;
  }

  .image-10 {
    height: 35.3125px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a5d3bf29-da1c-dfe7-784b-f85ac6715e35-b91b07e0, #w-node-a5d3bf29-da1c-dfe7-784b-f85ac6715e35-d8408f9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Semi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Semi.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albrasanstrial';
  src: url('../fonts/AlbraSansTRIAL-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}