html {
  scroll-behavior: smooth;
}
.landing {
  --lp-darkblue: #0c2c36;
  --lp-blue: #2d6b80;
  --lp-lightblue: #f3fcff;
  --lp-grayblue: #252837;
  --lp-graybrown: #444242;
  --lp-gold: #d9aa66;
  --lp-lightgold: #fdd79b;
  --lp-lightergold: #fff9f2;
  --lp-lightgreen: #faffdc;
  --lp-second-font: "Corben", serif;
  --lp-fixed: 19em;
  --lp-pad-x: 20px;
  --lp-pad-y: 32px;

  color: var(--lp-grayblue);
  font-family: "proxima-nova", sans-serif;
  line-height: 1.5;
  position: relative;
}
.landing img {
  display: block;
  margin: 0 auto;
}
.landing h1,
.landing h2,
.landing h3,
.landing ul,
.landing ol,
.landing li,
.landing p {
  line-height: inherit;
  margin: 0;
}
.landing ul {
  list-style: none;
  padding: 0;
}
.landing h2.lp-title {
  background: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/g-golden-paper.png)
    center right / cover no-repeat;
  color: var(--lp-graybrown);
  display: inline-block;
  font-family: var(--lp-second-font);
  font-size: 1.375em;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.35;
  margin-bottom: 0.3333em;
  padding: 0.25em 2em 0.25em 1em;
}
.landing *:focus-visible {
  outline: 2px dashed var(--lp-darkblue);
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing .btn {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 100%;
}
.landing .btn.btn-blue {
  background: var(--lp-blue);
  color: white;
}
.landing .btn.btn-lightblue {
  background: var(--lp-lightblue);
  color: var(--lp-darkblue);
}
.landing .btn.btn-blue:hover {
  background: var(--lp-darkblue);
}
.landing .btn.btn-lightblue:hover {
  background: var(--lp-lightgold);
}
.landing .preco-antigo {
  display: none;
}
.landing section[class]:not(.intro) {
  scroll-margin-top: 150px;
}

/* INTRO ---- */
.landing .intro {
  background: var(--lp-lightblue)
    url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/bg-intro.jpg)
    bottom left / cover no-repeat;
  color: var(--lp-darkblue);
}
.landing .intro .wrapper {
  padding-bottom: 30vw;
  padding-top: 16px;
}
.landing .intro h1 {
  background: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/logo-curso@2x.png)
    center / contain no-repeat;
  height: min(38.6vw, 151px);
  text-indent: -9999px;
}
@media (resolution: 1dppx) {
  .landing .intro h1 {
    background-image: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/logo-curso.png);
  }
}
@supports not (height: min(38.6vw, 155px)) {
  .landing .intro h1 {
    height: 38.6vw;
  }
}
.landing .intro h2 {
  background: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/g-golden-paper.png)
    center right / cover no-repeat;
  border-radius: 2px 0 0 2px;
  color: var(--lp-graybrown);
  font-family: var(--lp-second-font);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  margin: 1.2em 0 0.8em;
  padding: 0.6em;
}
.landing .intro h2 strong {
  color: var(--lp-grayblue);
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.landing .intro h2 span {
  display: inline-block;
  padding-right: 3.5em;
}
.landing .intro ul {
  font-size: 1.125em;
  line-height: 1.5;
  list-style: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/i-arrow.svg);
  margin-left: 0.5em;
  padding-left: 20px;
}
.landing .intro ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.landing .intro ul strong {
  font-weight: 600;
}
.landing .intro .preco-curso {
  font-size: 1.25em;
  line-height: 1.3;
  margin: 1em 0;
}
.landing .intro .preco-antigo {
  font-size: 0.8em;
}
.landing .intro .preco-parcelado {
  font-weight: 400;
}
.landing .intro .parcela {
  font-size: 1.2em;
  font-weight: 700;
}

/* MENU ---- */
.landing .menu {
  background: var(--lp-darkblue);
}
.landing .menu ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.landing .menu ul li {
  padding: 0 1em;
  scroll-snap-align: center;
}
.landing .menu ul li a {
  color: white;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.75em 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.landing .menu ul li a:hover {
  font-weight: 700;
}
.landing .menu ul li a::after {
  background-color: var(--lp-graybrown);
  bottom: -1px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.15s width ease;
  width: 0;
}
.landing .menu ul li a:hover::after {
  width: 50%;
}

/* FIXEDBOX ---- */
@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: initial;
    -moz-transform: initial;
    transform: initial;
  }
}
.landing .fixedbox {
  align-items: center;
  background: var(--lp-blue);
  color: white;
  display: none;
  font-size: 0.75em;
  justify-content: space-between;
  line-height: 1.2;
  padding: calc(var(--lp-pad-x) / 2) var(--lp-pad-x) var(--lp-pad-x);
  position: relative;
  width: 100%;
}
.landing .fixedbox::after,
.landing .fixedbox::before {
  background: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/fixedbox-border.png)
    bottom center / cover no-repeat;
  content: "";
  height: 6.6667vw;
  left: 0;
  position: absolute;
  width: 100%;
}
.landing .fixedbox::before {
  bottom: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.landing .fixedbox::after {
  display: none;
  top: 100%;
}
.landing .fixedbox.fixed {
  animation: slideUp 1s forwards;
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  z-index: 10;
}
.landing .fixedbox > *:not(.preco-curso):not(.btn) {
  display: none;
}
.landing .fixedbox .autor {
  color: var(--lp-lightgold);
  font-size: 1.125em;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}
.landing .fixedbox .autor strong {
  font-weight: 900;
}
.landing .fixedbox .flag {
  background: var(--lp-darkblue);
  border-radius: 0.25em;
  color: var(--lp-graybrown);
  font-size: 0.875em;
  font-weight: 500;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
.landing .fixedbox ul {
  color: var(--lp-lightgold);
  font-weight: 700;
  margin-top: 1.125em;
  text-wrap: balance;
}
.landing .fixedbox ul li:not(:last-child)::after {
  background: var(--lp-lightblue);
  content: "";
  display: block;
  height: 1px;
  margin: 0.75em auto;
  width: 58%;
}
.landing .fixedbox .preco-curso {
  font-size: 1.25em;
}
.landing .fixedbox .preco-antigo {
  font-size: 0.75em;
}
.landing .fixedbox .preco-antigo + strong {
  font-weight: 600;
}
.landing .fixedbox .parcelado {
  display: block;
  font-weight: 400;
}
.landing .fixedbox .parcela {
  font-size: 1.2em;
  font-weight: 700;
  white-space: nowrap;
}
.landing .fixedbox .btn {
  flex: 0 0 10em;
  font-size: 1.25em;
}
.landing .fixedbox .btn:focus-visible {
  outline-color: var(--lp-lightgold);
}

/* SOBRE ---- */
.landing .sobre,
.landing .diferenciais,
.landing .metodologia {
  background: var(--lp-lightergold);
  color: var(--lp-graybrown);
}
.landing .sobre .wrapper,
.landing .diferenciais .wrapper {
  padding-top: 0;
}
.landing .sobre p {
  margin-top: 1em;
}

/* DIFERENCIAIS & PROFESSOR ---- */
.landing .diferenciais p,
.landing .professor p,
.landing .diferenciais ul {
  margin-top: 1em;
}
.landing .diferenciais ul {
  margin-top: 1.25em;
}
.landing .diferenciais ul li {
  align-items: center;
  display: grid;
  gap: 0.5em;
  grid-template-columns: 24px 1fr;
  line-height: 1.2;
}
.landing .diferenciais ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
.landing .professor,
.landing .conteudo {
  background: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/bg-conteudo.jpg)
    center / cover no-repeat;
  background-blend-mode: multiply;
}
.landing .professor {
  background-color: var(--lp-lightgreen);
  color: var(--lp-graybrown);
}
.landing .professor h3 {
  font-size: 1.25em;
  font-weight: 700;
}
.landing .professor h3::after {
  border-bottom: 2px solid var(--lp-blue);
  content: "";
  display: block;
  margin-top: 0.4em;
  width: 64px;
}
.landing .professor .foto {
  margin-bottom: 1.5em;
  max-height: 350px;
  width: auto;
}

/* CONTEÚDO ---- */
.landing .conteudo,
.landing .curso-completo {
  background-color: var(--lp-lightblue);
}
.landing .conteudo p {
  margin-top: 1em;
}
.landing .conteudo .box {
  background: transparent;
  border: 2px solid var(--lp-blue);
  border-radius: 4px;
  margin: 1em auto;
  padding: 0;
}
.landing .conteudo .box summary {
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  outline: none;
}
.landing .conteudo .box summary::after {
  background: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/btn-open-accordion.svg)
    center / contain no-repeat;
  content: "";
  display: block;
  margin-left: 0.5em;
  flex: 0 0 2em;
  height: 2em;
  width: 2em;
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
.landing .conteudo .box[open] summary::after {
  content: "";
  transform: rotate(0deg);
}
.landing .conteudo .box .panel {
  padding-top: 0;
  padding: 1em;
  display: none;
}
.landing .conteudo .box[open] .panel {
  display: block;
  padding-top: 0;
}
.landing .conteudo ol {
  list-style-position: inside;
  /* margin-top: 1.5em; */
  padding-left: 0;
}
.landing .conteudo ol li:not(:last-child) {
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/* METODOLOGIA ---- */
.landing .metodologia p {
  margin-top: 1em;
}
.landing .metodologia ul {
  display: grid;
  gap: 1.5em;
  margin-top: 1.125em;
}
.landing .metodologia ul li::before {
  background: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/i-objetivos.svg)
    center / contain no-repeat;
  content: "";
  display: block;
  height: 13px;
  margin-bottom: 0.5em;
  width: 13px;
}

/* CURSO COMPLETO ---- */
.landing .curso-completo {
  color: var(--lp-grayblue);
}
.landing .curso-completo .thumb img {
  margin-bottom: 2em;
}
.landing .curso-completo p,
.landing .curso-completo ul {
  margin-top: 1em;
}
.landing .curso-completo ul {
  list-style: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/i-arrow.svg);
  padding-left: 20px;
}
.landing .curso-completo ul li:not(:last-child)::after {
  border-bottom: 2px solid var(--lp-gold);
  content: "";
  display: block;
  margin: 0.5em 0 0.5em -20px;
  width: 180px;
}
.landing .curso-completo .preco-curso {
  font-size: 1.25em;
}
.landing .curso-completo .preco-antigo {
  font-size: 0.75em;
}
.landing .curso-completo .preco-antigo + strong {
  display: block;
  font-weight: 600;
}
.landing .curso-completo .preco-parcelado {
  font-weight: 400;
}
.landing .curso-completo .parcela {
  font-size: 1.2em;
  font-weight: 700;
}
.landing .curso-completo .btn {
  margin-top: 0.6667em;
}

/* > 480px ---- */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .intro .wrapper {
    padding-bottom: 7.5em;
  }
  @supports not (height: min(38.6vw, 155px)) {
    .landing .intro h1 {
      height: 155px;
    }
  }
  .landing .sobre .wrapper {
    padding-top: calc(var(--lp-pad-y) / 2);
  }
}

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing .intro .wrapper {
    padding-bottom: 6em;
  }
  .landing .intro .foto-professor img {
    max-height: none;
    margin-bottom: 1em;
  }
  .landing .intro .infos-compra {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .landing .intro .btn {
    width: auto;
  }
  .landing .fixedbox {
    font-size: 1em;
  }
  .landing .fixedbox::before {
    background-image: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/fixedbox-border@2x.png);
  }
  .landing .professor .resumo {
    display: flex;
    margin-top: 1em;
  }
  .landing .professor picture {
    flex: 0 0 250px;
    margin-right: 2em;
  }
  .landing .curso-completo::before {
    background-image:
      url(https://mktgen.com.br/imagens/curso-direito-e-questoes-condominiais-karpat/lancamento/bg-ruido.jpg),
      url(https://mktgen.com.br/imagens/curso-direito-e-questoes-condominiais-karpat/lancamento/bg-final.jpg),
      url(https://mktgen.com.br/imagens/curso-direito-e-questoes-condominiais-karpat/lancamento/bg-final.jpg);
  }
  .landing .metodologia ul {
    gap: 1.75em 3em;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5em;
  }
  .landing .curso-completo .wrapper {
    align-items: start;
    display: flex;
  }
  .landing .curso-completo .thumb {
    flex: 0 0 215px;
  }
  .landing .curso-completo .thumb img {
    margin-bottom: 0;
  }
  .landing .curso-completo .txt {
    margin-left: 32px;
  }
  .landing .curso-completo .btn {
    max-width: fit-content;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 40px;
    --lp-wrapper: 60em;
  }
  .landing .intro .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: var(--lp-pad-y);
    padding-bottom: 4em;
  }
  .landing .intro .nome-professor::before {
    background: none;
    content: "|";
    display: inline;
    margin: 0 0.5em;
    height: auto;
    width: auto;
  }
  .landing .intro .foto-professor {
    flex: 0 0 400px;
  }
  .landing .intro .txt {
    margin-top: 2em;
  }
  .landing .intro h1 {
    background-position: center left;
  }
  .landing .intro h2 {
    max-width: 30ch;
  }
  .landing .intro h2 span {
    padding-right: 2em;
  }
  .landing .intro ul {
    max-width: 26em;
  }
  .landing .intro ul li span {
    white-space: nowrap;
  }
  .landing .menu ul {
    margin: 0 auto;
    max-width: 59em;
    overflow: visible;
    justify-content: center;
  }

  @media (min-height: 46em) {
    .landing .smallwrapper {
      max-width: calc(100% - var(--lp-fixed));
      padding-right: 40px;
    }
    .landing .fixedbox {
      display: block;
      margin-top: 40px;
      max-width: var(--lp-fixed);
      padding: var(--lp-pad-x);
      position: absolute;
      right: calc(50% - (var(--lp-wrapper) / 2 - var(--lp-pad-x)));
      text-align: center;
    }
    .landing .fixedbox::after,
    .landing .fixedbox::before {
      background-image: url(https://mktgen.com.br/imagens/curso-recursos-acoes-de-familia-calmon/fixedbox-border.png);
      height: 20px;
    }
    .landing .fixedbox::after {
      display: block;
    }
    .landing .fixedbox.fixed {
      animation: none;
      bottom: unset;
      display: block;
      left: unset;
      top: 88px;
    }
    .landing .fixedbox > *:not(.preco-curso):not([class^="btn"]) {
      display: block;
    }
    .landing .fixedbox .btn-whats {
      display: grid !important;
    }
    .landing .fixedbox .preco-curso {
      margin: 1.2em 0 0.9em;
    }
    .landing .fixedbox ul li:last-child strong {
      display: block;
    }
    .landing .professor .foto {
      max-height: 250px;
    }
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 67em;
  }
  .landing .smallwrapper {
    padding-right: 60px;
  }
  .landing .intro {
    --lp-pad-y: 48px;
  }
  .landing .professor .foto {
    max-height: none;
  }
  .landing .conteudo ol {
    padding-right: 5em;
  }
}

/* > 1600px ---- */
@media (min-width: 100rem) {
  .landing .intro {
    background-position: bottom center;
  }
  .landing .intro .wrapper {
    padding-bottom: 6em;
  }
}

@media not (prefers-reduced-motion) {
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js .landing .anime.show {
    opacity: 1;
  }
  .js .landing .intro {
    overflow: hidden;
  }
  .js .landing .intro .txt.anime {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }
  .js .landing .intro .foto-professor.anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .intro .foto-professor.anime.show,
  .js .landing .intro .txt.anime.show {
    -webkit-transform: initial;
    -moz-transform: initial;
    transform: initial;
  }
}
