@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  font-family: "Inter", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pd {
  padding: 40px 0;
}
@media (min-width: 900px) {
  .pd {
    padding: 80px 0;
  }
}

.container {
  max-width: 1224px;
  margin: 0 auto;
  width: 90%;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
.title {
  font-size: 40px;
  margin-bottom: 24px;
  color: #fff;
}
@media (max-width: 900px) {
  h1,
  .title {
    font-size: 30px;
  }
}
h1 strong,
.title strong {
  display: block;
  background: var(--gradient---2, linear-gradient(90deg, #c03d2f 0%, #fcc75e 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title {
  font-weight: 500;
  color: #c03d2f;
}

.lista li {
  font-size: 20px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: center;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .lista li {
    font-size: 18px;
    line-height: 1.3;
  }
}
.lista li::before {
  content: "";
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 30px;
  background: #000;
}

.desc {
  font-size: 20px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6235294118);
}
@media (max-width: 900px) {
  .desc {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 900px) {
  p {
    font-size: 20px;
  }
}

.btn {
  border-radius: 50px;
  border: 2px solid #25d366;
  display: grid;
  background: #20bf5b;
  width: 100%;
  grid-template-columns: 1fr 40px;
  padding: 12px 24px;
  transition: all 0.7s;
}
.btn span {
  display: grid;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
.btn span small {
  text-transform: none;
  color: #f9f9f9;
  font-size: 14px;
}
.btn::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  background: url(../../assets/img/seta.svg);
  transition: all 0.7s;
}
.btn:hover {
  transform: scale(1.03);
}
.btn:hover::after {
  transform: rotate(90deg);
}

.area-btn {
  display: grid;
  gap: 12px;
  place-items: center;
  text-align: center;
  max-width: 340px;
  width: 100%;
}
.area-btn > span {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 12px;
}
.area-btn > span::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background: url(../../assets/img/selo.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

main {
  background: url(../../assets/img/hero.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}
@media (max-width: 900px) {
  main {
    background-attachment: fixed;
  }
}
main .container {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 24px;
  padding: 120px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 900px) {
  main .container {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 0;
  }
}
main .desc {
  margin-bottom: 24px;
}
main ul {
  margin-bottom: 40px;
}
main ul li::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background: url(../../assets/img/fogo.png) no-repeat !important;
  width: 17px;
  height: 30px;
}
main figure {
  animation: opa 2s forwards;
}
main figure img {
  margin: 0 auto;
}

@keyframes opa {
  from {
    transform: translateY(200px);
  }
  to {
    transform: translateY(0);
  }
}
.about .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 900px) {
  .about .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about .content {
  max-width: 490px;
}
@media (max-width: 900px) {
  .about .content {
    text-align: center;
  }
}
.about .content h3 {
  color: #414141;
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .about .content h3 {
    font-size: 16px;
  }
}
.about .content p {
  color: #414141;
  margin-bottom: 24px;
}
.about .area-btn > span {
  color: rgba(23, 11, 10, 0.568627451);
}

.ingredients {
  background: url(../../assets/img/ingredientes.webp) no-repeat;
  background-size: cover;
}
.ingredients .title {
  color: #fff;
  margin-bottom: 64px;
}
.ingredients .itens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: first baseline;
  gap: 32px;
  margin-bottom: 64px;
}
@media (max-width: 900px) {
  .ingredients .itens {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ingredients .itens .ingredient {
  display: grid;
  place-items: center;
}
.ingredients .itens .ingredient img {
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #ffffff;
  border-radius: 50%;
  margin-bottom: 16px;
}
.ingredients .itens .ingredient h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .ingredients .itens .ingredient h3 {
    font-size: 18px;
  }
}
.ingredients .itens .ingredient p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7294117647);
}

.why {
  overflow: hidden;
  background: url(../../assets/img/why.png) no-repeat;
  background-size: cover;
  position: relative;
}
.why .title {
  color: #fff;
}
@media (max-width: 900px) {
  .why .title {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .why {
    background-position: right;
  }
}
.why .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 10;
}
@media (max-width: 900px) {
  .why .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why > figure {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .why > figure {
    position: static;
    transform: none;
  }
}
.why ul {
  margin-bottom: 24px;
}
.why li {
  font-weight: normal;
}
@media (max-width: 900px) {
  .why li {
    font-size: 18px;
  }
}
.why li::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background: url(../../assets/img/ck.svg) no-repeat;
}

.clents {
  padding-bottom: 0;
}
.clents * {
  color: #c03d2f;
}
.clents .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.clents .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kits .desc {
  color: #414141;
  margin-bottom: 48px;
}
.kits ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 34px;
  align-items: flex-end;
}
.kits ul li a {
  background: #fef9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  border: #000 4px solid;
}
.kits ul li a .header {
  font-size: 32px;
  font-weight: 500;
  background: #000;
  width: 100%;
  padding: 10px;
  color: #fff;
  margin-bottom: 16px;
}
.kits ul li a h2 {
  color: #c03d2f;
  font-size: 40px;
}
.kits ul li a s {
  text-decoration: line-through;
  color: #7a7a7a;
  font-weight: 500;
  text-decoration-color: #c03d2f;
}
.kits ul li a .main {
  flex: 1;
  padding: 0 34px;
}
.kits ul li a .main img {
  height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
.kits ul li a .main .price {
  margin: 12px auto;
  font-size: 48px;
  font-weight: 900;
}
.kits ul li a .main .price small {
  color: #414141;
  font-size: 24px;
  font-weight: normal;
}
.kits ul li a .main .total {
  margin-bottom: 4px;
}
.kits ul li a .footer {
  display: grid;
  place-items: center;
  padding: 34px;
  gap: 16px;
}
.kits ul li a .btn_compra {
  transition: all 0.6s;
}
.kits ul li a .btn_compra:hover {
  transform: scale(1.03);
}
.kits ul li a * {
  color: #000;
}
.kits ul li a span {
  display: block;
  font-size: 20px;
}
.kits ul li a span strong {
  margin-left: 5px;
}
.kits ul li a span b {
  color: #eb8e21;
}
.kits ul li.best a {
  border-color: #c03d2f;
}
.kits ul li.best a h2 {
  color: #01ae48;
}
.kits ul li.best a .header {
  background: var(--gradient, linear-gradient(270deg, #c03d2f 0%, #c56540 100%));
}
@media (max-width: 900px) {
  .kits ul li.best {
    grid-row: 1;
  }
}
@media (max-width: 900px) {
  .kits ul li.great {
    grid-row: 2;
  }
}
@media (min-width: 900px) {
  .kits ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.guarantee {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 1050px) {
  .guarantee {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    text-align: center;
    padding-bottom: 40px;
  }
}
.guarantee .content,
.guarantee > img {
  position: relative;
  z-index: 10;
}
@media (max-width: 1050px) {
  .guarantee .content,
  .guarantee > img {
    max-width: 300px;
  }
}
.guarantee .title {
  color: #fff;
}
.guarantee::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: var(--gradient, linear-gradient(270deg, #c03d2f 0%, #c56540 100%));
  position: absolute;
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1050px) {
  .guarantee::after {
    height: 85%;
  }
}
.guarantee p {
  color: rgba(255, 255, 255, 0.6235294118);
  margin-bottom: 40px;
  font-size: 16px;
  max-width: 50ch;
}
@media (max-width: 1050px) {
  .guarantee p {
    margin: 0 auto 24px;
  }
}
@media (max-width: 1050px) {
  .guarantee .area-btn {
    margin: 0 auto;
  }
}

.faq {
  background: #170b0a;
}
.faq .title,
.faq .desc {
  text-align: center;
}
.faq .title {
  color: #fff;
}
.faq .desc {
  max-width: 50ch;
  margin-bottom: 40px;
}
.faq .accordion {
  max-width: 1011px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
  margin-bottom: 42px;
}
.faq .accordion .item .header {
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  background: #c03d2f;
  gap: 12px;
  align-items: center;
  padding: 16px;
}
@media (max-width: 900px) {
  .faq .accordion .item .header {
    padding: 14px;
  }
}
.faq .accordion .item .header p {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 900px) {
  .faq .accordion .item .header p {
    font-size: 18px;
  }
}
.faq .accordion .item .header::before {
  content: "";
  transition: all 0.6s;
  width: 15px;
  height: 15px;
  background: url(../../assets/img/teenyicons_right-solid.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.faq .accordion .item .body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.faq .accordion .item .body p,
.faq .accordion .item .body li {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 900px) {
  .faq .accordion .item .body p,
  .faq .accordion .item .body li {
    font-size: 16px;
  }
}
.faq .accordion .item .body li {
  list-style: "✔";
  margin-left: 20px;
}
.faq .accordion .item .body img {
  margin: 0 auto;
}
.faq .accordion .item.active .header::before {
  transform: rotate(90deg);
}
.faq .accordion .item.active .body {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 500px;
  overflow: auto;
}

footer {
  background: var(--gradient, linear-gradient(270deg, #c03d2f 0%, #c56540 100%));
  padding-top: 40px;
}
footer .data_footer .container h2 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  footer .data_footer .container h2 {
    font-size: 24px;
  }
}
footer .data_footer .container nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
}
footer .data_footer .container nav a {
  padding: 12px;
}
@media (max-width: 1000px) {
  footer .data_footer .container nav a {
    padding: 8px;
  }
}
footer .data_footer .container nav a:hover {
  text-decoration: underline;
}
footer .data_footer .container h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  footer .data_footer .container h3 {
    font-size: 18px;
  }
}
footer .data_footer .container ul {
  -moz-column-count: 3;
       column-count: 3;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  footer .data_footer .container ul {
    margin-bottom: 40px;
    -moz-column-count: 1;
         column-count: 1;
  }
}
footer .data_footer .container ul li {
  list-style: disc;
  margin-left: 20px;
  word-wrap: break-word;
}
@media (max-width: 1000px) {
  footer .data_footer .container ul li {
    font-size: 12px;
  }
}
footer .data_footer .container .disclaimer {
  background: #f6f4f9;
  padding: 24px 32px;
  border-radius: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1000px) {
  footer .data_footer .container .disclaimer {
    padding: 12px 8px;
  }
}
footer .data_footer .container .disclaimer p {
  color: #454447;
  font-size: 16px;
}
@media (max-width: 1000px) {
  footer .data_footer .container .disclaimer p {
    font-size: 14px;
  }
}
footer .copy {
  background: #000;
  padding: 32px 5%;
  display: flex;
  justify-content: center;
}
footer .copy * {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1000px) {
  footer .copy * {
    font-size: 14px;
  }
}

.bg_fixo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.bonus {
  background: #000;
}
.bonus .title {
  color: #fff;
  text-align: center;
}
.bonus .title u {
  text-decoration: underline;
}
.bonus .title b {
  color: #c56540;
}
.bonus .content-box-b {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.bonus .content-box-b .card {
  display: block;
  border-radius: 14px;
  max-width: 490px;
  align-self: stretch;
  flex: 1 1 auto;
  background-color: #c03d2f;
}
.bonus .content-box-b .card .card-box-image {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 14px 14px 0px 0px;
  padding: 24px 0px 0px;
}
.bonus .content-box-b .card .card-box-image img {
  height: 300px;
  margin: 0 auto;
}
.bonus .content-box-b .card .card-box-image span {
  position: absolute;
  padding: 6px 12px;
  border-radius: 4px;
  top: 16px;
  right: 16px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #fbad41;
  color: #ffffff;
}
.bonus .content-box-b .card .vip {
  max-width: 380px;
  margin: 20px 0px;
}
.bonus .content-box-b .card .card-content {
  padding: 24px 24px 40px 24px;
}
.bonus .content-box-b .card .card-content h3 {
  color: #fff;
  font-size: 24px;
}
.bonus .content-box-b .card .card-content p {
  color: #fff;
  margin: 12px 0px 24px 0px;
}/*# sourceMappingURL=style.css.map */