@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap");
.rastrear {
  margin-bottom: 20px;
}
.rastrear:hover {
  text-decoration: underline;
}
.cliqueAqui {
  color: #0039b9;
  transition: color 0.5s;
}
.cliqueAqui:hover {
  color: currentColor;
}

.pirataria {
  display: block;
  text-align: center !important;
  width: 100%;
  margin: 20px 0;
  color: #090909;
}
.titulo_alerta {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 18px;
}
.pirataria h3 {
  margin-left: 10px !important;
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
  color:#4a4a4a;
}
.pirataria img {
  display: block;
  max-width: 100%;
  margin: 10px 0;
}
.pirataria p{
  font-size: 16px;
  text-transform: none !important;
  line-height: 1.4;
  color:#4a4a4a;
}
.pirataria p strong {
  text-transform: uppercase;
  color:#4a4a4a;
}
.pirataria.esconder {
  display: none !important;
}
@media (max-width: 550px) {
  .pirataria.esconder {
    display: block !important;
  }
  .pirataria {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.container {
  width: 1152px;
  margin: 0 auto;
}
img {
  display: block;
  max-width: 100%;
}
.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 10px;
  height: 71px;
  max-width: 414px;
  width: 100%;
  background: #ff6a00;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 8px;
  transition: all 0.5s;
  margin: 0 auto;
  animation: pulsar 1.5s linear infinite;
}
.btn:hover {
  background: #20bc4a;
  border-bottom: 3px solid #2fce59;
}
.btn img {
  margin-right: 3px;
}
@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* section1 */
.section1,
.section3,
.section5 {
  background: #093a2b;
}
.content {
  display: grid;
  padding: 72px 92px 18px 92px;
  align-items: center;
  text-align: center;
  grid-template-columns: 1fr 384px;
  grid-gap: 75px;
}
.genllicaps_img {
  display: flex;
  justify-content: flex-end;
}
.garantia h1,
.garantia h1 span {
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
  letter-spacing: -1px;
  color: #8bd365;
}
.garantia h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
.garantia h3 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 24px 0;
}
.garantia p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.section1 {
  padding-bottom: 44px;
}

/* section2 */
.section2 {
  margin-top: 96px;
  padding-bottom: 105px;
}
.section2 h1,
.section2 h1 span {
  text-align: center;
  color: #244934;
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 47px;
}
.videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}
.videos iframe {
  border: 5px #8bd365 solid;
  width: 100%;
  display: block;
}
.section2 .btn {
  margin-bottom: 24px;
}
.garantia {
  margin: 0 auto;
}

/* section3 */
.section3 {
  padding: 96px 0 29px 0;
}
.promocao {
  text-align: center;
}
.promocao h2 {
  color: #8bd365;
  font-size: 40px;
  line-height: 25px;
  letter-spacing: normal;
  font-weight: bold;
}
.promocao h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 5px;
}
.promocao p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 10px;
}
.ebook {
  margin-top: 43px;
  display: grid;
}
.produtos {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.ebook {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-gap: 43px;
  align-items: center;
  margin-bottom: 46px;
}
.ebook.ebook2 {
  grid-template-columns: 1fr 180px !important;
}
.ebook_text span {
  font-size: 16px;
  line-height: 24px;
}
.ebook_text p {
  font-size: 14px;
  font-weight: 500;
}
.ebook_text h1 {
  color: #8bd365;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 24px;
  font-weight: 900;
}
.ebook_text .pr {
  margin-top: 24px !important;
}
.preco,
.gratis {
  background: #ff4136;
  color: #fff;
  border-radius: 8px;
  padding: 5px 8px;
  font-size: 12px !important;
}
.gratis {
  background: #23d160;
}
.section3 .garantia {
  margin: 37px auto;
}

/* section4 */
.section4 h2 {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.section4 h1 {
  margin-bottom: 2px !important;
}
/* section5 */

.accordion {
  background: #e9e8e2;
}
.question {
  border-top: 12px solid #fff;
  padding: 12px 20px;
  cursor: pointer;
  position: relative;
}
.question h2 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #585858;
  font-weight: bold;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.answer p {
  padding: 0 20px 12px 20px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 24px;
}
.linkfaq:hover {
  color: #4a4a4a !important;
}

.accordion li.open .question .glyphicon {
  transform: rotate(180deg);
}
.accordion li.open .answer {
  max-height: 150px;
}


.section5 {
  margin-top: 103px;
  padding-top: 48px;
}
.section5 h1,
.section5 h2 {
  color: #8bd365;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -1px;
  font-weight: 500;
  text-align: center;
}
.section5 h2 {
  color: #e9cd80;
  font-weight: 900;
}
.section5 h3,
.section5 h3 span {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
.dados {
  display: grid;
  margin-top: 39px;
  margin-bottom: 70px;
  grid-template-columns: repeat(4, 1fr);
}
.dados p {
  font-size: 14px;
  margin-left: 15px;
}
.dados > div {
  display: flex;
}
/* section6 */
.section6 h1,
.section4 h1 {
  color: #8bd365;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 22px;
  margin-top: 46px;
}
.js-accordion dd {
  display: none;
}

@keyframes slidedown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}
dt {
  color: #585858;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  background: #e9e8e2;
  padding: 10px 22px;
  border-radius: 4px;
  margin-bottom: 12px;
  cursor: pointer;
}

dt.ativo {
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}

.js-accordion dd.ativo {
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  background: #e9e8e2;
  padding: 0 22px 10px 22px;
  display: block;
  border-radius: 0 0 4px 4px;
}
.js-accordion dd {
  margin-bottom: 12px;
}
.faq-lista dd a {
  color: #0074d9;
  font-size: 14px;
  transition: all 0.3s;
}
.faq-lista dd a:hover {
  color: #4a4a4a;
}
.section6 .btn {
  margin: 24px auto;
}

/* footer */
footer {
  background: #4a4a4a;
  padding-top: 40px;
  margin-top: 55px;
}
footer .container > div h2 {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 18px;
}
footer .container > div {
  margin-bottom: 31px;
}
footer .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.sub {
  margin-top: 31px;
}
.copyright {
  text-align: center;
  padding: 24px;
  position: relative;
}
.copyright::before {
  content: "";
  background: #9a9a9a;
  width: 100%;
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
}

/* kits */

.kit_ > div {
  border: 2px solid #c77652;
  border-radius: 5px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 10px;
}

.kits {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 44px;
  padding: 0 20px;
}
.btn_compra {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #ff6a00;
  color: #fff;
  border-radius: 21px;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: -20px;
  transition: transform 0.5s, box-shadow 0.5s;
}
.btn_compra:hover {
  transform: scale(1.05);
  box-shadow: 2px 6px 6px rgba(28, 55, 2, 0.282);
}
.kit_ h3,
.mais-vendidos {
  color: #0b3227 !important;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-align:center;
  font-weight: bold;
}

.kit_ .de,
.kit_ .por {
  display: block;
  font-size: 16px;
  color: #111;
}
.kit_ .de s {
  font-size: 20px;
  color: rgb(238, 30, 30);
}
.kit_ .por {
  font-weight: bold;
  font-size: 12px;
}
.kit_ .pre {
  font-size: 50px !important;
  color: #8bd365;
  font-weight: bold !important;
  margin: 20px 0;
  letter-spacing: -2px;
  font-family: sans-serif;
}
.kit_ div > p {
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: 500;
  text-align:center;
}
.kit_ s {
  text-decoration: line-through;
}
.comprarAgora {
  background: #ff6a00;
  width: 80%;
  height: 54px;
  display: flex;
  margin-top: 30px;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.7s;
  font-weight: bold;
  position: relative;
  animation: tuctuc 2s infinite linear;
  margin-bottom: 29px;
}
.comprarAgora:hover {
  background: #33dc60;
  color: #fff;
}
i.fas.fa-trophy {
  color: #23d160;
}
@keyframes tuctuc {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.frete {
  height: 64px;
  margin: 12px auto;
}
.seta {
  position: absolute;
  width: 70px;
  bottom: 165px;
}
.left {
  left: -10px;
  transform: rotate(55deg);
}
.right {
  right: -10px;
  transform: rotate(-55deg);
}
.dados > div img {
  object-fit: contain;
}
.section4 .garantia {
  margin-top: 24px;
}
/* responsivo */
@media (max-width: 1152px) {
  .container {
    width: 90%;
  }
  .content {
    padding: 72px 0 18px 0;
    place-items: center;
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .section2 h1 span {
    display: inline-block !important;
  }
  .section2 h1 {
    margin-bottom: 0;
  }
  .seta {
    bottom: 225px;
  }
  .dados {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .kit_ div > p {
    text-align: center;
  }
  .kits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .garantia h1,
  .section2 h1,
  .section6 h1,
  .section4 h1,
  .promocao h1,
  .section2 h1 span,
  .garantia h1 span {
    font-size: 24px;
    line-height: 30px;
  }
  .promocao h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .promocao p {
    font-size: 18px;
    line-height: 24px;
  }
  .garantia h2,
  .section4 h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .videos,
  .kits {
    grid-template-columns: 1fr;
    place-items: center;
  }
  .videos iframe {
    height: 390px;
  }
  .kit_ > div {
    max-width: 330px;
  }
  .produtos {
    margin-top: 20px;
  }
  .ebook {
    place-items: center;
    grid-gap: 24px;
    grid-template-columns: 1fr !important;
    text-align: center;
    margin-bottom: 0;
  }
  .ebook.ebook2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .ebook.ebook2 .ebook_text {
    grid-row: 1 !important;
  }
  .ebook.ebook2 .ebook_img {
    grid-row: 2 !important;
  }
  .dados,
  footer .container {
    grid-template-columns: 1fr;
  }

  .videos iframe {
    height: 170px;
  }
}

@media (max-width: 400px) {
  .promocao h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .pr .preco {
    display: block;
    max-width: 80px;
    margin: 0 auto;
  }
  .kits {
    padding: 0;
  }
  .seta{
      bottom:285px;
  }
}
