@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Sora", sans-serif;
  padding-top: 75px;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

.top {
  background-color: #1f1f1f;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.top.scrolled {
  background-color: #1f1f1f;
  box-shadow: 0 1px 8px #000000;
}

.btn-compre {
  background-color: transparent;
  background-image: linear-gradient(160deg, #6C0000 0%, #D52F27 87%);
  background-size: 200%;
  background-position: left;
  transition: background-position .4s ease;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #6C0000;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: .3s;
}

.btn-compre:hover {
  background-position: right;
  border: 1px solid #D52F27;
  transition: .3s;
}

.btn-top {
  max-width: 290px;
}

.btn-main {
  height: 60px;
  max-width: 350px;
}

.top a {
  max-width: 290px;
  width: 100%;
}

.main {
  background: linear-gradient(90deg, #2f2d2d 29%, #1f1f1f 91%);
}

.main h2 {
  color: #d9a554;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  text-shadow: 0px 2px 3px #1a1a1a;
}

.main p {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.main svg {
  color: #dd0808;
  width: 25px;
  margin-right: 5px;
}

.line {
  background-color: #d9a554;
  border-top: 4px solid #e9ba70;
  border-bottom: 4px solid #e9ba70;
}

.line-item {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  gap: 10px;
}

.line-item svg {
  width: 40px;
  height: 40px;
}

.solucao {
  background-color: #EDE6E0;
}

.solucao h2,
.composicao h2,
.kits h2,
.faq h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: #2f2d2d;
}

.solucao h3,
.composicao h3,
.kits h3 {
  font-size: 19px;
  text-align: center;
  font-weight: 500;
  color: #000;
}

.solucao-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  background-color: #2f2d2d;
  border: 4px solid #EDE6E0;
  max-width: 700px;
  width: 100%;
  height: 565px;
  border-radius: 15px;
  padding: 35px;
}

.solucao-box img {
  flex-shrink: 0;
  border: 2px solid #d9a554;
  border-radius: 5px;
  width: 300px;
}

.main-box {
  border: 4px solid #2f2d2d;
  border-radius: 15px;
  max-width: 700px;
  width: 100%;
}

.title {
  color: #d9a554;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 1px 1px 2px #272727;
  margin-bottom: 15px;
}

.description {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.formula,
.garantia {
  background: linear-gradient(90deg, #2f2d2d 29%, #1f1f1f 91%);
}

.formula h2 {
  color: #d9a554;
  font-size: 35px;
  font-weight: 600;
  line-height: 55px;
  text-shadow: 0px 2px 3px #414141;
}

.formula p {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.composicao-box-left {
  border-radius: 5px 25px 25px 5px;
  background-color: #2f2d2d;
  max-width: 380px;
  width: 100%;
  height: 210px;
  border: 4px solid #d9a554;
  border-left: 8px solid #d9a554;
  padding: 15px 65px 15px 15px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.composicao-box-right {
  border-radius: 25px 5px 5px 25px;
  background-color: #2f2d2d;
  max-width: 380px;
  width: 100%;
  height: 210px;
  border: 4px solid #d9a554;
  border-left: 8px solid #d9a554;
  padding: 15px 15px 15px 65px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.composicao-box-left .title,
.composicao-box-left .description {
  text-align: end;
}

.composicao-box-right .title,
.composicao-box-right .description {
  text-align: start;
}

.different {
  background-color: #1f1f1f;
}

.composicao-box-left img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}

.composicao-box-right img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}

.middle-box-1 {
  right: 55px;
}

.middle-box-2 {
  left: 55px;
}

.composicao {
  background-color: #EDE6E0;
}

.potecomposicao {
  width: auto;
  height: 430px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  animation: flutuar 4s ease-in-out infinite;
}

@keyframes flutuar {
  0% {
    transform: translateY(55%);
  }

  50% {
    transform: translateY(40%);
  }

  100% {
    transform: translateY(55%);
  }
}

.tecnologia {
  background: linear-gradient(90deg, #d9a554 29%, #a36418 91%);
}

.tecnologia h2 {
  color: #1f1f1f;
  font-size: 35px;
  font-weight: 600;
  line-height: 55px;
}

.tecnologia p {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.btn-tecnologia {
  background-color: transparent;
  background-image: linear-gradient(160deg, #6C0000 0%, #D52F27 87%);
  background-size: 200%;
  background-position: left;
  transition: background-position .4s ease;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #6C0000;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: .3s;
}

.btn-tecnologia:hover {
  background-position: right;
  border: 1px solid #D52F27;
  transition: .3s;
}

.videos {
  background: linear-gradient(90deg, #2f2d2d 29%, #1f1f1f 91%);
}

.video-box {
  position: relative;
  border: 3px solid #d9a554;
  max-width: 335px;
  width: 100%;
  height: 560px;
  max-height: 700px;
  border-radius: 14px;
  overflow: hidden;
  background: #00000000;
  padding: 15px;
}

.video-iframe,
.video-iframe iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
}

.video-click-area {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}

.play-overlay {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  background: #1f1f1f;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 3;
}

.play-overlay::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 20px;
  border-left: 22px solid #d9a554;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.pause-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  background: rgba(34, 74, 89, 0.85);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.pause-btn::before,
.pause-btn::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 6px;
  height: 22px;
  background: #d9a554;
}

.pause-btn::before {
  left: 15px;
}

.pause-btn::after {
  right: 15px;
}

.videos h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.colored-text {
  color: #d9a554;
}

.kits,
.faq {
  background-color: #EDE6E0;
}

.offer-card {
  border-radius: 24px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  height: 700px;
  position: relative;
  background-color: #2f2d2d;
  border: 3px solid #1f1f1f;
}

.maisvendido {
  height: 750px;
  margin-top: -25px;
  background-color: #d9a554;
  color: #fff;
}

.maisvendido .discount {
  background-color: #1f1f1f;
}

.maisvendido .btn-buy {
  margin-top: 40px;
}

.maisvendido .bottles {
  margin-bottom: 40px;
}

.offer-header {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 8px;
}

.discount {
  color: #d9a554;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 17px;
  background-color: #1f1f1f;
  padding: 7px 0 7px 0;
}

.highlight .discount {
  color: #2f2d2d;
}

.subtitle {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.bottles {
  margin: 20px 0;
}

.bottle-img {
  width: 90px;
  height: auto;
}

.plus {
  font-size: 36px;
  margin: 0 12px;
}

.old-price {
  color: #e51c05;
  text-decoration: line-through;
  font-weight: 600;
  font-size: 20px;
}

.installments {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}

.installments strong {
  font-size: 42px;
  color: #d8b26c;
}

.maisvendido .installments strong {
  color: #2f2d2d;
}

.maisvendido .subtitle span {
  font-size: 20px;
  color: #1f1f1f;
  font-weight: 700;
}

.subtitle span {
  font-size: 20px;
  color: #d9a554;
  font-weight: 700;
}

.cash {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.btn-buy {
  background: #59cc64;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  padding: 14px;
  margin-top: 16px;
  text-transform: uppercase;
  max-width: 250px;
  width: 100%;
  transition: .3s;
  box-shadow: 1px 1px 5px 0px #00000052;
}

.btn-buy:hover {
  color: #fff;
  background: #32993b;
  transition: .3s;
}

.highlight .btn-buy {
  background: #2f2d2d;
  color: #fff;
}

.frete {
  margin-top: 25px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.garantia h2 {
  color: #d9a554;
  font-size: 27px;
  font-weight: 600;
  line-height: 55px;
  text-shadow: 0px 2px 3px #414141;
}

.garantia p {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.faq .accordion-item {
  border: none;
  margin-bottom: 12px;
}

.faq .accordion-button {
  background-color: #2f2d2d;
  color: #d9a554;
  font-weight: 600;
  box-shadow: none;
  border-radius: 10px;
  padding-left: 20px;
  text-shadow: 1px 1px 2px #0e0e0ea6;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #1f1f1f;
  color: #d9a554;
  border-radius: 10px 10px 0 0;
}

.faq .accordion-button::after {
  display: none;
}

.faq .accordion-button .icon {
  font-size: 20px;
  font-weight: bold;
  margin-right: 12px;
  width: 20px;
  display: inline-block;
  text-align: center;
}

.faq .accordion-button:not(.collapsed) .icon {
  content: "-";
}

.faq .accordion-body {
  background: #f5f5f5;
  border-radius: 0 0 10px 10px;
}

.accordion-item {
  border-radius: 10px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.prefooter {
  background: linear-gradient(90deg, #2f2d2d 29%, #1f1f1f 91%);
}

.prefooter h3 {
  font-size: 14px;
  font-weight: 500;
  color: #d9a554;
}

.prefooter a {
  color: #fff;
  font-size: 12px;
  gap: 8px;
}

.prefooter p {
  color: #fff;
  font-size: 12px;
  gap: 8px;
}

.prefooter p svg,
.prefooter a svg {
  width: 18px;
  flex-shrink: 0;
}

footer {
  background-color: #d9a554;
}

footer p {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

@media(max-width:1366px) {
  .main h2 {
    font-size: 37px;
  }

  .potecomposicao {
    height: 370px;
  }

  .video-box {
    position: relative;
    border: 3px solid #d9a554;
    max-width: 285px;
    width: 100%;
    height: 475px;
    max-height: 700px;
    border-radius: 14px;
    overflow: hidden;
    background: #00000000;
    padding: 15px;
  }

  .btn-buy {
    max-width: 215px;
  }

  .offer-card {
    height: 685px;
  }

  .maisvendido {
    height: 735px;
  }

  .garantia h2 {
    line-height: 35px;
  }

  .prefooter h3 {
    font-size: 13px;
  }

  .prefooter p,
  .prefooter a {
    font-size: 10px;
  }
}

@media(max-width:821px) {
  .main h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }

  .main p {
    text-align: center;
  }

  .btn-main {
    max-width: 100%;
  }

  body {
    margin-top: -15px;
  }

  .solucao h2 {
    font-size: 32px;
    line-height: 1.2em;
  }

  .solucao h3 {
    font-size: 1.1em;
    font-weight: 400;
  }

  .solucao-box {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .description {
    text-align: center;
  }

  .main-box {
    margin-bottom: 20px;
  }

  .title {
    text-align: center;
  }

  .formula h2 {
    text-align: center;
    font-size: 1.9em;
    line-height: 1.2em;
  }

  .composicao h2 {
    font-size: 32px;
    line-height: 1.2em;
  }

  .composicao-box-left img,
  .composicao-box-right img {
    position: inherit;
    transform: none;
    margin-top: 8px;
  }

  .tecnologia p {
    font-size: 16px;
    text-align: center;
  }

  .composicao-box-left .title,
  .composicao-box-left .description,
  .composicao-box-right .title,
  .composicao-box-right .description {
    text-align: center;
  }

  .composicao-box-left,
  .composicao-box-right {
    height: fit-content;
    padding: 15px 15px 0 15px;
    border-radius: 15px;
    border-left-width: 5px;
    max-width: 100%;
  }

  .composicao-box-left div,
  .composicao-box-right div {
    text-align: center;
  }

  .middle-box-1 {
    right: inherit;
  }

  .potecomposicao {
    display: none;
  }

  .middle-box-2 {
    left: inherit;
  }

  .tecnologia h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 25px;
  }

  .videos h2 {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px !important;
  }

  .video-box {
    max-width: 500px;
    margin-top: 20px;
    width: 100%;
    height: 660px;
    max-height: 1000px;
  }

  .tecnologia {
    background: linear-gradient(180deg, #d9a554 29%, #a36418 91%);
  }

  .maisvendido {
    margin-top: 0;
  }

  .offer-card {
    height: fit-content;
  }

  .offer-card img {
    width: 95%;
    max-width: 600px;
  }

  .offer-header {
    font-size: 32px;
  }

  .discount {
    font-size: 24px;
  }

  .subtitle span {
    font-size: 25px;
  }

  .subtitle {
    font-size: 23px;
  }

  .old-price {
    font-size: 25px;
  }

  .installments {
    font-size: 24px;
  }

  .installments strong {
    font-size: 60px;
  }

  .cash {
    font-size: 20px;
  }

  .btn-buy {
    max-width: 600px;
    width: 90%;
    font-size: 25px;
  }

  .frete {
    font-size: 23px;
  }

  .frete svg {
    width: 30px;
    height: auto;
  }

  .maisvendido .bottles {
    margin-bottom: 0px;
  }

  .maisvendido .btn-buy {
    margin-top: 16px;
  }

  .garantia h2,
  .faq h2 {
    font-size: 32px;
    text-align: center;
    line-height: 40px;
  }

  .garantia img {
    width: 250px;
  }

  .faq .accordion-button {
    font-size: 20px;
  }

  .faq .accordion-button .icon {
    font-size: 30px;
  }

  .logo-footer {
    width: 250px;
  }
}