@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #333;
  font-family: "Inter", sans-serif;
}

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

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

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

h1,
.title {
  font-size: 30px;
  margin-bottom: 24px;
  color: #fff;
}
@media (max-width: 900px) {
  h1,
  .title {
    font-size: 24px;
  }
}
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: #64416d;
}

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

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

.area-btn {
  width: 100%;
  max-width: 380px;
  display: grid;
  place-items: center;
  gap: 12px;
  text-align: center;
}
.area-btn span {
  color: #3f2942;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: center;
  grid-template-columns: 24px auto;
  gap: 10px;
}
.area-btn span::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../assets/img/email.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  background-image: url(../../assets/img/selo.svg);
  background-position: center;
}

.btn {
  border-radius: 50px;
  background: linear-gradient(90deg, #01db5a 0%, #2fb164 51.06%, #04d85a 100%);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  padding: 16px;
  text-align: center;
  border-radius: 50px;
  border-bottom: 4px #027431 solid;
  transition: all 0.2s;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: center;
  grid-template-columns: 24px auto;
  justify-content: center;
}
.btn::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../assets/img/email.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  background-image: url(../../assets/img/carrinho.svg);
}
.btn:hover {
  transform: scale(1.03);
  box-shadow: 12px 4px 16px 0px rgba(0, 0, 0, 0.492);
}

header {
  padding: 10px 0;
  background: #64416d;
}
header a {
  font-size: 20px;
  color: #fff;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: center;
}
@media (max-width: 900px) {
  header a {
    font-size: 16px;
  }
}
header a:hover {
  text-decoration: underline;
}
header a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../assets/img/email.svg);
  background-repeat: no-repeat;
  background-position: center;
}

main {
  padding: 40px 0 100px;
  background: url(../../assets/img/bg.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 900px) {
  main {
    padding: 40px 0;
    background-position: center;
  }
}
main .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 80px;
  align-items: center;
}
@media (max-width: 900px) {
  main .container {
    grid-template-columns: repeat(1, 1fr);
    background: rgba(255, 255, 255, 0.6156862745);
    box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 12px;
  }
}
main figure img {
  margin: 0 auto;
}
@media (max-width: 900px) {
  main figure {
    grid-row: 2;
  }
}
main ul {
  margin-bottom: 40px;
}
main h1,
main li {
  color: #64416d;
}
main h1 {
  margin-bottom: 16px;
  font-size: 30px;
}
@media (max-width: 900px) {
  main h1 {
    font-size: 20px;
  }
}
main li {
  font-size: 20px;
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: center;
}
@media (max-width: 900px) {
  main li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
main li::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../assets/img/email.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../assets/img/check.svg);
}
main h2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 24px;
}

.faixa_list {
  background: #64416d;
  padding: 32px;
  display: flex;
  justify-content: space-evenly;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .faixa_list {
    justify-content: flex-start;
  }
}
.faixa_list li {
  color: #fff;
  font-size: 20px;
  max-width: 25ch;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: center;
}

.about {
  background: #eee;
  display: grid;
  grid-template-columns: 400px auto;
  justify-content: center;
  gap: 30px 80px;
  align-items: center;
}
@media (max-width: 900px) {
  .about {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about .desc {
  color: #000;
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
}
.about p {
  font-size: 16px;
  color: #575757;
  margin-bottom: 20px;
}

.ingredients {
  background: url(../../assets/img/ing.png);
  padding-bottom: 64px;
}
.ingredients .title {
  color: #fff;
  text-align: center;
}
.ingredients ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 64px 32px;
  margin-bottom: 40px;
}
.ingredients ul li {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.ingredients ul li img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 24px;
}
.ingredients ul li h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #3f2942;
}
.ingredients ul li p {
  color: #64416d;
  line-height: 1.5;
  font-size: 16px;
}
.ingredients ul li:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
@media (min-width: 900px) {
  .ingredients ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ingredients .area-btn {
  margin: 0 auto;
}
.ingredients .area-btn span {
  color: #fff;
}

.benefits .title {
  margin-bottom: 32px;
}
.benefits p {
  color: rgba(17, 17, 17, 0.6);
  max-width: 45ch;
  margin-bottom: 46px;
}
@media (max-width: 900px) {
  .benefits p {
    font-size: 18px;
  }
}
.benefits .comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  z-index: 101;
  padding: 40px 80px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 80px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 900px) {
  .benefits .comparison {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
.benefits .comparison::before {
  content: "VS";
  position: absolute;
  color: #3f2942;
  font-size: 64px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  background: #fff;
  padding: 0 20px;
  border-radius: 4px;
  box-shadow: 4px 4px 80px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
@media (max-width: 900px) {
  .benefits .comparison::before {
    display: none;
  }
}
.benefits .comparison > div {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: all 0.3s ease;
}
.benefits .comparison > div:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.benefits .comparison > div img {
  display: block;
  margin: 0 auto 20px;
  width: 120px;
  height: 120px;
}
@media (max-width: 900px) {
  .benefits .comparison > div img {
    height: 145px;
  }
}
.benefits .comparison > div .name {
  color: #111;
  font-size: 28px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.benefits .comparison > div li {
  margin-bottom: 16px;
  color: rgba(17, 17, 17, 0.7);
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .benefits .comparison > div li {
    font-size: 16px;
  }
}
.benefits .comparison > div li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-size: cover;
}
.benefits .comparison .god {
  background: linear-gradient(145deg, #eef2f7, #ffffff);
  border: 2px solid #4caf50;
}
.benefits .comparison .god .content {
  text-align: left;
}
.benefits .comparison .god li::before {
  background-image: url(../../assets/img/checkverde.svg);
}
.benefits .comparison .bad {
  background: linear-gradient(145deg, #f2e9e9, #ffffff);
  border: 2px solid #ef4c23;
}
.benefits .comparison .bad img {
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits .comparison .bad .content {
  border-left: 0;
  text-align: left;
}
@media (max-width: 900px) {
  .benefits .comparison .bad .content {
    border-left: none;
  }
}
.benefits .comparison .bad li::before {
  background-image: url(../../assets/img/x.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.benefits .area-btn {
  margin-top: 42px;
}

.comentarios {
  position: relative;
  overflow: hidden;
  background: url(../../assets/img/depoimentos.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1000px) {
  .comentarios {
    padding: 40px 0;
  }
}
.comentarios .title {
  text-align: center;
  margin: 0 auto 48px;
  color: #fff;
}
.comentarios ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 900px) {
  .comentarios ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.comentarios ul li {
  border-radius: 20px;
  border: 1px rgba(47, 27, 82, 0.2);
  padding: 40px;
  background: #fff;
  display: grid;
  gap: 16px;
}
@media (max-width: 900px) {
  .comentarios ul li {
    padding: 12px;
  }
}
.comentarios ul h3 {
  font-size: 24px;
  color: #64416d;
}
.comentarios ul p {
  font-size: 20px;
}
.comentarios ul .people {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 12px;
}
@media (max-width: 900px) {
  .comentarios ul .people {
    grid-template-columns: 50px 1fr;
  }
}
.comentarios ul .people strong {
  margin-bottom: 4px;
  font-size: 24px;
  color: #64416d;
  font-weight: 600;
}
@media (max-width: 900px) {
  .comentarios ul .people strong {
    font-size: 18px;
  }
}
.comentarios ul .people > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .comentarios ul .people > img {
    width: 50px;
    height: 50px;
  }
}

.promo-banner {
  background: #d16626 !important;
  border-top: 4px solid #b9591f;
  position: relative;
  margin-bottom: 90px !important;
}
@media (max-width: 900px) {
  .promo-banner {
    margin-bottom: 60px !important;
  }
}
.promo-banner * {
  font-family: "Roboto Condensed", sans-serif;
}
.promo-banner h2 {
  font-size: 2.5rem !important;
  max-width: 30ch !important;
  line-height: 1;
  margin-bottom: 12px !important;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 900px) {
  .promo-banner h2 {
    font-size: 7.7vw !important;
  }
}
.promo-banner b {
  font-size: 54px;
  color: #ffff00;
  display: block;
  text-align: center;
}
@media (max-width: 900px) {
  .promo-banner b {
    font-size: 36px;
  }
}
.promo-banner .g-arrow {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  height: 60px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background: #d16626;
  border-top: none !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: -59px;
}
@media (max-width: 900px) {
  .promo-banner .g-arrow {
    height: 50px;
    bottom: -49px;
  }
}

.area-kits.al {
  margin-bottom: 40px;
}
.area-kits * {
  font-family: "Roboto Condensed", sans-serif;
}
.area-kits.a2 ul {
  margin-bottom: 80px;
}
@media (max-width: 900px) {
  .area-kits {
    padding: 20px 0;
  }
}
.area-kits .container {
  width: 98%;
}
.area-kits .container .title {
  text-align: center;
  margin-bottom: 8px;
}
.area-kits .container > p {
  text-align: center;
  margin-bottom: 48px;
  font-size: 20px;
  margin-bottom: 20px;
}
.area-kits .container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .area-kits .container ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.area-kits .container ul a {
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: all 0.6s;
  border: 3px solid #b7b7b7;
}
.area-kits .container ul a:hover {
  transform: scale(1.05);
}
@media (max-width: 900px) {
  .area-kits .container ul a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.area-kits .container ul a .header {
  text-transform: uppercase;
  font-size: 24px;
  width: 100%;
  color: #fff;
  padding: 6px;
  line-height: 1;
}
@media (max-width: 900px) {
  .area-kits .container ul a .header {
    grid-column: -1/1;
    font-size: 18px;
  }
}
.area-kits .container ul a .main {
  padding: 16px 12px 0;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main {
    padding: 16px 0px;
  }
}
.area-kits .container ul a .main strong {
  font-size: 44px;
  font-weight: 700;
  display: block;
  color: #436067;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main strong {
    font-size: 33px;
  }
}
@media (max-width: 370px) {
  .area-kits .container ul a .main strong {
    font-size: 28px;
  }
}
.area-kits .container ul a .main .days {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .days {
    font-size: 25px;
  }
}
@media (max-width: 370px) {
  .area-kits .container ul a .main .days {
    font-size: 20px;
  }
}
.area-kits .container ul a .main .area-img {
  position: relative;
}
.area-kits .container ul a .main .area-img .save {
  position: absolute;
  z-index: 10;
  width: 80px;
  display: flex;
  border-radius: 50%;
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  border: 2px solid #fd9db8;
  height: 80px;
  background: #ff0000;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .area-img .save {
    width: 60px;
    height: 60px;
    top: initial;
    bottom: 0px;
  }
}
.area-kits .container ul a .main .area-img .save b {
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 1px 1px #000;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .area-img .save b {
    font-size: 16px;
  }
}
.area-kits .container ul a .main img {
  height: 190px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main img {
    height: auto;
  }
}
.area-kits .container ul a .price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #436067;
}
@media (max-width: 900px) {
  .area-kits .container ul a .price {
    font-size: 14px;
  }
}
.area-kits .container ul a .price strong {
  color: #436067;
  font-size: 88px;
}
@media (max-width: 900px) {
  .area-kits .container ul a .price strong {
    font-size: 78px;
  }
}
@media (max-width: 370px) {
  .area-kits .container ul a .price strong {
    font-size: 50px;
  }
}
.area-kits .container ul a ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  text-align: left;
  gap: 4px;
  margin-bottom: 12px;
}
.area-kits .container ul a ul li {
  display: grid;
  grid-template-columns: 20px 1fr;
  font-size: 20px;
  margin-left: 20px;
  font-weight: bold;
  gap: 8px;
  line-height: 1;
}
@media (max-width: 900px) {
  .area-kits .container ul a ul li {
    font-size: 18px;
    display: flex;
    gap: 8px;
    margin-left: 0;
  }
}
@media (max-width: 370px) {
  .area-kits .container ul a ul li {
    font-size: 14px;
  }
}
.area-kits .container ul a ul li span {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}
@media (max-width: 900px) {
  .area-kits .container ul a ul li span {
    width: 14px;
    height: 14px;
    font-size: 10px;
  }
}
.area-kits .container ul a .footer {
  padding: 0 12px 20px;
}
@media (max-width: 900px) {
  .area-kits .container ul a .footer {
    padding: 0 10px 20px;
  }
}
.area-kits .container ul a .footer button {
  position: relative;
}
.area-kits .container ul a .footer .cursor {
  position: absolute;
  width: 60px;
  transform: rotate(-20deg);
  right: 0;
  z-index: 10;
  top: 20px;
  animation: scrollClick 2.5s ease-in-out infinite;
  transform-origin: center center;
}
@media (max-width: 900px) {
  .area-kits .container ul a .footer .cursor {
    width: 30px;
  }
}
@keyframes scrollClick {
  0% {
    transform: translateY(0) rotate(-20deg) scale(1);
  }
  20% {
    transform: translateY(10px) rotate(-20deg) scale(1);
  }
  40% {
    transform: translateY(10px) rotate(-20deg) scale(0.95);
  }
  50% {
    transform: translateY(10px) rotate(-20deg) scale(1);
  }
  70% {
    transform: translateY(0) rotate(-20deg) scale(1);
  }
  100% {
    transform: translateY(0) rotate(-20deg) scale(1);
  }
}
.area-kits .container ul a .footer .button {
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 8px;
}
.area-kits .container ul a .footer .bandeiras {
  width: 70%;
  margin: 0 auto 12px;
}
@media (max-width: 900px) {
  .area-kits .container ul a .footer .bandeiras {
    width: 100%;
  }
}
.area-kits .container ul a .footer .valores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.area-kits .container ul a .footer .valores * {
  font-size: 26px;
  color: #1b1311;
}
@media (max-width: 900px) {
  .area-kits .container ul a .footer .valores * {
    font-size: 21px;
  }
}
.area-kits .container ul a .footer .valores s {
  text-decoration: line-through;
  text-decoration-color: red;
}
.area-kits .container ul a .footer .valores span {
  font-weight: bold;
}
.area-kits .container ul .best-option a {
  border-color: #64416d;
}
.area-kits .container ul .best-option .main strong {
  color: #64416d;
}
.area-kits .container ul .best-option .price {
  color: #64416d !important;
}
.area-kits .container ul .best-option .price strong {
  color: #64416d;
}
.area-kits .container ul .best-option a {
  background: #fffcc3;
}
@media (max-width: 900px) {
  .area-kits .container ul .best-option {
    grid-row: 1;
  }
  .area-kits .container ul .k3 {
    grid-row: 2;
  }
}
.area-kits .container .infos {
  display: grid;
  place-items: center;
  margin-top: 30px;
  gap: 8px;
}
.area-kits .container .infos .aval {
  display: flex;
  align-items: center;
  gap: 4px;
}
.area-kits .container .infos .aval strong {
  color: #175fc4;
}
.area-kits .container .infos * {
  font-size: 24px;
  color: #111;
}

.guarantee {
  background-color: #64416d;
  background-image: url(/assets/img/garant-img.png);
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 900px) {
  .guarantee {
    background-position: top;
  }
}
.guarantee .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px 80px;
}
@media (max-width: 900px) {
  .guarantee .container {
    flex-wrap: wrap;
    text-align: center;
  }
}
.guarantee .container img {
  max-width: 300px;
}
.guarantee .container .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 16px;
}
.guarantee .container p {
  font-size: 16px;
  color: #c3c3c3;
  max-width: 50ch;
}

@media (max-width: 1000px) {
  .faq {
    padding: 40px 0;
  }
}
.faq .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq .title {
  text-align: center;
  margin: 0 auto 48px;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.faq .accordion {
  max-width: 1008px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  margin-bottom: 48px;
}
.faq .item {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.faq .item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.faq .item .header {
  border: 1px solid #64416d;
  cursor: pointer;
  display: flex;
  background: linear-gradient(90deg, #ffeff1, #f9f4f7);
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  transition: background 0.3s ease;
}
.faq .item .header:hover {
  background: #3f2942;
}
.faq .item .header:hover p {
  color: #fff;
}
@media (max-width: 900px) {
  .faq .item .header {
    padding: 16px;
  }
}
.faq .item .header p {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  color: #333;
}
@media (max-width: 900px) {
  .faq .item .header p {
    font-size: 18px;
  }
}
.faq .item .header::after {
  content: "+";
  transition: all 0.4s ease;
  font-size: 28px;
  font-weight: 400;
  color: #3f2942;
}
.faq .item .body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 12px;
}
.faq .item .body p,
.faq .item .body li {
  font-size: 18px;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .faq .item .body p,
  .faq .item .body li {
    font-size: 16px;
  }
}
.faq .item .body li {
  list-style: "✔";
  margin-left: 20px;
  color: #555;
}
.faq .item .body img {
  margin: 20px auto;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.faq .item.active .header::after {
  content: "-";
  color: #fff;
}
.faq .item.active .body {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 600px;
  overflow: auto;
}

footer {
  background: var(--gradient, linear-gradient(270deg, #64416d 0%, #d55c7e 100%));
  padding-top: 40px;
}
footer .data_footer .container .rotulo img {
  margin: 0 auto 48px;
}
footer .data_footer .container h2 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 12px;
}
@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;
  color: #fff;
}
@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;
  color: #fff;
}
@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;
  color: #fff;
}
footer .data_footer .container ul li a {
  color: currentColor;
}
@media (max-width: 1000px) {
  footer .data_footer .container ul li {
    font-size: 12px;
  }
}
footer .data_footer .container .disclaimer {
  background: #fff;
  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: #3f2942;
  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;
  }
}

.testimonials {
  background: #64416d;
}
.testimonials .title {
  color: #fff;
}
.testimonials .title * {
  color: #fff !important;
}
.testimonials .testimonials_swiper .swiper-slide {
  height: auto;
  display: flex;
}
.testimonials .testimonials_swiper .swiper-wrapper {
  align-items: stretch;
}
.testimonials .slider_arrows {
  display: flex;
  gap: 12px;
}
.testimonials .slider_arrow {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6235294118);
  border: 1px solid rgba(100, 65, 109, 0.5607843137);
  box-shadow: 0 6px 18px rgba(100, 65, 109, 0.5607843137);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.testimonials .slider_arrow svg {
  width: 18px;
  height: 18px;
}
.testimonials .slider_arrow circle {
  display: none;
}
.testimonials .slider_arrow path {
  fill: none;
  stroke: #3f2942;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.testimonials .slider_arrow:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 10px 24px rgba(100, 65, 109, 0.5607843137));
}
.testimonials .slider_arrow:disabled, .testimonials .slider_arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  filter: none;
}
.testimonials .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.testimonials .testimonials_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.testimonials .testimonials_heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testimonials .testimonials_heading .title {
  margin: 0;
}
.testimonials .testimonials_rating {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 900px) {
  .testimonials .testimonials_rating img {
    max-width: 100px;
  }
}
.testimonials .testimonials_rating span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6235294118);
}
@media (max-width: 900px) {
  .testimonials .testimonials_rating span {
    font-size: 14px;
  }
}
.testimonials .testimonials_rating_stars {
  display: inline-flex;
  align-items: center;
}
.testimonials .testimonials_rating_stars img {
  width: 158px;
  height: auto;
}
.testimonials .testimonials_swiper {
  width: 100%;
  padding-bottom: 8px;
}
.testimonials .testimonial_card {
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.6235294118);
  border-radius: 28px;
  border: 1px solid rgba(27, 95, 138, 0.12);
  overflow: hidden;
}
.testimonials .testimonial_card__media {
  flex: 0 0 40%;
  background: rgba(255, 255, 255, 0.6235294118);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .testimonial_card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testimonial_card__body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
}
.testimonials .testimonial_card__stars {
  display: inline-flex;
}
.testimonials .testimonial_card__stars img {
  width: 148px;
  height: auto;
}
.testimonials .testimonial_card blockquote {
  font-size: 16px;
  line-height: 1.6;
}
.testimonials .testimonial_card__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.testimonials .testimonial_card__footer strong {
  font-size: 16px;
}
.testimonials .testimonial_card__footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #64416d;
}
.testimonials .testimonial_card__footer span img {
  width: 18px;
  height: 18px;
}
.testimonials .testimonials_cta {
  margin: 0 auto;
  max-width: 300px;
}
@media (max-width: 1024px) {
  .testimonials .testimonial_card {
    flex-direction: column;
  }
  .testimonials .testimonial_card__media {
    flex: 0 0 auto;
    height: 360px;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials_header {
    align-items: flex-start;
  }
  .testimonials .testimonial_card__body {
    padding: 24px;
  }
  .testimonials .testimonial_card blockquote {
    font-size: 16px;
  }
  .testimonials .testimonials_cta {
    width: 100%;
  }
}

.bonus {
  border-top: 1px solid #fff;
}
.bonus .title {
  text-align: center;
  max-width: 30ch;
  margin: 0 auto 24px;
  font-size: 1.875rem;
}
.bonus .title u {
  text-decoration: underline;
}
.bonus ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  text-align: left;
}
@media (max-width: 900px) {
  .bonus ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bonus ul .card {
  background: #fdfafa;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 6px;
  text-align: center;
}
.bonus ul .card img {
  height: 300px;
  margin: 0 auto;
}
.bonus ul .card .bn {
  width: 100%;
  background: #eaebeb;
  color: #64416d;
  padding: 16px;
}
.bonus ul .card .bn u {
  color: #64416d;
  text-decoration: underline;
}
.bonus ul .area-preco {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.bonus ul .area-preco * {
  font-size: 24px;
}
.bonus ul .area-preco s {
  text-decoration: line-through;
  text-decoration-color: red;
}
.bonus ul .area-preco b {
  color: #18c45d;
}
.bonus ul p {
  font-size: 20px;
}
@media (max-width: 900px) {
  .bonus ul p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */