.landing {
  --lp-pad-x: 20px;
  --lp-pad-y: 32px;

  --lp-dark-blue: #1c2d4a;
  --lp-light-blue: #bacbdb;
  --lp-red: #87132a;
  --lp-blue: #00447c;
  --lp-dark-blue: #1c2d4a;
  --lp-black: #211915;
  --lp-white: #fefefe;
  --lp-off-white: #f4f7fa;
  --lp-gray: #bacbdb;
  --lp-light-purple: #ebe4ef;
  --lp-white-gradient: radial-gradient(circle, #ffffff 0%, #ebe4ef 100%);

  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  overflow: hidden;
}
.landing :where(h1, h2, h3, ul, li, p) {
  margin: 0;
}
.landing *:focus-visible {
  outline: 2px dashed;
}
.landing img {
  display: block;
  margin: 0 auto;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing .preco-antigo {
  display: none;
}
.landing .btn {
  border-radius: 6px;
  color: white;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.1;
  padding: 0.6em 1.875em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  --webkit-transition: 0.1s;
  transition: 0.1s;
  box-shadow:
    0px 3px 6px 3px rgb(0 0 0 / 16%),
    inset 5px -6px 6px 3px rgb(0 0 0 / 16%);
}
.landing .btn.btn-white {
  background: var(--lp-white);
  color: var(--lp-red);
}
.landing .btn.btn-blue {
  background: var(--lp-blue);
  color: white;
}
.landing .btn:hover {
  -webkit-transform: translate(-4px, -4px);
  -moz-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
}

/* VALORES ---- */
.landing .cta {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1.5em;
  color: var(--lp-dark-blue);
  line-height: 1.1;
}
.landing .preco-curso {
  font-size: 1.125em;
}
.landing .preco-curso s[style] + strong::before {
  content: "|";
  font-weight: 400;
  margin: 0 0.5em;
  color: var(--lp-blue);
}
.landing .antigo {
  display: none;
}
.landing .parcelado {
  display: inline-block;
  font-size: 1.3333em;
  line-height: 1.1;
  margin-top: 0.25em;
}
.landing .parcela {
  font-size: 1.25em;
  white-space: nowrap;
  color: var(--lp-blue);
}

/* INTRO */
.landing .intro {
  background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-intro-mg.jpg)
    center / cover no-repeat;
}
.landing .intro .light-sect {
  position: relative;
}
.landing .intro .light-sect .wrapper {
  position: relative;
  z-index: 1;
}
.landing .intro .light-sect::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 25px 25px;
  background: var(--lp-white-gradient);
  opacity: 0.9;
  mix-blend-mode: screen;
  z-index: 0;
}
.landing .intro h1 {
  background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/logo-curso@2x.png)
    left center / contain no-repeat;
  height: 80px;
  text-indent: -9999px;
}
.landing .intro h2 {
  font-size: 1.5em;
  color: var(--lp-dark-blue);
  text-wrap: balance;
  line-height: 1.1;
  font-weight: 400;
  margin: 0.5em 0 1em;
}
.landing .intro h2 strong {
  color: var(--lp-red);
}
.landing .intro h3 {
  font-size: 1.125em;
  color: var(--lp-dark-blue);
  font-weight: 400;
  text-wrap: balance;
}
.landing .foto-prof .texto {
  margin-top: -90px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: -50px;
}
.landing .foto-prof .tag {
  font-size: 0.75em;
  padding: 1em 1.5em 2em;
  color: white;
  background: var(--lp-red);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  position: relative;
  width: fit-content;
  box-shadow:
    0px 3px 6px 3px rgb(0 0 0 / 16%),
    inset 5px -6px 6px 3px rgb(0 0 0 / 16%);
}
.landing .foto-prof p {
  font-size: 1.25em;
  padding: 1em 1.5em;
  color: var(--lp-blue);
  background: var(--lp-white-gradient);
  position: relative;
  font-weight: 700;
  border-radius: 8px;
  text-align: left;
  width: 57%;
  margin-top: -16px;
  line-height: 1.1;
}
.landing .intro .foto-prof {
  display: none;
}
.landing .intro .blue-sect {
  background: rgb(10 18 50 / 90%);
  position: relative;
  z-index: 1;
}
.landing .intro .blue-sect .wrapper {
  padding: 20px;
}
.landing .intro .blue-sect ul {
  font-size: 1.125em;
  line-height: 1.2;
  list-style: none;
  padding-left: 0;
  text-wrap: balance;
  display: grid;
}
.landing .intro .blue-sect ul li {
  display: flex;
  align-items: center;
  color: white;
  gap: 0.5em;
}
.landing .intro .blue-sect ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.landing .intro .video-prof {
  margin: 2em 0;
}
.landing .intro video {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/* SOBRE */
.landing .bg-wave {
  background:
    linear-gradient(var(--lp-off-white), transparent),
    url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-wave.jpg)
      bottom center / cover no-repeat;
}
.landing .sobre h2,
.landing .indicacao h2,
.landing .apresentacao h2 {
  text-align: center;
  color: var(--lp-blue);
  font-size: 2em;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-weight: 700;
  text-wrap: balance;
}
.landing .sobre h3,
.landing .indicacao h3 {
  color: var(--lp-black);
  text-align: center;
  font-size: 1.125em;
  line-height: 1.15;
  font-weight: 400;
  text-wrap: balance;
  margin-bottom: 2em;
}
.landing .sobre ul {
  list-style: none;
  padding-left: 0;
}
.landing .sobre ul li {
  background: var(--lp-light-purple);
  color: var(--lp-dark-blue);
  border-radius: 8px;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 1.75em 1.5em 0.75em;
  position: relative;
  text-wrap: balance;
}
.landing .sobre ul li:not(:last-child) {
  margin-bottom: 2.5em;
}
.landing .sobre ul li::before {
  background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/icon.svg)
    50% / contain no-repeat;
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 14px;
  top: -20px;
}
.landing .sobre .btn,
.landing .apresentacao .btn {
  margin: 2.5em auto 0;
  display: block;
}

/* INDICACAO */
.landing .indicacao h2,
.landing .indicacao h3 {
  text-align: left;
}
.landing .indicacao span {
  color: var(--lp-dark-blue);
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.landing .indicacao ul {
  font-size: 1.125em;
  list-style: none;
  padding: 0;
  text-wrap: balance;
}
.landing .indicacao ul li {
  position: relative;
  padding-left: 1.25em;
  display: flex;
  align-items: center;
}
.landing .indicacao ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/i-indicacao.svg)
    50% / contain no-repeat;
  width: 10px;
  height: 10px;
}
.landing .indicacao ul li:not(:last-child) {
  margin-bottom: 0.625em;
}

/* APRESENTACAO */
.landing .apresentacao ul {
  padding-left: 0;
  list-style: none;
}
.landing .apresentacao ul li {
  display: flex;
  flex-direction: column;
  margin-top: 0.8em;
}
.landing .apresentacao .list > li:not(:last-child)::after {
  border-bottom: 1px solid #bacbdb;
  content: "";
  display: block;
  margin: 1em 0 0;
  width: 100%;
}
.landing .apresentacao .list h2 {
  color: var(--lp-dark-blue);
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.3em;
  text-align: left;
}
.landing .apresentacao .list span {
  font-style: italic;
  color: var(--lp-red);
  font-size: 1.125em;
}
.landing .apresentacao .list p {
  color: var(--lp-black);
  font-size: 1.125em;
}

/* CURSO COMPLETO */
.landing .curso-completo {
  background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-causa-mb-2.jpg)
    bottom center / cover no-repeat;
  border-bottom: 4px solid var(--lp-black);
  position: relative;
}
.landing .curso-completo h2 {
  color: white;
  text-align: left;
  font-size: 2em;
  line-height: 1.1;
  margin: 0.5em 0;
  font-weight: 700;
  text-wrap: balance;
}
.landing .curso-completo picture img {
  width: 70%;
}
.landing .curso-completo .cta,
.landing .curso-completo .parcela,
.landing .curso-completo .preco-curso s[style] + strong::before {
  color: white;
}
.landing .curso-completo .cta {
  margin-bottom: 0.75em;
  margin-top: 0;
}
.landing .curso-completo h3 {
  color: white;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.landing .curso-completo ul {
  color: white;
  font-size: 1.125em;
  list-style: none;
  padding: 0;
  text-wrap: balance;
  margin-bottom: 0.75em;
}
.landing .curso-completo ul li {
  position: relative;
  padding-left: 1.25em;
  display: flex;
  align-items: center;
}
.landing .curso-completo ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.landing .curso-completo ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/i-curso-completo.svg)
    50% / contain no-repeat;
  width: 10px;
  height: 10px;
}

/* GARANTIA */
.landing .garantia .wrapper {
  color: white;
  background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-garantia.jpg)
    center / cover no-repeat;
}
.landing .garantia h2 {
  font-weight: 700;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.1;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
.landing .garantia p {
  font-size: 1.125em;
  text-wrap: balance;
}

/* PROFESSOR */
.landing .bg-final {
  background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-final-mb.jpg)
    center / cover no-repeat;
}
.landing .professor {
  position: relative;
}
.landing .professor h2 {
  font-size: 2em;
  color: var(--lp-dark-blue);
  font-weight: 700;
  line-height: 1.1;
  text-wrap: balance;
  margin: 0 0 0.5em;
}
.landing .professor h3 {
  font-size: 1.5em;
  color: var(--lp-black);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.5em;
}
.landing .professor p {
  font-size: 1.125em;
  color: var(--lp-black);
  line-height: 1.1;
}
.landing .professor::after {
  position: absolute;
  content: "";
  max-width: 1030px;
  width: 100%;
  height: 4px;
  background-color: white;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* FAQ */
.landing .faq h2 {
  text-align: center;
  font-size: 2em;
  color: var(--lp-dark-blue);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.5em;
}
.landing .faq details {
  background: var(--lp-white);
  --webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 16px;
}
.landing .faq details:not(:last-of-type) {
  margin-bottom: 0.75em;
}
.landing .faq details summary {
  align-items: center;
  color: var(--lp-blue);
  cursor: pointer;
  display: flex;
  font-size: 1.125em;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 1em 1.3333em;
}
.landing .faq details summary::after {
  background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/faq-open.svg)
    center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 1.25em;
  height: 1.25em;
  width: 1.25em;
  --webkit-transform: rotate(0.5turn);
  --moz-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
  --webkit-transition: transform 0.25s;
  transition: transform 0.25s;
}
.landing .faq details[open] summary::after {
  transform: rotate(0.13turn);
  --webkit-transform: rotate(0.13turn);
  --moz-transform: rotate(0.13turn);
}
.landing .faq details > div {
  padding: 0 1.5em 1.125em;
}
.landing .faq summary + div > ul {
  padding-left: 1.25em;
}

/* APOIO ---- */
.landing .apoio {
  background: #f3f6f9;
}
.landing .apoio .wrapper {
  --lp-pad-y: 40px;
  text-align: center;
}
.landing .apoio h2 {
  color: var(--lp-dark-blue);
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1em;
}
.landing .apoio p {
  margin-bottom: 1em;
  font-size: 1.5em;
}
.landing .apoio p:not(:first-of-type) {
  margin-top: 3em;
}

/* 480px */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .curso-completo .wrapper {
    padding-bottom: calc(var(--lp-pad-y) + 48px);
  }
  .landing .garantia {
    --lp-pad-x: 64px;
    --lp-pad-y: 36px;
    --lp-wrapper: 27.5em;
    margin-top: -48px;
    position: relative;
  }
  .landing .garantia .wrapper {
    border-radius: 8px;
  }
}

/* 768px */
@media (min-width: 48rem) {
  .landing {
    --lp-pad-y: 40px;
    --lp-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing .btn {
    width: fit-content;
  }
  .landing .cta {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .landing .intro .cta {
    justify-content: center;
  }
  .landing .intro .blue-sect .wrapper {
    padding: var(--lp-pad-y) var(--lp-pad-x);
  }
  .landing .intro h1 {
    height: 154px;
  }
  .landing .intro .blue-sect ul {
    grid-template-columns: 155px 185px 150px;
    position: relative;
    gap: 32px;
    align-items: center;
  }
  .landing .intro .blue-sect ul li {
    position: relative;
  }
  .landing .intro .blue-sect ul li picture {
    flex: 0 0 40px;
  }
  .landing .intro .blue-sect ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .landing .intro .blue-sect ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    width: 2px;
    height: 42px;
    background: var(--lp-blue);
    margin: 0;
  }
  .landing .sobre ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25em;
  }
  .landing .sobre ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .landing .apresentacao .wrapper {
    max-width: 37.1875em;
  }
  .landing .curso-completo {
    background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-curso-completo-desktop.jpg)
      center / cover no-repeat;
  }
  .landing .curso-completo .wrapper {
    display: flex;
    gap: 0.5em;
    align-items: flex-start;
    position: relative;
    padding-bottom: calc(var(--lp-pad-y) * 2);
    padding-top: calc(var(--lp-pad-x) * 2);
  }
  .landing .curso-completo picture img {
    width: 100%;
  }
  .landing .curso-completo .txt {
    flex: 0 0 400px;
  }
  .landing .garantia {
    --lp-wrapper: 45.625em;
  }
  .landing .bg-final {
    background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-final-desktop-2.jpg)
      center / cover no-repeat;
  }
  .landing .professor .wrapper {
    display: flex;
    gap: 2.5em;
    align-items: center;
    max-width: 46.25em;
  }
  .landing .professor picture {
    flex: 0 0 300px;
  }
  .landing .faq {
    --lp-wrapper: 45em;
  }
}

/* 992px */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 60em;
  }
  .landing .intro {
    background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-intro-desktop.jpg)
      center / cover no-repeat;
  }
  .landing .intro .light-sect::after {
    opacity: 0.7;
  }
  .landing .intro .light-sect .txt {
    padding: 4em 4em 0 4em;
    flex: 0 0 680px;
  }
  .landing .intro .light-sect .wrapper {
    position: relative;
  }
  /* .landing .intro .light-sect .wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -92px;
    background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-light-sect.png)
      top center / cover no-repeat;
    width: 899px;
    height: 486px;
    opacity: 0.9;
    mix-blend-mode: screen;
    z-index: -1;
    pointer-events: none;
  } */
  
  .landing .intro .light-sect .wrapper {
    padding-top: 0;
    /* padding-bottom: 0; */
    /* display: flex; */
    align-items: center;
    z-index: 2;
  }
  .landing .intro .foto-prof {
    margin: 0 0 -16.625em -3.125em;
    flex: 0 0 320px;
    position: relative;
    z-index: 0;
    display: block;
  }
  .landing .intro .blue-sect .wrapper {
    padding-left: 5em;
  }
  .landing .sobre .wrapper {
    max-width: 51.25em;
  }
  .landing .sobre ul {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
  .landing .sobre ul li {
    max-width: 250px;
    padding-bottom: 2.75em;
  }
  .landing .indicacao .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3.5em;
    max-width: 55.125em;
  }
  .landing .indicacao .txt {
    flex: 0 0 380px;
  }
  .landing .bg-wave {
    background:
      linear-gradient(var(--lp-off-white), transparent),
      url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-wave.jpg)
        bottom center / 101% auto no-repeat;
  }
  .landing .curso-completo .txt {
    flex: 0 0 600px;
  }
}

/* 1200px */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 62em;
  }
  .landing .cta {
    justify-content: start;
    gap: 2em;
  }
  .landing .intro {
    --lp-wrapper: 71em
  }
  .landing .intro .light-sect .wrapper {
    display: grid;
    gap: 0 3em;
    align-items: end;
    grid-template-columns: 1fr 500px;
    grid-template-rows: auto auto;
  }
  .landing .intro .light-sect .txt {
    padding: 4em 0 0 0;
  }
  .landing .intro .video-prof {
    grid-column: 2;
    grid-row: span 2;
    margin: 0;
    padding-top: 24px;
  }
  .landing .intro .cta {
    justify-content: start;
  }
  .landing .intro .foto-prof {
    flex: 0 0 364px;
    margin: 0 0 -10.625em 2.25em;
  }
  .landing .foto-prof .texto {
    margin-top: -130px;
    left: -70px;
  }
  .landing .foto-prof p {
    width: 51%;
  }
  .landing .intro .blue-sect .wrapper {
    padding: calc(var(--lp-pad-x) * 2) var(--lp-pad-x);
  }
  .landing .intro .light-sect::after {
   display: none;
  }
  .landing .intro .light-sect .wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -92px;
    background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-light-sect.png)
      top center / cover no-repeat;
    width: 899px;
    height: 486px;
    opacity: 0.9;
    mix-blend-mode: screen;
    z-index: -1;
    pointer-events: none;
  }
  .landing .indicacao .wrapper {
    position: relative;
  }
  .landing .indicacao .wrapper::after {
    position: absolute;
    content: "";
    background: url(https://mktgen.com.br/imagens/curso-online-imersao-cardiometabolismo/bg-indicacao.svg)
      center right / contain no-repeat;
    height: 1044px;
    width: 897px;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -870px;
  }
  .landing .curso-completo .wrapper {
    padding-bottom: calc(var(--lp-pad-y) * 2.5);
  }
  .landing .garantia {
    margin-top: -120px;
  }
}

/* 1360px */
@media (min-width: 85rem) {
  .landing .indicacao .wrapper::after {
    right: -950px;
  }
}

/* 1600px */
@media (min-width: 100rem) {
  .landing {
    --lp-wrapper: 80.5em;
  }
  .landing .intro .light-sect .wrapper {
    grid-template-columns: 680px 500px;
  }
}

/* ANIMACOES ---- */
@media not (prefers-reduced-motion) {
  @keyframes slideUp {
    from {
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      -webkit-transform: initial;
      -moz-transform: initial;
      -o-transform: initial;
      transform: initial;
    }
  }
  html {
    scroll-behavior: smooth;
  }
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js .landing .anime.show {
    opacity: 1;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    transform: initial !important;
  }
  .js .landing .intro .light-sect .txt.anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .intro .light-sect .foto-prof.anime,
  .js .landing .intro .light-sect .video-prof.anime {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }
}
