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

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

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

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

.section {
  background-color: #01183f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.bold-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.container {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 80px;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  position: static;
}

.tempo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contador {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: red;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: start stretch;
  max-width: 300px;
  margin-bottom: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.se-o-produtos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #13224e;
  background-image: radial-gradient(circle, #004d85, #001b46 67%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 52px;
  display: flex;
}

.se-o-produtos.esconder {
  display: block;
}

.heading-3 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #00e1ff00;
  background-clip: border-box;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  max-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  display: block;
}

.card {
  background-color: #e3eaff;
  border: 0 #0082ff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  margin-top: 46px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  color: #548cba;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #001a46;
  background-clip: padding-box;
  border-radius: 8px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 114em;
  height: 30px;
  margin: 10px 0 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.bold-text-2 {
  color: #0082ff;
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-4 {
  color: #538bb9;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.text-block-2 {
  color: #fff;
}

.heading-5 {
  color: #001b46;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.bold-text-3 {
  color: #558dbb;
  -webkit-text-stroke-color: #558dbb;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-3 {
  color: #565656;
  margin-top: 2px;
  font-size: 10px;
}

.bold-text-4 {
  color: #538ab8;
  -webkit-text-stroke-color: #444;
  font-family: Montserrat, sans-serif;
}

.button-animate {
  background-color: #00ff6f;
  background-image: linear-gradient(316deg, #00ff08, #95ff00);
  border-radius: 8px;
  margin: 24px 20px 10px;
  padding: 16px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.card-1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.image {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  max-width: 60%;
  margin-top: -52px;
  margin-bottom: 2px;
  font-size: 14%;
}

.image-3 {
  margin-top: 10px;
}

.image-4 {
  max-width: 85%;
  margin-top: 13px;
}

.grupo-cart-es {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row-reverse wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.seta-vermelha {
  width: 80px;
  max-width: 32%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.text-span {
  color: #0059ff;
  background-color: #fab505;
}

.bold-text-5 {
  color: red;
  border: 4px solid #fab505;
  border-radius: 6px;
}

.text-span-2 {
  -webkit-text-stroke-color: #fffb00;
  border: 0 solid #fffb00;
}

.bold-text-6 {
  color: red;
  -webkit-text-stroke-color: #fffb0000;
}

.text-span-3 {
  color: #fffb00;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.bold-text-7 {
  color: #c9c9c9;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.inffo {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #002158;
  border: .5px #0082ff;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 2000px;
  height: 172px;
  max-height: 201px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 35px 33px 0;
  display: flex;
}

.container-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1081px;
  max-height: 109px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-6 {
  color: #fff;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-5 {
  width: 175px;
  max-width: 190px;
  margin-top: 10px;
}

.garantia {
  background-image: linear-gradient(90deg, #fff, #c5c5c596);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 262px;
  display: flex;
}

.heading-6 {
  font-size: 37px;
}

.bold-text-8 {
  -webkit-text-stroke-color: #03123f;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.container-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 580px;
  margin-bottom: 55px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.bold-text-9, .text-span-4 {
  color: #0082ff;
}

.image-6 {
  max-width: 277px;
  margin-top: -10px;
  margin-left: 32px;
}

.text-block-7 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-7 {
  letter-spacing: 1px;
  overflow-wrap: normal;
}

.image-7 {
  max-width: 130px;
}

.image-8, .image-9 {
  max-width: 150px;
}

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

.image-11 {
  max-width: 174px;
}

.jornais {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #1a2543;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-6 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.bold-text-10 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-12 {
  max-width: 250px;
  max-height: 139px;
  overflow: visible;
}

.container-7 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  color: #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 24px;
  display: flex;
}

.referencias {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-9 {
  text-align: center;
  background-color: #1a2543;
  border-radius: 8px;
  order: 0;
  align-self: auto;
  min-width: 0;
  max-width: 500px;
  margin-bottom: -14px;
  padding: 5px 40px;
  position: relative;
}

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

.comentarios {
  background-color: #fcfcfc;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  margin: 60px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.container-listra {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  width: 90%;
}

.comentario {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.comentario.sub {
  border-left: 1px solid #e9e9e9;
  margin-left: 60px;
  padding-left: 16px;
}

.escrita {
  margin-left: 10px;
  padding-left: 0;
}

.image-13 {
  border-radius: 100%;
  max-width: 50px;
}

.body {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Sora, sans-serif;
  display: block;
}

.text-block-10 {
  color: #387393;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-11 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-12 {
  color: #bebebe;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.section-2 {
  flex: 0 auto;
  order: 0;
  height: 42px;
  margin: 0 auto 7px;
}

.code-embed {
  padding-top: 26px;
}

.codigos-de-numeros {
  display: none;
  overflow: visible;
}

.section-3 {
  background-color: #fafafa;
  width: 100%;
  padding-top: 20px;
}

.container-8 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.container-9 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #929292;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.text-block-13 {
  color: #a3a3a3;
  font-family: Montserrat, sans-serif;
}

.text-span-5 {
  color: #000;
}

.container-10 {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.paragraph {
  color: #8f8f8f;
  width: 45%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.paragraph-2 {
  color: #8f8f8f;
  width: 45%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.image-14 {
  width: 100px;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-12 {
  color: #696969;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
}

.text-block-14 {
  color: #aaa;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.container-12 {
  border: 3px solid #01183f;
  border-radius: 16px;
  width: 80%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 8px;
}

.section-4 {
  z-index: 3;
  background-color: #c70606;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: sticky;
}

.text-block-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-span-6 {
  color: #ffea00;
}

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

.heading-8 {
  color: red;
  font-size: 100px;
}

.esconder {
  flex: 1;
}

.video-tempo {
  display: block;
}

.link {
  text-decoration: none;
}

.code-embed-2 {
  color: #000;
  width: 12px;
}

.flex-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
}

.text-block-16 {
  color: #3695c7;
  margin-bottom: 10px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
}

.text-block-17 {
  color: #93979f;
  margin-top: 20px;
  margin-left: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-block-18 {
  color: var(--white);
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.code-embed-3 {
  display: block;
}

.bold-text-13 {
  color: red;
}

.container-21 {
  justify-content: space-between;
  align-items: flex-end;
  min-width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.paragraph-7 {
  color: #bebebe;
  width: 45%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.paragraph-12 {
  color: #afafaf;
  text-align: center;
  background-color: #eee0;
  max-width: 950px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10 {
  color: #afafaf;
  text-align: center;
  min-width: 0;
  max-width: 1000px;
  margin: 40px auto 20px;
  font-size: 12px;
}

.container-13 {
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-11 {
  color: #bebebe;
  -webkit-text-stroke-color: #afafaf;
  width: 45%;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.paragraph-6 {
  color: #afafaf;
  text-align: center;
  background-color: #eee0;
  max-width: 950px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.inffo-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #003ea8;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 2000px;
  height: 133px;
  max-height: 201px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0 33px;
  display: flex;
}

.image-15 {
  width: 175px;
  max-width: 190px;
  margin-top: 0;
}

.container-14 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1081px;
  max-height: 109px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-6 {
  background-color: #01183f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 40px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin-top: 20px;
  display: flex;
}

.bold-text-14 {
  font-size: 16px;
  line-height: 150%;
}

.hero {
  border: 1px #24bbe5;
  border-radius: 20px;
  min-height: 80vh;
  margin-left: 16px;
  margin-right: 16px;
  display: block;
  overflow: clip;
}

.image-16 {
  background-color: #24bbe5;
  border: 1px solid #e72181;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 16px;
}

.image-16._3-frascos {
  background-color: #fffafc;
  border-width: 1px;
  border-color: #e72181;
}

.waves-dismmiss-bar-2 {
  color: #fffafc;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s;
  position: absolute;
  inset: 0% 32px 0% auto;
}

.waves-dismmiss-bar-2:hover {
  transform: scale(1.1);
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  margin-top: 40px;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves-bar-2 {
  color: #fff;
  background-color: #e72181;
  justify-content: center;
  align-items: center;
  height: 52px;
  display: flex;
  position: relative;
}

.videos {
  background-color: #fffafc00;
  flex-flow: column;
  align-items: center;
  min-width: 0;
  max-width: 1352px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.videos.duvidas-01 {
  background-color: #24bbe5;
  background-image: linear-gradient(302deg, #fafafa4d, #fff0);
  border: 2px #e72181;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 60px;
}

.videos.duvidas-01.garantia-2 {
  background-color: #fafafa;
  background-image: none;
  border-style: solid;
  max-width: 1352px;
}

.waves---heading-3-no-margins {
  color: #e72181;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.button-5 {
  background-color: #24bbe5;
  background-image: linear-gradient(132deg, #e72181, #fc56a6);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-top: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.image-17 {
  max-width: 160px;
}

.footer {
  background-color: #fffafc00;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---content-image-halves-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.waves---grid-features-6.gridfour {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 16px;
}

.section-7 {
  background-color: #fffafc;
  background-image: radial-gradient(circle at 0 0, #24bbe51a, #fff0 51%), linear-gradient(342deg, #24bbe5, #fff0 44%);
  border-top: 1px solid #24bbe5;
  border-bottom: 4px #e72181;
  border-left: 1px solid #24bbe5;
  border-right: .3px solid #24bbe5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1352px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 32px;
  display: flex;
}

.text-block-19 {
  color: #335b66;
  font-size: 16px;
  line-height: 150%;
}

.estrela {
  max-width: 1352px;
  margin-top: 0;
  padding: 0;
}

.estrela.estrela-01 {
  background-image: radial-gradient(circle at 60% 0, #e721811a, #fff0 53%);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.heading-9 {
  color: #24bbe5;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 400;
}

.text-span-13 {
  color: #24bbe5;
  font-weight: 700;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.text-block-31 {
  color: #e72181;
  margin-top: 16px;
}

.bold-text-17 {
  color: #07252d;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-17._3-frascos {
  color: #fafafa;
}

.waves-link-footer-1 {
  color: #24bbe5;
  -webkit-text-stroke-color: #24bbe5;
  text-decoration: none;
  display: block;
}

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

.waves---expandable-item-2 {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #e72181;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  max-width: 100%;
  height: auto;
  margin-top: 16px;
  padding: 32px;
  display: flex;
}

.text-block-32 {
  color: #fffafc;
  font-size: 16px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

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

.waves---heading-2-no-margins-2 {
  color: #fffafc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 130%;
}

.flex-block-3 {
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.text-span-15 {
  color: #e72181;
}

.text-block-26 {
  background-color: #e72181;
}

.text-block-26.text-block-24 {
  border-style: none;
}

.text-block-33 {
  color: #335b66;
  font-size: 16px;
  line-height: 150%;
}

.image-18 {
  border: 1px #e72181;
  border-radius: 12px;
  min-width: 50%;
  max-width: 60%;
  max-height: 100%;
  margin-top: 0;
}

.div-block-9 {
  letter-spacing: -1px;
  justify-content: center;
  align-items: center;
  max-width: 1352px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves-content-bar-2 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-19 {
  color: #24bbe5;
  font-weight: 400;
}

.texto {
  flex-flow: column;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.heading-10 {
  color: #e72181;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-10.instrucao {
  color: #fffafc;
}

.waves---expand-line-2 {
  background-color: #e72181;
  width: 16px;
  height: 2px;
}

.waves---expand-line-2.vertical {
  background-color: #e72181;
  width: 2px;
  height: 16px;
  position: absolute;
}

.text-block-34, .text-block-35 {
  color: #335b66;
  font-size: 16px;
  line-height: 150%;
}

.slide {
  vertical-align: baseline;
  background-color: #fff0;
  background-image: linear-gradient(92deg, #e72181, #fff0 46%), url('../images/hero-desktop.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-top: .5px #24bbe5;
  border-left: .5px #24bbe5;
  padding: 32px;
}

.perguntas-frequentes {
  background-image: linear-gradient(#24bbe5, #fff 19%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.perguntas-frequentes.acordeon {
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.perguntas-frequentes.acordeon._2 {
  background-color: #24bbe5;
  background-image: radial-gradient(circle at 100% 0, #fafafa4d, #fefefe24 45%, #fff0 98%);
  border-radius: 20px;
  max-width: 1352px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.video-2 {
  border-radius: 20px;
  width: auto;
  min-width: 300px;
  max-width: 30%;
  height: auto;
  min-height: 500px;
  max-height: 656px;
}

.text-block-36 {
  color: #fffafc;
  width: 480px;
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 150%;
}

.text-block-29 {
  color: #e72181;
  margin-top: 8px;
  font-size: 16px;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  transition: background-color .4s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
}

.bold-text-20 {
  color: #fafafa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-8 {
  color: #e72181;
  font-weight: 700;
}

.waves---paragraph-regular-4 {
  color: #e72181;
  font-size: 18px;
  line-height: 130%;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-span-16 {
  color: #e72181;
  text-align: center;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.waves---section-medium-2 {
  background-color: #fafafa;
  background-image: linear-gradient(148deg, #0000 23%, #24bbe5);
  border: 1px #d1d1d1;
  border-top: 1px solid #24bbe5;
  border-left: 1px solid #24bbe5;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 16px;
  margin-right: 16px;
  padding: 64px 32px;
  box-shadow: 0 2px 20px 7px #19020d1f;
}

.garantia-2 {
  max-width: 40%;
}

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

.navbar-logo-center {
  background-color: #fffafc00;
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves---mg-top-20 {
  margin-top: 32px;
}

.text-block-37 {
  color: #24bbe5;
  text-align: center;
  font-size: 40px;
  line-height: 130%;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-19 {
  background-image: radial-gradient(circle, #ffffff6b, #fff0 57%);
  max-width: 80px;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
}

.bold-text-21, .text-span-17 {
  color: #e72181;
}

.waves---paragraph-regular-3 {
  color: #fffafc;
  font-size: 18px;
  line-height: 130%;
}

.waves-image-features-4 {
  border-radius: 20px;
  width: 100%;
  max-width: 50%;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves-expanded-text-2 {
  color: #335b66;
  margin-bottom: 0;
  font-size: 16px;
}

.text-span-11 {
  color: #e72181;
  font-weight: 700;
}

.right-arrow {
  display: none;
}

.waves---grid-image-halves-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffafc00;
  border: 2px #e72181;
  border-radius: 20px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1352px;
  margin-top: 0;
  padding: 32px 0 32px 32px;
  display: flex;
}

.text-block-38 {
  color: #24bbe5;
  font-size: 16px;
}

.text-block-39 {
  color: #335b66;
  font-size: 16px;
  line-height: 150%;
}

.bold-text-22 {
  color: #e72181;
}

.text-span-12 {
  color: #24bbe5;
  font-weight: 700;
}

.text-span-18 {
  color: #e72181;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #24bbe5;
  font-weight: 600;
}

.text-block-22 {
  color: #335b66;
  text-align: center;
  -webkit-text-stroke-color: #e72181;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-22.text2 {
  color: #e72181;
  text-align: left;
  margin-top: 16px;
  font-weight: 400;
}

.text-block-22.text2.instrucao {
  color: #fffafc;
}

.text-block-40 {
  color: #335b66;
  font-size: 16px;
  line-height: 150%;
}

.waves-bottom-footer-1 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.text-block-41 {
  color: #fafafa;
  background-color: #e72181;
  border-radius: 10px;
  margin-top: 16px;
  padding: 8px 16px;
}

.text-block-41._3-frascos {
  background-color: #24bbe5;
}

.div-block-17 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: 1352px;
  display: flex;
}

.div-block-16 {
  background-image: radial-gradient(circle closest-corner at 0%, #24bbe580, #fff0), radial-gradient(circle closest-corner at 100%, #e721814d, #fff0 78%);
  padding-top: 96px;
}

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

.waves---paragraph-small-2 {
  color: #335b66;
  font-size: 16px;
  line-height: 130%;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-42 {
  color: #335b66;
  -webkit-text-stroke-color: #c7c7c7;
  font-size: 16px;
  line-height: 150%;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves---heading-2-no-margins-3 {
  color: #24bbe5;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #24bbe5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.image-21 {
  max-width: 192px;
  font-size: 16px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.waves---heading-2-no-margins-4 {
  color: #335b66;
  text-align: left;
  letter-spacing: -2px;
  column-count: auto;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
}

.video-one {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border: 2px #07252d;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 33%;
  height: auto;
  padding: 0;
  display: flex;
  overflow: clip;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  color: #fffafc;
  background-color: #24bbe5;
  border: 8px solid #ffffff52;
  border-radius: 300px;
  margin-top: 48px;
  padding: 24px;
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 500;
  transition: all .275s;
}

.button:hover {
  background-color: #1c92b2;
}

.button.button-02 {
  background-image: none;
  border-width: 8px;
  margin-top: 32px;
}

.button.button-02:hover {
  background-color: #1c92b2;
  background-image: none;
}

.button.button-02.button-03 {
  margin-top: 32px;
  transition: all 1s;
}

.button.button-02.button-03:hover {
  background-image: none;
}

.button.button-02.button-03.button-4 {
  background-color: #e72181;
  background-image: none;
  margin-top: 64px;
}

.button.button-02.button-03.button-4:hover {
  background-color: #b51a65;
}

.button.button-02.button-03.button-dividas {
  background-color: #e72181;
}

.button.button-02.button-03.button-dividas:hover {
  background-color: #b51a65;
}

.text-span-19 {
  color: #e72181;
}

.section-8 {
  background-color: #e7218100;
  height: 100%;
  min-height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.link-block-5 {
  border: 1px #000;
  text-decoration: none;
  display: block;
}

.text-block-43 {
  direction: ltr;
  color: #24bbe5;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: normal;
  overflow-wrap: normal;
  text-underline-position: auto;
  -webkit-text-fill-color: inherit;
  background-color: #e7218100;
  background-clip: border-box;
  border: 2px #24bbe5;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transform: rotate(0);
}

.waves---expand-space {
  height: 24px;
}

.bold-text-23 {
  color: #e72181;
}

.text-span-9 {
  color: #335b66;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #e72181;
  text-transform: none;
  text-overflow: clip;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  color: #000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---expand-icon-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.text-block-24 {
  color: #fffafc;
  background-color: #e72181;
  background-image: linear-gradient(85deg, #e72181, #ff1a89);
  border: 2px #24bbe5;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-24.prices {
  background-image: linear-gradient(85deg, #e72181, #ff5eac);
  border-radius: 10px;
  margin-top: -48px;
}

.text-block-24.prices._3-frascos {
  background-image: linear-gradient(85deg, #21bce7, #5edcff);
}

.text-block-24.text-saler {
  margin-bottom: 16px;
}

.text-block-27 {
  color: #335b66;
  margin-top: 16px;
  -webkit-text-decoration: line-through #e72181;
  text-decoration: line-through #e72181;
}

.bold-text-24 {
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-color: #e7218100;
  background-image: linear-gradient(143deg, #fffafc, #4fd9ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Sora, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-28 {
  color: #07252d;
  font-weight: 300;
}

.text-block-28._3-frascos {
  color: #fafafa;
}

.image-22 {
  max-width: 32px;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.slide-nav {
  display: none;
}

.cards-price {
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #e72181;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 30%;
  max-width: 300px;
  padding: 32px;
  display: flex;
}

.cards-price._3-frascos {
  background-color: #07252d;
  background-image: radial-gradient(circle at 20% 90%, #24bbe533, #fff0 47%), radial-gradient(circle at 100% 0, #e7218161, #fff0);
  border: 1px solid #e72181;
  margin-bottom: 32px;
}

.bold-text-18 {
  color: #e72181;
  font-size: 32px;
  font-weight: 700;
}

.waves-brand-footer-1 {
  max-width: 400px;
  height: 100%;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-44 {
  color: #24bbe5;
  letter-spacing: 2px;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: #fffafc;
  border: 1px solid #e72181;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

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

.flex-block-4 {
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.left-arrow {
  display: none;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-top: 48px;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.bold-text-25 {
  color: #24bbe5;
}

@media screen and (max-width: 991px) {
  .card {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin: auto 20px 60px;
  }

  .grupo-cart-es {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap;
    flex: 0 auto;
    order: 0;
    grid-template: ". ."
                   ". Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: flex-end center;
    align-self: auto;
    align-items: center;
    margin-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .inffo {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .image-5 {
    width: 161px;
    max-width: 122px;
    font-size: 6px;
  }

  .garantia {
    padding-left: 52px;
    padding-right: 52px;
  }

  .bold-text-8 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
  }

  .text-span-4 {
    font-size: 27px;
  }

  .image-6 {
    max-width: 27%;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 20px;
  }

  .image-7 {
    max-width: 108px;
  }

  .image-9 {
    max-width: 128px;
  }

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

  .image-11 {
    max-width: 166px;
  }

  .container-6 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

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

  .comentarios {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-listra {
    margin-left: 5px;
    margin-right: 5px;
  }

  .comentario._2 {
    border-left: 1px solid #e0e0e0;
    margin-left: 60px;
    padding-left: 10px;
  }

  .codigos-de-numeros, .video-tempo {
    display: none;
  }

  .paragraph-10 {
    margin-top: 40px;
  }

  .container-13 {
    flex-flow: row;
  }

  .inffo-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .image-15 {
    width: 161px;
    max-width: 122px;
    font-size: 6px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .div-block-19 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }

  .waves-bar-2 {
    justify-content: center;
    align-items: center;
    padding-left: 24px;
  }

  .videos.duvidas-01 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .videos.duvidas-01.garantia-2 {
    flex-flow: column-reverse;
    max-width: 1352px;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .waves---grid-features-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---grid-features-6.gridfour {
    grid-template-columns: 1fr;
  }

  .section-7 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .estrela {
    flex-flow: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .estrela.estrela-01 {
    background-image: radial-gradient(circle at 0 70%, #e721811a, #fff0 53%);
  }

  .heading-9 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-span-13 {
    color: #24bbe5;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .bold-text-17 {
    font-size: 32px;
    line-height: 100%;
  }

  .image-18 {
    min-width: auto;
    max-width: 640px;
  }

  .texto {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

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

  .slide {
    background-position: 60%;
  }

  .perguntas-frequentes.acordeon._2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .video-2 {
    min-width: 620px;
    min-height: 856px;
  }

  .text-block-36 {
    width: 400px;
    font-size: 16px;
    line-height: 150%;
  }

  .text-block-29 {
    font-size: 80px;
    line-height: 100%;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .garantia-2 {
    max-width: 200px;
  }

  .waves---paragraph-regular-3 {
    font-size: 16px;
  }

  .waves-image-features-4 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---grid-image-halves-2 {
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-22.text2 {
    text-align: center;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .navbar-brand-three {
    position: relative;
  }

  .div-block-17 {
    flex-flow: column-reverse;
  }

  .div-block-17.div-02 {
    flex-flow: column;
  }

  .container-22 {
    max-width: 728px;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .waves---heading-2-no-margins-3 {
    max-width: 90%;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .waves---heading-2-no-margins-4 {
    text-align: center;
    width: auto;
    max-width: 90%;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 40px;
  }

  .video-one {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .button {
    font-size: 16px;
  }

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

  .text-block-24.name {
    margin-top: 32px;
  }

  .bold-text-24 {
    font-size: 40px;
    line-height: 90%;
  }

  .icon {
    display: none;
  }

  .text-block-28 {
    font-size: 32px;
    line-height: 100%;
  }

  .cards-price {
    min-width: 90%;
  }

  .bold-text-18 {
    font-size: 80px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .text-block-44 {
    font-size: 50px;
  }

  .waves-tile-features-6 {
    max-width: 100%;
    position: sticky;
    top: 5px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .waves---center-heading-2 {
    justify-content: center;
    align-items: center;
  }

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

  .waves---master-checks-vertical {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    justify-content: center;
    width: 100%;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 90%;
  }

  .contador {
    align-items: flex-start;
  }

  .se-o-produtos {
    overflow: auto;
  }

  .card {
    flex-flow: column;
    width: 500px;
    min-width: 445px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  .bold-text-2, .heading-4 {
    font-size: 24px;
  }

  .heading-5 {
    font-size: 44px;
  }

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

  .button-animate {
    margin-top: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .image {
    max-width: 61%;
  }

  .image-2 {
    margin-top: -64px;
  }

  .image-4 {
    max-width: 60%;
    margin-top: 0;
  }

  .grupo-cart-es {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap-reverse;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .bold-text-7 {
    font-size: 10px;
  }

  .inffo {
    flex-flow: column;
    width: 90%;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .container-4 {
    align-items: center;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .image-5 {
    width: 206px;
    max-width: 189px;
  }

  .garantia {
    background-image: linear-gradient(#fff, #c5c5c596 47%);
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-8 {
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    line-height: 16px;
  }

  .container-5 {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-4 {
    font-size: 29px;
    line-height: 16px;
  }

  .image-6 {
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 23px;
  }

  .text-block-7 {
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .heading-7 {
    text-align: center;
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    line-height: 16px;
  }

  .image-7 {
    max-width: 70px;
  }

  .image-8, .image-9 {
    max-width: 97px;
  }

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

  .image-11 {
    max-width: 89px;
  }

  .container-6 {
    flex-flow: wrap;
  }

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

  .container-7 {
    flex-flow: row;
    width: 90%;
  }

  .comentarios {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    display: flex;
    overflow: visible;
  }

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

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

  .section-2 {
    display: none;
  }

  .codigos-de-numeros {
    display: block;
  }

  .section-3 {
    width: 100%;
  }

  .container-8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 28px;
    padding-right: 48px;
  }

  .container-9 {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block-13 {
    text-align: center;
    margin-right: 22px;
    font-size: 10px;
  }

  .container-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .paragraph, .paragraph-2 {
    width: 90%;
  }

  .video {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-12 {
    width: 100%;
  }

  .section-4 {
    width: 100%;
    height: auto;
    position: sticky;
    inset: 0% 0% auto;
  }

  .text-block-15 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .esconder.smartplayer-scroll-event {
    flex: 0 auto;
  }

  .video-tempo {
    display: block;
  }

  .section-5 {
    width: 100%;
  }

  .text-block-16 {
    margin-left: 0;
  }

  .text-block-17 {
    margin-left: 0;
    font-size: 9px;
  }

  .link-block {
    text-decoration: none;
  }

  .container-21 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .paragraph-7 {
    width: 90%;
  }

  .paragraph-12 {
    font-size: 11px;
  }

  .paragraph-10 {
    margin-top: 20px;
  }

  .container-13 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }

  .paragraph-11 {
    width: 90%;
  }

  .inffo-2 {
    flex-flow: column;
    width: 90%;
    height: auto;
    max-height: none;
    margin-top: 0;
    overflow: visible;
  }

  .image-15 {
    width: 206px;
    max-width: 189px;
  }

  .container-14 {
    align-items: center;
  }

  .section-6 {
    width: 100%;
    padding-top: 0;
  }

  .hero {
    min-height: 80vh;
  }

  .waves-dismmiss-bar-2 {
    inset: 8px 8px auto auto;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-bar-2 {
    height: auto;
    padding: 8px 24px;
  }

  .videos.duvidas-01 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tag {
    display: none;
  }

  .waves---grid-features-6 {
    max-width: 100%;
    margin-top: 40px;
  }

  .waves---grid-features-6.gridfour {
    max-width: 100%;
  }

  .section-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .estrela {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 32px;
  }

  .bold-text-17._3-frascos, .waves-link-footer-1 {
    font-size: 16px;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

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

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

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

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

  .waves-content-bar-2 {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .slide {
    background-image: url('../images/hero-mobile.webp');
    background-position: 50% 90%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .perguntas-frequentes {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .perguntas-frequentes.acordeon._2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-2 {
    min-width: 450px;
    min-height: 790px;
  }

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

  .text-block-29 {
    font-size: 40px;
    line-height: 100%;
  }

  .div-block-6 {
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding: 40px 16px;
  }

  .text-block-37 {
    font-size: 32px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .image-19 {
    aspect-ratio: auto;
    vertical-align: baseline;
    mix-blend-mode: normal;
    object-fit: fill;
    order: 0;
    align-self: auto;
    display: block;
    position: static;
    overflow: visible;
  }

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

  .text-block-22 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 32px;
    line-height: 140%;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .waves---heading-2-no-margins-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
  }

  .button {
    margin-top: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button.button-02.button-03 {
    margin-top: 40px;
  }

  .button.button-02.button-03.button-4 {
    margin-top: 32px;
  }

  .bold-text-24 {
    text-align: center;
    font-size: 48px;
    line-height: 130%;
  }

  .icon {
    display: none;
  }

  .text-block-28._3-frascos {
    font-size: 16px;
  }

  .cards-price, .cards-price._3-frascos {
    min-width: 100%;
  }

  .bold-text-18 {
    font-size: 40px;
    line-height: 0%;
  }

  .text-block-44 {
    text-align: center;
    font-size: 40px;
  }

  .waves-tile-features-6 {
    min-width: 100%;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    flex-flow: column;
  }

  .bold-text {
    font-size: 22px;
  }

  .container {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: visible;
  }

  .contador {
    flex-flow: row;
  }

  .se-o-produtos {
    display: flex;
  }

  .card {
    width: 320px;
    min-width: 320px;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2 {
    font-size: 16px;
  }

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

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

  .button-animate {
    margin-top: 10px;
    padding: 15px;
  }

  .image-2 {
    margin-top: -53px;
  }

  .image-4 {
    max-width: 75%;
  }

  .grupo-cart-es {
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-4 {
    margin-top: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  .inffo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
  }

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

  .garantia {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .bold-text-8 {
    font-size: 22px;
  }

  .container-5 {
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }

  .text-span-4 {
    font-size: 31px;
  }

  .image-6 {
    max-width: 80%;
    margin-left: 0;
  }

  .text-block-7 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-7 {
    margin-top: 40px;
    font-size: 34px;
  }

  .image-7 {
    max-width: 90px;
  }

  .image-8 {
    max-width: 120px;
  }

  .image-9 {
    max-width: 110px;
  }

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

  .image-11 {
    max-width: 120px;
  }

  .jornais {
    display: flex;
  }

  .container-6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-8 {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 16px;
  }

  .bold-text-10 {
    font-size: 11px;
  }

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

  .image-12._2 {
    max-width: 90px;
  }

  .container-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    width: 98%;
  }

  .text-block-9 {
    padding: 2px 20px;
  }

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

  .comentarios {
    display: block;
  }

  .container-listra {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-13 {
    max-width: 40px;
  }

  .body {
    flex-flow: column;
    display: flex;
  }

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

  .section-2, .codigos-de-numeros {
    display: none;
  }

  .section-3 {
    width: 100%;
  }

  .video {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .container-12 {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .section-4 {
    flex-flow: column;
    display: block;
  }

  .text-block-15 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .esconder {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .video-tempo {
    display: block;
  }

  .text-block-18 {
    color: #fff;
  }

  .container-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-12 {
    font-size: 11px;
  }

  .paragraph-10 {
    margin-top: 20px;
    font-size: 11px;
  }

  .inffo-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-15 {
    width: 220px;
    max-width: 240px;
  }

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

  .videos.duvidas-01 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .videos.duvidas-01.garantia-2 {
    background-color: #fafafa;
    border-style: solid;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .button-5 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .waves---content-image-halves-2 {
    justify-content: center;
    align-items: center;
  }

  .tag {
    display: block;
  }

  .waves---grid-features-6 {
    max-width: 100%;
  }

  .section-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .estrela {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .estrela.estrela-01 {
    background-image: radial-gradient(circle at 0%, #e721811a, #fff0 53%);
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .heading-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bold-text-17 {
    font-size: 16px;
  }

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

  .navbar-logo-center-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 32px;
  }

  .text-block-26.text-block-24 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .image-18 {
    max-width: 100%;
  }

  .waves-content-bar-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .heading-10 {
    color: #e72181;
    font-size: 24px;
    line-height: 130%;
  }

  .waves---expand-line-2 {
    flex: none;
  }

  .waves---expand-line-2.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .slide {
    background-image: url('../images/hero-mobile-m.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .perguntas-frequentes {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .perguntas-frequentes.acordeon._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-2 {
    min-width: 270px;
    min-height: 476px;
  }

  .text-block-36 {
    width: auto;
    min-width: 0;
    max-width: 400px;
    line-height: 130%;
  }

  .div-block-6 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bold-text-20 {
    font-size: 12px;
  }

  .waves---section-medium-2 {
    padding: 64px 16px;
  }

  .navbar-logo-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-37 {
    font-size: 24px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .image-19 {
    display: none;
  }

  .waves---paragraph-regular-3 {
    font-size: 16px;
  }

  .waves-image-features-4 {
    max-width: 90%;
  }

  .waves-expanded-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .right-arrow {
    display: none;
  }

  .waves---grid-image-halves-2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-block-22 {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-22.text2 {
    color: #e72181;
  }

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

  .container-22 {
    max-width: none;
  }

  .waves---heading-2-no-margins-3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 32px;
    line-height: 130%;
  }

  .image-21 {
    max-width: 160px;
  }

  .waves---heading-2-no-margins-4 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
  }

  .button {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.button-02.button-03.button-dividas {
    margin-top: 16px;
  }

  .text-span-9 {
    font-size: 24px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves---expand-icon-wrap-2 {
    flex: none;
  }

  .text-block-24.prices, .text-block-24.prices._3-frascos {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .bold-text-24 {
    font-size: 32px;
    line-height: 120%;
  }

  .icon {
    display: none;
  }

  .text-block-28 {
    font-size: 16px;
  }

  .image-22 {
    max-width: 24px;
  }

  .text-block-44 {
    text-align: center;
    font-size: 32px;
    line-height: 120%;
  }

  .nav-menu-three {
    flex-direction: column;
  }
}

#w-node-_60cbda12-cc39-609b-edb3-58675e96af17-e1e6c10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_60cbda12-cc39-609b-edb3-58675e96af45-e1e6c10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_60cbda12-cc39-609b-edb3-58675e96af45-e1e6c10c {
    justify-self: center;
  }

  #w-node-_60cbda12-cc39-609b-edb3-58675e96afc5-e1e6c10c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #principal-card.w-node-_60cbda12-cc39-609b-edb3-58675e96afd9-e1e6c10c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_60cbda12-cc39-609b-edb3-58675e96afed-e1e6c10c {
    grid-area: 2 / 1 / 3 / 2;
  }
}


