@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --headers: #3c7b6b;
  --h1-font-size: 67px;
  --headers-font: "Bree Serif", sans-serif;
  --p-font: Poppins, sans-serif;
  --paragraph: #554e64;
  --p-font-size: 20px;
  --verde4: #4eac88;
  --white: white;
  --verde2: #edf5f0;
  --gray: #dfe1e3;
  --verde3: #628f7e;
  --black: black;
  --vinho2: #682f34;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.container {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--headers);
  font-size: var(--h1-font-size);
  text-align: left;
  background-image: url('../images/BG-Header2.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 715px;
  display: flex;
  position: static;
  overflow: visible;
}

.section {
  float: none;
  clear: none;
  background-color: #dfe1e3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.h1 {
  font-family: var(--headers-font);
  color: var(--headers);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
}

.paragraph-header {
  font-family: var(--p-font);
  color: var(--paragraph);
  font-size: var(--p-font-size);
  letter-spacing: 0;
  column-count: auto;
  width: 508px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  font-weight: 300;
  line-height: 39px;
}

.button {
  float: none;
  clear: both;
  background-color: var(--verde4);
  font-family: var(--p-font);
  text-align: left;
  border-radius: 6px;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 500;
}

.button:hover {
  background-color: var(--headers);
}

.container-2 {
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 600px;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.body {
  display: block;
}

.section-2 {
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 168px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.text-block {
  font-family: var(--headers-font);
  color: var(--headers);
  text-align: center;
  font-size: 35px;
  line-height: 42px;
}

.section-3 {
  border-bottom: 1px none var(--verde2);
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-block {
  width: 356px;
  height: 365px;
}

.flex-block.itens-plan-list {
  text-align: center;
  clear: none;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-style: none;
  border-width: 1px 1px 20px;
  border-color: black black var(--headers);
  background-color: var(--headers);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 196px;
  height: 328px;
  margin: 0 10px 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.fa-icon {
  flex: 0 auto;
  height: auto;
  font-family: "Fa 400", sans-serif;
  font-size: 80px;
  line-height: 20px;
  display: block;
}

.text-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 70px;
}

.paragraph-3 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.paragraphy {
  font-family: var(--p-font);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.section-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 0 #000;
  border-bottom: 3px solid var(--gray);
  background-color: var(--verde2);
  border-radius: 5px 5px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 71px;
  margin: 0 10px 22px;
}

.text-list-numbers {
  font-family: var(--headers-font);
  color: var(--verde4);
  height: 26px;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 20px;
  display: block;
}

.container-3 {
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  padding-top: 0;
  padding-bottom: 130px;
  display: flex;
}

.section-5 {
  background-color: var(--white);
  text-align: center;
  max-width: 100%;
}

.container-4 {
  font-family: var(--headers-font);
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 225px;
  padding-top: 40px;
  display: flex;
}

.video {
  width: 300px;
  height: 300px;
}

.container-5 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: auto;
  display: block;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  flex: 0 auto;
  width: auto;
  max-width: 50%;
  height: 410px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.youtube {
  flex-flow: row;
  flex: 0 auto;
  width: 920px;
  height: 686px;
  display: block;
  position: relative;
}

.section-6 {
  background-color: var(--white);
  max-width: 100%;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  height: 170px;
  margin-bottom: 0;
  padding-top: 5px;
  display: flex;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section-7 {
  background-color: var(--paragraph);
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-8 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.flex-block-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--headers);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 290px;
  height: 313px;
  margin: 30px 15px;
  padding: 3px 20px 0;
}

.paragraph-4 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 50px;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: auto;
  min-height: 420px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.plan-ac {
  color: var(--gray);
  text-align: center;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-5 {
  padding-top: 20px;
}

.plan-ac-title {
  font-family: var(--headers-font);
  color: var(--white);
  margin-top: 35px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.bold-text {
  color: var(--white);
  font-weight: 400;
}

.section-8 {
  background-color: var(--paragraph);
  text-align: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-10 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.label-header1 {
  font-family: var(--headers-font);
  color: var(--headers);
  margin-bottom: 6px;
  font-size: 19px;
  display: none;
}

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

.image {
  width: 238px;
}

.flex-block-3 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 570px;
  line-height: 30px;
}

.heading {
  font-family: var(--headers-font);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 400;
}

.paragraph-6 {
  font-family: var(--p-font);
  color: var(--gray);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-6.paragraph-6_2 {
  margin-bottom: 39px;
}

.paragraph-6.paragraph-17 {
  margin-bottom: 30px;
}

.text-span-4 {
  text-decoration: line-through;
}

.text-span-5 {
  color: var(--white);
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
}

.section-9 {
  border-top: 1px none var(--gray);
  border-bottom: 3px none var(--gray);
  background-color: var(--white);
  max-width: 100%;
  margin-top: 160px;
  margin-bottom: 135px;
  padding-top: 0;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gray);
  border-radius: 14px;
  justify-content: center;
  align-items: flex-end;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-2 {
  width: 430px;
}

.flex-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 0;
}

.paragraph-7 {
  font-family: var(--p-font);
  color: var(--paragraph);
  background-color: #0000;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.heading-2 {
  clear: both;
  font-family: var(--headers-font);
  color: var(--headers);
  flex: 1;
  width: 100%;
  margin-top: 49px;
  margin-bottom: 20px;
  font-size: 35px;
  display: block;
  position: relative;
}

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

.section-10 {
  background-color: var(--gray);
  max-width: 100%;
}

.container-12 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  height: 715px;
  display: flex;
}

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

.section-11 {
  background-color: var(--white);
  max-width: 100%;
}

.container-13 {
  max-width: 1300px;
  padding-top: 0;
  padding-bottom: 110px;
  display: block;
}

.p-faq {
  font-family: var(--p-font);
  color: var(--verde4);
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p-fq-icon {
  color: var(--headers);
  margin-bottom: 0;
  font-family: "Fa Solid 900", sans-serif;
}

.flex-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  line-height: 20px;
  display: flex;
}

.heading-3 {
  font-family: var(--headers-font);
  color: var(--headers);
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 400;
}

.section-12 {
  max-width: 100%;
}

.container-14 {
  background-color: var(--headers);
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-8 {
  font-family: var(--p-font);
  color: var(--white);
  text-align: center;
  margin: 10px 40px;
  font-weight: 300;
}

.slide {
  background-color: var(--white);
  vertical-align: middle;
}

.container-15 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.flex-block-7 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.heading-4 {
  font-family: var(--p-font);
  color: var(--paragraph);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.mask {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  font-family: var(--p-font);
  color: var(--headers);
  font-size: 14px;
  font-weight: 600;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-9 {
  font-family: var(--p-font);
  color: var(--paragraph);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-10 {
  font-family: var(--p-font);
  color: var(--paragraph);
  text-align: center;
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.icon, .icon-2 {
  color: var(--headers);
}

.section-13 {
  background-color: var(--white);
  position: relative;
}

.video-2 {
  width: 630px;
  height: auto;
}

.flex-block-8 {
  padding-top: 10px;
}

.icons-2 {
  color: var(--gray);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 70px;
}

.paragraph-11 {
  background-color: var(--verde2);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px 40px;
}

.flex-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--verde2);
  font-family: var(--headers-font);
  text-align: left;
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 310px;
  height: 313px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-5 {
  color: var(--headers);
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 27px;
}

.paragraph-12 {
  color: var(--verde4);
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 100px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 140px;
  line-height: 20px;
}

.text-span-7 {
  color: var(--verde2);
}

.section-14 {
  border-top: 13px solid var(--paragraph);
  background-color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-16 {
  background-image: url('../images/header3.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.flex-block-11 {
  flex-flow: column;
}

.container-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1300px;
  display: flex;
}

.div-faqs {
  border-bottom: 2px solid var(--verde2);
  cursor: pointer;
  max-width: 1300px;
}

.paragraph-13 {
  font-family: var(--p-font);
  color: var(--paragraph);
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 26px;
  padding-right: 0;
  display: none;
}

.image-3 {
  width: 540px;
}

.youtube-2 {
  width: 100%;
}

.paragraph-14 {
  font-family: var(--p-font);
  color: var(--paragraph);
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

.image-4 {
  max-width: 300px;
}

.image-5 {
  max-width: 390px;
}

.flex-block-13 {
  flex-flow: wrap;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-18 {
  text-align: center;
  width: auto;
  max-width: 1300px;
  padding-top: 60px;
}

.container-19 {
  width: auto;
  max-width: 1300%;
  height: auto;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.section-15 {
  background-color: var(--headers);
  text-align: center;
  width: auto;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
  overflow: hidden;
}

.flex-block-14 {
  background-color: var(--verde3);
  border: 1px #000;
  border-radius: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 100px;
  display: block;
}

.flex-block-15 {
  background-color: var(--white);
  text-align: left;
  border-radius: 14px;
  max-width: 640px;
  padding: 60px 60px 70px;
  display: block;
}

.heading-6 {
  font-family: var(--p-font);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
}

.text-span-8 {
  font-family: var(--headers-font);
  font-size: 280px;
  font-weight: 500;
  line-height: 152px;
}

.paragraph-15 {
  font-family: var(--p-font);
  color: var(--verde3);
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.heading-7 {
  font-family: var(--headers-font);
  color: var(--headers);
  margin-top: 0;
  padding-bottom: 20px;
  line-height: 11px;
}

.text-span-9, .text-span-10 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
}

.text-block-3 {
  font-family: var(--p-font);
  color: var(--headers);
  font-size: 14px;
  font-weight: 500;
}

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

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

.container-21 {
  position: relative;
}

.paragraph-16 {
  font-family: var(--p-font);
  color: var(--black);
  font-size: var(--p-font-size);
  max-width: 1300px;
  line-height: 23px;
  display: none;
}

.text-span-15 {
  color: var(--headers);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    height: 470px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-header {
    width: 700px;
    font-size: 19px;
    line-height: 33px;
  }

  .flex-block.itens-plan-list {
    margin-bottom: 60px;
  }

  .container-3 {
    padding-bottom: 60px;
  }

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

  .slider {
    max-width: 100%;
    height: 429px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .section-7 {
    float: none;
    clear: none;
    display: block;
    position: relative;
    overflow: visible;
  }

  .container-9 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .section-8 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
    overflow: auto;
  }

  .image {
    width: 272px;
  }

  .flex-block-3 {
    width: 390px;
  }

  .container-11 {
    flex-flow: wrap;
    width: 95%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-4 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    margin-top: 10px;
  }

  .container-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-15 {
    display: flex;
  }

  .slide-nav {
    display: none;
  }

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

  .container-16 {
    background-image: url('../images/header2.png');
    background-position: 0 0;
    background-size: auto;
  }

  .flex-block-11 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .image-3 {
    width: 290px;
    padding-top: 40px;
  }

  .youtube-2 {
    float: none;
    width: 100%;
  }

  .flex-block-13 {
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
  }

  .section-15 {
    padding-bottom: 100px;
  }

  .container-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-14 {
    width: 82%;
  }
}

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

  .h1 {
    margin-bottom: 0;
    font-size: 42px;
  }

  .paragraph-header {
    width: 530px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 29px;
  }

  .section-2 {
    height: 285px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    margin-top: 30px;
  }

  .container-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider {
    max-width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .container-11 {
    width: 90%;
  }

  .flex-block-4 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7, .heading-2 {
    text-align: center;
  }

  .slide {
    text-align: center;
    height: 100%;
  }

  .container-15 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 340px;
    display: flex;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .mask {
    height: 100%;
  }

  .slide-nav {
    display: none;
  }

  .flex-block-9 {
    margin-bottom: 60px;
  }

  .container-16 {
    background-image: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }

  .flex-block-11 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-3 {
    width: 320px;
    padding-top: 20px;
  }

  .flex-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-14 {
    margin-bottom: 40px;
  }

  .flex-block-13 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .section-15 {
    padding-bottom: 100px;
  }

  .container-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-14 {
    width: 100%;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-15 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-16 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    justify-content: flex-start;
    align-items: flex-start;
    height: 261px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 100px;
    overflow: visible;
  }

  .section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: none;
  }

  .h1 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 46px;
  }

  .paragraph-header {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 21px;
    line-height: 31px;
  }

  .button {
    padding: 16px 25px;
    font-size: 14px;
  }

  .section-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .text-block {
    font-weight: 400;
  }

  .flex-block.itens-plan-list {
    width: 270px;
    margin-bottom: 40px;
  }

  .flex-block2 {
    width: 270px;
  }

  .container-3 {
    padding-bottom: 60px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .slider {
    flex: 0 auto;
    max-width: 100%;
    height: 418px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .container-6 {
    margin-top: 40px;
  }

  .plan-ac-title {
    font-weight: 400;
  }

  .label-header1 {
    margin-top: 10px;
    font-size: 19px;
    line-height: 7px;
  }

  .flex-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-11 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-2 {
    width: 260px;
  }

  .flex-block-4 {
    width: 94%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    padding-right: 0;
  }

  .heading-2 {
    margin-top: 20px;
    padding-top: 10px;
    font-weight: 400;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .paragraph-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide {
    vertical-align: middle;
    height: 324px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .flex-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .mask {
    height: 100%;
  }

  .slide-nav {
    display: none;
  }

  .paragraph-10 {
    padding-bottom: 60px;
    font-size: 16px;
  }

  .icon {
    margin: auto 0;
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block-9 {
    margin-bottom: 60px;
  }

  .heading-5 {
    font-weight: 400;
  }

  .flex-block-10 {
    border-bottom: 1px solid var(--gray);
  }

  .container-16 {
    background-image: none;
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .flex-block-11 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-13 {
    display: none;
  }

  .image-3 {
    width: 570px;
  }

  .paragraph-14 {
    margin-bottom: 40px;
  }

  .image-4 {
    max-width: 260px;
  }

  .image-5 {
    max-width: 80%;
  }

  .left-arrow {
    width: 40px;
    height: 310px;
  }

  .right-arrow {
    width: 40px;
  }

  .flex-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .section-15 {
    padding-bottom: 100px;
  }

  .container-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .flex-block-14 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .flex-block-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    line-height: 27px;
  }

  .paragraph-16 {
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}