* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Poppins", sans-serif;
  color: #9c707e;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 900px) {
  br {
    display: none;
  }
}
img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

header {
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  align-items: center;
  background: repeating-linear-gradient(90deg, rgba(255, 0, 0, 0.1019607843) 0 1px, rgba(0, 0, 0, 0) 1px 10px), repeating-linear-gradient(rgba(255, 0, 0, 0.1019607843) 0 1px, rgba(0, 0, 0, 0) 1px 10px), linear-gradient(90deg, #b83746 0%, #ea8386 29.81%, #b83746 60.58%, #ea8386 100%);
}
header span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #ffd5d6;
}
header span b {
  color: #fff;
  letter-spacing: 2.4px;
}

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

.btn {
  border-radius: 100px;
  border: 2px solid #f7bdb2;
  background: linear-gradient(180deg, #d46467 0%, #841b3b 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  display: inline-block;
  width: 100%;
  max-width: 430px;
  text-transform: uppercase;
}
.btn:hover {
  background: linear-gradient(180deg, #d46467 0%, #841b3b 100%);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

h1,
.title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #841b3b;
}
@media (max-width: 900px) {
  h1,
  .title {
    font-size: 32px;
  }
}
h1 i,
.title i {
  background: var(--linear-rosa, linear-gradient(180deg, #841b3b 0%, #d46467 100%));
  font-weight: normal;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sobre .title,
.is_this_you .title,
.ingredients .title,
.depoimentos .title {
  font-family: "Montserrat", sans-serif;
}
.sobre .title i,
.is_this_you .title i,
.ingredients .title i,
.depoimentos .title i {
  background: none;
  color: #d46467;
  -webkit-text-fill-color: #d46467;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.eyebrow {
  display: block;
  color: #865564;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

p {
  line-height: 1.4;
  font-size: 18px;
}
p b {
  color: #841b3b;
}

.hero {
  background: url(../../assets/img/bg.webp) no-repeat center;
  background-size: cover;
}
@media (max-width: 900px) {
  .hero {
    background: url(../../assets/img/bg-mobile.webp) no-repeat;
    background-size: cover;
  }
}
.hero .container {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
@media (max-width: 900px) {
  .hero .container {
    min-height: 100vh;
    align-items: flex-start;
    padding-top: 30px;
  }
}
.hero .container .content {
  max-width: 550px;
}
.hero .container .content .rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.hero .container .content .rating span {
  font-size: 16px;
  font-weight: 500;
  color: #d46467;
  line-height: 140%;
}
@media (max-width: 900px) {
  .hero .container .content .rating span {
    font-size: 14px;
  }
}
.hero .container .content h1 {
  margin-bottom: 16px;
}
.hero .container .content p {
  margin-bottom: 32px;
}

.divisor {
  background: linear-gradient(90deg, #b83746 0%, #ea8386 29.81%, #b83746 60.58%, #ea8386 100%);
}
.divisor .container {
  display: flex;
  padding: 24px 0;
  justify-content: space-between;
  align-items: center;
}
.divisor .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.divisor .item p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
.divisor .sep {
  width: 1px;
  height: 74px;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 900px) {
  .divisor .container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
    gap: 40px;
    padding: 24px;
    scrollbar-width: none;
  }
  .divisor .container::-webkit-scrollbar {
    display: none;
  }
  .divisor .item {
    scroll-snap-align: center;
    flex-shrink: 0;
  }
  .divisor .sep {
    display: none;
  }
}

.sobre {
  background: url(../../assets/img/bg-sobre.webp) no-repeat center top;
  background-size: cover;
  padding: 180px 0 80px;
}
.sobre .card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 80px;
  gap: 64px;
  border-radius: 16px;
  border: 1px solid #f2b2ad;
  background: linear-gradient(114deg, #fff2ee 26.21%, #fffaf9 48.51%, #fff2ee 76.92%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.sobre .card .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sobre .row {
  display: flex;
  align-items: center;
  gap: 64px;
}
.sobre .row img {
  width: 50%;
  border-radius: 16px;
}
.sobre .row .content {
  flex: 1;
}
.sobre .about {
  display: block;
  color: #865564;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 21.12px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.sobre .title {
  margin-bottom: 24px;
}
.sobre p {
  color: #865564;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.sobre p + p {
  margin-top: 24px;
}
.sobre p b {
  color: #865564;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 900px) {
  .sobre {
    background: #fff;
    padding: 80px 0 40px;
  }
  .sobre .card {
    padding: 80px 32px 32px;
  }
  .sobre .row {
    flex-direction: column;
  }
  .sobre .row img {
    width: 100%;
  }
  .sobre .row:last-child {
    flex-direction: column-reverse;
  }
}

.is_this_you {
  background: url(../../assets/img/bg-isthisyou.webp) no-repeat center;
  background-size: cover;
}
.is_this_you .container {
  display: flex;
  align-items: center;
  height: 830px;
}
.is_this_you .content {
  max-width: 550px;
}
.is_this_you .title {
  margin-bottom: 24px;
}
.is_this_you .checks {
  margin-bottom: 32px;
}
.is_this_you .checks li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f2b2ad;
}
.is_this_you .checks li:last-child {
  border: none;
}
.is_this_you .checks li img {
  width: 26px;
  flex-shrink: 0;
}
.is_this_you .checks li p {
  font-family: "Montserrat", sans-serif;
  color: #9c707e;
  line-height: 28px;
}
@media (max-width: 900px) {
  .is_this_you {
    background: url(../../assets/img/bg-isthisyou-mobile.webp) no-repeat bottom;
    background-size: cover;
  }
  .is_this_you .container {
    height: auto;
    align-items: flex-start;
    padding: 40px 0 480px;
  }
}

.ingredients {
  background: #fff2ee;
}
.ingredients .container {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  padding: 80px 0 80px;
}
.ingredients .texto {
  position: sticky;
  top: 80px;
  flex: 1;
}
.ingredients .texto p {
  color: #9c707e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin: 24px 0 32px;
}
.ingredients .lateral {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ingredients .card {
  display: flex;
  gap: 16px;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: radial-gradient(120% 100% at 50% 0%, #fce4dc 20%, #fff7f4 70%) padding-box, radial-gradient(120% 100% at 50% 0%, #f2b2ad 20%, #fff7f4 70%) border-box;
}
.ingredients .card img {
  width: 200px;
  align-self: flex-start;
  border-radius: 8px;
}
.ingredients .card h3 {
  color: #841b3b;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}
.ingredients .card p {
  color: #9c707e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 900px) {
  .ingredients .container {
    flex-direction: column;
    gap: 32px;
    padding: 60px 0;
  }
  .ingredients .texto {
    position: static;
  }
  .ingredients .lateral {
    gap: 0;
  }
  .ingredients .card {
    flex-direction: column;
  }
}

.text-testimonials {
  overflow: hidden;
  background-color: #fff2ee;
}
.text-testimonials span {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 272px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  background: linear-gradient(180deg, #fbe1d8 0%, #fff2ee 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.2px #FBE1D8;
}
@media (max-width: 900px) {
  .text-testimonials span {
    display: none;
  }
}

.depoimentos {
  background: #fff2ee;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.depoimentos .container {
  padding: 80px 0;
}
.depoimentos .eyebrow,
.depoimentos .title {
  text-align: center;
}
.depoimentos .disclaimer {
  text-align: center;
  color: #9c707e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin: 16px 0 32px;
}
.depoimentos .slider {
  position: relative;
}
.depoimentos .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.depoimentos .nav.prev {
  left: -20px;
}
.depoimentos .nav.next {
  right: -20px;
}
.depoimentos .nav img {
  width: 66px;
}
.depoimentos .viewport {
  overflow: hidden;
}
.depoimentos .track {
  display: flex;
  gap: 32px;
  transition: transform 0.4s ease;
}
.depoimentos .depo {
  flex: 0 0 calc((100% - 32px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 24px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
.depoimentos .depo .photo {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.depoimentos .depo .stars {
  width: 110px;
  align-self: flex-start;
  margin-bottom: -16px;
}
.depoimentos .depo p {
  color: #865564;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.depoimentos .depo .meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.depoimentos .depo .name {
  color: #841b3b;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 130%;
}
.depoimentos .depo .verified {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9c707e;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.depoimentos .depo .verified img {
  width: 20px;
}
@media (max-width: 900px) {
  .depoimentos .depo {
    flex: 0 0 100%;
  }
  .depoimentos .depo .photo {
    height: 400px;
  }
  .depoimentos .nav {
    top: 35%;
  }
  .depoimentos .nav.prev {
    left: -8px;
  }
  .depoimentos .nav.next {
    right: -8px;
  }
}

.frete {
  background: linear-gradient(90deg, #b83746 0%, #ea8386 29.81%, #b83746 60.58%, #ea8386 100%);
}
.frete .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 0;
}
.frete img {
  width: 212px;
  flex-shrink: 0;
}
.frete .title {
  color: #fbe1d8;
  margin-bottom: 8px;
}
.frete .title i {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}
.frete p {
  color: #fbe1d8;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 900px) {
  .frete .container {
    flex-direction: column;
    text-align: start;
    align-items: flex-start;
  }
}

.garantia {
  background: linear-gradient(90deg, #b83746 0%, #ea8386 29.81%, #b83746 60.58%, #ea8386 100%);
}
.garantia .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 20px 0;
}
.garantia img {
  width: 291px;
  height: 301px;
  flex-shrink: 0;
}
.garantia .title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.garantia p {
  color: #fbe1d8;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 900px) {
  .garantia .container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.faq {
  background: #fff2ee;
  border: 1px solid #f2b2ad;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.faq .container {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  padding: 80px 0;
}
.faq .content {
  flex: 1;
}
.faq .content .title {
  font-family: "Montserrat", sans-serif;
  margin: 24px 0;
}
.faq .content .title i {
  background: none;
  color: #841b3b;
  -webkit-text-fill-color: #841b3b;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}
.faq .content p {
  color: #865564;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
}
.faq .content .btn {
  color: #b83746;
  border-color: #f7bdb2;
  background: linear-gradient(90deg, #841b3b 0%, #d46467 13.46%, #eca39f 34.13%, #ffd3ca 50%, #f2b2ad 64.14%, #d46467 87.98%, #841b3b 100%);
}
.faq .list {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq details {
  padding: 20px 24px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.faq details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  color: #865564;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details summary img {
  transition: transform 0.3s;
}
.faq details[open] summary img {
  transform: rotate(180deg);
}
.faq details p {
  color: #865564;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .faq .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .faq .content {
    width: 100%;
  }
  .faq .content .title {
    margin: 16px 0 24px;
  }
  .faq .content .btn {
    display: block;
    max-width: 100%;
  }
  .faq .list {
    width: 100%;
  }
}

.footer {
  background: #fbe1d8;
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 0 0;
  max-width: 1007px;
}
.footer .brand {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.126px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #b83746 0%, #ea8386 29.81%, #b83746 60.58%, #ea8386 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
}
.footer nav a {
  color: #865564;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
.footer .card {
  width: 100%;
  padding: 24px 24px;
  text-align: center;
  border-radius: 20px;
  border-top: 1px solid #9c707e;
  -o-border-image: linear-gradient(90deg, #9c707e 80%, #9c707e 50%, #9c707e 80%) 1;
     border-image: linear-gradient(90deg, #9c707e 80%, #9c707e 50%, #9c707e 80%) 1;
}
.footer .card p {
  color: #9c707e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
.footer .copy {
  margin-top: 24px;
  padding: 32px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(90deg, #b83746 0%, #ea8386 29.81%, #b83746 60.58%, #ea8386 100%);
}
@media (max-width: 900px) {
  .footer .container {
    padding: 40px 24px 0;
    gap: 29px;
  }
}

.oferta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 80px 0;
}
.oferta .eyebrow {
  text-align: center;
  margin: 0;
}
.oferta .title {
  text-align: center;
  color: #b83746;
  font-family: "Montserrat", sans-serif;
}
.oferta .title i {
  background: none;
  color: #d46467;
  -webkit-text-fill-color: #d46467;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}
.oferta .sub {
  text-align: center;
  color: #865564;
  font-family: "Montserrat", sans-serif;
}
.oferta .cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.oferta .plan {
  position: relative;
  width: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 80px 24px 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.oferta .plan:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3));
  z-index: 2;
}
.oferta .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background: #f7bdb2;
  color: #841b3b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.oferta .top {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.oferta .top img {
  width: 45%;
  flex-shrink: 0;
}
.oferta .stars {
  width: 110px;
  margin-bottom: 8px;
}
.oferta .info {
  flex: 1;
}
.oferta .info h3 {
  color: #841b3b;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}
.oferta .info .supply {
  display: block;
  color: #865564;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}
.oferta .info .price {
  color: #d46467;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}
.oferta .info .price span {
  color: #9c707e;
  font-size: 14px;
  font-weight: 400;
}
.oferta .feats {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.oferta .feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  border: 1px solid #ededed;
  background: #fbe1d8;
  color: #9c707e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.oferta .feats li img {
  width: 24px;
  flex-shrink: 0;
}
.oferta .buy {
  width: 100%;
}
.oferta .cc {
  align-self: center;
  width: 280px;
}
.oferta .total {
  align-self: center;
  color: #d46467;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.oferta .total s {
  color: #6e7278;
  text-decoration-line: line-through;
  text-decoration-color: #d46467;
}
.oferta .total b {
  color: #d46467;
  font-weight: 700;
}
.oferta .featured {
  width: 454px;
  padding: 80px 24px 64px;
  background: linear-gradient(90deg, #b83746 0%, #ea8386 29.81%, #b83746 60.58%, #ea8386 100%);
  z-index: 1;
}
.oferta .featured .head {
  background: linear-gradient(270deg, #b8bdc7 0%, #f2f4f8 42.79%, #9ca3af 100%);
  font-size: 24px;
}
.oferta .featured .top img {
  width: 55%;
  height: 100%;
}
.oferta .featured .info h3,
.oferta .featured .info .supply,
.oferta .featured .info .price,
.oferta .featured .info .price span,
.oferta .featured .total,
.oferta .featured .total b,
.oferta .featured .total s {
  color: #fbe1d8;
}
.oferta .featured .total s {
  text-decoration-line: line-through;
  text-decoration-color: #fbe1d8;
}
.oferta .featured .feats li {
  background: #fff;
}
@media (max-width: 900px) {
  .oferta .cards {
    flex-direction: column;
  }
  .oferta .plan, .oferta .featured {
    width: 100%;
    max-width: 454px;
  }
  .oferta .featured {
    order: 1;
  }
  .oferta .plan:nth-child(3) {
    order: 2;
  }
  .oferta .plan:nth-child(1) {
    order: 3;
  }
}/*# sourceMappingURL=style.css.map */