:root {
  --título: #123532;
  --123532: white;
  --white: var(--123532);
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
  padding-top: 40px;
  padding-bottom: 56px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.icon {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Material icons, sans-serif;
  font-size: 29px;
  line-height: 0;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-family: Material icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item {
  outline-offset: 0px;
  background-color: #fafafa;
  border: 1px #000;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0;
  outline: 3px #333;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.accordion-item-trigger {
  color: #333;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  color: #333;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.topo {
  background-color: #fff;
  display: flex;
}

.logo-topo {
  max-width: 450px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 5px;
}

.img-quiz-mobile {
  display: none;
}

.column-10 {
  text-align: left;
  padding-top: 34px;
}

.heading-36 {
  color: #575757;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.columns-5 {
  max-width: 1100px;
  margin-top: 10px;
  margin-bottom: 90px;
}

.heading-35 {
  color: #575757;
  text-align: left;
  margin-bottom: 30px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.img-quiz-desktop {
  margin-left: 40px;
}

.p1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.button-style {
  background-image: linear-gradient(#d72833, #8b292f);
  border-radius: 14px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .55);
}

.button-style:hover {
  color: #fff;
  background-image: linear-gradient(#4f4f4f, #424242);
  text-decoration: none;
}

.button-style.bu1 {
  margin-top: 30px;
}

.column-11 {
  margin-top: 0;
}

.text-span-19 {
  font-weight: 400;
}

.text-span-14 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-16 {
  font-weight: 400;
  text-decoration: none;
}

.button-4 {
  color: #575757;
  text-align: left;
  background-color: rgba(255, 255, 255, .48);
  border: 1px solid #b6b6b6;
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.button-4:hover {
  color: #575757;
  background-color: rgba(204, 202, 202, .48);
  text-decoration: none;
}

.container-13 {
  text-align: center;
  max-width: 360px;
  margin-bottom: 56px;
}

.text-span-13 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(rgba(215, 40, 51, .89), #8b292f);
  border-radius: 20px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.heading-37 {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.text-span-20 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-21 {
  font-weight: 400;
  text-decoration: none;
}

.text-span-17 {
  font-weight: 400;
}

.text-span-22 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(rgba(215, 40, 51, .89), #8b292f);
  border-radius: 20px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

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

.heading-38 {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.text-span-23 {
  font-weight: 400;
}

.text-span-24 {
  font-weight: 400;
  text-decoration: none;
}

.text-span-25 {
  font-weight: 400;
}

.text-span-26 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(rgba(215, 40, 51, .89), #8b292f);
  border-radius: 20px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.heading-39 {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.bu5 {
  background-color: #d72833;
  background-image: linear-gradient(#d72833, #8b292f);
  border-radius: 14px;
  margin-top: 25px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .55);
}

.bu5.button-style {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.text-span-27 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.error-message {
  margin-top: 15px;
}

.text-span-28 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(rgba(215, 40, 51, .89), #8b292f);
  border-radius: 20px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.altura {
  text-align: left;
  border-radius: 14px;
  margin-bottom: 20px;
  font-size: 15px;
}

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

.heading-40 {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.text-span-29 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-30 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(rgba(215, 40, 51, .89), #8b292f);
  border-radius: 20px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.success-message {
  background-color: #fff;
}

.bu6 {
  background-color: #d72833;
  background-image: linear-gradient(#d72833, #8b292f);
  border-radius: 14px;
  margin-top: 25px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .55);
}

.bu6.button-style {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

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

.heading-41 {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.text-span-31 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-32 {
  font-weight: 400;
  text-decoration: none;
}

.text-span-33 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(rgba(215, 40, 51, .89), #8b292f);
  border-radius: 20px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.heading-42 {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.heading-43 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.heading-44 {
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
}

.link {
  background-image: linear-gradient(#d72833, #8b292f);
  border-radius: 14px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .55);
}

.link.button-style {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.container-14 {
  max-width: 360px;
}

.form {
  text-align: center;
}

.heading-45 {
  text-align: center;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
}

.heading-46 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.heading-47 {
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
}

.heading-48 {
  text-align: center;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
}

.heading-49 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.heading-50 {
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
}

.heading-51 {
  text-align: center;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
}

.rp {
  background-color: #000;
}

.container-10 {
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 5px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 14px;
}

.button {
  text-shadow: 0 1px 3px #292929;
  background-color: #000;
  background-image: linear-gradient(278deg, #9eb12f, #bacc51);
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px 50px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 1px 1px 2px #9eb12f;
}

.text-span {
  font-size: 25px;
  font-weight: 500;
  line-height: 44px;
}

.container {
  direction: ltr;
  text-align: center;
  border-radius: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 30px;
  display: block;
}

.top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  font-style: normal;
  display: block;
}

.image-3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 2px;
}

.heading-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.vsl-mobile-p1 {
  display: block;
}

.container-2 {
  max-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.heading-4 {
  font-family: Sora, sans-serif;
  font-size: 20px;
}

.mockup-at {
  max-width: 520px;
  max-height: 650px;
}

.image-2 {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.text-span-2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.heading {
  color: #fff;
  margin-top: 0;
  font-family: Sora, sans-serif;
  font-size: 45px;
}

.image {
  text-align: center;
  max-width: 27%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image.delay {
  max-width: 20%;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.selos {
  background-color: #eee;
  padding-top: 20px;
}

.div-block {
  margin-top: 0;
  padding-top: 0;
}

.button-5 {
  text-shadow: 0 1px 4px rgba(31, 31, 31, .77);
  background-color: #000;
  background-image: linear-gradient(278deg, #9eb12f, #bacc51);
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 18px;
  padding: 20px 50px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 1px 1px 2px #9eb12f;
}

.button-5.comprar-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
}

.button-5.comprar-1.w--current {
  margin-bottom: 0;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 20px;
  display: grid;
}

.container-4 {
  margin: 20px auto;
  padding-bottom: 56px;
  display: block;
}

.image-5 {
  margin-top: 32px;
}

.depoimentos {
  text-align: center;
  background-color: #fff;
  display: block;
}

.image-4 {
  padding-left: 117px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.bold-text {
  color: #000;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: static;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-6 {
  max-width: 34%;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-3 {
  max-width: 1150px;
}

.heading-5 {
  text-align: center;
  font-size: 40px;
}

.columns {
  background-color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

.column-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-7 {
  max-width: 90%;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.paragraph {
  text-align: left;
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-span-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 29px;
  font-weight: 800;
  display: block;
}

.image-17 {
  max-width: 70%;
  margin-top: 18px;
  margin-bottom: 30px;
}

.column-4 {
  text-align: center;
}

.image-8 {
  text-align: center;
  max-width: 70%;
  display: inline;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.container-5 {
  background-image: linear-gradient(#13131a, #2a2a38);
  border-radius: 12px;
  max-width: 1300px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-8 {
  color: #fff;
  font-size: 20px;
  line-height: 31px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Sora, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.div-block-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-3 {
  text-align: center;
  display: inline-block;
}

.columns-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.image-9 {
  margin-bottom: 10px;
  padding-top: 5px;
}

.compra-segura {
  background-color: #f7f7f7;
  background-image: linear-gradient(275deg, #ebebeb, #fff);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
}

.paragraph-3 {
  color: #ddd5d6;
  margin-top: 10px;
  font-family: Sora, sans-serif;
}

.columns-3 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin: 56px auto;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 21px;
}

.heading-9 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 40px;
}

.container-6 {
  text-align: center;
  border-radius: 0;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.column-6-copy {
  background-color: #1e1e1e;
  border: 1px solid #000;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.image-10 {
  margin-bottom: 10px;
}

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

.image-11 {
  max-width: 100%;
  margin-top: 0;
  position: relative;
  top: -84px;
}

.heading-27 {
  color: #636363;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-10 {
  font-size: 56px;
}

.heading-11 {
  color: #696969;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-32 {
  color: #094170;
  margin-top: -5px;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-13 {
  max-width: 100%;
  margin-top: 0;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  height: 121.6px;
  max-height: 130px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  font-family: Sora, sans-serif;
  display: inline-block;
}

.heading-24 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.image-14 {
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-31 {
  color: #fff;
  background-color: #e63442;
  border-radius: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.heading-34 {
  color: #fff;
  margin-top: -5px;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.column-7 {
  border-radius: 20px;
  max-height: 658px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
  left: -30px;
  right: 0;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .82);
}

.heading-13 {
  color: #fff;
  text-align: center;
  background-color: #e63442;
  border-radius: 14px;
  margin-top: 0;
  font-family: Sora, sans-serif;
  font-size: 20px;
}

.column-9 {
  border-radius: 20px;
  max-height: 658px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  left: 30px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .82);
}

.heading-26 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-12 {
  color: #e63442;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 24px;
}

.heading-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.heading-28 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-11 {
  font-size: 56px;
}

.container-15 {
  max-width: 1320px;
  margin-top: 25px;
  margin-bottom: 56px;
}

.checkout-1 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-7 {
  max-width: 1200px;
  margin-top: 0;
}

.text-span-7 {
  font-weight: 700;
}

.columns-4 {
  object-fit: fill;
  max-height: 658px;
  margin-top: 255px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading-25 {
  color: #e63442;
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.container-9 {
  max-width: 1200px;
  max-height: 1035.88px;
  margin-top: 0;
  display: inline-block;
}

.heading-29 {
  font-family: Sora, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.heading-30 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

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

.heading-10 {
  color: #000;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 44px;
}

.column-8 {
  background-color: #e63442;
  border-radius: 20px;
  max-height: 658px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .82);
}

.garantia {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-16 {
  text-align: center;
  background-color: #cecece;
  background-image: radial-gradient(circle closest-corner, #fff, #6eccb3);
  border-radius: 19px;
  max-width: 800px;
  padding: 30px;
}

.image-16 {
  max-width: 60%;
  margin-top: -204px;
}

.heading-52 {
  color: #000;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.paragraph-6 {
  color: var(--título);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.container-17 {
  text-align: center;
  max-width: 1320px;
  margin: 20px auto 0;
  padding-bottom: 0;
  display: block;
}

.image-18 {
  max-width: 40%;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-2 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-7 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.text-span-34 {
  color: red;
  text-decoration: line-through;
}

.image-19 {
  max-width: 100%;
  margin-top: 0;
  padding-top: 20px;
}

.heading-53 {
  color: #123523;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-35 {
  font-size: 56px;
}

.heading-54 {
  color: #696969;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-55 {
  color: #123523;
  margin-top: -5px;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-20 {
  max-width: 100%;
  margin-top: 0;
  padding-top: 20px;
}

.container-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 200px;
  max-height: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Sora, sans-serif;
  display: block;
}

.heading-56 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.image-21 {
  max-width: 100%;
  margin: 0 auto 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.heading-57 {
  color: #123523;
  background-color: #6eccb3;
  background-image: linear-gradient(317deg, #6cf2db, #6eccb3);
  border-radius: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.heading-58 {
  color: #123523;
  margin-top: -5px;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.column-12 {
  object-fit: none;
  border-radius: 20px;
  max-height: 762px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
  position: relative;
  left: -30px;
  right: 0;
  overflow: visible;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .82);
}

.heading-59 {
  color: #123523;
  text-align: center;
  background-color: #6eccb3;
  background-image: linear-gradient(275deg, #6cf2db, #6eccb3);
  border-radius: 14px;
  margin-top: 0;
  padding-left: 0;
  font-family: Sora, sans-serif;
  font-size: 20px;
}

.column-13 {
  border-radius: 20px;
  max-height: 762px;
  margin-bottom: 0;
  padding: 10px 20px;
  display: block;
  position: relative;
  left: 30px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .82);
}

.heading-60 {
  color: #123523;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-61 {
  color: #123523;
  text-align: center;
  -webkit-text-stroke-color: #6eccb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 24px;
}

.heading-62 {
  color: #123523;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.heading-63 {
  color: #123523;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-36 {
  font-size: 56px;
}

.container-19 {
  max-width: 500px;
  margin-top: 25px;
  margin-bottom: 56px;
}

.checkout-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-20 {
  max-width: 550px;
  margin-top: 56px;
}

.text-span-37 {
  font-weight: 700;
}

.columns-6 {
  object-fit: fill;
  max-height: 658px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading-64 {
  color: #123523;
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  margin-top: 0;
  font-family: Sora, sans-serif;
  font-size: 20px;
}

.image-12 {
  max-width: 110%;
  margin-top: -192px;
}

.container-21 {
  max-width: 1200px;
  max-height: 1035.88px;
  margin-top: 0;
  display: inline-block;
}

.heading-65, .heading-66 {
  color: #123523;
  font-family: Sora, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.text-span-38 {
  color: red;
  text-decoration: line-through;
}

.heading-67 {
  color: #000;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 44px;
}

.column-14 {
  background-color: #123523;
  background-image: radial-gradient(circle, #fff, #6eccb3);
  border-radius: 20px;
  max-height: 762px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
  position: static;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .82);
}

.icon-2.accordion-icon {
  color: #00b19e;
  cursor: pointer;
  font-family: Material icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.rp-2 {
  background-color: var(--123532);
  display: block;
}

.container-22 {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 5px;
  display: block;
}

.image-22 {
  max-width: 40%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-6 {
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  background-image: linear-gradient(#39c859, #0faf61);
  border-radius: 17px;
  margin-bottom: auto;
  font-family: Sora, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.heading-68 {
  color: #000;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-8 {
  color: var(--título);
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 14px;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.heading-69 {
  text-align: left;
  margin-top: 0;
}

.paragraph-9 {
  text-align: left;
  font-family: Sora, sans-serif;
  line-height: 24px;
}

.faq {
  background-color: #fafafa;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

.heading-70 {
  font-family: Sora, sans-serif;
}

.titulo-faq {
  font-size: 18px;
}

.neila {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #123532;
  background-image: linear-gradient(258deg, #123532, #507774);
  border: 1px #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.image-23 {
  max-width: 100%;
  margin-top: 10px;
}

.column-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-36 {
  max-width: 100%;
  margin-top: 0;
}

.wpp-floating {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: linear-gradient(#6ad985, #04a155);
  border-radius: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: .5%;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .23);
}

.image-37 {
  width: 35px;
  height: 35px;
}

.heading-71 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: rgba(51, 51, 51, 0);
  white-space: nowrap;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.wpp-rp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-color: rgba(51, 51, 51, 0);
  background-image: linear-gradient(#6ad985, #0cae60);
  border-radius: 20px;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.image-38 {
  clear: none;
  object-fit: fill;
  flex: 1;
  order: -1;
  align-self: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: 438px;
  overflow: visible;
}

.image-39 {
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 8%;
  display: block;
}

.image-40 {
  max-width: 30%;
}

.comprar-1 {
  text-align: center;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  background-image: linear-gradient(82deg, #8aa802, #add102);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .16);
}

.columns-7 {
  background-color: rgba(255, 255, 255, 0);
  border: 2px rgba(230, 52, 66, 0);
  border-radius: 0;
  max-width: 1320px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.image-42 {
  max-width: 30%;
  margin-top: 44px;
}

.image-43 {
  display: none;
}

.body {
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  margin-bottom: 0;
}

.html-embed-2 {
  display: block;
}

.container-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-46 {
  max-width: 100%;
  padding-top: 0;
}

.container-24 {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  max-width: 600px;
  padding-right: 0;
  font-size: 21px;
  line-height: 27px;
  display: block;
}

.heading-72 {
  font-family: Sora, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.container-25 {
  text-align: left;
  padding-left: 0;
  display: block;
}

.heading-73 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 35px;
}

.bold-text-3 {
  font-weight: 600;
}

.container-26 {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  direction: ltr;
  text-align: left;
  display: flex;
}

.container-27, .container-28 {
  max-width: 400px;
}

.heading-74 {
  text-align: center;
  max-width: 1000px;
  margin-top: 60px;
  font-family: Sora, sans-serif;
}

.list {
  list-style-type: none;
}

.heading-75 {
  font-size: 24px;
}

.heading-76 {
  text-align: left;
  font-size: 24px;
}

.heading-77 {
  aspect-ratio: auto;
  text-align: left;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.aminos {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(rgba(178, 178, 178, .1), #eee);
  padding-top: 0;
  padding-bottom: 30px;
}

.container-29 {
  text-align: center;
  max-width: 1320px;
}

.heading-78 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
}

.heading-79 {
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

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

.heading-81 {
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-10 {
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.image-47 {
  max-width: 71%;
}

.image-48 {
  display: none;
}

.comprar-1-mobile {
  text-align: center;
  text-shadow: 0 1px 3px rgba(41, 41, 41, .62);
  background-color: #000;
  background-image: linear-gradient(278deg, #9eb12f, #bacc51);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 50px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: none;
  box-shadow: 0 1px 1px 2px #9eb12f;
}

.image-49 {
  display: none;
}

.heading-72-mobile {
  font-family: Sora, sans-serif;
  font-size: 42px;
  font-weight: 400;
  display: none;
}

.heading-56-copy {
  text-align: center;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.columns-6-copy {
  object-fit: fill;
  max-height: 658px;
  margin-top: 255px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-12-copy {
  max-width: 100%;
  margin-top: 0;
  padding-top: 20px;
}

.bold-text-5 {
  color: #333;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 15px;
}

.heading-82 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #123532;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.bold-text-6 {
  color: #123532;
}

.grid-4 {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.container-30 {
  max-width: 1200px;
}

.image-50, .image-51, .image-52, .image-53, .image-54, .image-55 {
  max-width: 50%;
}

.heading-82-copy {
  color: #123532;
  text-align: center;
  -webkit-text-stroke-color: #123532;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.image-56 {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.proteinas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container-31 {
  background-color: rgba(255, 255, 255, 0);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  line-height: 0;
  display: block;
}

.container-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-4-copy {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.heading-78-copy {
  text-align: left;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
}

.sem-proteinas {
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  overflow: visible;
}

.heading-dupliqu-ts {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
}

.heading-82-copy {
  color: var(--título);
  text-align: center;
  -webkit-text-stroke-color: #123532;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.image-57 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 80%;
  margin-top: 20px;
  padding: 20px 0 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .41);
}

.heading-83 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 10px;
}

.o-aminovida {
  background-color: #f5f5f5;
  background-image: radial-gradient(circle, #fff, #6eccb3);
  margin-left: auto;
  margin-right: auto;
  padding: 30px 100px;
}

.heading-78-copy-copy {
  text-align: center;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Sora, sans-serif;
}

.grid-5 {
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr;
}

.heading-84 {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-7 {
  font-family: Montserrat, sans-serif;
}

.bold-text-8 {
  color: #000;
}

.link-3 {
  color: var(--título);
}

.image-58 {
  margin-bottom: 10px;
}

.heading-85 {
  color: #123523;
  font-family: Sora, sans-serif;
  font-size: 40px;
}

.container-33 {
  text-align: center;
  border-radius: 0;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-39 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}

.columns-8 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin: 56px auto;
  display: flex;
}

.image-59 {
  margin-bottom: 10px;
  padding-top: 5px;
}

.paragraph-11 {
  color: #123523;
  margin-top: 10px;
  font-family: Sora, sans-serif;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.image-61 {
  display: none;
}

.container-34 {
  max-width: 350px;
}

.section {
  background-color: #028b8f;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-35 {
  max-width: 940px;
}

.heading-86 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.bold-text-9 {
  color: #123532;
  font-size: 30px;
  line-height: 30px;
}

.section-2 {
  text-align: center;
  background-color: #f5f5f5;
  background-image: url('../images/Untitled-design-21-.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 60px;
}

.heading-87 {
  color: #123532;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.button-7 {
  background-color: var(--título);
  margin: 20px auto;
}

.paragraph-13 {
  color: var(--white);
  -webkit-text-stroke-color: var(--título);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.container-36 {
  background-color: #028b8f;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}

.bold-text-10 {
  color: var(--white);
  font-size: 21px;
  font-weight: 600;
}

.button-7-copy {
  background-color: var(--título);
  margin: 20px auto;
}

.html-embed-3 {
  margin-bottom: 20px;
}

.container-37 {
  max-width: 720px;
}

.container-38 {
  color: #000;
  text-align: left;
  max-width: 950px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  left: 0;
}

.section-3 {
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  background-image: url('../images/Design-sem-nome.png');
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.bold-text-11 {
  color: #123532;
  font-size: 30px;
  line-height: 35px;
}

.heading-88 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
}

.paragraph-14 {
  color: #123532;
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.heading-89 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 37px;
}

.bold-text-12 {
  color: #028b8f;
  text-align: center;
  line-height: 35px;
}

.container-39 {
  text-align: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.image-62 {
  max-width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-5 {
  background-image: url('../images/Design-sem-nome-4.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-40 {
  max-width: 600px;
  display: block;
}

.heading-90 {
  text-align: left;
}

.paragraph-15 {
  color: #fff;
  line-height: 24px;
}

.bold-text-13 {
  color: #fff;
  text-align: left;
}

.container-41 {
  max-width: 1300px;
  display: flex;
}

.section-6 {
  background-color: #6eccb3;
  background-image: radial-gradient(circle, #cbfff1, #6eccb3 28%);
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-42 {
  max-width: 350px;
}

.container-43 {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.heading-91 {
  font-size: 20px;
}

.heading-92 {
  color: #123532;
  text-align: center;
  margin-bottom: 20px;
}

.bold-text-14 {
  color: #123532;
  font-size: 40px;
  line-height: 40px;
}

.heading-93 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.image-63 {
  max-width: 50%;
}

.container-44 {
  text-align: center;
  margin-bottom: -315px;
  padding-bottom: 0;
}

.container-45 {
  text-align: left;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-46 {
  max-width: 600px;
}

.heading-94 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.text-span-40 {
  color: #4c2882;
  padding-right: 15px;
  font-size: 23px;
  font-weight: 800;
}

.image-64 {
  border-radius: 10px;
  max-width: 100%;
}

.container-47 {
  text-align: center;
  max-width: 500px;
}

.heading-95 {
  font-size: 20px;
}

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

.image-65 {
  max-width: 50%;
  padding-top: 20px;
  padding-bottom: 30px;
}

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

.container-49 {
  max-width: 1300px;
  display: block;
}

.italic-text {
  line-height: 25px;
}

.container-50 {
  background-color: rgba(2, 139, 143, .18);
  border-radius: 20px;
  margin-top: 37px;
  padding: 36px 20px 37px;
}

.pop-up {
  z-index: 99;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .43);
}

.container-51 {
  max-width: 850px;
  padding-bottom: 30px;
}

.rodap {
  background-color: var(--123532);
  display: block;
}

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

.submit-button, .form-2 {
  text-align: center;
}

.container-52 {
  order: -1;
  max-width: 700px;
  max-height: 920px;
  display: block;
}

.container-53 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 600px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}

.container-54 {
  display: flex;
}

.container-55 {
  padding-bottom: 20px;
  display: flex;
}

.container-56 {
  padding-right: 20px;
}

.container-57 {
  padding-left: 20px;
}

.bold-text-16 {
  color: #4c2882;
  font-size: 30px;
}

._2 {
  text-align: center;
  background-color: #f5f5f5;
  background-image: linear-gradient(#d4ecea, #f1f7e3);
  padding-top: 30px;
  padding-bottom: 60px;
}

.section-7 {
  background-color: #028b8f;
}

.heading-93-copy {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.bold-text-14-copy {
  color: #028b8f;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.section-8 {
  background-image: url('../images/white-marble-counter-top-table-with-modern-kitchen-room-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-96 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.section-9, ._9 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ebook-s {
  max-width: 1320px;
  margin-top: 40px;
  display: flex;
}

.bold-text-14-copy-copy {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.field-label {
  margin-bottom: 20px;
}

.checkbox-field, .checkbox-field-2 {
  padding-right: 60px;
  display: inline-block;
}

.checkbox-field-3 {
  display: inline-block;
}

.heading-93-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.bold-text-14-copy {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.form-3 {
  display: inline-block;
}

.submit-button-2 {
  margin-top: 20px;
}

.bold-text-14-copy-copy {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.container-58 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.container-58.assinatura {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-59 {
  max-width: 1320px;
}

.container-60 {
  display: flex;
}

.columns-9 {
  display: none;
}

.section-10 {
  background-color: #fff;
  background-image: linear-gradient(84deg, #fff, #ebebeb);
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-61 {
  background-image: radial-gradient(circle, #fff, #d4d4d4);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.column-18 {
  background-color: rgba(18, 53, 35, 0);
}

.column-19 {
  background-color: rgba(0, 210, 190, 0);
  border: 1px dotted #000;
  border-radius: 10px;
  display: block;
}

.columns-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-41 {
  color: #fff;
  letter-spacing: .8px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: rgba(0, 0, 0, .56);
  font-weight: 800;
}

.bonus {
  background-image: url('../images/white-marble-counter-top-table-with-modern-kitchen-room-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-97 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}

.heading-98 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.container-62 {
  background-color: rgba(2, 139, 143, .18);
  border-radius: 20px;
  margin-top: 37px;
  padding: 36px 20px 37px;
}

.bonus-aminovida {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-63, .container-64 {
  max-width: 1320px;
}

.container-65 {
  background-image: radial-gradient(circle, #262634, #13131a);
  border-radius: 10px;
  max-width: 1320px;
  padding: 30px;
}

.container-66 {
  max-width: 1000px;
  font-family: Montserrat, sans-serif;
}

.container-67 {
  max-width: 1320px;
}

.column-20 {
  padding-left: 0;
  padding-right: 0;
}

.text-span-42 {
  font-weight: 300;
}

.heading-99 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-span-43 {
  font-size: 25px;
  font-weight: 500;
}

.container-68 {
  max-width: 1320px;
  padding-top: 40px;
}

.grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.grid-6.kits {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: stretch;
  justify-items: stretch;
}

.container-69 {
  float: none;
  clear: left;
  aspect-ratio: auto;
  direction: ltr;
  text-align: center;
  overflow-wrap: normal;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.mobile-evoluiton {
  display: none;
}

.heading-97-copy {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}

.ancora-mobile {
  text-align: center;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  background-image: linear-gradient(82deg, #8aa802, #add102);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: none;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .16);
}

.ancora-mobile-2 {
  text-align: center;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  background-image: linear-gradient(82deg, #8aa802, #add102);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .16);
}

.pricing-right-wrapper {
  color: #898989;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  padding: 0;
  font-size: 20px;
  display: flex;
}

.tag-2 {
  filter: hue-rotate(87deg);
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Rectangle-19.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 13px;
  padding: 0 20px 0 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  overflow: visible;
}

.section-wrapper-center-2 {
  text-align: center;
  padding-left: 30px;
  padding-right: 33px;
}

.section-19 {
  padding: 95px 5%;
}

.section-19.pricing {
  color: #fff;
  background-color: #388054;
}

.section-19.pricing.space {
  background-color: #b9e937;
  padding-top: 102px;
  padding-bottom: 6px;
}

.pricing-wrapper-3 {
  color: #1e1e1e;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  max-width: 880px;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 32px;
  display: flex;
  overflow: visible;
}

.image-72 {
  z-index: 99;
  object-fit: fill;
  width: 135%;
  max-width: 145%;
  margin-top: -109px;
  margin-left: -44px;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.container-70 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading {
  display: block;
}

.h2-heading.small {
  font-size: 38px;
  font-weight: 500;
}

.h2-heading.small.margin-40 {
  color: #406661;
}

.list-item-icon {
  margin-right: 11px;
}

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

.pricing-left-wrapper {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.pricing-list-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-item {
  display: flex;
}

.list-item.margin-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-item.margin-24.btn-assin {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

.list-item.margin-24-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-2 {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.list-icons {
  color: #1e1e1e;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 10px 0 10px 40px;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.list-item-double {
  display: flex;
}

.list-item-double.margin-24 {
  padding-bottom: 20px;
}

.list-item-dupl {
  display: flex;
}

.list-item-dupl.margin-24 {
  padding-bottom: 20px;
}

.heading-100 {
  color: #fff;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 23px;
}

.divisa {
  background-image: linear-gradient(261deg, #133725, #6dcbb2);
  height: 5px;
}

.divisa-2 {
  background-image: linear-gradient(80deg, #133725, #6dcbb2);
  height: 5px;
}

.container-72 {
  max-width: 1320px;
  padding-bottom: 20px;
}

.image-73 {
  display: none;
}

.av-checkout-2 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-73 {
  max-width: 1320px;
}

.container-forms {
  z-index: 1000;
  text-align: center;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-forms {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-background {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-4 {
  margin-left: auto;
  margin-right: auto;
}

.forms-pop-up, .image-75 {
  display: none;
}

.section-3-copy {
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-left: auto;
  margin-right: auto;
  padding-top: 215px;
  padding-bottom: 60px;
  display: block;
}

.section-8-copy {
  background-color: #fffae9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-92-copy {
  color: #123532;
  text-align: center;
  margin-bottom: 20px;
}

.bold-text-14-copy-copy-copy {
  color: var(--título);
  -webkit-text-stroke-color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.ebook-s-copy {
  max-width: 1320px;
  margin-top: 40px;
  display: flex;
}

.container-74 {
  max-width: 1320px;
  padding-top: 40px;
}

.image-77 {
  max-width: 30%;
  margin-top: 44px;
}

.heading-101 {
  color: #696969;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-102 {
  color: #000;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 44px;
}

.container-75 {
  max-width: 1200px;
  margin-top: 0;
}

.bold-text-17 {
  font-family: Montserrat, sans-serif;
}

.checkout-proteinas {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.form-block {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.form-block-2 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.heading-82-copy-2 {
  color: #123532;
  text-align: center;
  -webkit-text-stroke-color: #123532;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.heading-103 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 10px;
}

.columns-11 {
  display: none;
}

.list-3 {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
}

.container-76 {
  max-width: 1320px;
}

.container-77 {
  max-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.ancora-mobile-3 {
  text-align: center;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  background-image: linear-gradient(82deg, #8aa802, #add102);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: none;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .16);
}

.image-79 {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.image-80 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 80%;
  margin-top: 20px;
  padding: 20px 0 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .41);
}

.image-81 {
  display: none;
}

.heading-92-copy-copy {
  color: #123532;
  text-align: center;
  margin-bottom: 20px;
}

.calcular-ingest-o-de-prote-nas {
  text-align: center;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  background-image: linear-gradient(82deg, #8aa802, #add102);
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .16);
}

.divisa-2-copy {
  background-image: linear-gradient(80deg, #133725, #6dcbb2);
  height: 5px;
}

.vida-mais-natura {
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px rgba(78, 75, 133, .16);
}

.heading-104 {
  color: #333;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.subhead {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 50px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.container-78 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-item-copy.margin-24 {
  padding-bottom: 20px;
}

.list-item-icon-copy {
  margin-right: 11px;
}

.text-block-copy {
  text-align: left;
  font-size: 16px;
}

.lista-topo {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 5px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
  display: block;
}

.list-topo {
  text-align: center;
  align-self: center;
  font-size: 16px;
  text-decoration: none;
}

.list-icon-topo {
  margin-right: 5px;
}

.button-8 {
  font-family: Lato, sans-serif;
}

.text-span-44 {
  font-size: 22px;
  font-weight: 900;
}

.button-comprar-agora {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #00b19e;
  border-radius: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

.icon-button {
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.list-item-copy.margin-24 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.list-item-copy.margin-list-button {
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.list-head-comprar {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 900;
  line-height: 25px;
  text-decoration: none;
}

.text-span-45 {
  font-size: 16px;
  font-weight: 400;
}

.text-span-46 {
  color: #9c9c9c;
  font-size: 18px;
}

.heading-105 {
  color: #000;
  text-align: center;
  margin: 5px auto 0;
  line-height: 0;
}

.bold-text-18 {
  color: #757575;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-82 {
  max-width: 30%;
}

.container-79 {
  max-width: 1200px;
}

.head-free {
  color: #9e9e9e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 15px;
}

.image-83, .image-84, .image-85, .image-86, .image-87 {
  padding-right: 20px;
}

.image-88 {
  padding-bottom: 60px;
}

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

.heading-106 {
  font-family: Lato, sans-serif;
}

.paragraph-17 {
  color: #000;
  text-align: left;
  background-color: rgba(0, 177, 158, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 21px;
}

.container-61-copy {
  background-color: rgba(0, 177, 158, 0);
  border-radius: 10px;
  max-width: 1200px;
  padding: 0 20px 20px;
}

.container-81 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.image-89 {
  border-radius: 12px;
  min-width: 300px;
}

.text-span-47 {
  font-size: 30px;
  font-weight: 900;
  line-height: 29px;
}

.bold-text-4-copy {
  color: #fff;
  text-align: left;
  background-color: #3b4157;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.heading-82-copy-copy {
  color: #575757;
  text-align: left;
  -webkit-text-stroke-color: #123532;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.heading-78-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
}

.heading-82-copy-copy-copy {
  color: #575757;
  text-align: left;
  -webkit-text-stroke-color: #123532;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-48 {
  font-weight: 700;
}

.heading-73-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 35px;
}

.heading-107 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  text-decoration: none;
}

.slide, .slide-2, .slide-3, .slide-4 {
  border-radius: 15px;
}

.slider {
  aspect-ratio: auto;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.slide-nav {
  display: none;
  overflow: auto;
}

.container-83 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: rgba(255, 255, 255, 0);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-84 {
  flex: 0 auto;
  max-width: 300px;
}

.bold-text-19 {
  color: #00b19e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.paragraph-18 {
  line-height: 25px;
}

.heading-108 {
  margin-top: 0;
}

.div-block-4 {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 20px 20px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

.div-block-5 {
  background-color: #3b4157;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, .25);
}

.heading-109 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.image-90 {
  max-width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-110 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.bold-text-20 {
  color: #eb6d56;
}

.heading-111 {
  color: #00b19e;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-span-49 {
  background-color: #e1f5e7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 900;
  display: block;
}

.heading-112 {
  color: #333;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.heading-113 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-span-50 {
  color: #eb6d56;
  font-size: 35px;
  font-weight: 900;
}

.container-85 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-114 {
  color: #929292;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.btn-kit-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #00b19e;
  border-radius: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

.lits-kits {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.list-itens-kits {
  display: flex;
}

.list-itens-kits.margin-24 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.list-itens-kits.margin-24-copy {
  padding-bottom: 20px;
}

.list-itens-kits.margin-list-button, .list-itens-kits.margin-list-button-copy {
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.list-itens-kits.margin-list-button-copy.kits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: #151926;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-115 {
  color: #fff;
  margin-top: 0;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-7 {
  background-color: #3b4157;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  min-width: 200px;
  padding: 10px 20px;
}

.text-span-51 {
  font-size: 45px;
  font-weight: 900;
}

.kit-3-checkout {
  background-color: rgba(255, 255, 255, 0);
  order: -1;
  align-self: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  line-height: 0;
  display: block;
}

.link-block {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.bold-text-21 {
  color: #333;
}

.kit-3-checkout-copy {
  background-color: rgba(255, 255, 255, 0);
  max-width: 700px;
  margin-left: auto;
  margin-right: 40px;
  padding-right: 0;
  line-height: 0;
  display: block;
}

.kit-2-checkout {
  margin-right: 40px;
}

.kit-1-checkout {
  background-color: rgba(255, 255, 255, 0);
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  line-height: 0;
  display: block;
}

.head-kit-3 {
  background-color: #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, .25);
}

.head-kit-3.assinatura {
  background-color: #3b4157;
}

.link-kit-3 {
  margin-right: 40px;
  text-decoration: none;
}

.link-kit-2, .link-kit-1 {
  text-decoration: none;
}

.div-block-7-copy {
  background-color: #3b4157;
  border-radius: 15px;
  min-width: 200px;
  padding: 10px 20px;
}

.div-block-6-copy {
  background-color: #151926;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.mask {
  border-radius: 15px;
}

.container-86 {
  max-width: 1200px;
  padding-bottom: 60px;
}

.heading-116 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 30px;
}

.heading-117 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.link-block-5 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

.list-4 {
  margin-bottom: 0;
  padding-left: 0;
}

.checkout-1-av {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bold-text-4-copy-copy {
  color: #fff;
  text-align: left;
  background-color: #3b4157;
  padding-left: 0;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  display: inline;
}

.container-88 {
  max-width: 1300px;
}

.div-block-8 {
  background-color: #00b19e;
  border-radius: 20px;
  max-width: 70px;
  max-height: 2px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  display: block;
}

.resultados {
  z-index: 99;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(rgba(178, 178, 178, .1), #f3f3f3);
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.beneficios {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(rgba(178, 178, 178, .1), #eee);
  padding-top: 0;
  padding-bottom: 30px;
}

.container-89 {
  max-width: 1200px;
}

.container-90 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  max-height: 600px;
  margin-top: 40px;
  padding-top: 0;
  display: block;
}

.heading-depoimentos {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.paragraph-19 {
  text-align: left;
}

.paragraph-20, .paragraph-21 {
  text-align: left;
  line-height: 24px;
}

.paragraph-22 {
  text-align: left;
}

.paragraph-23, .paragraph-24, .paragraph-25 {
  text-align: left;
  line-height: 24px;
}

.paragraph-26 {
  text-align: left;
}

.container-91 {
  background-color: rgba(59, 65, 87, 0);
  border-radius: 0;
  max-width: 1300px;
  display: flex;
}

.heading-107-copy {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.container-92 {
  align-self: flex-end;
  max-width: 450px;
}

.container-93 {
  max-width: 600px;
}

.container-93-copy {
  text-align: left;
  max-width: 500px;
}

.btn-garantia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  text-align: left;
  object-fit: fill;
  background-color: #00b19e;
  border-radius: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 20px;
  display: block;
}

.link-block-6 {
  margin-top: 20px;
  text-decoration: none;
}

.div-block-4-copy {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 0 20px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

.container-94 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  display: block;
}

.div-block-9 {
  flex: 0 auto;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-96 {
  max-width: 600px;
}

.lista-polishop {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
}

.heading-poslishop {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.utiliza-o {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-97 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.image-91 {
  max-width: 55%;
  padding-top: 20px;
}

.heading-118 {
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 44px;
}

.container-98 {
  align-self: flex-end;
  max-width: 500px;
}

.container-99 {
  text-align: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.section-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-92 {
  text-align: center;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.vsl {
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo-top-vsl {
  text-align: center;
  background-color: rgba(178, 178, 178, .1);
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px rgba(78, 75, 133, .16);
}

.heading-119 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
}

.heading-120 {
  color: #545454;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
}

.text-span-52 {
  color: #fff;
  -webkit-text-stroke-color: rgba(255, 157, 0, 0);
  background-color: #425e78;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.text-span-53 {
  color: #fff;
  background-color: #425e78;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.text-span-54 {
  color: #000;
  font-weight: 700;
}

.html-embed-5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-121 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.som-ligado {
  color: #545454;
  text-align: center;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

.icon-som {
  order: 1;
  margin-right: 5px;
}

.icon-som-esquerda {
  order: -1;
  margin-right: 5px;
}

.button-9 {
  text-align: center;
  background-color: #425e78;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .28);
}

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

.container-101 {
  max-width: 500px;
}

.container-102 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-103 {
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.heading-122 {
  color: #545454;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.container-104 {
  border: 1px #000;
  border-left: 1px solid #c4c4c4;
  max-width: 550px;
  padding-left: 30px;
}

.paragraph-27 {
  color: #545454;
  text-align: left;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.image-93 {
  max-width: 70%;
}

.text-span-55 {
  color: #fff;
  background-color: #425e78;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.heading-123 {
  color: #545454;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.text-span-56 {
  color: red;
  background-color: rgba(66, 94, 120, 0);
  padding-left: 0;
  padding-right: 0;
  font-weight: 900;
}

.text-span-57 {
  color: red;
  background-color: #fcfcfc;
  padding-left: 0;
  padding-right: 0;
  font-weight: 900;
}

.text-span-58 {
  color: red;
  background-color: rgba(66, 94, 120, 0);
  padding-left: 0;
  padding-right: 0;
  font-weight: 900;
}

.rp-vsl {
  background-color: rgba(178, 178, 178, .1);
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-124 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.link-4 {
  color: #333;
  font-weight: 700;
  text-decoration: underline;
}

.div-block-10 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
}

.list-item-copy.margin-24-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-item-copy {
  display: flex;
}

.list-item-copy.margin-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-item-copy.margin-24-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-item-copy-copy {
  display: flex;
}

.list-item-copy-copy.margin-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-item-copy-copy.margin-24-copy, .list-item-copy-copy.margin-24-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.kits-checkout {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  line-height: 0;
  display: block;
}

.assinaturas {
  background-color: rgba(255, 255, 255, 0);
  order: -1;
  align-self: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  line-height: 0;
  display: block;
}

.div-block-11 {
  background-color: #ebe8e0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.btn-assinatura {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 5px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
  display: block;
}

.btn-assinatura.assinatura {
  padding-top: 0;
}

.image-94 {
  padding-top: 20px;
}

.container-105 {
  max-width: 1000px;
}

@media screen and (min-width: 1920px) {
  .vsl-mobile-p1 {
    display: none;
  }

  .mockup-at {
    max-width: 560px;
    max-height: 700px;
    display: block;
    overflow: visible;
  }

  .selos {
    padding-bottom: 20px;
  }

  .checkout-1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-4 {
    display: inline-block;
  }

  .image-19, .image-20 {
    max-width: 90%;
    margin-top: 0;
  }

  .checkout-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-6 {
    display: inline-block;
  }

  .image-12 {
    max-width: 90%;
    margin-top: -195px;
  }

  .container-21 {
    max-width: 1200px;
    max-height: 1100px;
  }

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

  .image-44 {
    margin-top: 78px;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .columns-6-copy {
    display: inline-block;
  }

  .image-12-copy {
    max-width: 90%;
    margin-top: 0;
  }

  .sem-proteinas {
    margin-left: auto;
    margin-right: auto;
  }

  .container-72 {
    padding: 0 60px;
  }

  .av-checkout-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .checkout-proteinas {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-80 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
  }

  .slide-nav {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-19 {
    padding: 70px 20px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item-content {
    margin-right: 0;
  }

  .pricing-right-wrapper {
    width: 100%;
  }

  .tag-2 {
    margin-right: 10px;
    transform: translate(0, -16%);
  }

  .section-wrapper-center-2 {
    text-align: left;
  }

  .section-19 {
    padding: 48px 16px;
  }

  .pricing-wrapper-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

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

  .h2-heading, .h2-heading.small {
    font-size: 28px;
  }

  .h2-heading.small.margin-40 {
    margin-bottom: 12px;
  }

  .pricing-left-wrapper {
    padding-left: 32px;
  }

  .pricing-list-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-2 {
    margin-bottom: 24px;
  }

  .list-2.last {
    margin-bottom: 0;
  }

  .list-icons {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .list-3 {
    margin-bottom: 24px;
  }

  .list-3.last {
    margin-bottom: 0;
  }

  .lista-topo {
    margin-bottom: 24px;
  }

  .lista-topo.last {
    margin-bottom: 0;
  }

  .lista-polishop {
    margin-bottom: 24px;
  }

  .lista-polishop.last {
    margin-bottom: 0;
  }

  .btn-assinatura {
    margin-bottom: 24px;
  }

  .btn-assinatura.last {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper.slim {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .icon {
    font-size: 25px;
  }

  .accordion-item {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .logo-topo {
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .img-quiz-mobile {
    margin-bottom: 10px;
    display: block;
  }

  .column-10 {
    padding-top: 0;
  }

  .heading-36 {
    font-size: 16px;
    line-height: 30px;
  }

  .columns-5 {
    margin-bottom: 30px;
  }

  .heading-35 {
    color: #575757;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 37px;
    font-weight: 800;
  }

  .img-quiz-desktop {
    display: none;
  }

  .button-style.bu1 {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    display: block;
  }

  .text-span-14 {
    display: inline-block;
  }

  .button-4.bu3 {
    line-height: 22px;
  }

  .container-13 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-span-13 {
    padding: 3px 8px;
  }

  .heading-37 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .text-span-20 {
    display: inline-block;
  }

  .text-span-22 {
    padding: 3px 8px;
  }

  .heading-38 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .text-span-26 {
    padding: 3px 8px;
  }

  .heading-39 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .text-span-27 {
    display: inline-block;
  }

  .text-span-28 {
    padding: 3px 8px;
  }

  .text-block {
    color: #000;
    font-size: 15px;
  }

  .heading-40 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .text-span-29 {
    display: inline-block;
  }

  .text-span-30 {
    padding: 3px 8px;
  }

  .heading-41 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .text-span-31 {
    display: inline-block;
  }

  .text-span-33 {
    padding: 3px 8px;
  }

  .heading-42 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .container-14 {
    max-width: 360px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-10 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    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;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
    display: block;
  }

  .top {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-2 {
    font-size: 15px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-2 {
    max-width: 80%;
    display: none;
  }

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

  .image.delay {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button-5 {
    padding: 15px 20px;
    font-size: 15px;
  }

  .button-5.comprar-1 {
    padding-left: 0;
  }

  .grid-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4 {
    padding-left: 0;
  }

  .grid {
    display: block;
  }

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

  .grid-2 {
    display: block;
  }

  .image-6 {
    max-width: 80%;
    margin-top: 10px;
  }

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

  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-2 {
    text-align: center;
  }

  .image-7 {
    max-width: 100%;
    margin-left: 0;
  }

  .column {
    padding-top: 0;
  }

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

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

  .paragraph-2 {
    font-size: 18px;
  }

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

  .heading-7 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-3 {
    flex-direction: column;
    margin-top: 10px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .image-11 {
    margin-top: -170px;
  }

  .heading-11 {
    color: #000;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }

  .image-13 {
    margin-top: -163px;
  }

  .column-7 {
    max-height: 100%;
    margin-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    left: 0;
  }

  .column-9 {
    max-height: 109%;
    margin-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .container-15 {
    margin-bottom: 0;
  }

  .checkout-1 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-7 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    margin-top: 0;
  }

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

  .heading-10.q1 {
    font-size: 30px;
    line-height: 35px;
  }

  .column-8 {
    max-height: 100%;
    margin-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .garantia {
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .container-16 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-16 {
    max-width: 70%;
    margin-top: 0;
  }

  .paragraph-6 {
    clear: left;
    white-space: normal;
    word-break: normal;
  }

  .image-18 {
    max-width: 100%;
    margin-top: 10px;
  }

  .image-19, .image-20 {
    max-width: 100%;
    margin-top: 0;
  }

  .container-18 {
    height: 100%;
    max-height: 22%;
    display: block;
  }

  .heading-56 {
    font-size: 12px;
  }

  .column-12 {
    max-height: 14%;
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .column-13 {
    max-height: 103%;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

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

  .columns-6 {
    flex-direction: column;
    max-height: 700px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-12 {
    max-width: 95%;
    margin-top: -170px;
  }

  .container-21 {
    margin-top: 162px;
  }

  .heading-67 {
    font-size: 30px;
    line-height: 35px;
  }

  .column-14 {
    max-height: 103%;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rp-2, .container-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .faq {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-70 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .neila {
    display: block;
  }

  .image-23 {
    max-width: 100%;
    margin-top: 10px;
  }

  .image-36 {
    display: none;
  }

  .wpp-floating {
    z-index: 99;
  }

  .heading-71 {
    font-size: 10px;
  }

  .wpp-rp {
    width: 380px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .comprar-1 {
    padding: 15px 20px;
    font-size: 15px;
    display: none;
  }

  .image-41 {
    max-width: 60%;
  }

  .youtube {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .image-42 {
    display: none;
  }

  .image-43 {
    margin-bottom: 20px;
    display: block;
  }

  .image-44 {
    display: none;
  }

  .image-45 {
    margin-top: auto;
  }

  .body {
    display: block;
  }

  .container-23 {
    align-items: center;
    display: block;
  }

  .image-46 {
    display: block;
  }

  .container-24 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
  }

  .heading-72 {
    display: none;
  }

  .container-25 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-73 {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 39px;
  }

  .heading-74 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px;
  }

  .heading-77 {
    font-size: 20px;
  }

  .aminos {
    background-image: linear-gradient(rgba(178, 178, 178, .18), #f3f3f3);
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-78 {
    padding-bottom: 20px;
  }

  .heading-81 {
    line-height: 30px;
  }

  .paragraph-10 {
    text-align: left;
    font-size: 18px;
  }

  .image-48 {
    max-width: 100%;
    display: inline-block;
  }

  .comprar-1-mobile {
    margin-bottom: 30px;
    padding: 15px 30px;
    font-size: 15px;
    display: block;
  }

  .image-49 {
    max-width: 100%;
    margin-bottom: 10px;
    display: inline-block;
  }

  .heading-72-mobile {
    margin-bottom: 30px;
    font-size: 28px;
    display: block;
  }

  .columns-6-copy {
    flex-direction: column;
    max-height: 700px;
    margin-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-12-copy {
    max-width: 100%;
    margin-top: 0;
  }

  .heading-82 {
    line-height: 32px;
  }

  .image-56 {
    display: none;
  }

  .proteinas {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-4-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-78-copy {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 32px;
  }

  .sem-proteinas {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-dupliqu-ts {
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    line-height: 30px;
  }

  .heading-82-copy {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 30px;
  }

  .image-57 {
    max-width: 100%;
    padding-left: 0;
  }

  .heading-83 {
    line-height: 30px;
  }

  .o-aminovida {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-78-copy-copy {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-85 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .columns-8 {
    flex-direction: column;
    margin-top: 10px;
  }

  .image-60 {
    display: none;
  }

  .column-16 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .column-17 {
    position: static;
  }

  .image-61 {
    padding-top: 20px;
    display: block;
  }

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

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

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

  .heading-87 {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-13 {
    font-size: 18px;
  }

  .button-7-copy.button {
    text-align: center;
    font-size: 18px;
  }

  .section-3 {
    flex-flow: column;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-11 {
    font-size: 25px;
    line-height: 25px;
  }

  .section-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-92 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text-14 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-93 {
    font-size: 18px;
    line-height: 25px;
  }

  .image-63 {
    max-width: 100%;
    margin-bottom: -129px;
    padding-bottom: 0;
  }

  .container-44 {
    margin-bottom: 0;
  }

  .container-45 {
    padding: 30px 10px;
    display: block;
  }

  .heading-94 {
    text-align: left;
    padding-bottom: 20px;
    line-height: 30px;
  }

  .text-span-40 {
    padding-right: 0;
  }

  .paragraph-16 {
    text-align: left;
    padding-top: 20px;
    line-height: 30px;
  }

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

  .rodap, ._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-92-copy {
    font-size: 25px;
    line-height: 25px;
  }

  .section-9 {
    padding: 20px 10px;
  }

  .ebook-s {
    flex-direction: column;
  }

  .form-3 {
    text-align: left;
  }

  .container-58 {
    flex-direction: column;
    display: block;
  }

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

  .container-61 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .columns-10 {
    flex-direction: column;
    display: flex;
  }

  .heading-98 {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .bonus-aminovida, .container-65 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-66 {
    font-size: 30px;
  }

  .heading-99 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-span-43 {
    font-size: 20px;
    line-height: 20px;
  }

  .container-68 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .grid-6.kits, .grid-6.kits2 {
    flex-direction: column;
    display: flex;
  }

  .container-69 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-67 {
    display: none;
    overflow: visible;
  }

  .mobile-evoluiton {
    display: block;
  }

  .heading-97-copy {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }

  .image-68, .image-69 {
    padding-bottom: 20px;
  }

  .ancora-mobile, .ancora-mobile-2 {
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 15px;
    display: block;
  }

  .image-70, .image-71 {
    padding-bottom: 20px;
  }

  .block-2 {
    font-size: 15px;
  }

  .pricing-left-wrapper {
    padding-left: 0;
  }

  .list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-item.margin-24 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .list-item.margin-24-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex;
  }

  .list-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .list-icons {
    padding-left: 10px;
  }

  .list-item-double.margin-24, .list-item-dupl.margin-24 {
    padding-bottom: 15px;
  }

  .container-71, .container-71-copy {
    background-color: rgba(18, 53, 50, 0);
    padding: 20px 10px;
  }

  .flex-block {
    clear: none;
    object-fit: scale-down;
    overflow: visible;
  }

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

  .image-73 {
    display: block;
  }

  .image-74 {
    display: none;
  }

  .av-checkout-2 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-75 {
    display: block;
  }

  .section-3-copy {
    flex-flow: column;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-8-copy {
    text-align: center;
    padding: 20px 10px;
  }

  .ebook-s-copy {
    flex-direction: column;
  }

  .container-74 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .image-76 {
    padding-bottom: 20px;
  }

  .image-77 {
    display: none;
  }

  .heading-101 {
    color: #000;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }

  .heading-102.q1 {
    font-size: 30px;
    line-height: 35px;
  }

  .container-75 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-78 {
    padding-bottom: 20px;
  }

  .checkout-proteinas {
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-82-copy-2 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 30px;
  }

  .heading-103 {
    line-height: 30px;
  }

  .column-21 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .container-77 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .ancora-mobile-3 {
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 15px;
    display: block;
  }

  .image-79 {
    display: none;
  }

  .column-22 {
    position: static;
  }

  .image-80 {
    max-width: 100%;
    padding-left: 0;
  }

  .image-81 {
    max-width: 100%;
    margin-bottom: 10px;
    display: inline-block;
  }

  .heading-92-copy-copy {
    text-align: left;
    font-size: 25px;
    line-height: 25px;
  }

  .calcular-ingest-o-de-prote-nas {
    padding: 15px 20px;
    font-size: 15px;
    display: none;
  }

  .vida-mais-natura {
    background-color: rgba(178, 178, 178, 0);
    box-shadow: 0 2px 16px rgba(78, 75, 133, .15);
  }

  .heading-104 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .container-78 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .list-item-copy.margin-24-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    object-fit: fill;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .list-item-icon-copy {
    flex: 0 auto;
  }

  .text-block-copy {
    color: #000;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 15px;
    display: flex;
  }

  .lista-topo {
    display: block;
  }

  .list-topo {
    color: #000;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    display: block;
  }

  .list-icon-topo {
    order: -1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .button-comprar-agora {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-item-copy.margin-24, .list-item-copy.margin-24-copy {
    padding-bottom: 25px;
  }

  .list-item-copy.margin-list-button {
    padding-bottom: 10px;
  }

  .list-head-comprar {
    color: #fff;
    font-size: 18px;
    display: block;
  }

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

  .image-82 {
    max-width: 70%;
  }

  .container-79 {
    padding-top: 20px;
  }

  .image-88 {
    padding-bottom: 40px;
  }

  .container-80 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-61-copy {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .heading-78-copy {
    padding-bottom: 20px;
  }

  .heading-82-copy-copy-copy {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
  }

  .heading-73-copy {
    text-align: center;
    font-size: 28px;
    line-height: 39px;
  }

  .heading-107 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .slide {
    position: relative;
  }

  .slider {
    flex: 1;
    height: 300px;
    display: block;
  }

  .container-82 {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: block;
  }

  .container-83 {
    flex-flow: column;
  }

  .container-84 {
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-4 {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-kit-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lits-kits {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .list-itens-kits.margin-24, .list-itens-kits.margin-24-copy, .list-itens-kits.margin-list-button, .list-itens-kits.margin-list-button-copy {
    padding-bottom: 25px;
  }

  .list-itens-kits.margin-list-button-copy.kits {
    padding-bottom: 10px;
    display: flex;
  }

  .kit-2-checkout, .link-kit-3 {
    margin-right: 0;
  }

  .mask {
    position: relative;
  }

  .container-86 {
    padding-bottom: 55px;
  }

  .heading-116 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-117 {
    font-size: 18px;
    line-height: 27px;
  }

  .link-block-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .list-4 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .checkout-1-av {
    flex-direction: column;
    padding: 40px 15px 0;
  }

  .code {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    font-size: 18px;
    display: block;
  }

  .resultados {
    background-image: linear-gradient(rgba(178, 178, 178, .18), #f3f3f3);
    padding: 40px 15px;
  }

  .beneficios {
    background-image: linear-gradient(rgba(178, 178, 178, .18), #f3f3f3);
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-depoimentos {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .container-91 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-107-copy {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .btn-garantia {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-6 {
    display: block;
  }

  .div-block-4-copy {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-poslishop {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .utiliza-o {
    padding: 20px 15px;
  }

  .container-97 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .image-91 {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .heading-118 {
    font-size: 30px;
  }

  .vsl {
    padding: 30px 10px;
  }

  .logo-top-vsl {
    background-color: rgba(178, 178, 178, 0);
    box-shadow: 0 2px 16px rgba(78, 75, 133, .16);
  }

  .som-ligado {
    color: #545454;
    text-align: left;
    padding-top: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .icon-som {
    align-self: center;
  }

  .icon-som-esquerda {
    display: none;
  }

  .container-102 {
    flex-flow: column;
  }

  .container-103 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-122 {
    color: #545454;
    font-size: 25px;
  }

  .container-104 {
    border-left-color: #c5c5c5;
    padding-left: 10px;
  }

  .paragraph-27 {
    line-height: 25px;
  }

  .image-93 {
    max-width: 50%;
  }

  .heading-123 {
    font-size: 22px;
    line-height: 32px;
  }

  .rp-vsl {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-item-copy.margin-24, .list-item-copy.margin-24-copy, .list-item-copy.margin-24 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex;
  }

  .list-item-copy.margin-24-copy, .list-item-copy-copy.margin-24, .list-item-copy-copy.margin-24-copy, .list-item-copy-copy.margin-24-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex;
  }

  .btn-assinatura {
    display: block;
  }
}

#w-node-_5f67ca5e-83bb-30d3-f66c-115d0d686d3b-e9a39f1f, #w-node-_5f67ca5e-83bb-30d3-f66c-115d0d686d3d-e9a39f1f, #w-node-_5f67ca5e-83bb-30d3-f66c-115d0d686d3f-e9a39f1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Material icons';
  src: url('../fonts/Material_Icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'ICON';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}