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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.section-1 {
  width: 100%;
  height: 100%;
  min-height: 700px;
  opacity: 1;
  background-color: #3e90a6;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.getulio-img {
  width: 90%;
  align-self: flex-end;
}

.container-text-intro {
  width: 50%;
  height: 600px;
  max-width: 550px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.container-img {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.title-intro {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taxon, sans-serif;
  font-size: 30px;
}

.subtitle-intro {
  width: 100%;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taxon, sans-serif;
}

.paragraph-intro {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taxon, sans-serif;
  font-size: 20px;
}

.logo-img {
  width: 40%;
  height: 40%;
}

.background-div {
  width: 100%;
  height: 100%;
  opacity: .2;
  background-image: linear-gradient(#000, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.background-img {
  width: 35rem;
  margin-top: 50px;
}

.section-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: rgba(255, 255, 255, .7);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: static;
}

.title-section-2 {
  width: 100%;
  max-width: 940px;
  color: #474143;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taxon, sans-serif;
}

.video-div {
  width: 940px;
}

.video {
  width: 100%;
  height: 100%;
  margin-left: 0;
  box-shadow: 5px 9px 10px 2px rgba(0, 0, 0, .2);
}

.section-3 {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, .7);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-section-3 {
  color: #474143;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taxon, sans-serif;
}

.paragraph3-section-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.container-section-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.bold-text {
  width: 100%;
  color: #3e90a6;
  text-align: center;
  font-family: Taxon, sans-serif;
}

.quero-conhecer-btn {
  width: 40%;
  height: 50px;
  clear: both;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  background-color: #d1c900;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 16px;
  font-family: Taxon, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 4px 7px 5px rgba(0, 0, 0, .2);
}

.getulio-tired {
  width: 50%;
}

.paragraph2-section-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taxon, sans-serif;
}

.section-4 {
  width: 100%;
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #3e90a6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 50px;
  display: none;
  position: static;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .2), 0 -20px 20px rgba(0, 0, 0, .2);
}

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

.benefits-grid {
  width: 100%;
  height: 380px;
  max-width: 940px;
  grid-template-rows: auto;
}

.benefits-card {
  height: 100%;
  background-color: #3e90a6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 5px 9px 10px 2px rgba(0, 0, 0, .2);
}

.benefits-title-card {
  color: #fff;
  font-family: Taxon, sans-serif;
}

.benefits-paragraph-card {
  color: #fff;
  text-align: center;
  font-family: Taxon, sans-serif;
  font-size: 16px;
}

.free-img {
  width: 40%;
}

.lamp-img {
  width: 30%;
}

.title-section-4 {
  text-align: center;
  position: static;
}

.bold-text-2 {
  color: #fff;
  font-family: Taxon, sans-serif;
}

.review-grid {
  width: 100%;
  max-width: 940px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
  position: static;
}

.section-5 {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(255, 255, 255, .7);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.title-section-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.plans-grid {
  width: 100%;
  height: 100%;
  max-width: 940px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.basic-img {
  width: 10%;
  filter: grayscale();
}

.plans-card {
  width: 100%;
  height: 450px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 10px 10px;
  display: flex;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .2);
}

.plans-card.pro-card {
  padding-top: 30px;
}

.plans-card.ultra-card {
  padding-top: 20px;
}

.title-plans-card {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taxon, sans-serif;
}

.aproveitar-btn {
  width: 80%;
  color: #000;
  text-align: center;
  background-color: #d3d3d3;
  border-radius: 5px;
  font-family: Taxon, sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.aproveitar-btn.pro-btn {
  color: #474143;
  background-color: #fdbd59;
  font-weight: 700;
}

.aproveitar-btn.ultra-btn {
  color: #fff;
  background-color: #3e90a6;
  font-weight: 700;
}

.list-vantages-plans-card {
  margin-bottom: 0;
  padding-left: 0;
}

.paragraph-plans-card {
  text-align: center;
  font-family: Taxon, sans-serif;
  text-decoration: none;
}

.image-4 {
  width: 20%;
}

.image-5 {
  width: 20%;
  filter: saturate(400%);
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  text-decoration: line-through;
}

.section-6 {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #3e90a6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
  box-shadow: 0 -20px 20px rgba(0, 0, 0, .2);
}

.heading-4 {
  width: 100%;
  max-width: 940px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taxon, sans-serif;
}

.button {
  width: 50%;
  height: 60px;
  color: #474143;
  background-color: #fdc538;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -177px;
  font-family: Taxon, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  box-shadow: 5px 9px 5px 2px rgba(0, 0, 0, .2);
}

.heading-5 {
  width: 100%;
  max-width: 940px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.div-block-3 {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 25%;
}

.paragraph-2 {
  width: 100%;
  color: #fff;
  background-color: #134452;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  font-weight: 400;
  display: block;
}

.link {
  aspect-ratio: auto;
  color: #118de5;
  object-fit: fill;
  text-decoration: none;
  display: inline-block;
}

.perfil-div {
  width: 110px;
  height: 110px;
  background-color: #d1c900;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -58px;
}

.review-card {
  width: 300px;
  height: 160px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.paragraph-review-card-3 {
  width: 220px;
  height: 80px;
  text-align: left;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 69px;
  font-family: Taxon, sans-serif;
  position: absolute;
}

.aspas-img {
  width: 100px;
  align-self: center;
  margin-top: -39px;
  margin-left: -220px;
}

.plans-card-2 {
  width: 302.656px;
  height: 400px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.plans-card-2-btn {
  width: 80%;
  color: #333;
  text-align: center;
  background-color: #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.vantages-plans-card-2 {
  text-align: center;
}

.item-plans-card-2 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.lista-plans-card-2 {
  margin-bottom: 0;
  padding-left: 0;
}

.bold-text-6, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  font-family: Taxon, sans-serif;
}

.sectin-1-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background-color: #60a1b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, .2), 0 10px 20px rgba(0, 0, 0, .2);
}

.background-section-1-1 {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  opacity: .2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .section-1 {
    min-height: 600px;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-text-intro {
    width: 70%;
    height: 500px;
  }

  .section-2 {
    height: auto;
    padding-bottom: 50px;
  }

  .video-div {
    width: 80%;
    max-width: 940px;
  }

  .quero-conhecer-btn {
    width: 50%;
  }

  .benefits-grid {
    padding-left: 31px;
    padding-right: 30px;
  }

  .review-grid {
    max-width: 600px;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    justify-items: stretch;
  }

  .section-5 {
    height: auto;
    padding-bottom: 50px;
  }

  .plans-grid {
    height: auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .plans-card {
    width: 300px;
  }

  .aproveitar-btn {
    margin-bottom: 30px;
  }

  .section-6 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    margin-top: 0;
    margin-right: -200px;
  }

  .div-block-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-7 {
    width: 30%;
    margin-left: -200px;
    padding-left: 0;
    display: block;
  }

  .paragraph-2 {
    margin-left: 0;
  }

  .review-card {
    align-items: flex-start;
    display: flex;
  }

  .item-plans-card-2 {
    display: none;
  }

  .bold-text-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-1 {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .getulio-img {
    width: 260px;
  }

  .container-text-intro {
    width: 100%;
  }

  .container-img {
    width: 100%;
    height: auto;
    margin-top: -15px;
    position: relative;
  }

  .background-div {
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quero-conhecer-btn {
    width: 60%;
  }

  .paragraph2-section-3 {
    text-align: center;
  }

  .benefits-grid {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .benefits-card {
    width: 400px;
    height: 400px;
  }

  .review-grid {
    height: 100%;
    max-width: 500px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
  }

  .aproveitar-btn {
    margin-bottom: 30px;
  }

  .section-6 {
    height: auto;
  }

  .button {
    width: 60%;
    margin-top: 0;
  }

  .image-7 {
    width: 35%;
  }
}

@media screen and (max-width: 479px) {
  .section-1 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .getulio-img {
    width: 220px;
    display: block;
  }

  .container-text-intro {
    height: 450px;
    justify-content: center;
    margin-top: 0;
  }

  .logo-img {
    width: 150px;
    height: 150px;
  }

  .background-div {
    align-items: center;
    margin-top: 0;
  }

  .background-img {
    margin-top: 200px;
  }

  .paragraph3-section-3 {
    width: 100%;
    font-size: 30px;
  }

  .container-section-3 {
    width: 100%;
  }

  .quero-conhecer-btn {
    width: 80%;
    height: 12%;
    font-size: 25px;
  }

  .getulio-tired {
    width: 90%;
  }

  .benefits-grid {
    align-content: center;
    justify-content: center;
  }

  .benefits-card {
    width: 300px;
  }

  .review-grid {
    height: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-content: center;
  }

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

  .plans-grid {
    justify-content: center;
  }

  .section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    width: 80%;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    font-size: 26px;
  }

  .heading-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    width: 50%;
    margin-left: 0;
    display: block;
    overflow: visible;
  }

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

#w-node-b4f47c47-9e0a-b414-ddb6-190ff7307b30-c5fb1cf5, #w-node-e1597774-a2ed-4bc3-5a02-3d8c04cf6d94-c5fb1cf5, #w-node-fb5467b4-2db2-bc3e-f355-09361d508094-c5fb1cf5, #w-node-ad608543-ef07-e47b-a9c1-6ee725422be5-c5fb1cf5, #w-node-ad608543-ef07-e47b-a9c1-6ee725422be6-c5fb1cf5, #w-node-ad608543-ef07-e47b-a9c1-6ee725422be8-c5fb1cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eef34224-6595-c58e-c182-540792cf57fd-c5fb1cf5, #w-node-b026f838-7896-9dc4-0e2e-ed4382bdbaf3-c5fb1cf5, #w-node-_4779ca9a-57aa-ffd0-610e-181f82b58099-c5fb1cf5, #w-node-aa76ce83-1f41-2d3b-7fec-2a0c42890eae-c5fb1cf5, #w-node-_3b4aeaf2-9bc6-fac9-ec5b-8e89b7bb37d2-c5fb1cf5, #w-node-_58e23ed8-66c0-d3da-8a15-77b13c49d688-c5fb1cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-e7f08bef-b542-870f-8887-b0b589b66faf-c5fb1cf5, #w-node-_0c5cc561-945c-53be-997d-a16a08a4d9df-c5fb1cf5, #w-node-_4bfb5e7e-df9c-0fd5-8c2f-4512a9c72dc6-c5fb1cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eef34224-6595-c58e-c182-540792cf57fd-c5fb1cf5 {
    align-self: start;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Taxon';
  src: url('../fonts/taxon.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Taxon';
  src: url('../fonts/taxon-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}