:root {
  --white: white;
  --strongblue: #298bf5;
  --light-purple: #9a98b9;
  --purple: #020202;
  --lightblue: #aadef0;
  --blue: var(--white);
  --black: black;
  --azule: #c4ecff;
  --bluelightzin: #b4d8ff;
  --green: #05b63a;
  --backblue: rgba(150, 228, 255, .45);
}

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

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

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

.body {
  color: #202020;
  text-align: center;
  letter-spacing: .1px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.page-wrapper {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.global-styles {
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.main-wrapper {
  width: auto;
  min-width: 0;
}

.section_hero {
  display: block;
  position: relative;
}

.section_hero.is--ipad, .section_hero.is--mobile, .section_hero.is-mobile {
  display: none;
}

.nav_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.nav_component {
  color: #000;
  background-color: #fcfcfc;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_brand {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  display: flex;
}

.nav_brand.is--buynowcta {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.nav_menu_link {
  color: #fff;
  flex-direction: row;
  padding: 1rem;
  display: none;
}

.nav_menu_link.is-home {
  display: block;
}

.nav_menu_link.blog {
  display: none;
}

.nav_fixed-2 {
  color: #69aef8;
  align-items: flex-start;
  width: 100%;
  height: 5rem;
  min-height: 6rem;
  max-height: 8rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-global {
  background-color: rgba(255, 255, 255, 0);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
}

.padding-global.padding-section-large {
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: auto;
  height: 22rem;
  margin-left: 0;
  margin-right: 0;
}

.padding-global.padding-section-large.is-firstsection {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.padding-global.is--footter {
  padding-left: 9rem;
  padding-right: 9rem;
}

.padding-global.is--footter.is--ipad {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.jaessence {
  width: auto;
  max-width: none;
}

.jaessence.is--entraragor {
  width: auto;
  margin-top: 1rem;
  display: block;
}

.nav_button {
  padding: 1rem 1rem 0;
}

.nav_menu {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 88px;
  font-weight: 700;
  display: flex;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: flex-start;
  justify-items: start;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  min-height: 40vh;
  max-height: 60rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero_grid.is--header {
  height: 3rem;
  min-height: auto;
  max-height: none;
  margin: 2rem auto 0;
}

.container-large {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is--nobrackground {
  background-image: none;
}

.container-large.is--nobrackground.is--footer {
  width: auto;
  max-width: 55rem;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-brand {
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/button2.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #eee;
  border-radius: 0;
}

.text-size-medium {
  color: var(--white);
  font-size: 20px;
  line-height: 22px;
}

.hero_heading {
  background-color: var(--light-purple);
  background-image: linear-gradient(163deg, var(--purple), white);
  opacity: .8;
  color: #635371;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 0;
  margin-right: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 74px;
}

.hero_heading.is--lineargradient {
  background-image: linear-gradient(50deg, var(--purple), rgba(255, 255, 255, .79) 44%, var(--purple));
  color: var(--purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero_heading.is--lineargradient.is--gradient {
  background-color: var(--white);
  background-image: linear-gradient(50deg, #d1aa65 10%, #fff 52%, var(--light-purple) 91%);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 70px;
}

.section_hero-2 {
  color: #fff;
  background-color: #000;
  background-image: url('../images/background_circle.png'), url('../images/backgounrd_circle2.png'), radial-gradient(circle, rgba(45, 98, 255, .3), rgba(0, 0, 0, 0) 50%), radial-gradient(circle, rgba(45, 98, 255, .3), rgba(17, 17, 17, 0) 20%), radial-gradient(circle, rgba(214, 0, 196, .2), rgba(0, 0, 0, 0) 45%);
  background-position: 50%, 50%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.l-buttons-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 20rem;
  max-width: 25rem;
  height: auto;
  min-height: 3rem;
  max-height: 5rem;
  margin-top: 1rem;
  display: flex;
}

.l-buttons-cta.l-firstcta {
  justify-content: center;
  display: none;
}

.c-button-1 {
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/button2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 9px;
}

.c-cta-1 {
  background-image: url('../images/button2.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  width: 280px;
  height: 155px;
}

.c-cta-1.is--button2 {
  background-image: url('../images/button_layout.png');
}

.l-img1.is--ipad {
  display: none;
}

.c-cta {
  color: rgba(255, 255, 255, .85);
  background-image: url('../images/button7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 19.5rem;
  max-width: 25rem;
  height: auto;
  min-height: 9rem;
  max-height: 12rem;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

.c-cta.is--2 {
  background-image: none;
  display: flex;
  position: relative;
  left: -50px;
}

.c-cta.is--lastcta {
  color: rgba(255, 255, 255, .62);
  background-size: cover;
  margin-top: 20px;
  margin-left: -40px;
  padding-left: 0;
}

.c-cta.is-button1 {
  background-image: url('../images/background_buttonlarger.png');
  width: 15rem;
  min-width: 17rem;
  display: flex;
  position: relative;
  right: auto;
}

.c-cta.is-lastcta {
  color: rgba(255, 255, 255, .86);
  background-image: url('../images/button1.png');
  background-position: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.l-banners-sponsors {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.l-section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-height: 0;
  display: none;
  position: relative;
}

.l-section-3.is--ipad {
  display: none;
}

.l-sponsors {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.l-h2-sponsors {
  margin: 1rem 1rem 2rem;
}

.c-h2 {
  color: #635371;
  -webkit-text-fill-color: transparent;
  background-color: #635371;
  background-image: linear-gradient(18deg, #635371, #b9b2bf 99%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
}

.c-h2.is--gradientpurple {
  background-image: linear-gradient(22deg, #635371, #b9b2bf 99%, #fff);
}

.c-h2.is--lineargradient {
  background-color: var(--blue);
  background-image: linear-gradient(50deg, var(--lightblue) 9%, #fff 48%, rgba(255, 255, 255, .32) 80%, var(--lightblue) 88%);
  color: var(--white);
  -webkit-text-stroke-color: var(--blue);
}

.l-h3 {
  background-image: url('../images/div.heading-light-pattern.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 33vh;
  max-height: 40rem;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.heading-2 {
  font-size: 56px;
  font-weight: 600;
}

.c-h3 {
  background-color: var(--purple);
  background-image: linear-gradient(22deg, var(--purple) 31%, white);
  color: var(--purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

.c-h3.is--lineargradient {
  background-image: linear-gradient(50deg, var(--purple) 12%, rgba(255, 255, 255, .8) 48%, var(--light-purple) 85%);
}

.l-grid-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: auto;
  max-height: 24rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.l-grid-top.is-sec4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: .75fr .75fr;
  min-width: 50%;
  max-width: 70rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.l-2grids {
  width: 100%;
  max-width: 70rem;
  height: auto;
  min-height: 100vh;
  max-height: 30rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
  top: -82px;
}

.l-2grids.is--section4 {
  width: 90%;
  max-width: 70rem;
  height: 40rem;
  max-height: 70rem;
  margin-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  top: -469px;
}

.l-grid-below {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  height: auto;
  max-height: 24rem;
  margin-top: 0;
}

.l-grid-below.is-sec4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.l-left-top {
  border: 1px solid rgba(154, 152, 185, .35);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 24rem;
  padding: 2rem;
  display: flex;
}

.l-left-top.is-sec4 {
  border-width: 1px;
  border-color: rgba(154, 152, 185, 0);
  border-radius: 0;
  justify-content: center;
  min-width: 50%;
  max-width: none;
  min-height: 12rem;
  max-height: 20rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem 1rem;
}

.l-right-top {
  border: 1px solid rgba(154, 152, 185, .35);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 24rem;
  padding: 2rem;
  display: flex;
}

.l-right-top.is--below.is-sec4 {
  padding-left: 0;
}

.l-right-top.is-sec4 {
  border-color: rgba(154, 152, 185, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.c-txt-automail {
  background-color: var(--purple);
  background-image: repeating-linear-gradient(12deg, var(--purple), white);
  color: var(--purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 600;
}

.c-txt-automail.is-56px {
  max-height: 30rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  font-size: 56px;
  line-height: 58px;
}

.c-txt-automail2 {
  color: var(--light-purple);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.c-txt-automail2.is-18px {
  font-size: 18px;
}

.c-h4-chart {
  background-color: var(--purple);
  background-image: linear-gradient(to top, var(--purple) 50%, white);
  color: var(--purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 600;
}

.text-block {
  text-align: left;
}

.c-txt-chat {
  color: var(--light-purple);
  text-align: left;
  font-size: 16px;
  line-height: 18px;
}

.l-texts-automail, .l-texts-chart {
  text-align: left;
  margin-top: 1rem;
}

.l-section-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-height: 0;
  display: none;
  position: relative;
}

.l-section-4.is-ipad {
  display: none;
}

.c-img-lefttop {
  position: static;
  top: -200px;
  left: -545px;
}

.c-img-bottomright {
  position: relative;
  top: -890px;
  left: 543px;
}

.l-img-leftop {
  max-width: 22rem;
  max-height: 35rem;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  right: 0;
}

.l-img-leftop.is-bottom {
  justify-content: flex-end;
  width: auto;
  min-width: 22rem;
  max-width: 100rem;
  max-height: 43rem;
  margin: 0 0 0 auto;
  display: flex;
  top: -1120px;
  left: auto;
  right: auto;
}

.l-section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12rem;
  margin-bottom: 7rem;
  display: none;
  position: relative;
}

.l-section-5.is--mobile {
  display: none;
}

.l-img-landzy {
  background-image: url('../images/background-circle-wisehub.png');
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  width: auto;
  min-width: 52rem;
  max-width: 82rem;
  height: auto;
  min-height: 22rem;
  max-height: 33rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5rem;
  display: flex;
}

.c-h3-landzy.is-purple.is-56px {
  background-image: linear-gradient(50deg, var(--blue) 9%, rgba(255, 255, 255, .82) 55%, var(--lightblue) 90%);
  color: var(--blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 60px;
}

.c-txt-landzy {
  color: var(--white);
  margin-bottom: 3rem;
}

.l-section-6 {
  display: none;
  position: relative;
}

.l-h2-coments {
  background-image: url('../images/background-h2-coments.png');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  height: 19rem;
  display: flex;
}

.l-coments-box {
  flex-direction: column;
  height: auto;
  min-height: 27rem;
  max-height: 40rem;
  margin-top: -4rem;
  margin-bottom: 5rem;
  display: flex;
}

.c-h2-coments.is-purple.is-56px {
  background-image: linear-gradient(63deg, var(--purple) 16%, rgba(255, 255, 255, .76) 55%, var(--purple) 65%);
  color: var(--purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  line-height: 60px;
}

.l-section-7 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 3rem;
  display: block;
  position: relative;
}

.l-section-7.is-ipad, .l-section-7.is--mobile {
  display: none;
}

.l-bottons-plans {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
  max-width: 1199rem;
  margin-bottom: 30px;
  display: none;
}

.l-plans {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.l-plans.is-line2 {
  margin-top: 3rem;
}

.heading-3 {
  background-image: linear-gradient(50deg, var(--blue) 4%, rgba(255, 255, 255, .77) 50%, var(--blue) 66%);
  color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 33px;
  display: block;
}

.l-plan1 {
  color: var(--light-purple);
}

.c-img-butplan {
  display: flex;
}

.l-plan {
  text-align: left;
  background-color: rgba(13, 13, 13, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  min-width: 30rem;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: auto auto 3rem;
  padding: 30px 0;
  display: block;
}

.l-plan.is--plan2 {
  background-color: #1d1d1d;
  background-image: linear-gradient(37deg, #000, #1d1d1d);
}

.l-plan.is--plan2.secondproduct {
  background-image: url('../images/aqualockhair.png'), linear-gradient(37deg, #000, #1d1d1d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.l-plan.is--plan2.secondproduct.is-line12 {
  background-image: url('../images/hydraglow.png'), linear-gradient(37deg, #000, #1d1d1d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.l-plan.is--plan3 {
  background-color: #0d0d0d;
}

.l-plan.is--third {
  background-image: url('../images/bionailhair.png');
}

.l-plan.is-aqualock {
  border: 1px solid var(--blue);
  background-color: var(--azule);
  padding-left: 20px;
  padding-right: 20px;
}

.l-plan.is-bionail {
  border: 1px solid var(--bluelightzin);
  background-color: var(--azule);
  padding-left: 20px;
  padding-right: 20px;
}

.l-plan.is-hydraglow {
  border: 1px solid var(--bluelightzin);
  background-color: var(--azule);
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.l-plan.is-slimvita {
  border: 1px solid var(--blue);
  background-color: var(--azule);
  min-width: 30rem;
  min-height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-4 {
  font-size: 38px;
  line-height: 40px;
}

.c-txt-h5-plan {
  background-image: linear-gradient(46deg, var(--blue), #fff 55%, var(--lightblue) 74%);
  color: var(--purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 38px;
  line-height: 40px;
}

.c-txt-plan {
  background-color: var(--purple);
  background-image: linear-gradient(55deg, var(--blue), #fff 49%, var(--blue));
  color: var(--purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #202020;
  border-radius: 10px;
  width: 121px;
  padding: 5px 5px 5px 10px;
  font-size: 16px;
  font-weight: 600;
}

.c-txt-aboutplan {
  color: var(--white);
  font-size: 17px;
}

.c-txt-aboutplan2 {
  color: rgba(212, 212, 212, .73);
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
}

.c-txt-lastplan {
  color: #b9b9b9;
  padding-left: 45px;
}

.l-section-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: relative;
}

.l-lastblock {
  text-align: left;
  background-image: url('../images/background-final.png');
  background-position: 40% 100%;
  background-repeat: no-repeat;
  background-size: 1080px 640px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 50rem;
  max-width: 70rem;
  height: auto;
  min-height: 40rem;
  max-height: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 0;
  display: flex;
}

.l-leftlast {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-width: 20rem;
  max-width: 30rem;
  min-height: 20rem;
  max-height: 24rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 3rem;
  display: flex;
}

.l-lastright {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: auto;
  min-width: 20rem;
  max-width: 22rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 0;
  display: grid;
}

.l-lastright.is-vertical {
  display: none;
}

.l-lastsection {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  display: block;
}

.c-img--wisehub2 {
  text-align: left;
  object-fit: scale-down;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 .5rem;
  display: inline-block;
}

.c-h2-last {
  background-image: linear-gradient(249deg, var(--purple) 9%, #b4acbb 55%, var(--purple) 81%);
  color: var(--light-purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  font-weight: 600;
  line-height: 58px;
}

.c-txt-last {
  color: var(--white);
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
}

.l-last-boxes {
  text-align: center;
  border: 1px solid rgba(163, 163, 163, .36);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13rem;
  min-width: 12rem;
  max-width: 15rem;
  height: 12rem;
  text-decoration: none;
  display: flex;
}

.l-last-boxes.is--comments {
  flex-direction: column;
  justify-content: space-between;
  width: 17rem;
  max-width: 20rem;
  height: 13rem;
  margin-left: 1rem;
  margin-right: 1.5rem;
}

.heading-5 {
  font-size: 20px;
  line-height: 22px;
}

.c-txt-leader {
  background-image: linear-gradient(55deg, var(--purple) 17%, rgba(255, 255, 255, .69) 46%, var(--purple) 80%);
  color: var(--light-purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.l-footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.l-left-footer {
  width: 33%;
  height: 40px;
}

.l-footer-box {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  max-height: 30rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.l-footer-box.is-mid {
  flex-direction: row;
  width: auto;
  min-width: 18rem;
  max-width: 20rem;
  padding-top: 0;
}

.l-footer-box.is-right {
  flex-direction: row;
  width: auto;
  min-width: 18rem;
  max-width: 20rem;
}

.l-footermid {
  width: auto;
  min-width: 9rem;
  max-width: 13rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1rem 1rem;
}

.l-footermid.is-tall {
  width: auto;
  min-width: 9rem;
  max-width: 11rem;
  margin-right: auto;
  padding-left: 0;
  padding-right: 1rem;
}

.c-footermid {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}

.c-txt-footermid {
  color: rgba(255, 255, 255, .52);
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  line-height: 33px;
}

.l-footer-mid1 {
  width: auto;
  min-width: 9rem;
  max-width: 11rem;
  max-height: 33rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem 1rem 0;
}

.l-footer-mid1.is--2 {
  min-width: 9rem;
  max-width: 11rem;
  padding: 0 1rem 1rem;
}

.c-footer-logo {
  margin-bottom: 1rem;
}

.c-txt-footer {
  color: rgba(255, 255, 255, .52);
  margin-bottom: 3rem;
  font-size: 14px;
}

.l-logos {
  flex-direction: row;
  justify-content: space-around;
  width: auto;
  display: flex;
}

.l-privterms {
  border: 1px solid var(--lightblue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.c-txt-privacy, .c-txt-terms {
  color: var(--bluelightzin);
  width: 77px;
  font-size: 12px;
  font-weight: 600;
}

.l-section-banners {
  display: none;
  position: relative;
}

.header-100vh {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  max-height: 70rem;
  display: block;
}

.header-100vh.is--65vh {
  min-height: 35vh;
  max-height: 70rem;
}

.header-100vh.is--75vh {
  min-height: 75vh;
}

.header-100vh.is--85vh {
  min-height: 100vh;
  max-height: 130rem;
}

.header-100vh.is--horizontal {
  display: flex;
}

.header-100vh.is--horizontal.is--65vh {
  min-height: 60vh;
  padding: 2rem;
}

.header-100vh.is--horizontal.is--65vh.is--40rem {
  min-height: 50vh;
  padding: 0;
}

.header-100vh.is--75vh {
  min-height: 75vh;
  max-height: 70rem;
}

.header-100vh.is-aboutservices {
  min-height: 55vh;
  max-height: 77rem;
}

.header-100vh.is-aboutgospel {
  min-height: 40vh;
  max-height: 80rem;
}

.l-background-landzy {
  justify-content: center;
  align-items: center;
  max-width: 110%;
  height: 110%;
  display: flex;
}

.subpadding {
  margin-top: 3rem;
  margin-left: 3rem;
  margin-right: 2rem;
}

.txt-comments {
  text-align: center;
  margin: 1rem .5rem .5rem;
}

.c-comment-h3 {
  background-image: linear-gradient(55deg, var(--purple) 22%, #aea6b5 50%, var(--purple) 77%);
  color: var(--purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
}

.c-comment-txt {
  color: rgba(255, 255, 255, .84);
}

.l-comments-line2 {
  justify-content: flex-start;
  min-width: 100rem;
  max-width: 130rem;
  margin-left: -10rem;
  display: flex;
}

.l-comments-line2.is--line1 {
  margin-bottom: 2rem;
  margin-left: -7rem;
}

.l-img-fotocomment {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  min-width: 15rem;
  max-width: 17rem;
  min-height: 2rem;
  max-height: 5rem;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  display: flex;
}

.l-img-monthly {
  background-image: url('../images/buttonoptions_1buttonoptions.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 121px 121px;
  min-width: 7rem;
  max-width: 5rem;
  min-height: 3rem;
  max-height: 5rem;
  margin-left: -1rem;
  margin-right: 1rem;
  padding-right: 0;
  display: block;
}

.text-span {
  color: rgba(212, 212, 212, .84);
  font-weight: 600;
}

.text-span-2 {
  color: rgba(212, 212, 212, .9);
  font-weight: 700;
}

.text-span-3 {
  color: rgba(212, 212, 212, .84);
  font-weight: 700;
}

.l-aboutplans {
  min-width: 20rem;
  padding-left: 33px;
  font-weight: 400;
  display: block;
}

.l-ctaplans {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 25rem;
  min-width: 25rem;
  max-width: 30rem;
  min-height: 42rem;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.l-ctaplans.is--1cta {
  min-width: 20rem;
}

.l-ctaplans.is--1cta.none {
  min-height: auto;
}

.c-ctaplansbutton {
  border: 1px solid var(--white);
  background-color: var(--green);
  color: var(--blue);
  text-align: center;
  -webkit-text-stroke-color: #8dec68;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: padding-box;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  min-width: 120px;
  max-width: none;
  min-height: 50px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.c-ctaplansbutton.last-cta {
  box-shadow: 0 2px 5px 0 var(--green);
  background-image: url('../images/BACKBUTTON.png');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 140px 70px;
  border-radius: 7px;
  font-size: 16px;
  line-height: 22px;
}

.c-ctaplansbutton.last-cta.is-provas {
  justify-content: center;
  align-items: center;
}

.c-ctaplansbutton.last-cta.c-whats {
  background-image: url('../images/BACKBUTTON.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 140px 70px;
}

.c-ctaplansbutton.is-sofa, .c-ctaplansbutton.is-colchao, .c-ctaplansbutton.is-carro, .c-ctaplansbutton.is-higieniza-o {
  font-size: 16px;
  line-height: 22px;
}

.l-lastctabutton {
  justify-content: flex-start;
  width: 26rem;
  min-width: 20rem;
  max-width: 45rem;
  min-height: 5rem;
  max-height: 7rem;
  display: block;
  position: relative;
  left: -120px;
}

.l-landzylogo {
  display: none;
}

.l-footer-abouts {
  display: flex;
}

.text-span-5, .text-span-6, .text-span-7 {
  font-weight: 400;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  color: rgba(255, 255, 255, .73);
  font-weight: 600;
}

.aboutgospelclean, .higi {
  color: var(--strongblue);
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.inicio.w--current {
  color: var(--strongblue);
  margin-left: 5rem;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.c-txt-foot-2 {
  color: var(--strongblue);
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.l-section-footter {
  border: 1px solid var(--lightblue);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
}

.padding-global-9 {
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: none;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 1rem;
  line-height: 1.6rem;
}

.container-medium {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-medium {
  min-height: auto;
  max-height: none;
}

.l-cont-foot {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: rgba(255, 255, 255, .5);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 66%;
  min-width: 50%;
  height: 70%;
  display: flex;
}

.c-txt-crypto {
  font-size: 12px;
  line-height: 12px;
}

.slider {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid rgba(90, 90, 90, .42);
  border-radius: 12px;
}

.slider.is-home {
  background-color: #fff;
  background-image: none;
  border-width: 0;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 66vh;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.slider.is-home.is-mobile {
  display: none;
}

.slider.is1 {
  background-color: rgba(221, 221, 221, 0);
}

.aqua2 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.aqua3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.aqua1 {
  background-image: url('../images/gospel-clean-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.c-h3-product {
  text-align: center;
}

.c-h3-product.is-vita {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130deg, #f16133 25%, #eceaea 57%, #ea8571 67%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 33px;
}

.c-h3-product.is-vita.is-colchao, .c-h3-product.is-vita.is-carros {
  background-image: linear-gradient(129deg, var(--strongblue) 43%, #eceaea 57%, var(--strongblue) 66%);
}

.c-h3-product.is-vita.is-tapetes {
  background-image: linear-gradient(129deg, var(--strongblue) 33%, #eceaea 45%, var(--strongblue) 66%);
}

.c-h3-product.is-vita.is-sofas {
  background-image: linear-gradient(130deg, var(--strongblue) 46%, #eceaea 57%, var(--strongblue) 67%);
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
}

.c-txt-aboutproduct {
  text-align: center;
}

.impermeabiliza {
  background-image: url('../images/gospel-clean-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.impermeabiliza.is-imper {
  background-image: url('../images/impermeabilizacao-Gospel-Clean-500-x-300-px.jpg');
  background-position: 50%;
  background-size: cover;
}

.bionail2 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.bionail3 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.hydra1 {
  background-image: url('../images/gospel-clean-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hydra2 {
  background-image: url('../images/hydraglow-1-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hydra3 {
  background-image: url('../images/hydraglow-1-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gosplcleanbanner {
  background-image: url('../images/Limpeza-de-Sofá-Gospel-Clean-500-x-300-px-1920-x-700-px.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 0 solid #6d6d6d;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.gosplcleanbanner.isproduct {
  background-image: url('../images/gospel-clean-3.jpg');
  background-size: contain;
}

.gosplcleanbanner.isproduct.is2 {
  background-size: cover;
}

.vita2 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #6d6d6d;
  border-radius: 12px;
}

.vita3 {
  background-image: url('../images/9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #6d6d6d;
  border-radius: 12px;
}

.about-plans {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

._1unbox {
  -webkit-text-stroke-color: rgba(128, 128, 128, 0);
  border: 1px solid #919191;
  border-radius: 7px;
  margin: 0 3px 30px;
  padding: 3px 7px;
  font-size: 16px;
}

._1unbox.is1un {
  padding-left: 0;
}

._1unbox.is3un {
  border-width: 1px;
  border-color: #919191;
}

._1unbox.is6un {
  border-width: 1px;
  border-color: var(--white);
  color: var(--black);
  text-align: center;
  min-width: 30rem;
  min-height: 7rem;
  padding-top: 12px;
  padding-bottom: 12px;
}

.brinde15ml {
  font-size: 16px;
  font-weight: 200;
}

.pre-o1un {
  font-size: 24px;
}

.is1un {
  font-size: 16px;
}

.mask {
  border: 0 solid rgba(109, 109, 109, 0);
  border-radius: 12px;
  width: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.mask.is-home {
  border-radius: 0;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 60vh;
  min-height: auto;
  max-height: none;
}

.mask-2, .mask-3 {
  border: 1px solid rgba(209, 170, 101, .34);
  border-radius: 12px;
}

.is3un {
  font-size: 16px;
}

.brinde30off {
  font-weight: 200;
}

.pre-o3un {
  font-size: 24px;
}

.is6un {
  color: var(--black);
  font-size: 33px;
}

.sobreplano {
  font-weight: 200;
}

.sobreplano.hig {
  text-align: center;
  margin-top: -7px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.pre-o6un {
  color: var(--strongblue);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
}

.text-span-16 {
  color: #ff8a8a;
  font-size: 25px;
  font-weight: 400;
  text-decoration: line-through;
}

.text-block-2 {
  color: #f9feff;
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.l-section-aboutgospelclean {
  border: 0px solid var(--lightblue);
  background-color: var(--white);
  margin-top: -10rem;
  padding-top: 0;
  padding-bottom: 7rem;
}

.l-section-aboutgospelclean.is-aboutservices {
  background-color: var(--white);
  padding-bottom: 0;
}

.l-section-aboutgospelclean.is-aboutservices.isserv {
  margin-top: 0;
}

.l-aboutslim {
  text-align: left;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

.l-aboutslim.is-glow {
  background-color: var(--azule);
  margin-bottom: 0;
  padding: 7rem .5rem;
  display: block;
}

.c-aboutslim {
  color: var(--black);
  letter-spacing: .3px;
  margin-left: auto;
  margin-right: auto;
  padding: .2rem;
  font-size: 24px;
  font-weight: 200;
  line-height: 28px;
}

.c-aboutslim.cta-servicoes {
  text-align: center;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: 3rem;
  font-size: 23px;
  font-weight: 300;
}

.c-beneficios {
  color: var(--strongblue);
  margin-top: 0;
  margin-bottom: 5rem;
  font-size: 44px;
  font-weight: 400;
  line-height: 55px;
}

.c-aqua, .c-bionail {
  color: var(--strongblue);
}

.c-glow {
  color: var(--strongblue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.is-gospelclean {
  color: var(--green);
  font-size: 70px;
  font-weight: 500;
}

.l-fretegratis {
  color: #282828;
  background-image: url('../images/banners-frete-gratis-new.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 120px;
  display: none;
}

.l-fretegratis.is-2, .l-fretegratis.is-3, .l-fretegratis.is-4, .l-fretegratis.mobile1, .l-fretegratis.mobile2, .l-fretegratis.mobile3, .l-fretegratis.mobile4 {
  display: none;
}

.heading-6 {
  color: #fff;
}

.icon, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6 {
  display: none;
}

.c--head4 {
  color: var(--strongblue);
  margin-top: 1rem;
  margin-bottom: 7rem;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
}

.is-green {
  color: var(--green);
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

.is-green.is-70 {
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
}

.is-green.is-elogia {
  font-size: 55px;
  line-height: 66px;
}

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

.is-servicos {
  color: var(--green);
  font-weight: 700;
}

.bold-text-2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.l-contact {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.c-contact {
  color: var(--green);
  flex: 0 auto;
}

.c-rights {
  color: var(--strongblue);
  text-align: center;
  font-weight: 200;
}

.l-socialmedia {
  margin-top: 10px;
  margin-bottom: 22px;
}

.c-follow {
  color: var(--strongblue);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.c-contactnumber {
  color: var(--black);
  font-weight: 500;
}

.bold-text-3 {
  color: var(--strongblue);
  font-weight: 200;
}

.bold-text-4 {
  color: var(--strongblue);
  font-size: 22px;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--strongblue);
}

.icon-7, .icon-8 {
  display: none;
}

.is-txtabout {
  color: var(--white);
  font-weight: 300;
}

.is-about {
  text-align: left;
  padding-left: 22px;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.is-about.is-carro, .is-about.is-hig {
  font-size: 17px;
}

.is-bold {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.l-section-depo {
  background-color: var(--white);
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.l-section-depo.is-resultados {
  background-color: var(--backblue);
}

.c-depos {
  color: var(--strongblue);
  font-size: 44px;
  font-weight: 600;
  line-height: 55px;
}

.l-depo1 {
  background-image: url('../images/4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 300px;
  height: 540px;
}

.l-depo1.is-2 {
  background-image: url('../images/5.png');
}

.l-depo1.is-3 {
  background-image: url('../images/2.png');
}

.c-depo1 {
  max-width: 33%;
}

.l-headecta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--strongblue);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.l-headecta.is-results {
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.l-fotosdepo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: .2rem;
  display: flex;
}

.c-result {
  color: var(--strongblue);
  text-align: left;
}

.is-antesedepois {
  width: 44%;
  height: 50vh;
}

.l-txtantes {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 40vh;
  display: flex;
}

.c-antes {
  color: var(--black);
  text-align: left;
  letter-spacing: .2px;
  margin-top: .5rem;
  margin-bottom: 3rem;
  font-weight: 300;
}

.vide0gospelclean {
  width: 45%;
}

.maisde2k {
  color: var(--strongblue);
  margin-bottom: 5rem;
  font-size: 30px;
  line-height: 33px;
}

.is-yt {
  background-image: url('../images/2_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 44px;
  width: 44px;
  height: 44px;
}

.is-ig {
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 44px;
  width: 44px;
  height: 44px;
}

.is-rockett {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.link {
  color: var(--strongblue);
  padding-left: 7px;
  font-weight: 600;
}

.l-whatsapp {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-buttn-whats {
  background-image: url('../images/whatsapp-logo-png-2261.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  display: none;
}

.l-bsckbubl {
  z-index: 0;
  float: none;
  clear: none;
  opacity: .33;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/backbublbes.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  height: 15rem;
  position: -webkit-sticky;
  position: sticky;
}

.l-provas {
  margin-bottom: 3rem;
}

.sld1 {
  background-image: url('../images/Screenshot_20240320-075636_Chrome.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/2_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-1 {
  background-image: url('../images/1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide2 {
  background-image: url('../images/2_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
}

.slide3 {
  background-image: url('../images/3_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide4 {
  background-image: url('../images/4_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bannerprincipal {
  background-image: url('../images/banner-principal-Gospel-Clean-500-x-300-px-1920-x-700-px.jpg');
  background-position: 50%;
  background-size: cover;
  height: 66vh;
}

.bannerprincipal.is-ipad, .bannerprincipal.is-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section_hero.is--mobile {
    display: none;
  }

  .padding-global.padding-section-large.is-firstsection {
    margin-top: 45px;
  }

  .container-large.is--nobrackground {
    max-width: 100rem;
  }

  .l-img1 {
    margin-left: auto;
    margin-right: auto;
  }

  .l-sponsors {
    justify-content: space-around;
  }

  .l-section-5 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .c-txt-h5-plan {
    background-image: linear-gradient(46deg, var(--blue), #fff 55%, var(--lightblue) 74%);
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: overline;
  }

  .c-txt-h5-plan.is--por {
    margin-top: 3px;
    margin-bottom: 7px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
  }

  .c-txt-h5-plan.is--por.is--2 {
    margin-top: 3px;
    font-size: 30px;
    line-height: 30px;
  }

  .c-txt-h5-plan.is-1, .c-txt-h5-plan.is--2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .l-section-banners {
    display: none;
  }

  .c-ctaplansbutton {
    padding-bottom: 12px;
  }

  .c-ctaplansbutton.is--1cta {
    padding-bottom: 9px;
  }

  .slider.is-home {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .mask.is-home {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .nav_container {
    width: auto;
  }

  .padding-global.padding-section-large.is-firstsection {
    height: auto;
  }

  .heading-3 {
    font-size: 44px;
    line-height: 55px;
  }

  .c-ctaplansbutton.last-cta {
    width: 330px;
    min-width: 140px;
    min-height: 60px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .c-ctaplansbutton.last-cta.is-provas, .c-ctaplansbutton.last-cta.c-lastone {
    font-size: 20px;
  }

  .aboutgospelclean, .higi, .higi.is-imper.uai, .inicio.w--current {
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
  }

  .padding-global-9 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .slider.is-home {
    min-width: auto;
    max-width: none;
    height: 70vh;
    min-height: auto;
    max-height: none;
  }

  .mask.is-home {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 70vh;
    min-height: auto;
    max-height: none;
  }

  .text-block-2 {
    font-size: 33px;
    line-height: 44px;
  }

  .l-section-aboutgospelclean {
    margin-top: -12rem;
  }

  .c-aboutslim {
    font-size: 30px;
    line-height: 33px;
  }

  .c-beneficios {
    font-size: 66px;
    line-height: 70px;
  }

  .c-aqua {
    font-size: 40px;
    line-height: 44px;
  }

  .is-gospelclean {
    font-size: 88px;
    line-height: 99px;
  }

  .l-fretegratis {
    background-size: contain;
    min-height: 200px;
  }

  .heading-6 {
    font-size: 55px;
    line-height: 77px;
  }

  .c--head4 {
    font-size: 40px;
    line-height: 44px;
  }

  .is-green {
    font-size: 50px;
    line-height: 55px;
  }

  .is-imper, .is-sofa, .is-tapetes, .is-colchao, .bold-text-5 {
    font-size: 40px;
    line-height: 44px;
  }

  .is-about.is-colchao.uai {
    font-size: 18px;
    line-height: 22px;
  }

  .c-result {
    font-size: 40px;
    line-height: 44px;
  }

  .l-txtantes {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .c-antes {
    text-align: center;
    font-size: 30px;
    line-height: 33px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    color: var(--white);
  }

  .page-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .section_hero, .section_hero.is--ipad {
    display: block;
  }

  .nav_container {
    text-align: center;
    width: auto;
    max-width: 100rem;
    padding-left: 3rem;
    padding-right: 0;
  }

  .nav_brand.is--buynowcta {
    background-size: 170px;
    width: 7rem;
    min-width: 7rem;
    max-width: 12rem;
    min-height: 2rem;
    max-height: 5rem;
  }

  .nav_menu_link {
    font-size: 16px;
    line-height: 28px;
  }

  .nav_menu_link.is-home {
    padding-left: 1rem;
  }

  .padding-global {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-global.padding-section-large {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .padding-global.padding-section-large.is-firstsection {
    height: auto;
  }

  .padding-global.is--footter.is--ipad, .padding-global.is--ipad {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.is-ipadplans {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .nav_button {
    color: #fff;
  }

  .nav_menu {
    padding-right: 0;
  }

  .hero_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_content.is--vertical {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }

  .hero_grid.is--header {
    height: 3rem;
    min-height: auto;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .container-large {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    max-width: none;
    height: auto;
  }

  .container-large.is--nobrackground {
    max-width: none;
  }

  .container-large.is02, .container-large.isdepo, .container-large.isabbout {
    height: auto;
  }

  .text-size-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .hero_heading.is--lineargradient.is--gradient {
    background-image: linear-gradient(50deg, rgba(109, 207, 240, .96) 5%, #fff 52%, var(--lightblue) 91%);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 53px;
    line-height: 60px;
  }

  .section_hero-2 {
    padding-top: 3rem;
  }

  .l-buttons-cta.l-firstcta {
    margin-top: 0;
  }

  .l-img1 {
    display: none;
  }

  .l-img1.is--ipad {
    display: block;
  }

  .c-cta.is--2, .c-cta.is-button1 {
    font-size: 16px;
  }

  .c-img-sponsor.is--1, .c-img-sponsor.is--4 {
    margin-left: 33px;
  }

  .l-section-3 {
    display: none;
  }

  .l-section-3.is--ipad {
    display: block;
  }

  .l-section-3.is--ipad.is-mobile {
    display: none;
  }

  .l-sponsors {
    justify-content: space-around;
    width: 120%;
  }

  .c-h2.is--lineargradient {
    font-size: 30px;
    line-height: 35px;
  }

  .l-h3 {
    margin-top: 1rem;
  }

  .c-h3.is--lineargradient {
    font-size: 48px;
  }

  .l-grid-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .l-2grids {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .l-2grids.is--section4 {
    padding-left: 0;
    padding-right: 0;
  }

  .l-grid-below {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .l-left-top {
    min-width: 25rem;
    max-width: 35rem;
    min-height: 22px;
    max-height: 25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .l-right-top {
    width: auto;
    min-width: 15rem;
    max-width: 25rem;
    height: auto;
    min-height: 22rem;
    max-height: 24.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .c-txt-automail {
    font-size: 22px;
  }

  .c-txt-automail.is-56px {
    font-size: 50px;
  }

  .c-txt-automail2.is-18px {
    font-size: 16px;
  }

  .c-h4-chart {
    font-size: 22px;
  }

  .l-section-4 {
    display: none;
  }

  .l-section-4.is-ipad {
    display: block;
  }

  .l-section-5.is--mobile {
    display: none;
  }

  .l-img-landzy {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .c-h3-landzy.is-purple.is-56px {
    font-size: 44px;
  }

  .c-h2-coments.is-purple.is-56px {
    font-size: 50px;
    line-height: 52px;
  }

  .l-section-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    display: block;
  }

  .l-section-7.is-ipad {
    display: block;
  }

  .l-section-7.is-ipad.is-mobile, .l-section-7.is--mobile {
    display: none;
  }

  .l-plans {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .l-plans.is-bottom {
    padding-bottom: 5rem;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 33px;
    display: block;
  }

  .l-plan {
    border: 1px solid rgba(97, 97, 97, .53);
    min-width: 15rem;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .l-plan.is--plan2 {
    border-color: rgba(71, 174, 197, .53);
  }

  .l-plan.is-aqualock {
    text-align: center;
    min-width: 15rem;
    max-width: 22em;
    min-height: 50rem;
    max-height: 55rem;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .l-plan.is-bionail, .l-plan.is-hydraglow {
    min-width: 12rem;
    max-width: 22rem;
    min-height: 50rem;
    max-height: 55rem;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .l-plan.is-slimvita {
    flex-flow: column;
    justify-content: space-around;
    min-width: 15rem;
    max-width: 22rem;
    min-height: 50rem;
    max-height: 55rem;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .c-txt-h5-plan {
    padding-top: 10px;
    font-size: 32px;
  }

  .c-txt-plan {
    border-color: #202020;
  }

  .c-txt-plan.is-proplan {
    color: #ab28fa;
    -webkit-text-stroke-color: #ab28fa;
    background-color: #ab28fa;
    background-image: none;
    border-color: #8647c5;
    font-weight: 700;
  }

  .c-txt-aboutplan {
    padding-top: 10px;
    font-size: 14px;
    line-height: 15px;
  }

  .c-txt-aboutplan2 {
    padding-top: 0;
    font-size: 14px;
  }

  .l-lastblock {
    background-position: 100% 0;
    background-size: cover;
    background-attachment: scroll;
    width: auto;
    min-width: 40rem;
    max-width: 62rem;
    min-height: 35rem;
    max-height: 45rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .l-leftlast {
    justify-content: space-around;
    min-width: 12rem;
    max-width: 20rem;
    min-height: 35rem;
    max-height: 40rem;
    padding-left: 0;
    padding-right: 0;
  }

  .l-lastright {
    min-width: 15rem;
    max-width: 25rem;
    min-height: 35rem;
    max-height: 40rem;
    padding-left: 0;
  }

  .c-h2-last {
    font-size: 44px;
    line-height: 46px;
  }

  .l-last-boxes {
    width: 12rem;
    min-width: 12rem;
    height: 15rem;
    min-height: 15rem;
    max-height: 20rem;
  }

  .l-last-boxes.is--comments {
    min-width: 20rem;
    max-width: 22rem;
    min-height: 14rem;
  }

  .l-footer-box {
    display: block;
  }

  .l-footer-box.is-mid, .l-footer-box.is-right {
    display: flex;
  }

  .c-txt-footer {
    font-size: 12px;
  }

  .l-logos {
    padding-top: 2rem;
    display: none;
  }

  .header-100vh {
    text-align: center;
    max-height: 100rem;
  }

  .header-100vh.is--85vh {
    max-height: 150rem;
  }

  .header-100vh.is--horizontal.is--65vh.is--40rem {
    justify-content: space-between;
    width: auto;
    min-width: 40rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-100vh.is--150rem.is-section8 {
    min-height: 90vh;
  }

  .header-100vh.is-aboutservices {
    min-height: 60vh;
    max-height: 80rem;
  }

  .header-100vh.is-aboutgospel.is-mob {
    min-height: 60vh;
    max-height: 120rem;
  }

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

  .l-aboutplans {
    min-width: 14rem;
    max-width: 20rem;
    min-height: 28rem;
    max-height: 35rem;
    padding-top: 0;
    padding-left: 0;
    font-size: 15px;
  }

  .l-ctaplans {
    width: 13rem;
    min-width: 14rem;
    max-width: 20rem;
    padding-left: 0;
  }

  .l-ctaplans.is--1cta.is--mobile {
    display: none;
  }

  .c-ctaplansbutton {
    color: var(--white);
    text-align: center;
    height: 70px;
    min-height: 50px;
    margin-left: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
  }

  .c-ctaplansbutton.last-cta {
    height: 50px;
    margin-left: auto;
  }

  .l-aboudetails {
    padding-top: 10px;
    display: flex;
  }

  .l-aboudetails.is--2 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .l-aboudetails.is--3, .l-aboudetails.is--4, .l-aboudetails.is--5 {
    padding-top: 10px;
  }

  .c-checkmark-img {
    padding-right: 5px;
  }

  .text-span-4 {
    color: rgba(255, 255, 255, .77);
    -webkit-text-stroke-color: rgba(212, 212, 212, .84);
    font-weight: 700;
  }

  .is--bold {
    color: rgba(255, 255, 255, .77);
    font-weight: 700;
  }

  .l-aboutalldetailsplans {
    padding-top: 3rem;
    font-size: 15px;
  }

  .l-landzylogo {
    text-align: left;
    min-width: 40rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding: 7rem 0 2rem 3rem;
    display: block;
  }

  .c-txt-landzylogo {
    color: rgba(255, 255, 255, .52);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .l-logo {
    display: block;
  }

  .l-footer-abouts {
    margin-left: auto;
    margin-right: auto;
  }

  .inicio.w--current {
    margin-left: 3rem;
  }

  .l-section-footter {
    justify-content: space-around;
    height: auto;
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 2rem;
    display: block;
  }

  .padding-global-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-txt-crypto {
    margin-bottom: 20px;
  }

  .slider {
    width: 320px;
    height: 250px;
    display: block;
  }

  .slider.is-home {
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .aqua1 {
    background-size: cover;
  }

  .l-headabout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 12rem;
    max-height: 22rem;
    display: flex;
  }

  .c-h3-product.is-vita.is-carros, .c-h3-product.is-vita.is-sofas {
    font-size: 27px;
    line-height: 33px;
  }

  .gosplcleanbanner {
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-plans {
    flex-flow: column;
  }

  ._1unbox {
    text-align: center;
    width: 17rem;
    min-width: 5rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }

  ._1unbox.is6un {
    width: 12rem;
    min-width: 20rem;
    max-width: 22rem;
  }

  .mask.is-home {
    height: 44vh;
  }

  .sobreplano.hig {
    font-size: 15px;
    line-height: 20px;
  }

  .pre-o6un {
    margin-top: 10px;
  }

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

  .l-section-aboutgospelclean {
    margin-top: -10rem;
  }

  .l-aboutslim {
    text-align: left;
    padding-left: 17px;
    padding-right: 17px;
  }

  .c-aboutslim {
    font-size: 18px;
  }

  .c-beneficios {
    font-size: 33px;
    line-height: 44px;
  }

  .is-gospelclean {
    font-size: 50px;
    line-height: 55px;
  }

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

  .bold-text.is-sofa {
    font-size: 30px;
  }

  .bold-text-2 {
    font-size: 15px;
    line-height: 20px;
  }

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

  .bold-text-8.is-colchao, .bold-text-10 {
    font-size: 30px;
    line-height: 33px;
  }

  .is-about {
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .is-about.is-carro, .is-about.is-hig {
    font-size: 14px;
  }

  .is-bold {
    font-size: 20px;
    line-height: 22px;
  }

  .l-depo1, .l-depo1.is-2 {
    width: 240px;
    height: 420px;
  }

  .l-headecta.is-results {
    flex-flow: row;
  }

  .c-result, .l-txtantes, .c-antes {
    text-align: center;
  }

  .maisde2k {
    font-size: 25px;
  }

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

  .bannerprincipal.is-ipad {
    background-repeat: no-repeat;
    background-size: contain;
    height: 50vh;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section_hero.is--mobile {
    display: none;
  }

  .nav_container {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .nav_component {
    height: auto;
    min-height: auto;
    position: relative;
  }

  .nav_brand.is--buynowcta {
    display: none;
  }

  .nav_fixed-2 {
    height: 3rem;
    min-height: 4rem;
    max-height: 7rem;
  }

  .padding-global {
    margin-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.padding-section-large.is-firstsection {
    background-position: 25%;
    background-size: cover;
    height: 3rem;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.is--footter.is--ipad {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .jaessence {
    margin-left: -3rem;
  }

  .jaessence.is--entraragor {
    display: none;
  }

  .nav_button {
    color: var(--strongblue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    display: block;
  }

  .hero_content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .hero_content.is--vertical {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_grid.is--header {
    justify-content: space-between;
    height: 3rem;
    min-height: 5vh;
    max-height: 15rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 22px;
  }

  .hero_heading.is--lineargradient.is--gradient {
    background-image: linear-gradient(50deg, rgba(109, 207, 240, .96), #fff 52%, var(--lightblue) 91%);
    font-size: 39px;
    line-height: 42px;
  }

  .l-buttons-cta.l-firstcta, .l-section-3.is--ipad {
    display: none;
  }

  .l-section-3.is--ipad.is-mobile {
    display: block;
  }

  .l-sponsors {
    width: 100%;
  }

  .l-grid-top {
    flex-direction: column;
    justify-content: center;
    max-height: 50rem;
  }

  .l-2grids {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100rem;
    display: block;
  }

  .l-2grids.is--section4 {
    top: -555px;
  }

  .l-grid-below {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 50rem;
    display: flex;
  }

  .l-left-top {
    justify-content: center;
    align-items: flex-start;
  }

  .l-right-top {
    justify-content: center;
    align-items: flex-start;
    min-width: 25rem;
    max-width: 35rem;
    max-height: 25rem;
  }

  .c-txt-automail.is-56px {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
  }

  .c-txt-automail2.is-18px {
    text-align: center;
  }

  .l-section-5 {
    display: none;
  }

  .l-section-5.is--mobile {
    display: block;
  }

  .c-h3-landzy.is-purple.is-56px {
    font-size: 36px;
    line-height: 48px;
  }

  .c-txt-landzy {
    font-size: 17px;
    font-weight: 200;
  }

  .l-section-7 {
    margin-top: 1rem;
    display: block;
  }

  .l-section-7.is-ipad {
    display: none;
  }

  .l-section-7.is-ipad.is-mobile, .l-section-7.is--mobile {
    display: block;
  }

  .l-h4-plans {
    min-height: 3rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .l-plans {
    flex-direction: column;
    align-items: center;
    height: 90rem;
    margin-top: auto;
  }

  .l-plans.is--150rem {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 100rem;
  }

  .heading-3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 22px;
  }

  .l-plan {
    min-width: 27rem;
    max-width: 35rem;
    height: 40rem;
    min-height: 30rem;
    max-height: 35rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    display: block;
  }

  .l-plan.is-aqualock {
    max-width: 22rem;
    height: auto;
    min-height: 36rem;
    max-height: 44rem;
    margin-bottom: 1rem;
  }

  .l-plan.is-bionail {
    min-width: 15rem;
    max-width: 22rem;
    height: auto;
    min-height: 36rem;
    max-height: 44rem;
    margin-bottom: 3rem;
  }

  .l-plan.is-bionail.is3 {
    min-height: 42rem;
  }

  .l-plan.is-hydraglow {
    min-width: 15rem;
    max-width: 22rem;
    height: auto;
    min-height: 42rem;
    max-height: 44rem;
    margin-bottom: 3rem;
  }

  .l-plan.is-slimvita {
    justify-content: space-between;
    min-width: 15rem;
    max-width: 22rem;
    height: auto;
    min-height: 35rem;
    max-height: 40rem;
    margin-bottom: 3rem;
    display: flex;
  }

  .l-lastblock {
    flex-direction: column;
    justify-content: center;
    min-width: 20rem;
    max-width: 28rem;
    max-height: 150rem;
  }

  .l-leftlast {
    justify-content: space-around;
    align-items: center;
    min-width: 25rem;
    max-width: 30rem;
    min-height: 20rem;
    max-height: 22rem;
  }

  .c-h2-last {
    text-align: center;
  }

  .l-last-boxes.is--comments {
    min-width: 20rem;
    max-width: 22rem;
    min-height: 13rem;
  }

  .l-footer-box {
    width: 9rem;
    min-width: 7rem;
    max-width: 12rem;
    min-height: 15rem;
    max-height: 30rem;
    padding-right: 0;
  }

  .l-footer-box.is-mid {
    width: 10rem;
    min-width: 15rem;
    max-width: 17rem;
    max-height: 30rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .l-footer-box.is-right {
    width: 10rem;
    min-width: 15rem;
    max-width: 17rem;
    max-height: 30rem;
  }

  .l-footermid {
    min-width: 7.5rem;
    max-width: 9.5rem;
    padding-left: 0;
  }

  .l-footermid.is-tall {
    min-width: 7.5rem;
    max-width: 9.5rem;
  }

  .c-txt-footermid {
    font-size: 12px;
    line-height: 14px;
  }

  .l-footer-mid1 {
    min-width: 7.5rem;
    max-width: 9.5rem;
    max-height: 22rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .l-footer-mid1.is--2 {
    min-width: 7.5rem;
    max-width: 9.5rem;
    max-height: 20rem;
    padding-left: 0;
    padding-right: 0;
  }

  .c-txt-footer {
    width: 7rem;
    min-width: 3rem;
    max-width: 9rem;
    margin-bottom: 3rem;
    font-size: 12px;
    line-height: 14px;
  }

  .header-100vh {
    max-height: 100rem;
  }

  .header-100vh.is--65vh {
    min-height: 60vh;
    max-height: 100rem;
  }

  .header-100vh.is--85vh {
    flex-direction: column;
    min-height: 100vh;
    max-height: 190rem;
    display: flex;
  }

  .header-100vh.is--horizontal.is--65vh.is--40rem {
    min-width: 30rem;
    max-width: 35rem;
    min-height: 60vh;
    max-height: 60rem;
    padding-left: 0;
    padding-right: 0;
  }

  .header-100vh.is--150rem, .header-100vh.is--150rem.is--300rem {
    max-height: 150rem;
  }

  .header-100vh.is--90rem {
    max-height: 90rem;
  }

  .header-100vh.is-aboutservices {
    min-height: 65vh;
    max-height: 88rem;
  }

  .subpadding {
    display: block;
  }

  .l-comments-line2.is--line1 {
    min-width: 100rem;
    max-width: 130rem;
  }

  .l-aboutplans {
    min-height: 22rem;
    max-height: 30rem;
  }

  .l-ctaplans {
    width: 20rem;
    min-width: 25rem;
    max-width: 25rem;
    height: 5rem;
  }

  .l-ctaplans.is--1cta {
    display: none;
  }

  .l-ctaplans.is--1cta.is--mobile {
    height: 7rem;
    margin-top: -1rem;
    margin-bottom: 3rem;
    display: block;
  }

  .c-ctaplansbutton {
    width: 280px;
    min-width: auto;
    height: 50px;
    min-height: 55px;
    margin-left: auto;
  }

  .c-ctaplansbutton.is--1cta {
    background-position: 50%;
    background-size: 216px 50px;
    padding-bottom: 12px;
  }

  .c-ctaplansbutton.last-cta {
    height: 45px;
    min-height: 45px;
  }

  .c-ctaplansbutton.last-cta.is-provas {
    min-height: 45px;
  }

  .c-ctaplansbutton.is-sofa, .c-ctaplansbutton.is-colchao, .c-ctaplansbutton.is-carro, .c-ctaplansbutton.is-higieniza-o {
    height: 45px;
    min-height: 45px;
  }

  .l-lastctabutton {
    justify-content: center;
    align-items: center;
    width: 25rem;
    min-width: 25rem;
    max-width: 30rem;
    min-height: 3rem;
    max-height: 5rem;
    display: flex;
    left: auto;
  }

  .c-checkmark-img {
    padding-right: 10px;
  }

  .l-aboutalldetailsplans {
    padding-top: 1.5rem;
  }

  .l-landzylogo {
    min-width: 30rem;
    max-width: 35rem;
  }

  .c-txt-foot-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .l-section-footter {
    height: auto;
    padding-top: 2rem;
  }

  .padding-global-9 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .l-cont-foot {
    width: 90%;
    height: 90%;
  }

  .c-txt-crypto {
    font-size: 10px;
  }

  .l-headabout {
    min-height: 15rem;
    max-height: 20rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .c-h3-product.is-vita {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .c-h3-product.is-vita.is-carros {
    font-size: 28px;
  }

  .gosplcleanbanner {
    background-size: contain;
  }

  ._1unbox {
    margin-bottom: 10px;
  }

  ._1unbox.is6un {
    width: 20rem;
    height: 10rem;
    min-height: 11rem;
    margin-bottom: 10px;
  }

  ._1unbox.is6un.is-3 {
    min-height: 14rem;
  }

  ._1unbox.is6un.is4 {
    height: 14rem;
  }

  .pre-o6un {
    margin-top: 15px;
  }

  .text-block-2 {
    margin: -3rem 0 0;
    padding: 0 0;
    font-size: 12px;
    line-height: 14px;
  }

  .l-section-aboutgospelclean {
    margin-top: -13.2rem;
    margin-bottom: 1rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .l-aboutslim {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-aboutslim {
    font-size: 16px;
  }

  .c-aboutslim.is-imper, .c-aboutslim.is-sofa, .c-aboutslim.is-tapetes, .c-aboutslim.is-colchao {
    font-size: 18px;
  }

  .c-beneficios {
    font-size: 30px;
    line-height: 33px;
  }

  .c-glow {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 33px;
  }

  .is-gospelclean {
    font-size: 40px;
    line-height: 44px;
  }

  .l-fretegratis {
    background-size: contain;
    min-height: 110px;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .c--head4 {
    margin-bottom: 3rem;
    font-size: 26px;
    line-height: 28px;
  }

  .is-green {
    font-size: 30px;
    line-height: 33px;
  }

  .is-green.is-70, .is-green.is-elogia {
    font-size: 40px;
    line-height: 44px;
  }

  .bold-text.is-sofa {
    font-size: 28px;
  }

  .is-servicos {
    font-size: 40px;
    line-height: 44px;
  }

  .c-follow, .bold-text-4 {
    font-size: 18px;
    line-height: 20px;
  }

  .bold-text-8.is-colchao, .bold-text-10 {
    font-size: 28px;
  }

  .is-about, .is-about.is-carro {
    font-size: 14px;
  }

  .l-section-depo {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .l-section-depo.is-resultados {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }

  .c-depos {
    font-size: 30px;
    line-height: 33px;
  }

  .l-depo1, .l-depo1.is-2 {
    width: 200px;
    height: 320px;
  }

  .l-headecta.is-results {
    flex-flow: column;
  }

  .l-fotosdepo {
    padding-left: 0;
    padding-right: 0;
  }

  .c-result {
    font-size: 28px;
    line-height: 30px;
  }

  .l-txtantes {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 33vh;
  }

  .c-antes {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .vide0gospelclean {
    width: 100%;
  }

  .maisde2k {
    font-size: 25px;
    line-height: 30px;
  }

  .l-provas {
    margin-bottom: 0;
  }

  .slide-1, .slide2, .slide3, .slide4 {
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .section_hero, .section_hero.is--mobile {
    display: block;
  }

  .section_hero.is-mobile {
    display: none;
  }

  .nav_fixed-2 {
    height: 4rem;
    min-height: 5rem;
  }

  .padding-global {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .padding-global.padding-section-large {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .padding-global.padding-section-large.is-firstsection {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    margin-top: 2rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .hero_content {
    width: auto;
    min-width: 15rem;
    max-width: 30rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero_content.is--vertical {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20rem;
    min-width: 20rem;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_grid {
    background-image: url('../images/background1-mobile.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 789px;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: space-between;
    min-width: 14rem;
    max-width: 30rem;
    min-height: 50vh;
    max-height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_grid.is--header {
    background-image: none;
    height: 3rem;
    min-height: 5vh;
    max-height: 15rem;
    margin-top: 1rem;
    padding-top: 0;
  }

  .container-large {
    min-width: 14rem;
    max-width: none;
  }

  .container-large.is--nobrackground {
    min-width: 14rem;
  }

  .text-size-medium {
    width: auto;
    min-width: 15rem;
    max-width: 30rem;
    font-size: 12px;
    font-weight: 200;
    line-height: 15px;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .hero_heading.is--lineargradient.is--gradient {
    width: auto;
    min-width: 15rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: 27px;
  }

  .l-buttons-cta.l-firstcta {
    flex-direction: column;
    align-items: center;
    width: 14rem;
    min-width: 15rem;
    max-width: 30rem;
    min-height: 15rem;
    max-height: 20rem;
    margin-top: -2rem;
  }

  .c-cta.is--2 {
    justify-content: center;
    align-items: center;
    width: 17rem;
    min-width: 17rem;
    height: 8.7rem;
    min-height: 8.5rem;
    top: -59px;
    left: -1rem;
  }

  .c-cta.is-button1 {
    background-position: 50%;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    width: 17rem;
    min-width: 17rem;
    max-width: 25rem;
    height: 8.5rem;
    min-height: 8.5rem;
    max-height: 12rem;
    display: flex;
    left: -1rem;
    right: auto;
  }

  .l-h2-sponsors {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .c-h2.is--lineargradient {
    font-size: 23px;
    line-height: 27px;
  }

  .l-h3 {
    min-height: 25vh;
    margin-top: 1rem;
  }

  .c-h3.is--lineargradient {
    margin-top: 0;
    font-size: 33px;
    line-height: 35px;
  }

  .l-2grids {
    top: -50px;
  }

  .l-left-top {
    min-width: 15rem;
    max-width: 30rem;
  }

  .l-left-top.is--below.is-sec4 {
    width: auto;
    min-width: 15rem;
    max-width: 30rem;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .l-left-top.is-sec4 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .l-right-top {
    min-width: 15rem;
    max-width: 30rem;
  }

  .l-right-top.is-sec4 {
    min-width: 19rem;
  }

  .c-txt-automail {
    font-size: 18px;
    line-height: 20px;
  }

  .c-txt-automail.is-56px {
    width: 15rem;
    min-width: 15px;
    max-width: none;
    margin-top: 1rem;
    font-size: 28px;
    line-height: 33px;
  }

  .c-txt-automail2, .c-txt-automail2.is-18px {
    font-size: 15px;
    line-height: 18px;
  }

  .c-txt-chat {
    font-size: 15px;
  }

  .l-texts-automail {
    width: auto;
    min-width: 12rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .l-texts-chart {
    width: 15rem;
    min-width: 12rem;
    max-width: 30rem;
  }

  .l-img-leftop.is-bottom.is--nobrackground {
    min-width: 15rem;
    max-width: 30rem;
  }

  .l-section-5 {
    margin-bottom: 0;
  }

  .l-img-landzy {
    min-height: 12rem;
    max-height: 25rem;
  }

  .c-h3-landzy.is-purple.is-56px {
    font-size: 23px;
    line-height: 27px;
  }

  .c-txt-landzy {
    font-size: 11px;
    line-height: 17px;
  }

  .l-h2-coments {
    min-width: 17rem;
    height: 17rem;
  }

  .l-coments-box {
    margin-top: -3rem;
  }

  .c-h2-coments.is-purple.is-56px {
    font-size: 33px;
    line-height: 35px;
  }

  .l-section-7 {
    margin-top: 3rem;
  }

  .l-h4-plans {
    min-height: 1rem;
  }

  .l-bottons-plans {
    min-width: 18rem;
    max-width: 30rem;
  }

  .l-plans {
    flex-flow: column;
    width: auto;
    min-width: 15px;
    max-width: 22rem;
    height: 85rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .l-plans.is-bottom {
    height: 90rem;
    margin-top: 3rem;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .l-plan {
    width: auto;
    min-width: 18rem;
    max-width: 19rem;
    padding-left: 0;
  }

  .l-plan.is-aqualock {
    min-width: auto;
    max-width: 20rem;
    height: auto;
    min-height: 40rem;
    max-height: 45rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-plan.is-bionail {
    height: auto;
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .l-plan.is-bionail.is3 {
    min-height: 40rem;
    max-height: 45rem;
  }

  .l-plan.is-hydraglow {
    height: auto;
    min-height: 40rem;
    max-height: 45rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .l-plan.is-slimvita {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 20rem;
    height: auto;
    min-height: 40rem;
    max-height: 45rem;
    margin: 3rem auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .l-leftlast {
    background-image: url('../images/background-final.png');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    width: auto;
    min-width: 18rem;
    min-height: 15rem;
    max-height: 17rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .l-lastright {
    flex-direction: column;
    min-width: 19rem;
    min-height: 50rem;
    max-height: 70rem;
    display: none;
  }

  .l-lastright.is-vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: 45rem;
    max-height: 50rem;
    display: flex;
  }

  .c-h2-last {
    text-align: center;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 33px;
    line-height: 35px;
  }

  .c-txt-last {
    font-size: 15px;
  }

  .l-last-boxes {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 19rem;
    height: 8rem;
    min-height: 7rem;
    display: flex;
  }

  .c-img-logo {
    margin-left: 1rem;
    padding-bottom: 33px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .c-img-stars {
    margin-bottom: 7px;
    margin-left: -2px;
    padding-left: 0;
  }

  .c-img-stars.is--4stars {
    margin-left: -36px;
  }

  .c-txt-leader {
    text-align: left;
    width: 12rem;
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: 7px;
  }

  .c-txt-leader.is-bestrelation {
    width: 12rem;
  }

  .l-footer-box.is-mid, .l-footer-box.is-right {
    width: 9.5rem;
    min-width: 19rem;
    max-width: 25rem;
  }

  .c-footermid {
    font-size: 16px;
    line-height: 18px;
  }

  .l-logos {
    margin-left: auto;
    margin-right: auto;
  }

  .header-100vh {
    min-height: 100vh;
    max-height: 200rem;
  }

  .header-100vh.is--65vh {
    min-height: 48vh;
    max-height: 80rem;
  }

  .header-100vh.is--85vh {
    min-height: 100vh;
    max-height: 255rem;
  }

  .header-100vh.is--horizontal.is--65vh.is--40rem {
    min-width: 19rem;
    max-width: 25rem;
  }

  .header-100vh.is--90rem {
    min-height: 70vh;
    max-height: 84rem;
  }

  .header-100vh.is-aboutservices {
    min-height: 80vh;
    max-height: 100rem;
    padding-bottom: 3rem;
  }

  .header-100vh.is-aboutgospel.is-mob {
    min-height: 100vh;
    max-height: 150rem;
  }

  .l-background-landzy {
    min-width: 17rem;
    max-width: 30rem;
    height: 15rem;
    min-height: 12rem;
    max-height: 15rem;
  }

  .c-comment-h3 {
    font-size: 18px;
  }

  .c-comment-txt {
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
  }

  .l-comments-line2.is--line1 {
    min-width: 40rem;
    margin-left: -2rem;
  }

  .l-aboutplans {
    padding-left: 12px;
  }

  .l-ctaplans {
    width: 18.9rem;
    min-width: 17rem;
    max-width: 21rem;
  }

  .l-ctaplans.is--1cta.is--mobile {
    height: 5rem;
  }

  .c-ctaplansbutton {
    width: 240px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-size: 18px;
  }

  .c-ctaplansbutton.last-cta.is-provas {
    font-size: 14px;
  }

  .c-ctaplansbutton.last-cta.c-lastone {
    font-size: 15px;
  }

  .c-ctaplansbutton.is-sofa, .c-ctaplansbutton.is-colchao, .c-ctaplansbutton.is-carro, .c-ctaplansbutton.is-higieniza-o {
    font-size: 14px;
  }

  .l-lastctabutton {
    display: none;
  }

  .l-infos {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 14rem;
    height: 5rem;
    min-height: 5rem;
    max-height: 7rem;
    padding-left: 1.5rem;
    display: flex;
  }

  .c-txt-spring {
    color: rgba(255, 255, 255, .67);
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
  }

  .l-landzylogo {
    min-width: 19rem;
    max-width: 25rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .c-img-landzylogo, .c-txt-landzylogo {
    margin-left: auto;
    margin-right: auto;
  }

  .l-footer-abouts {
    flex-direction: column;
  }

  .c-txt-foot-2 {
    font-size: 8px;
    line-height: 10px;
  }

  .l-section-footter {
    height: auto;
  }

  .padding-global-9 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-section-medium {
    margin-left: auto;
    margin-right: auto;
  }

  .c-txt-crypto {
    font-size: 8px;
    line-height: 10px;
  }

  .slider {
    width: 280px;
    min-width: auto;
    max-width: none;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider.is-home, .slider.is-home.is-mobile {
    display: none;
  }

  .impermeabiliza.is-imper {
    background-position: 50% 25%;
    background-size: 300px 300px;
  }

  .gosplcleanbanner {
    background-image: url('../images/banner-mobile-Gospel-Clean-500-x-300-px-1920-x-700-px-320-x-320-px.jpg');
    background-position: 50%;
    background-size: cover;
  }

  ._1unbox.is6un {
    width: auto;
    min-width: 17rem;
    height: 11rem;
    min-height: 11rem;
  }

  .mask {
    width: auto;
    min-width: 15rem;
    max-width: 22rem;
  }

  .mask-2 {
    min-width: 15rem;
    max-width: 22rem;
  }

  .sobreplano.hig {
    font-size: 13px;
  }

  .text-block-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7px;
    padding-right: 77px;
    font-size: 12px;
  }

  .l-section-aboutgospelclean {
    margin-top: -17rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-aboutslim.is-imper, .c-aboutslim.is-sofa, .c-aboutslim.is-tapetes, .c-aboutslim.is-colchao {
    font-size: 16px;
  }

  .c-beneficios {
    margin-top: 5rem;
    font-size: 22px;
    line-height: 24px;
  }

  .c-aqua {
    font-size: 20px;
    line-height: 24px;
  }

  .c-glow {
    font-size: 22px;
  }

  .is-gospelclean {
    font-size: 30px;
    line-height: 33px;
  }

  .l-fretegratis {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 90px;
    display: none;
  }

  .l-fretegratis.is-2 {
    background-position: 35%;
    background-size: 1220px;
    display: block;
  }

  .l-fretegratis.is-3, .l-fretegratis.is-4 {
    display: block;
  }

  .l-fretegratis.mobile1 {
    background-image: url('../images/1.jpg');
    background-position: 50%;
    display: none;
  }

  .l-fretegratis.mobile2 {
    background-image: url('../images/2_1.jpg');
    background-position: 50%;
    display: none;
  }

  .l-fretegratis.mobile3 {
    background-image: url('../images/3_1.jpg');
    background-position: 50%;
    display: none;
  }

  .l-fretegratis.mobile4 {
    background-image: url('../images/4.jpg');
    background-position: 50%;
    display: none;
  }

  .heading-6 {
    padding-left: 7px;
    font-size: 18px;
  }

  .icon, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6 {
    display: none;
  }

  .c--head4 {
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 22px;
  }

  .is-green {
    font-size: 22px;
    line-height: 24px;
  }

  .is-green.is-elogia {
    font-size: 25px;
    line-height: 27px;
  }

  .bold-text.is-sofa {
    font-size: 26px;
    line-height: 28px;
  }

  .is-servicos {
    font-size: 30px;
    line-height: 33px;
  }

  .is-imper, .is-sofa, .is-tapetes, .is-colchao {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-2 {
    font-size: 13px;
  }

  .c-rights {
    font-size: .8rem;
    line-height: 1rem;
  }

  .c-follow, .bold-text-4 {
    font-size: 18px;
    line-height: 20px;
  }

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

  .bold-text-8.is-colchao {
    font-size: 26px;
    line-height: 28px;
  }

  .bold-text-9, .bold-text-10 {
    font-size: 25px;
    line-height: 28px;
  }

  .is-about {
    padding-left: 0;
  }

  .is-about.is-colchao {
    font-size: 14px;
    line-height: 20px;
  }

  .is-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .c-depos {
    font-size: 22px;
    line-height: 24px;
  }

  .l-depo1, .l-depo1.is-2 {
    width: 300px;
    height: 540px;
  }

  .l-headecta {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .l-fotosdepo {
    flex-flow: column;
    min-height: 110rem;
  }

  .l-whatsapp {
    display: none;
  }

  .slide-1, .slide2, .slide3, .slide4 {
    background-size: auto;
  }

  .bannerprincipal.is-ipad {
    display: none;
  }

  .bannerprincipal.is-mobile {
    background-image: url('../images/320-320-Gospel-Clean-500-x-300-px-1920-x-700-px-320-x-320-px-320-x-320-px.jpg');
    background-size: cover;
    height: 44vh;
    display: block;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}