@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

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

body {
  font-family: "Roboto", Sans-serif;
  background: #FFF8EF !important;
}

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

br {
  display: block;
  content: "";
  margin-top: 0.8em;
}

.bd-r{
  border-radius: 6px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

.break {
  font-size: 30px;
  font-weight: bold;
  margin-top: 32px;
  display: block;
}

.img-hero {
  width: 40%;
  margin-bottom: -100px;
}
@media (max-width: 650px) {
  .img-hero {
    width: 70%;
  }
}

.border {
  border: 1px solid #C03D2F;
}

img {
  width: 100%;
  height: auto;
}

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

.gap-40 {
  gap: 40px;
}

@media (max-width: 650px) {
  .wrap {
    flex-wrap: wrap;
  }
}

.bg-color {
  background: #C03D2F;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
}

/*##### FONTES #######*/
h1 {
  color: #1B1311;
  font-family: "Roboto", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  color: #1B1311;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

p {
  font-size: 24px;
  font-weight: 400;
}

.color-gray-2 {
  background-color: #7F7F7F;
}

a {
  color: #7F7F7F;
}

.red {
  color: #ff0000;
}

.dark {
  color: #000000;
}

.color-gray {
  background-color: #7F7F7F;
}

.bg-green {
  background: #2bb048 !important;
}

.color-green {
  color: #2bb048 !important;
}

/*##### HEADER #######*/
header {
  background-color: #000000;
  padding: 10px 20px;
  color: #fff;
}

header img {
  width: 240px;
}

/*##### MAIN #######*/
.content-box {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin: 32px 0px 80px 0px;
  padding: 40px 40px 80px 40px;
}

.depoimento {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .depoimento {
    flex-wrap: wrap;
  }
}

.depoimento p {
  font-size: 24px;
  color: #454447;
}

.depoimento img {
  width: 300px;
}

.depoimento span {
  display: block;
  font-size: 20px;
}

.notice p {
  font-size: 32px;
  color: #454447;
}

.notice img {
  width: 300px;
  margin-bottom: 40px;
}

.comentario {
  margin-top: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
}

.comentario p {
  font-size: 20px;
}
@media (max-width: 650px) {
  .comentario p {
    font-size: 16px;
  }
}

.comentario img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  font-size: 20px;
}

.box-b {
  background: #fff;
  padding: 40px;
  border: 1px solid #C03D2F;
  border-radius: 20px;
  margin: 40px 0px;
}
@media (max-width: 650px) {
  .box-b {
    padding: 40px 20px;
  }
}

.mb {
  margin-bottom: 24px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-4 {
  margin-top: 40px;
}

.my {
  margin: 40px 0px;
}

.list-default {
  margin: 16px 24px;
}

.list-default li {
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  margin-bottom: 6px;
}

.ingredient-box .ingredient-item:nth-child(even) {
  margin: 24px 0px;
}

.ingredient-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 40px;
}

.ingredient-item h4 {
  font-size: 24px;
}

.ingredient-item p {
  font-size: 20px;
  margin-top: 8px;
}

.ingredient-item img {
  width: 30%;
}

.w-100 {
  width: 50% !important;
}
@media (max-width: 650px) {
  .w-100 {
    width: 100% !important;
  }
}

.bdr {
  border-radius: 0px !important;
}

/*##### KITS #######*/
.link {
  display: block;
  text-align: center;
  font-size: 24px;
}

.faq h3 {
  color: #1B4929;
  padding: 8px 16px;
  background: #F0F5F3;
  font-size: 24px;
  margin-bottom: 8px;
}

.flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mt-1 {
  margin-top: 8px;
}

/*##### KITS #######*/
.pd {
  padding: 40px 0;
}
@media (min-width: 900px) {
  .pd {
    padding: 40px 0;
  }
}

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

.kits .desc {
  color: #414141;
  margin-bottom: 48px;
}
.kits .title {
  color: #EF4C23;
  font-size: 40px;
}
.kits ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  align-items: flex-end;
}
.kits ul li {
  list-style: none;
}
.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 {
  width: 100%;
  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 .pg {
  width: 100%;
}
.kits ul li a .btn_compra {
  width: 100%;
  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: 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);
  }
}

/*##### Bonus #######*/
.box-bonus {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.card {
  display: block;
  border-radius: 14px;
  max-width: 450px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  align-self: stretch;
  flex: 1 1 auto;
  background-color: #C03D2F;
}

.card-box-image {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 14px 14px 0px 0px;
  padding: 40px 0px 24px;
}

.card-box-image img {
  max-width: 280px;
}

.card-box-image span {
  position: absolute;
  padding: 6px 12px;
  border-radius: 4px;
  top: 16px;
  right: 16px;
  font-family: "Roboto", Sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #FBAD41;
  color: #ffffff;
}

.card-content {
  padding: 24px 16px 24px 16px;
}

.card-content h3 {
  color: #fff;
}

.card-content p {
  margin: 8px 0px 24px 0px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

/*##### Guarantee #######*/
.guarantee {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, #c03d2f 0%, #c56540 100%);
  border-radius: 30px;
  gap: 40px;
  padding: 24px 40px;
  margin: 40px 0px;
}
@media (max-width: 650px) {
  .guarantee {
    flex-wrap: wrap;
    padding: 24px 24px 64px;
  }
}

.guarantee img {
  max-width: 220px !important;
}

.title {
  color: #fff;
}

.guarantee p {
  color: #fff;
}

/*##### FAQ #######*/
.faq .title,
.faq .desc {
  text-align: center;
}
.faq .title {
  font-size: 40px;
  color: #C03D2F;
  margin-bottom: 40px;
}
.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;
  text-align: start;
}
@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;
}

.gf img {
  width: 60%;
}

.star {
  width: 60%;
}
@media (max-width: 800px) {
  .star {
    width: 50%;
  }
}

/*##### FOOTER #######*/
footer {
  padding: 24px 0px 0px;
  background: #000000;
  margin-top: 40px;
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  list-style: none;
}
@media (max-width: 650px) {
  footer ul {
    flex-wrap: wrap;
    gap: 16px;
  }
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  color: #A6A6A6;
}

footer .copyright {
  background: #C03D2F;
  margin-top: 40px;
}

footer .copyright p {
  background: transparent;
  padding: 24px 0px;
  color: #fff;
}

/*##### RESPONSIVIDADE #######*/
@media (max-width: 800px) {
  .content-box {
    width: 100%;
    padding: 24px 16px 24px 16px;
  }
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .box-bonus {
    grid-template-columns: 1fr;
  }
  .box-doctor img {
    width: 80%;
    border-radius: 10px;
  }
  p {
    font-size: 20px;
  }
  .content-product p {
    font-size: 24px;
  }
  .box-doctor {
    background: #FFF8EF;
    padding: 24px 16px;
    flex-wrap: wrap;
    gap: 24px;
  }
  .box-doctor img {
    width: 100%;
  }
  .content-packege p {
    font-size: 20px;
  }
  .content-price h2 {
    font-size: 24px;
    padding: 16px 16px;
  }
  main .content-product {
    width: 100%;
    margin: 40px 0px;
  }
  main h2 {
    font-size: 28px;
  }
  main .content-product img {
    width: 90%;
    margin-top: 24px;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0px 10px;
  }
  .shipping li {
    padding: 12px 6px;
    font-size: 12px;
    text-align: center;
  }
  .box-doctor h2 {
    font-size: 24px;
  }
  .depoimento {
    padding: 24px 24px;
    margin: 40px 0px;
  }
  .list-options li {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .list-default li {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .box-doctor img {
    width: 60%;
  }
  .ingredient-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .ingredient-item img {
    width: 50%;
  }
  .ingredient-box .ingredient-item:nth-child(even) {
    margin: 40px 0px;
  }
  img {
    width: 100%;
  }
  .gf img {
    width: 100% !important;
  }
  .content-packege h3 {
    font-size: 20px;
  }
  .faq h3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */