:root {
  --primary-color: #779947;
  --secondary-color: #f37a02;
  --third-color: #a3d063;
  --fourth-color: #ffc107;
  --primary-color-light: #8cb158;
  --primary-color-dark: #617d3a;
  --secondary-color-light: #fd8e21;
  --secondary-color-dark: #cb6602;
  --contrast-color: yellow;
  --text-color: black;
  --light-color: #eaf0e3;
}

* {
  transition: 0.2s;
}

html {
  font-size: 18px;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

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

figure {
  margin-bottom: 0;
}

iframe {
  display: block;
}

h2 {
  font-weight: 900;
}

.container {
  max-width: 1200px;
}

@media (max-width: 499px) {
  .navbar-brand {
    max-width: 160px;
  }
}

.navbar {
  background-color: var(--primary-color) !important;
}

header .navbar-nav a {
  color: white;
}

header .navbar-nav a:hover {
  color: var(--primary-color);
  background-color: white;
}

.card {
  position: relative;
  width: 100%;
  height: 400px;
  background: var(--primary-color);
  border-radius: 20px;
  border-top-left-radius: 70px;
}
@media (max-width: 991px) {
  .card {
    margin-bottom: 30px;
  }
}
.card .number {
  position: absolute;
  opacity: 0.05;
  color: black;
  font-weight: 900;
  font-size: 20em;
  right: 0;
  top: -0.25em;
}
.card .box {
  position: absolute;
  inset: 10px;
  background-image: linear-gradient(to bottom, var(--primary-color-light), var(--primary-color-dark));
  border-radius: 10px;
  border-top-left-radius: 50%;
}
.card .box .icon {
  position: absolute;
  width: 140px;
  height: 140px;
  background: var(--primary-color);
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition: 0.5s;
}
.card .box .icon::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border-top-left-radius: 30px;
  box-shadow: -5px -5px 0 5px var(--primary-color);
}
.card .box .icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-top-left-radius: 30px;
  box-shadow: -5px -5px 0 5px var(--primary-color);
}
.card .box .icon .iconbox {
  position: absolute;
  inset: 10px;
  background: var(--primary-color-dark);
  border-radius: 50%;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  overflow: hidden;
}
.card .box .icon .iconbox i {
  font-size: 4rem;
  color: var(--contrast-color);
  --ionicon-stroke-width: 20px;
}
.card .box .icon .iconbox img {
  filter: invert(1);
  max-width: 60%;
}
.card .box .content {
  position: absolute;
  top: 150px;
  padding: 20px;
  text-align: center;
}
.card .box .content h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.12);
}
.card .box .content p {
  color: #fff;
  font-size: 0.95rem;
  margin: 0 0 10px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.12);
}
.card .box .content a {
  background: var(--primary-color);
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.5s;
}
.card .box .content a:hover {
  letter-spacing: 0.2rem;
}

.golden-btn {
  display: inline-block;
  outline: none;
  font-size: 1.5em;
  font-weight: 700;
  box-sizing: border-box;
  border: none;
  border-radius: 0.3em;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px rgb(139, 66, 8), inset 0 -1px 1px 3px rgb(250, 227, 133);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: #000000;
  text-shadow: 0 2px 2px rgb(250, 227, 133);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
  text-decoration: none;
  margin: 0 auto;
  display: table;
}
@media (max-width: 991px) {
  .golden-btn {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0.5em 1em;
    text-align: center;
  }
}
.golden-btn:focus, .golden-btn:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250, 227, 133);
  border: 1px solid rgba(165, 93, 7, 0.6);
}
.golden-btn:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250, 227, 133);
}

#about {
  min-height: 500px;
  position: relative;
}
@media (max-width: 991px) {
  #about {
    overflow: hidden;
    padding-bottom: 250px !important;
  }
}
#about .container {
  min-height: 500px;
}
@media (max-width: 991px) {
  #about {
    min-height: 700px;
  }
  #about .container {
    min-height: 700px;
  }
}
#about .img-woman {
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: -54px;
  right: -51px;
}
@media (max-width: 991px) {
  #about .img-woman {
    bottom: -262px;
  }
}

#benefits {
  position: relative;
}
#benefits::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 100px;
  background: url("/assets/pages/pg/img/vetor-bg3.png") center center no-repeat;
  opacity: 0.4;
}
@media (max-width: 991px) {
  #benefits::after {
    display: none;
  }
}
#benefits::before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 67px;
  height: 148px;
  background: url("/assets/pages/pg/img/vetor-bg5.png") center center no-repeat;
}
@media (max-width: 991px) {
  #benefits::before {
    display: none;
  }
}
#benefits .vetor1 {
  position: absolute;
  top: 38%;
  left: 0;
}
#benefits .vetor2 {
  position: absolute;
  bottom: -300px;
  right: 0;
  opacity: 0.4;
  z-index: -1;
}
#benefits .vetor3 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: -1;
}
#benefits h2 {
  color: var(--primary-color);
}
#benefits .image-benefits {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 10px;
  box-shadow: 6px 6px var(--secondary-color);
}
#benefits .image-benefits::before, #benefits .image-benefits::after {
  content: "";
  height: 80px;
  width: 80px;
  border: 3px solid var(--third-color);
  position: absolute;
  top: -1em;
  left: 1em;
  border-radius: 0.5em;
}
#benefits .image-benefits::after {
  height: 40px;
  width: 40px;
  top: 2.2em;
  left: 0.6em;
  border-color: var(--secondary-color-light);
}
@media (max-width: 991px) {
  #benefits .image-benefits {
    margin-bottom: 30px;
  }
}
#benefits .image-benefits img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#benefits .text-but-now {
  font-size: 40px;
  color: var(--secondary-color);
  font-weight: 700;
  margin: 0;
}
#benefits .check-list {
  background: var(--primary-color);
  padding: 30px 0;
  max-width: 900px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
  border-top-left-radius: 70px;
  border: solid 10px var(--primary-color-dark);
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.12);
}
#benefits .check-list .col-lg-6 {
  margin-bottom: 15px;
}
#benefits .check-list i {
  font-size: 20px;
}
#benefits .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
@media (max-width: 782px) {
  #benefits .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 485px) {
  #benefits .grid {
    grid-template-columns: 1fr;
  }
}
#benefits .grid .card {
  overflow: hidden !important;
  margin-bottom: 15px;
}
#benefits .grid .card h3 {
  text-transform: capitalize;
}
#benefits .grid .card.icon {
  display: block;
  overflow: visible !important;
  height: auto;
  background-color: white;
  padding: 2em;
  border: 4px solid #f1f1f1;
  border-bottom-color: var(--primary-color-light);
  text-align: center;
  margin: 0;
  border-radius: 20px;
}
@media (min-width: 782px) {
  #benefits .grid .card.icon:first-child {
    border-top-left-radius: 70px;
  }
  #benefits .grid .card.icon:nth-child(3) {
    border-top-right-radius: 70px;
  }
  #benefits .grid .card.icon:nth-child(4) {
    border-bottom-left-radius: 70px;
    border-top-color: var(--primary-color-light);
    border-bottom-color: #f1f1f1;
  }
  #benefits .grid .card.icon:nth-child(5) {
    border-top-color: var(--primary-color-light);
    border-bottom-color: #f1f1f1;
  }
  #benefits .grid .card.icon:last-child {
    border-bottom-right-radius: 70px;
    border-top-color: var(--primary-color-light);
    border-bottom-color: #f1f1f1;
  }
}
#benefits .grid .card.icon figure {
  max-width: 80px;
  margin: 0 auto 1em;
  text-align: center;
}
#benefits .grid .card.icon figure img {
  filter: invert(1) brightness(0.5) sepia(1) hue-rotate(0deg) saturate(10);
}
#benefits .grid .card.icon figure::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  border-radius: 200px;
  background-color: var(--contrast-color);
  margin-top: 0.5em;
}
#benefits .grid .card.icon p {
  font-weight: bold;
  font-size: 1.2em;
  color: var(--primary-color);
}

#transformation {
  overflow: hidden;
  background: var(--primary-color-dark);
  background: linear-gradient(90deg, var(--primary-color-dark) 22%, var(--primary-color-light) 100%);
  position: relative;
}
#transformation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 613px;
  height: 629px;
  background: url("/assets/pages/pg/img/vetor-bg2.png") center center no-repeat;
  z-index: 1;
}
#transformation h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1254901961);
}
#transformation .before-after .container {
  max-width: 433px;
  height: 868px;
}
#transformation .before-after .comparison {
  width: 100%;
  height: 90%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  margin-bottom: 30px;
}
#transformation .before-after figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#transformation .before-after .divisor {
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
#transformation .before-after .divisor::before, #transformation .before-after .divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
#transformation .before-after .divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
#transformation .before-after .divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
#transformation .before-after .handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
#transformation .before-after .handle::before, #transformation .before-after .handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
#transformation .before-after .handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
#transformation .before-after .handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
#transformation .before-after input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
#transformation .before-after input[type=range]:focus, #transformation .before-after input[type=range]:active {
  border: none;
  outline: none;
}
#transformation .before-after input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
#transformation .before-after input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
#transformation .arrows-slide {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
#transformation .arrows-slide i {
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}
#transformation .swiper-comparison {
  position: relative;
  z-index: 3;
}
#transformation .swiper-slide {
  max-width: 406px;
}

#works {
  background-image: url(../img/section-bg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#works h2 {
  color: var(--secondary-color);
}

#special-offer {
  background: var(--primary-color-dark);
  background: linear-gradient(90deg, var(--primary-color-dark) 22%, var(--primary-color-light) 100%);
  position: relative;
  border-top: 4px solid var(--third-color);
  border-bottom: 4px solid var(--third-color);
  box-shadow: 0 0 10px var(--contrast-color);
}
#special-offer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 600px;
  height: 100%;
  background: url("/assets/pages/pg/img/vetor-bg2.png") center center no-repeat;
  z-index: 1;
}
#special-offer .golden-btn {
  position: relative;
  z-index: 5;
}

#results {
  overflow: hidden;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  #results {
    padding-bottom: 0 !important;
  }
}
#results h2 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 30px;
}
#results h2 strong {
  color: var(--secondary-color);
}
#results .arrows-slide {
  display: flex;
  gap: 15px;
}
#results .arrows-slide i {
  font-size: 50px;
  color: var(--secondary-color);
  cursor: pointer;
}
#results .swiper-slide {
  border: solid 10px var(--primary-color);
  margin: 0 15px;
  border-radius: 10px;
}
#results .swiper-wrapper {
  width: 100%;
  max-height: 500px;
}
#results .swiper-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}
@media (min-width: 1800px) {
  #results .swiper-wrapper img {
    max-height: 391px;
    height: 391px;
  }
}

#prescription {
  background-image: url(../img/details-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#prescription h2 {
  font-size: 41px;
  color: var(--primary-color);
}
#prescription h2 strong {
  color: var(--secondary-color);
}
#prescription .card-product {
  padding: 20px;
  text-align: center;
}
#prescription .card-product p {
  margin: 0;
}
#prescription .card-product img {
  max-width: 100px;
}
#prescription hr {
  border-width: 4px;
  border-color: #dbdbdb;
  max-width: 50vw;
}
#prescription .check-list {
  display: grid;
  gap: 1em;
}
@media (min-width: 499px) {
  #prescription .check-list {
    grid-template-columns: 1fr 1fr;
  }
}
#prescription .check-list .box {
  background-color: white;
  border: 4px solid #f1f1f1;
  text-align: center;
}
#prescription .check-list i {
  font-size: 20px;
  color: var(--secondary-color);
}

#reviews {
  background: var(--primary-color-dark);
  background: linear-gradient(90deg, var(--primary-color-light) 22%, var(--primary-color-dark) 100%);
  position: relative;
}
#reviews::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 600px;
  height: 100%;
  background: url("/assets/pages/pg/img/vetor-bg.png") center center no-repeat;
  background-size: cover;
  z-index: 1;
}
#reviews h2 {
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.12);
  color: #fff;
}
#reviews .arrows-slide {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
#reviews .arrows-slide i {
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}
#reviews .review {
  background-color: #fff;
  max-width: 90%;
  padding: 20px;
  border-radius: 10px;
  height: 304px;
}
@media (max-width: 991px) {
  #reviews .review {
    height: auto;
  }
}
#reviews .review h6 {
  font-size: 25px;
  color: var(--text-color);
  font-weight: 700;
  margin: 15px 0;
}
#reviews .review p {
  font-size: 18px;
  font-style: italic;
}
#reviews .review .user {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
}

#text .part1 {
  position: relative;
  background: var(--secondary-color-dark);
  background: linear-gradient(90deg, var(--secondary-color-light) 10%, var(--secondary-color-dark) 100%);
  padding: 80px;
  border-radius: 10px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.12);
  color: #fff;
}
@media (max-width: 991px) {
  #text .part1 {
    padding: 30px;
    padding-bottom: 250px;
  }
}
#text .part1 h2,
#text .part1 p {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.12);
  color: #fff;
}
#text .part1 .woman2 {
  position: absolute;
  left: 0;
  max-width: 50%;
  bottom: 0;
}
@media (max-width: 991px) {
  #text .part1 .woman2 {
    right: 0;
    margin: 0 auto;
  }
}
#text .part2 {
  margin-top: 50px;
  padding: 80px 0;
  background: var(--primary-color-dark);
  background: linear-gradient(90deg, var(--primary-color-light) 22%, var(--primary-color-dark) 100%);
  position: relative;
  position: relative;
}
#text .part2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 613px;
  height: 629px;
  background: url("/assets/pages/pg/img/vetor-bg.png") center center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 991px) {
  #text .part2::after {
    display: none;
  }
}
#text .part2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 7%;
  width: 575px;
  height: 510px;
  background: url("/assets/pages/pg/img/vetor-bg10.png") center center no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  #text .part2 {
    padding-bottom: 0 !important;
  }
}
#text .part2 h2 {
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1254901961);
}
#text .part2 p {
  font-size: 18px;
  position: relative;
  z-index: 4;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1254901961);
  color: #fff;
  max-width: 600px;
}
#text .part2 ul {
  background: var(--secondary-color-dark);
  background: linear-gradient(90deg, var(--secondary-color-light) 10%, var(--secondary-color-dark) 100%);
  max-width: 550px;
  padding: 20px;
  border-radius: 10px;
}
#text .part2 ul li {
  margin-left: 20px;
  list-style: none;
  margin-bottom: 15px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1254901961);
  color: #fff;
  font-weight: 700;
}
#text .part2 ul li i {
  font-size: 25px;
}
#text .part2 .woman3 {
  max-height: 800px;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
@media (max-width: 991px) {
  #text .part2 .woman3 {
    position: relative;
    max-height: 400px;
    display: flex;
    margin: 0 auto;
  }
}

#why-choose h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  #why-choose h2 {
    font-size: 20px;
  }
}
#why-choose h2 strong {
  color: var(--fourth-color);
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1254901961);
}
#why-choose .content {
  background: var(--primary-color-dark);
  background: linear-gradient(90deg, var(--primary-color-light) 22%, var(--primary-color-dark) 100%);
  padding: 50px;
  border-radius: 10px;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  #why-choose .content {
    padding: 30px;
  }
}

#faq {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color-light));
}
@media (max-width: 991px) {
  #faq {
    padding-top: 30px;
  }
}
#faq h2.title-section {
  text-align: center;
  margin-bottom: 30px;
  color: white;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1254901961);
}
#faq .accordion-item {
  border: none;
}
#faq .accordion-button {
  font-weight: 700;
}
#faq .accordion-button:not(.collapsed) {
  background-color: var(--primary-color-dark);
  color: #fff;
  border: 0;
  font-weight: 700;
}
#faq .accordion-button:focus {
  box-shadow: none;
}
#faq h6 {
  margin: 30px 0;
  text-align: center;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1254901961);
}