:root {
  --dark-green: #005E2E;
  --dark-blue: #00243F;
  --white-cream: #FFFCF2;
  --yellow: #FFE10F;
  --white: #FFF;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  width: 100%;
}

.header-fixed {
  position: sticky !important;
  top: 0;
  z-index: 1000 !important;
}

.frame-2 a,
.frame-18 a,
.frame-42 a,
.frame-45 a {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.frame-2 a:hover,
.frame-18 a:hover,
.frame-42 a:hover,
.frame-45 a:hover {
  opacity: 0.8;
}

.frame-18 a img,
.frame-42 a img {
  transition: transform 0.3s ease;
}

.frame-18 a:hover img,
.frame-42 a:hover img {
  transform: scale(1.05);
}

.landing-page .frame {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 19;
  background-color: #ffe20c;
  padding: 20px 80px 20px;
}

.landing-page .div {
  display: flex;
  width: 1280px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.landing-page .fundo-amarelo {
  width: 196px;
  height: 40px;
  aspect-ratio: 4.89;
}

.landing-page .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .texto {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .btn-baixe-grtis {
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-right: -2px;
  background-color: #005e2e;
  border-radius: 12px;
  border: 2px solid;
}

.landing-page .text-wrapper {
  width: fit-content;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .frame-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-height: 820px;
  z-index: 18;
  background-color: #ffe20c;
  overflow: visible;
}

.landing-page .frame-4 {
  position: relative;
  align-items: flex-start;
  justify-content: center;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  padding: 40px 80px 8%;
}

.frame-images {
  position: relative;
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.frame-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}
.frame-images .img {
  z-index: 999;
  top: 100%;
  left: 50%;
  width: 80%;
}

.landing-page .group {
  width: 90%;
  top: 40%;
  left: 55%;
  z-index: 998;
}

.landing-page .group-2 {
  position: absolute;
  width: 200px;
  bottom: -40px;
  left: 0;
  z-index: 999;
}

.landing-page .arrow {
  position: absolute;
  width: 80px;
  bottom: -50px;
  left: 40%;
  transform: translateX(50%);
  z-index: 999;
}

.landing-page .frame-5 {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}

.landing-page .e-a-cansado-de-pagar {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #005d2d;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .relaxa-chegou-a-hora {
  position: relative;
  align-self: stretch;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #005d2d;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
}

.landing-page .span {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  background-image: url("Frame 148.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 6px 20px 6px;
  line-height: 1.2;
}

.landing-page .text-wrapper-2 {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #005d2d;
  font-size: 20px;
  letter-spacing: 0;
  line-height: inherit;
}

.landing-page .text-wrapper-2b {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 700;
  color: #005d2d;
  font-size: 20px;
  letter-spacing: 0;
  line-height: inherit;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.landing-page .text-wrapper-2b::before {
  content: "";
  position: absolute;
  background-image: url("Frame 148.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 110%;
  height: 140%;
  top: -20%;
  left: -5%;
  z-index: -1;
}

.landing-page .line {
  position: absolute;
  width: 100vw;
  height: 15px;
  z-index: 17;
  top: 844px;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.landing-page .frame-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background-color: #fffcf2;
  position: relative;
  z-index: 16;
}

.frame-7 {
  position: relative;
  display: flex;
  width: 1280px;
  align-items: flex-start;
  gap: 80px;
  padding: 160px 80px;
  z-index: 5;
}

.landing-page .title-banner {
  position: relative;
  width: 340px;
  margin-top: -1px;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .div-2 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #002540;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-3 {
  font-weight: 700;
  color: #00243f;
}

.landing-page .text-wrapper-4 {
  color: #00243f;
}

.landing-page .group-3 {
  position: absolute;
  width: 87px;
  height: 125px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.landing-page .line-2 {
  position: absolute;
  width: 100vw;
  height: 14.07px;
  z-index: 15;
  top: 1389px;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.landing-page .frame-8 {
  position: relative;
  background-color: #005e2e;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.relativo-top {
  position: relative;
  width: 100%;
  margin-top: 200px;
  height: 0;
}

.relativo-bottom {
  position: relative;
  /* width: 100%; */
  /* margin-top: 200px;  */
  /* height: 0; */
}

.landing-page .group-4 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-70%);
}

.landing-page .frame-10 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  width: 1280px;
  z-index: 11;
  padding: 50px 0;
}

.landing-page .frame-17 .frame-10 {
  padding: 0 80px;
}

.landing-page .estamos-em-uma-miss {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
  display: flex;
  flex-direction: column;
}

.landing-page .text-wrapper-5 {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 32px;
  letter-spacing: 0;
}

.landing-page .text-wrapper-6 {
  font-family: "Caprasimo", Helvetica;
  font-size: 48px;
}

.landing-page .text-wrapper-7 {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .group-5 {
  position: absolute;
  width: 12%;
  bottom: -300px;
  left: 15%;
  z-index: 999;
}

.landing-page .frame-11 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 88px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 11;
}

.center-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.landing-page .frame-12 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.landing-page .frame-14 {
  align-items: flex-start;
  gap: 80px;
  padding: 80px;
  display: flex;
  width: 1280px;
}

.landing-page .frame-11 .frame-12,
.landing-page .frame-11 .frame-14 {
  padding: 0 80px 80px 80px;
}

.frame-8 .frame-10.boletos {
  padding: 120px 80px 80px 80px;
}
@media screen and (max-width: 800px) {
  .landing-page .frame-11 .frame-12,
  .landing-page .frame-11 .frame-14 {
    padding: 0 20px 60px 20px;
  }

  .frame-8 .frame-10.boletos {
    padding: 60px 20px 60px 20px;
  }
}

.landing-page .frame-11 .frame-12 {
  padding-bottom: 0px;
}

.landing-page .features {
  padding: 20px;
  text-align: left;
}

.landing-page .cones-wrapper {
  display: flex;
  flex-direction: column;
  width: 88px;
  height: 88px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.landing-page .cones {
  position: relative;
  width: 88px;
  height: 73.74px;
  aspect-ratio: 1.19;
}

.landing-page .overlap-group {
  position: relative;
  width: 89px;
  height: 76px;
  top: -1px;
  left: -1px;
}

.landing-page .group-6 {
  position: absolute;
  width: 86px;
  height: 76px;
  top: 0;
  left: 0;
}

.landing-page .vector-2 {
  position: absolute;
  width: 78px;
  height: 65px;
  top: 10px;
  left: 11px;
}

.landing-page .group-7 {
  position: absolute;
  width: 73px;
  height: 59px;
  top: 13px;
  left: 13px;
}

.landing-page .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .clip-path-group-wrapper {
  height: 78px;
  aspect-ratio: 1.13;
  position: relative;
  width: 88px;
}

.landing-page .clip-path-group {
  position: absolute;
  width: 86px;
  height: 77px;
  top: 0;
  left: 0;
}

.landing-page .img-wrapper {
  height: 80.24px;
  aspect-ratio: 1.1;
  position: relative;
  width: 88px;
}

.landing-page .clip-path-group-2 {
  position: absolute;
  width: 86px;
  height: 78px;
  top: 1px;
  left: 0;
}

.landing-page .cones-2 {
  height: 72.21px;
  aspect-ratio: 1.22;
  position: relative;
  width: 88px;
}

.landing-page .clip-path-group-3 {
  position: absolute;
  width: 87px;
  height: 71px;
  top: 0;
  left: 1px;
}

.landing-page .cones-3 {
  height: 82.97px;
  aspect-ratio: 1.06;
  position: relative;
  width: 88px;
}

.landing-page .clip-path-group-4 {
  position: absolute;
  width: 85px;
  height: 81px;
  top: 1px;
  left: 1px;
}

.landing-page .cones-4 {
  height: 81.56px;
  aspect-ratio: 1.08;
  position: relative;
  width: 88px;
}

.landing-page .clip-path-group-5 {
  position: absolute;
  width: 86px;
  height: 80px;
  top: 2px;
  left: 1px;
}

.landing-page .text-wrapper-10 {
  position: relative;
  width: 340px;
  margin-top: -1px;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .nosso-m-todo-super {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-11 {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 24px;
  letter-spacing: 0;
}

.landing-page .text-wrapper-11b {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 700;
  color: #fffcf2;
  font-size: 24px;
  letter-spacing: 0;
}

.landing-page .line-4 {
  position: absolute;
  width: 100vw;
  height: 14.07px;
  z-index: 15;
  top: 3590px;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.landing-page .frame-15 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #fffcf2;
}

.landing-page .frame-16 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 160px;
  padding: 160px 0px;
  flex: 0 0 auto;
  display: flex;
  width: 1280px;
  position: relative;
}

.landing-page .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 80px 0;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.landing-page .consegue-colocar-pre {
  position: relative;
  /* width: 1280px; */
  margin-top: -1px;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-12 {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 32px;
  letter-spacing: 0;
}

.landing-page .text-wrapper-13 {
  position: relative;
  flex: 1;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .frame-18 {
  display: flex;
  align-items: flex-start;
  gap: 46px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: 20px;
}

.landing-page .btn-google {
  display: flex;
  width: 332px;
  height: 124px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 16px;
  position: relative;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -6px;
  background-color: #00243f;
  border-radius: 24px;
  border: 6px solid;
}

.landing-page .img-2 {
  position: relative;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
}

.landing-page .div-3 {
  position: relative;
  width: fit-content;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-14 {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
}

.landing-page .text-wrapper-15 {
  font-family: "Caprasimo", Helvetica;
  font-size: 24px;
}

.landing-page .div-4 {
  display: flex;
  width: 332px;
  height: 124px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 16px;
  position: relative;
  margin-top: -6px;
  margin-bottom: -6px;
  background-color: #00243f;
  border-radius: 24px;
  border: 6px solid;
}

.landing-page .group-8 {
  position: absolute;
  width: 200px;
  bottom: -35px;
  left: 70%;
  transform: translate(-50%);
  z-index: 999;
}

.landing-page .line-5 {
  position: absolute;
  width: 100vw;
  height: 14.07px;
  z-index: 11;
  top: 4250px;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.landing-page .frame-19 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #79c44c;
}

.landing-page .frame-20 {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  padding: 90px 0px;
  background-color: #79c44c;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .landing-page .frame-20 {
    padding: 40px 0;
  }
}

.frame-20 .title-data-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  z-index: 11;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .frame-20 .title-data-info {
    padding: 0 80px;
  }
}

.landing-page .text-wrapper-16 {
  width: fit-content;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .grid-data-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: flex-start;
  padding: 0 80px;
}
@media screen and (max-width: 800px) {
  .landing-page .grid-data-info {
    padding: 0 20px;
  }
}
.landing-page .grid-data-info > *:nth-child(7) {
  grid-column: auto;
}

.landing-page .text-wrapper-17 {
  position: relative;
  width: fit-content;
  margin-top: -12px;
  margin-left: -6px;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #fffcf2;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .landing-page .text-wrapper-17 {
    white-space: wrap;
  }
}

.landing-page .text-wrapper-18 {
  position: relative;
  align-self: stretch;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-19 {
  position: relative;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.bubble-relativa {
  position: relative;
  width: 100%;
}

.landing-page .frame-27 {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 35px 60px;
  top: -200px;
  left: 0;
  z-index: 999;
  border-radius: 24px;
  transform: rotate(-1deg);
}
@media screen and (max-width: 1339px) {
  .landing-page .frame-27 {
    left: unset;
    right: 80px;
  }
}
@media screen and (max-width: 1150px) {
  .landing-page .frame-27 {
    position: static;
  }
}
@media screen and (max-width: 428px) {
  .landing-page .frame-27 {
    flex-direction: column;
  }
}

.landing-page .group-9 {
  position: relative;
  width: 55.88px;
  height: 113.1px;
  margin-top: -5.52px;
  margin-left: -5.02px;
  transform: rotate(1deg);
  z-index: 999;
}

.landing-page .curiosidade-psicol {
  position: relative;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #002540;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-20 {
  color: #00243f;
  font-family: "Caprasimo", Helvetica;
  font-size: 24px;
}

.landing-page .frame-28 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 9;
  background-color: #79c44c;
}

.landing-page .frame-29 {
  align-items: flex-start;
  gap: 160px;
  padding: 96px 80px 160px;
  display: flex;
  width: 1280px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .landing-page .frame-29 {
    padding: 0px 20px;
  }
}

.landing-page .text-wrapper-21 {
  position: relative;
  width: 340px;
  margin-top: -1px;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .a-organiza-o-a-chave {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 36px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-22 {
  font-family: "Pathway Extreme", Helvetica;
  color: #005d2d;
  font-size: 24px;
}

.landing-page .text-wrapper-23 {
  font-family: "Pathway Extreme", Helvetica;
  color: #00243f;
  font-size: 24px;
}

.landing-page .text-wrapper-24 {
  font-family: "Pathway Extreme", Helvetica;
  color: #00243f;
}

.landing-page .vector-3 {
  position: absolute;
  width: 150px;
  top: 250px;
  left: 80px;
}
@media screen and (max-width: 1250px) {
  .landing-page .vector-3 {
    top: 50px;
    left: 400px;
    transform: translateX(-50%) scaleX(-1) scaleY(0.9) rotate(90deg);
  }
}
@media screen and (max-width: 1150px) {
  .landing-page .vector-3 {
    top: 50px;
    left: 400px;
    transform: translateX(-50%) scaleX(-1) scaleY(0.9) rotate(90deg);
  }
}
@media screen and (max-width: 801px) {
  .landing-page .vector-3 {
    top: 100px;
    left: 80%;
    transform: translateX(-50%) scaleX(-1) scaleY(0.9) rotate(45deg);
  }
}
@media screen and (max-width: 688px) {
  .landing-page .vector-3 {
    top: 100px;
    left: 90%;
    transform: translateX(-50%) scaleX(-1) scaleY(0.7) rotate(45deg);
  }
}
@media screen and (max-width: 610px) {
  .landing-page .vector-3 {
    display: none;
  }
}

.landing-page .group-10 {
  position: absolute;
  width: 150px;
  height: 147px;
  bottom: -60px;
  right: 20px;
  z-index: 999;
}

.landing-page .line-6 {
  position: absolute;
  width: 100vw;
  height: 14.07px;
  z-index: 8;
  top: 6030px;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.landing-page .frame-30 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 7;
  background-color: #fffcf2;
}

.landing-page .frame-31 {
  align-items: flex-start;
  gap: 80px;
  padding: 160px 0px 128px;
  flex: 0 0 auto;
  display: flex;
  width: 1280px;
  position: relative;
}

.landing-page .text-wrapper-25 {
  position: relative;
  width: 340px;
  margin-top: -1px;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #005e2e;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-26 {
  color: #005e2e;
}

.landing-page .text-wrapper-27 {
  font-family: "Caprasimo", Helvetica;
  color: #005e2e;
}

.landing-page .frame-32 {
  display: flex;
  flex-direction: column;
  width: 1280px;
  align-items: center;
  gap: 96px;
  padding: 0px 0px 160px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .frame-33 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .line-7 {
  position: relative;
  width: 261px;
  height: 6.38px;
}

.landing-page .text-wrapper-28 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #005e2e;
  font-size: 36px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .frame-34 {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .passo-a-passo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 48px;
  padding: 48px 48px 48px 96px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  background-color: #ffe10f;
  border-radius: 24px;
  border: 12px solid;
}

.landing-page .intelig-ncia-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  width: 100%;
  margin-top: -6px;
  margin-left: -6px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .intelig-ncia {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .frame-36 {
  display: flex;
  flex-direction: column;
  width: 104px;
  height: 104px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -34px;
  left: -34px;
  background-color: #91e0ff;
  border-radius: 12px;
  border: 12px solid;
  aspect-ratio: 1;
}

.landing-page .text-wrapper-29 {
  position: relative;
  width: fit-content;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .passo-a-passo-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 48px;
  padding: 48px 48px 48px 96px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -12px;
  margin-left: -12px;
  margin-right: -12px;
  background-color: #ffe10f;
  border-radius: 24px;
  border: 12px solid;
}

.landing-page .frame-37 {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  padding: 80px 0px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page .group-11 {
  position: absolute;
  width: 351px;
  height: 170px;
  top: 7320px;
  right: 850px;
  z-index: 999;
}

.landing-page .group-12 {
  position: absolute;
  width: 87px;
  height: 125px;
  top: 462px;
  left: 368px;
}

.landing-page .line-8 {
  position: absolute;
  width: 100vw;
  height: 14.07px;
  z-index: 99;
  top: 8000x;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.landing-page .line-9 {
  position: absolute;
  width: 100vw;
  height: 14.07px;
  z-index: 99;
  top: 7405px;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.frame-38 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 15;
  background-color: #94d9f6;
}

.text-wrapper-30 {
  margin-top: -1px;
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
  width: 50%;
}

.frame-39 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}
.frame-39 .energia-el-trica-CEA {
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 40px;
}

.text-wrapper-31 {
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 40px;
}

.text-wrapper-32 {
  font-family: "Pathway Extreme", Helvetica;
}

.e-qualquer-outro {
  position: relative;
  align-self: stretch;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (max-width: 1060px) {
  .e-qualquer-outro {
    max-width: 300px;
  }
}

.landing-page .text-wrapper-33 {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
}

.text-wrapper-33b {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
}

.landing-page .group-13 {
  position: absolute;
  width: 351px;
  height: 339px;
  top: 520px;
  left: 78px;
  aspect-ratio: 1.03;
}

.landing-page .line-10 {
  position: absolute;
  width: 100vw;
  height: 14.07px;
  z-index: 3;
  top: 8224px;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.landing-page .frame-40 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 2;
  background-color: #fffcf2;
}

.landing-page .frame-41 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .pronto-pra-conhecer {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #005e2e;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-34 {
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #005e2e;
  font-size: 32px;
  letter-spacing: 0;
}

.landing-page .frame-42 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .line-11 {
  position: absolute;
  width: 100vw;
  height: 14.07px;
  z-index: 99;
  top: 8834px;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.frame-43 {
  display: flex;
  height: 256px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  z-index: 0;
  background-color: #ffe10f;
}

.frame-44 {
  display: flex;
  width: 1280px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.criptografia-de {
  position: relative;
  width: 400px;
  margin-top: -1px;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.frame-45 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.frame-46 {
  display: flex;
  flex-direction: column;
  width: 400px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
}

.text-wrapper-35 {
  position: relative;
  width: fit-content;
  font-family: "Pathway Extreme", Helvetica;
  font-weight: 400;
  color: #00243f;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

#backToTop {
  display: none;
}

#backToTop.show {
  display: block;
}

.rasgado-bottom, .rasgado-top {
  position: relative;
}

.rasgado-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  height: 100px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'>        <path d='M0,20           Q8,18 16,20  Q24,23 32,20  Q40,19 48,20           Q56,21 64,20 Q72,17 80,20 Q88,22 96,20           Q104,18 112,20 Q120,23 128,20 Q136,19 144,20           Q152,21 160,20 Q168,17 176,20 Q184,22 192,20           Q200,19 208,20 Q216,23 224,20 Q232,18 240,20           Q248,22 256,20 Q264,19 272,20 Q280,21 288,20           Q296,17 304,20 Q312,23 320,20 Q328,18 336,20           Q344,22 352,20 Q360,19 368,20 Q376,23 384,20           Q392,18 400,20 Q408,21 416,20 Q424,19 432,20           Q440,22 448,20 Q456,17 464,20 Q472,23 480,20           Q488,19 496,20 Q504,22 512,20 Q520,18 528,20           Q536,21 544,20 Q552,17 560,20 Q568,22 576,20           Q584,19 592,20 Q600,23 608,20 Q616,18 624,20           Q632,21 640,20 Q648,19 656,20 Q664,22 672,20           Q680,18 688,20 Q696,23 704,20 Q712,19 720,20           Q728,21 736,20 Q744,17 752,20 Q760,22 768,20           Q776,19 784,20 Q792,23 800,20 Q808,18 816,20           Q824,21 832,20 Q840,19 848,20 Q856,22 864,20           Q872,17 880,20 Q888,23 896,20 Q904,18 912,20           Q920,22 928,20 Q936,19 944,20 Q952,21 960,20           Q968,18 976,20 Q984,23 992,20 Q1000,19 1008,20           Q1016,22 1024,20 Q1032,17 1040,20 Q1048,21 1056,20           Q1064,19 1072,20 Q1080,23 1088,20 Q1096,18 1104,20           Q1112,22 1120,20 Q1128,19 1136,20 Q1144,21 1152,20           Q1160,17 1168,20 Q1176,23 1184,20 Q1192,18 1200,20           L1200,30 L0,30 Z'         fill='%23fffcf2'/>      </svg>") no-repeat center;
  background-size: cover;
}

.rasgado-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  height: 100px;
  z-index: 998;
  transform: rotate(180deg);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'>        <path d='M0,20           Q8,18 16,20  Q24,23 32,20  Q40,19 48,20           Q56,21 64,20 Q72,17 80,20 Q88,22 96,20           Q104,18 112,20 Q120,23 128,20 Q136,19 144,20           Q152,21 160,20 Q168,17 176,20 Q184,22 192,20           Q200,19 208,20 Q216,23 224,20 Q232,18 240,20           Q248,22 256,20 Q264,19 272,20 Q280,21 288,20           Q296,17 304,20 Q312,23 320,20 Q328,18 336,20           Q344,22 352,20 Q360,19 368,20 Q376,23 384,20           Q392,18 400,20 Q408,21 416,20 Q424,19 432,20           Q440,22 448,20 Q456,17 464,20 Q472,23 480,20           Q488,19 496,20 Q504,22 512,20 Q520,18 528,20           Q536,21 544,20 Q552,17 560,20 Q568,22 576,20           Q584,19 592,20 Q600,23 608,20 Q616,18 624,20           Q632,21 640,20 Q648,19 656,20 Q664,22 672,20           Q680,18 688,20 Q696,23 704,20 Q712,19 720,20           Q728,21 736,20 Q744,17 752,20 Q760,22 768,20           Q776,19 784,20 Q792,23 800,20 Q808,18 816,20           Q824,21 832,20 Q840,19 848,20 Q856,22 864,20           Q872,17 880,20 Q888,23 896,20 Q904,18 912,20           Q920,22 928,20 Q936,19 944,20 Q952,21 960,20           Q968,18 976,20 Q984,23 992,20 Q1000,19 1008,20           Q1016,22 1024,20 Q1032,17 1040,20 Q1048,21 1056,20           Q1064,19 1072,20 Q1080,23 1088,20 Q1096,18 1104,20           Q1112,22 1120,20 Q1128,19 1136,20 Q1144,21 1152,20           Q1160,17 1168,20 Q1176,23 1184,20 Q1192,18 1200,20           L1200,30 L0,30 Z'         fill='%23fffcf2'/>      </svg>") no-repeat center;
  background-size: cover;
}

.bubble {
  display: inline-block;
  position: relative;
  padding: 1em 0.9em;
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  background-color: #041b46;
  border-radius: 2em;
  clip-path: polygon(61% 2%, 84% 6%, 98% 3%, 99% 95%, 81% 94%, 59% 90%, 31% 89%, 2% 84%, 2% 8%, 33% 8%);
}

.bubble-bg {
  display: inline-block;
  position: relative;
  padding: 1em 0.9em;
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  border-radius: 3em;
  max-width: 740px;
  background-color: var(--white);
  border-radius: 20px;
}

.fac {
  position: relative;
  background-color: var(--white-cream);
  padding: 56px 20px;
}
@media screen and (min-width: 800px) {
  .fac {
    padding: 56px 80px;
  }
}
.fac .estrela {
  position: absolute;
  width: 80px;
  bottom: 50px;
  left: 40%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1063px) {
  .fac .estrela {
    width: 50px;
    bottom: 30px;
  }
}
.fac .montanha {
  position: absolute;
  width: 300px;
  bottom: -70px;
  left: 40%;
  z-index: 999;
}
@media screen and (max-width: 1063px) {
  .fac .montanha {
    width: 200px;
    bottom: -40px;
  }
}
.fac__questions {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 900px) {
  .fac__questions {
    display: flex;
    gap: 80px;
    padding: 80px 0;
  }
}
.fac__questions .title {
  font-size: 48px;
  font-weight: 400;
  color: var(--dark-green);
  font-family: "Caprasimo", Helvetica;
}
@media screen and (min-width: 900px) {
  .fac__questions .title {
    flex: 0;
  }
}
.fac__questions .questions {
  font-family: "Pathway Extreme", Helvetica;
  color: var(--dark-green);
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 900px) {
  .fac__questions .questions {
    flex: 1;
    padding: 0px;
  }
}
.fac__questions .questions .answer {
  font-family: "Caprasimo", Helvetica;
  font-weight: 400;
}
.fac__step-by-step {
  max-width: 1280px;
  margin: 0 auto;
}
.fac__step-by-step .header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.fac__step-by-step .header .title {
  flex: 1 0 auto;
  font-size: 36px;
  font-weight: 400;
  font-family: "Caprasimo", Helvetica;
  color: var(--dark-green);
  text-align: center;
}
@media screen and (min-width: 791px) {
  .fac__step-by-step .header .title {
    flex: unset;
  }
}
.fac__step-by-step .header .title-decoration {
  flex: 0 1 auto;
  background-image: url("line.svg");
  background-repeat: repeat-x;
  width: 100%;
  min-width: 10px;
  max-width: 200px;
  height: 8px;
}
.fac__step-by-step .content {
  padding: 96px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.fac__step-by-step .content .step {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--yellow);
  border-radius: 20px;
  max-width: 500px;
  padding: 24px 24px 24px 48px;
}
@media screen and (min-width: 500px) {
  .fac__step-by-step .content .step {
    padding: 36px 36px 36px 54px;
  }
}
@media screen and (min-width: 700px) {
  .fac__step-by-step .content .step {
    padding: 48px 48px 48px 96px;
  }
}
@media screen and (min-width: 900px) {
  .fac__step-by-step .content .step {
    max-width: 500px;
  }
}
@media screen and (min-width: 1184px) {
  .fac__step-by-step .content .step:nth-child(2n) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1184px) {
  .fac__step-by-step .content .step {
    max-width: 450px;
  }
}
@media screen and (min-width: 1383px) {
  .fac__step-by-step .content .step {
    max-width: 500px;
  }
}
.fac__step-by-step .content .step p {
  font-family: "Pathway Extreme", Helvetica;
  font-size: 20px;
}
.fac__step-by-step .content .step .step-count {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-family: "Caprasimo", Helvetica;
  font-size: 36px;
  color: var(--dark-blue);
  background-image: url("bubble-light-blue.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 500px) {
  .fac__step-by-step .content .step .step-count {
    top: -12px;
    left: -12px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 700px) {
  .fac__step-by-step .content .step .step-count {
    top: -16px;
    left: -16px;
    width: 80px;
    height: 80px;
  }
}

.download {
  display: flex;
  flex-direction: column;
  gap: 56px;
  background-color: var(--white-cream);
  padding: 36px 0;
}
@media screen and (min-width: 500px) {
  .download {
    text-align: center;
    padding: 80px 0;
  }
}
.download .download-text {
  max-width: 1280px;
  margin: 0 auto;
  font-family: "Pathway Extreme", Heveltica;
  font-size: 32px;
  line-height: 42px;
  padding: 0 20px;
  color: var(--dark-green);
}
@media screen and (min-width: 500px) {
  .download .download-text {
    padding: 0 80px;
  }
}
.download .download-text .special {
  font-family: "Caprasimo", Heveltica;
  font-weight: 400;
  font-size: 32px;
}
.download .download-actions {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (min-width: 500px) {
  .download .download-actions {
    padding: 0 80px;
  }
}
.download .download-actions > * {
  flex: 1;
  display: flex;
  justify-content: center;
}
.download .download-actions > * img {
  width: 300px;
}

.oculos {
  position: absolute;
  width: 150px;
  bottom: -50px;
  left: 30%;
  transform: translateX(-50%);
  z-index: 999;
}

.cachorro {
  position: absolute;
  width: 450px;
  bottom: -40px;
  left: 30%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1250px) {
  .cachorro {
    width: 300px;
    left: 80%;
  }
}
@media screen and (max-width: 1060px) {
  .cachorro {
    width: 200px;
    left: 75%;
  }
}
@media screen and (max-width: 750px) {
  .cachorro {
    width: 200px;
    left: 80%;
  }
}
@media screen and (max-width: 550px) {
  .cachorro {
    width: 100px;
    bottom: -10px;
    left: 80%;
  }
}
@media screen and (max-width: 450px) {
  .cachorro {
    width: 70px;
    bottom: -10px;
    left: 90%;
  }
}

.frame-15 .frame-17 .frame-18 {
  padding: 0px 80px;
}
@media screen and (max-width: 800px) {
  .frame-15 .frame-17 .frame-18 {
    padding: 0px 20px;
  }
}

.frame-43 .frame-44 {
  padding: 40px 80px;
}
@media screen and (max-width: 800px) {
  .frame-43 .frame-44 {
    padding: 20px 20px;
  }
}

/*# sourceMappingURL=style.css.map */
