html {
  scroll-behavior: smooth;
}
.landing {
  --lp-blue: #025ba1;
  --lp-darkblue: #203a72;
  --lp-aqua: #2db8ef;

  --lp-font-title: "Roboto Slab", serif;
  --lp-font-body: "Roboto", sans-serif;

  --lp-pad-x: 20px;
  --lp-pad-y: 32px;

  font-weight: 500;
  min-width: 350px;
}

.landing h1,
.landing h2,
.landing h3,
.landing ul,
.landing ol,
.landing li,
.landing p {
  margin: 0;
}

.landing img {
  display: block;
  margin: 0 auto;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}

.landing .btn {
  display: block;
  background: var(--lp-darkblue);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  font-size: 1.25em;
  color: white;
  font-family: var(--lp-font-title);
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 10px #56347440;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}
.landing .btn:hover {
  background-color: var(--lp-aqua);
  color: var(--lp-darkblue);
}

/* -- INTRO -- */
.landing .intro .wrapper {
  position: relative;
  z-index: 1;
  top: 50px;
}
.landing .intro {
  background: #047ab9
    url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bg_intro_mobile.jpg)
    bottom left / cover no-repeat;
  position: relative;
}
.landing .intro h1 {
  color: white;
  font-family: var(--lp-font-title);
  font-size: 1.5em;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.landing .intro h2 {
  color: white;
  font-family: var(--lp-font-body);
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  margin: 1.875em 0;
}
.landing .intro .txt {
  margin-bottom: 1.5em;
}
.landing .intro::after {
  content: "";
  width: 90%;
  /* max-width: 860px; */
  height: 6px;
  background-color: var(--lp-aqua);
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  z-index: 0;
}
.landing .intro .txt p {
  font-family: var(--lp-font-body);
  font-size: 1em;
  color: white;
  font-weight: 500;
  line-height: 1.2;
}
/* .landing .intro .wrapper .txt > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
} */
.landing .intro .box-produto {
  border: 1px solid var(--lp-aqua);
  background: white 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #56347440;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 30px;
  flex-direction: column;
}
.landing .intro .box-produto .title {
  color: #272727;
  font-family: var(--lp-font-body);
  font-size: 1.285em;
  font-weight: 700;
  margin: 0;
}
.landing .intro .box-produto .preco-atual,
.landing .intro .box-produto .preco-parcela {
  color: var(--lp-darkblue);
  font-family: var(--lp-font-body);
  font-weight: 900;
  font-size: 1.5em;
}
.landing .intro .box-produto .preco-antigo {
  color: var(--lp-darkblue);
  font-family: var(--lp-font-body);
  font-weight: 500;
  font-size: 1.5em;
}
.landing .intro .box-produto .container-preco > div {
  display: flex;
  column-gap: 10px;
}

/* -- EBOOK -- */
.landing .ebook {
  margin-top: 3em;
}
.landing .ebook h1 {
  color: var(--lp-blue);
  font-family: var(--lp-font-title);
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2em;
}
.landing .ebook .lista-ebooks {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 1.5em;
  margin-top: 1.5em;
}
.landing .lista-ebooks > li {
  background: #e3e3e3;
  border: 3px solid var(--lp-aqua);
  padding: 2.5em 1.5em;
  border-radius: 16px;
}
.landing .lista-ebooks .topicos {
  background: transparent;
  border: none;
  padding: 0 1em;
}
.landing .lista-ebooks h2 {
  font-size: 1.125em;
  color: var(--lp-blue);
  font-family: var(--lp-font-body);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
  padding: 0 0.75em;
  text-wrap: balance;
  line-height: 1.2;
}
.landing .lista-ebooks h3 {
  font-size: 1em;
  color: var(--lp-blue);
  font-family: var(--lp-font-body);
  font-weight: 500;
  text-align: center;
  margin-top: 1.5em;
}
.landing .lista-ebooks h3::after {
  border-bottom: 4px dotted var(--lp-aqua);
  content: "";
  display: block;
  margin: 8px auto;
  width: 50px;
}
.landing .lista-ebooks .topicos > li {
  color: var(--lp-blue);
  padding-left: 0;
  font-family: var(--lp-font-body);
}
.landing .topicos li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.landing .topicos li::marker {
  color: var(--lp-aqua);
}

/* ---- BENEFICIOS ---- */
.landing .beneficios {
  background: url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bg_beneficios_mobile.jpg)
    top center / cover no-repeat;
  position: relative;
}
.landing .beneficios::after {
  content: "";
  width: 90%;
  height: 6px;
  background-color: var(--lp-aqua);
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 999px;
  z-index: 0;
}
.landing .beneficios::before {
  content: "";
  width: 90%;
  height: 6px;
  background-color: var(--lp-aqua);
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 999px;
  z-index: 1;
}
.landing .beneficios h2 {
  color: white;
  font-family: var(--lp-font-title);
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  text-wrap: balance;
  margin: 0 0 2em;
}
.landing .beneficios ul {
  display: grid;
  gap: 1.5em;
  /* margin-top: 1.5em; */
  list-style: none;
  padding-left: 0;
  margin: auto 3em;
}
.landing .beneficios ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  background: white;
  border: 3px solid rgba(12, 86, 125, 0.25);
  border-radius: 1em;
  box-shadow: 0 0 18px rgba(179, 179, 179, 0.4);
  text-align: center;
  padding: 1.6em 1.6em 0.75em 1.6em;
  text-wrap: balance;
}
.landing .beneficios p {
  font-family: var(--lp-font-body);
  font-size: 1em;
  color: var(--lp-darkblue);
  line-height: 1.2;
  font-weight: 400;
}
.landing .beneficios .biblioteca {
  background: transparent;
}
.landing .beneficios .biblioteca ul {
  display: block;
  list-style: none;
  margin: auto 3em;
}
.landing .beneficios .biblioteca ul li {
  background: transparent;
  color: white;
  display: block;
  box-shadow: none;
  border: none;
  text-align: left;
  padding: 1em 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  text-wrap: auto;
}
.landing .beneficios .biblioteca ul li:last-child {
  border-bottom: none;
}
.landing .beneficios .biblioteca ul li a {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
/* .landing .beneficios .biblioteca ul li:not(:last-child)::after {
  border-bottom: 1px solid white;
  content: "";
  display: block;
  margin: 0.25em 0 0.25em -1.125em;
  width: calc(100% + 11.125em);
  border-radius: 0;
} */

/* ---- FINAL ---- */
.landing .final {
  background: url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bg_final_mobile.jpg)
    top center / cover no-repeat;
}
.landing .final h1 {
  color: var(--lp-blue);
  font-weight: 700;
  font-family: var(--lp-font-title);
  font-size: 1.5em;
  text-align: center;
  text-wrap: balance;
  margin: 0 0 1.5em;
}
.landing .final .box-final {
  background-color: white;
  border: 3px solid rgba(12, 86, 125, 0.25);
  border-radius: 0 0 1em 1em;
  box-shadow: 0 0 18px rgba(179, 179, 179, 0.4);
  align-items: center;
  width: 90%;
  padding: 3em 1em 0.75em 1em;
  position: relative;
  top: -35px;
  /* margin: 0 1em; */
  left: 50%;
  transform: translateX(-50%);
}
.landing .final p {
  color: var(--lp-darkblue);
  font-family: var(--lp-font-body);
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 2em;
  text-align: center;
  text-wrap: balance;
  line-height: 1.3em;
}
.landing .final .btn {
  /* margin: 0 2.5em; */
  left: 50%;
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
}

/* ---- FAQ ---- */
.landing .faq h1 {
  color: var(--lp-blue);
  font-family: var(--lp-font-title);
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  text-wrap: balance;
}
.landing .faq h2 {
  color: var(--lp-blue);
  font-family: var(--lp-font-body);
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2em;
  text-wrap: balance;
}
.landing .accordion-faq {
  text-align: center;
  max-width: 620px;
  margin: 12px auto;
  border-radius: 10px;
  background: #e3e3e3 0% 0% no-repeat padding-box;
  border: 3px solid var(--lp-aqua);
}
.landing .accordion-faq button:last-of-type {
  border-bottom: 0 !important;
}
.landing .accordion-faq button {
  background: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
  text-align: left;
  font-weight: 800;
  font-family: var(--lp-font-body);
  line-height: 1.3;
  box-shadow: none;
  padding: 14px 30px 13px 20px;
  position: relative;
  color: var(--lp-blue);
}
.landing .accordion-faq .accordion::after {
  content: "\002B";
  color: var(--lp-blue);
  font-weight: 800;
  font-size: 1.5625em;
  position: absolute;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  float: right;
  margin: 0;
  top: 7px;
  right: 12px;
  font-style: normal;
}
.landing .accordion-faq .panel {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #fff;
  text-align: left;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.landing .accordion-faq .active {
  background: white;
  border: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.landing .accordion-faq .active::after {
  content: "\002B";
  transform: rotate(134deg);
}
.landing .accordion-faq .panel p {
  color: var(--lp-blue);
  margin: 0;
  padding: 0 20px 14px 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: var(--lp-font-body);
}
.landing .accordion-faq .panel p a {
  color: var(--lp-blue);
  text-decoration: underline;
  cursor: pointer;
}

/* > 480px ---- */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
}

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-pad-y: 40px;
    --lp-wrapper: 46em;
    font-size: 1.4285rem;
  }

  .landing .intro {
    background-position: top center;
  }
  .landing .intro .wrapper {
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
  }
  /* .landing .intro .wrapper {
    max-width: 31em;
    margin-left: 3em;
  } */
  .landing .intro .txt {
    max-width: 28em;
  }
  .landing .intro .box-produto {
    flex-direction: row;
    gap: 20px;
  }
  .landing .intro .box-produto .container-preco > div {
    display: flex;
    /* flex-direction: column; */
    /* gap: 10px; */
    text-wrap: balance;
  }
  .landing .ebook h1 {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .landing .ebook h1::after,
  .landing .ebook h1::before {
    content: "";
    display: block;
    height: 10px;
    margin: 0 10px;
    width: 70px;
    background: url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bolinhas-title.svg);
  }
  .landing .ebook h1::before {
    transform: rotate(0.5turn);
  }
  .landing .ebook .lista-ebooks {
    grid-template-columns: 1fr 1fr;
    /* gap: 54px; */
  }
  .landing .beneficios ul {
    grid-template-columns: 1fr 1fr;
  }
  .landing .final .box-final {
    top: -40px;
    width: 75%;
  }
  /* .landing .final p {
    margin: 0 4em 2em;
  } */
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-wrapper: 60em;
  }
  /* .landing .ebook .lista-ebooks > li {
    max-width: 417px;
  } */
  .landing .ebook {
    --lp-wrapper: 52em;
  }
  .landing .beneficios h2 {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .landing .beneficios h2::after,
  .landing .beneficios h2::before {
    content: "";
    display: block;
    height: 10px;
    margin: 0 10px;
    width: 70px;
    background: url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bolinhas-white-title.svg);
  }
  .landing .beneficios h2::before {
    transform: rotate(0.5turn);
  }
  .landing .beneficios ul {
    margin: auto 6em;
  }
  .landing .beneficios {
    background: url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bg_beneficios.jpg)
      bottom center / cover no-repeat;
  }
  .landing .beneficios .biblioteca ul li {
    width: 80%;
    margin: 0 6em;
  }
  .landing .final .box-final {
    width: 60%;
    top: -40px;
  }
  .landing .final {
    background: url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bg_final.jpg)
      top center / cover no-repeat;
  }
  .landing .final h1 {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .landing .final h1::after,
  .landing .final h1::before {
    content: "";
    display: block;
    height: 10px;
    margin: 0 10px;
    width: 70px;
    background: url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bolinhas-title.svg);
  }
  .landing .final h1::before {
    transform: rotate(0.5turn);
  }
  .landing .faq h1 {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .landing .faq h1::after,
  .landing .faq h1::before {
    content: "";
    display: block;
    height: 10px;
    margin: 0 10px;
    width: 70px;
    background: url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bolinhas-title.svg);
  }
  .landing .faq h1::before {
    transform: rotate(0.5turn);
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 70em;
  }
  .landing .intro {
    background: url(https://mktgen.com.br/imagens/biblioteca-sbgg/imgs/bg_intro.jpg)
      top center / cover no-repeat;
    height: 29em;
  }
  /* .landing .intro .wrapper {
    margin-left: 20em;
    top: 70px;
  } */
  /* .landing .intro .wrapper {
    padding-left: 10em;
    max-width: 80%;
  } */
  /* .landing .intro {
    --lp-wrapper: 67em;
  } */
  .landing .intro .wrapper {
    max-width: var(--lp-wrapper);
    margin: auto 0;
    margin-left: 2em;
  }
  .landing .beneficios ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* margin: 0 auto; */
    margin: auto 4em;
  }

  .landing .final .box-final {
    width: 600px;
    top: -60px;
  }
  .landing .final .box-final p {
    margin: 0 6em 2em;
  }
}

/* > 1600px ---- */
@media (min-width: 100rem) {
  .landing {
    --lp-wrapper: 80em;
  }
  /* .landing .intro .wrapper {
    margin-left: 20em;
  } */
  /* .landing .intro .wrapper {
    max-width: 77%;
    width: 130em;
  } */
  .landing .intro .wrapper {
    max-width: var(--lp-wrapper);
    margin: auto 0;
    margin-left: 2em;
  }
}

@media not (prefers-reduced-motion) {
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js .landing .anime.start {
    opacity: 1;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    transform: initial !important;
  }
  /* .js .landing .intro {
    overflow: hidden;
  } */
  /* .js .landing .intro .txt.anime {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  } */
  .js .landing .intro .preco.anime,
  .js .landing .intro .txt.anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .intro .preco.anime.start,
  .js .landing .intro .txt.anime.start {
    -webkit-transform: initial;
    -moz-transform: initial;
    transform: initial;
  }
}
