html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
.landing {
  --lp-black: #101010;
  --lp-darkblue: #0a1f44;
  --lp-yellow: #ffbb29;
  --lp-light-yellow: #f8f2eb;
  --lp-light-blue: #0064d4;
  --lp-darkblue2: #162f57;

  --lp-pad-x: 20px;
  --lp-pad-y: 32px;
  --lp-fixed: 19em;

  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
.landing :where(h1, h2, h3, ul, li, p) {
  margin: 0;
}
.landing img {
  display: block;
  margin: 0 auto;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing .btn {
  display: inline-block;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.275em;
  font-weight: 800;
  padding: 12px 16px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  white-space: nowrap;
  border-radius: 999px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 12%);
  letter-spacing: 0.025em;
  font-family: "Raleway", sans-serif;
}
.landing .btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.landing .btn.btn-blue {
  background: var(--lp-darkblue);
  color: var(--lp-yellow);
}
.landing h2.lp-title {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  line-height: 1.15;
  text-wrap: balance;
  text-align: left;
  color: var(--lp-yellow);
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 0.025em;
}
.landing .preco-antigo {
  display: none;
}

/* INTRO */
.landing .intro .wrapper {
  padding-top: 0.5em;
}
.landing .intro .foto-prof img {
  margin: 0 auto;
  padding: 1.5em;
  width: auto;
}
.landing .topo h1 {
  font-size: 1.25em;
  margin-top: 0.275em;
}
.landing .topo h1 strong {
  color: var(--lp-darkblue);
  text-decoration: underline var(--lp-yellow);
}
.landing .topo .wrapper {
  padding-bottom: 0;
}
.landing .topo img {
  margin: auto 0;
  width: 75%;
}
.landing .topo {
  position: relative;
  background: white
    url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-intro-pen.png)
    center / cover no-repeat;
  background-blend-mode: multiply;
  border-bottom: 2px solid var(--lp-darkblue);
  height: 124px;
}
.landing .topo .logo-curso {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.landing .topo .logo-curso::before {
  position: absolute;
  content: "";
  background: white;
  width: 72%;
  height: 2px;
  bottom: -6px;
  left: -6px;
  z-index: -1;
}
.landing .intro {
  background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-intro-mb.jpg)
    center / cover no-repeat;
}
.landing .intro .text {
  background: linear-gradient(
    to right,
    rgb(255 250 212 / 90%),
    rgb(255 248 154 / 90%)
  );
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 1em 1.875em;
}
.landing .intro .txt .text h2 {
  color: var(--lp-darkblue);
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.125em;
}
.landing .intro .txt .text p {
  color: var(--lp-black);
  font-size: 1.125em;
  font-weight: 400;
  text-wrap: balance;
}
.landing .intro .txt ul {
  font-size: 1.125em;
  list-style: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/i-check.png);
  padding-left: 20px;
  margin-top: 1em;
  color: var(--lp-black);
  text-wrap: balance;
}
.landing .intro .txt ul li:not(:last-child) {
  margin-bottom: 0.15em;
}
.landing .intro .box-produto {
  display: grid;
  width: 100%;
  gap: 5px;
  margin: 1em auto;
  position: relative;
  background: rgba(252, 234, 136, 75%);
  border-radius: 16px 16px 24px 24px;
}
.landing .intro .preco-curso {
  color: var(--lp-black);
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3;
  margin: 1em 0;
  padding: 0 1em;
  position: relative;
  text-align: center;
}
.landing .intro .preco-curso::after {
  content: "";
  width: 90%;
  background: var(--lp-light-yellow);
  border-radius: 4px;
  display: block;
  height: 2px;
  margin: 0.5em auto 0;
  box-shadow: 0px 0px 6px 0px rgb(210 149 18);
  position: absolute;
}
.landing .intro .preco-curso s[style] + strong::before {
  content: "|";
  font-weight: 400;
  margin: 0 0.25em;
  opacity: 0.75;
}
.landing .intro .preco-parcelado {
  font-size: 1.375em;
}
.landing .intro .parcela {
  font-size: 1.375em;
  font-weight: 800;
  color: var(--lp-darkblue);
}
.landing .intro .flag {
  font-weight: 800;
  text-transform: uppercase;
  text-wrap: balance;
  background: linear-gradient(to bottom, #fbc85e, #dead3f);
  padding: 12px 20px;
  color: var(--lp-black);
  position: relative;
  text-align: center;
  /* clip-path: polygon(
    0 0,
    calc(100% - 40px) 0,
    100% 50%,
    calc(100% - 40px) 100%,
    0 100%,
    0 0
  ); */
  border-radius: 10px 10px 0 0;
  /* seta para baixo */
  /* clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 35px),
    60% calc(100% - 35px),
    50% 100%,
    40% calc(100% - 35px),
    0 calc(100% - 35px)
  ); */
  display: inline-block;
  line-height: 1.2;
}
.landing .intro .flag::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #dead3f;
}

/* 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-yellow);
  color: var(--lp-darkblue);
  display: none;
  font-size: 0.75em;
  justify-content: space-between;
  line-height: 1.2;
  padding: var(--lp-pad-x);
  width: 100%;
  border-radius: 24px 0 0;
}
.landing .fixedbox.fixed {
  animation: slideUp 1s forwards;
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  z-index: 10;
}
.landing .fixedbox .bottom {
  background: var(--lp-yellow);
}
.landing .fixedbox > *:not(.preco-curso):not(.btn) {
  display: none;
}
.landing .fixedbox .autor {
  color: var(--lp-black);
  font-size: 1.25em;
  margin-top: 0.5em;
  margin-bottom: 1.25em;
  text-align: center;
}
.landing .fixedbox .autor strong {
  color: var(--lp-darkblue);
  text-decoration: underline var(--lp-yellow);
}
.landing .fixedbox ul {
  list-style: none;
  color: var(--lp-black);
  font-size: 0.875em;
  text-wrap: balance;
  display: block;
  padding-left: 0;
  position: relative;
}
.landing .fixedbox ul::before {
  position: absolute;
  content: "";
  width: 256px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 4px;
  display: block;
  height: 2px;
  margin: 0.5em auto 0;
  top: -20px;
  box-shadow: 0px 0px 6px 0px rgb(210 149 18 / 50%);
}
.landing .fixedbox ul li {
  margin-bottom: 8px;
}

.landing .fixedbox .preco-curso {
  color: var(--lp-black);
  font-size: 1.5em;
}
/* .landing .fixedbox .preco-curso s[style] + strong::before {
  content: "|";
  font-weight: 400;
  margin: 0 0.25em;
  opacity: 0.75;
} */
.landing .fixedbox .preco-antigo {
  font-size: 0.75em;
}
.landing .fixedbox .preco-antigo + strong {
  font-weight: 600;
}
.landing .fixedbox .preco-parcelado {
  display: block;
  font-size: 0.9em;
}
.landing .fixedbox .parcela {
  font-size: 1.25em;
  font-weight: 800;
  color: var(--lp-darkblue);
  white-space: nowrap;
}
.landing .fixedbox .btn {
  flex: 0 0 11em;
  width: fit-content;
  padding: 0.75em;
  position: relative;
}
.landing .fixedbox .btn:focus-visible {
  outline-color: var(--lp-darkblue);
}

/* SOBRE e DIFERENCIAIS */
.landing .sobre,
.landing .diferenciais {
  background: var(--lp-darkblue);
  color: white;
}
.landing .sobre p,
.landing .diferenciais p {
  font-size: 1.125em;
  line-height: 1.5;
  text-wrap: balance;
}
.landing .sobre p:not(:last-child),
.landing .diferenciais p:not(:last-child) {
  margin: 0 0 20px 0;
}
.landing .sobre p {
  position: relative;
}
.landing .sobre p:last-of-type::after {
  position: absolute;
  content: "";
  background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/dots.svg)
    bottom left / contain no-repeat;
  width: 64px;
  height: 16px;
  bottom: -32px;
  left: 0;
}
.landing .diferenciais h3 {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.25em;
  text-wrap: balance;
  margin-bottom: 1em;
  background: var(--lp-light-blue);
  max-width: 527px;
}
.landing .diferenciais h3 span {
  text-decoration: underline var(--lp-yellow);
}
.landing .diferenciais ul {
  display: grid;
  gap: 1.25em;
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
  font-size: 1.125em;
}
.landing .diferenciais ul li {
  align-items: center;
  background: var(--lp-darkblue2);
  border-radius: 24px 0 24px 0;
  display: flex;
  padding: 1.25em 1.5em 1.25em 0;
  text-wrap: balance;
  box-shadow: 3px 3px 6px 3px rgb(16 16 16 / 25%);
}
.landing .diferenciais ul li span {
  flex: 0 0 65%;
}

/* PROFESSOR */
.landing .professor {
  background: white;
  color: var(--lp-black);
}
.landing .professor h2.lp-title {
  color: var(--lp-light-blue);
}
.landing .professor .foto {
  margin: 1.5em auto;
  max-height: 350px;
  width: auto;
}
.landing .professor p {
  color: var(--lp-black);
  font-size: 1.125em;
  margin-top: 1em;
  line-height: 1.5;
  text-wrap: balance;
  position: relative;
}
.landing .professor p:not(:last-child) {
  margin: 0 0 20px 0;
}
.landing .professor .txt2 {
  position: relative;
}
.landing .professor .txt2::after {
  position: absolute;
  content: "";
  background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/dots-professor.svg)
    bottom left / contain no-repeat;
  width: 64px;
  height: 16px;
  bottom: -32px;
  left: 0;
}

/* CONTEUDO */
.landing .conteudo h2.lp-title {
  color: var(--lp-light-blue);
}
.landing .conteudo p {
  color: var(--lp-black);
  font-size: 1.125em;
  margin-top: 1em;
  line-height: 1.5;
  text-wrap: balance;
  position: relative;
}
.landing .conteudo p:not(:last-child) {
  margin: 0 0 20px 0;
}
.landing .conteudo .box {
  background: linear-gradient(to right, #ffbb29 50%, #d29512 100%);
  margin: 8px auto;
  padding: 0;
  position: relative;
  border-radius: 24px 0;
  z-index: 1;
}
.landing .conteudo .box summary {
  color: var(--lp-darkblue);
  font-weight: 800;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 0.75em 0.25em 1.25em;
  outline: none;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 1.375em;
}
.landing .conteudo .box summary::after {
  background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/modulo-close.svg)
    center / cover no-repeat;
  content: "";
  flex: 0 0 40px;
  height: 40px;
  width: 40px;
  transition: transform 0.3s ease-in-out;
}
.landing .conteudo .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 46px;
  pointer-events: none;
  background: var(--lp-light-yellow);
  z-index: -1;
  border-radius: 24px 0;
  transition: height 0.3s ease-in-out;
}
.landing .conteudo .box[open]::after {
  /* height: 287px;
  border-radius: 0; */
  display: none;
}
.landing .conteudo .box[open] summary::after {
  background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/modulo-open.svg)
    center / cover no-repeat;
}
.landing .conteudo .panel {
  padding: 1em 1.5em 1em;
  color: var(--lp-black);
  line-height: 1.3;
  margin-top: -18px;
  background: var(--lp-light-yellow);
  display: none;
}
.landing .conteudo .box[open] .panel {
  display: block;
}
.landing .conteudo .panel ul {
  font-size: 1.125em;
  list-style: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/i-modulos.svg);
  padding-left: 4px;
  color: var(--lp-black);
}
.landing .conteudo .panel ul li:not(:last-child) {
  margin-bottom: 0.15em;
}
/* .landing .conteudo .modulo {
  max-width: 610px;
} */
.landing .conteudo .modulo .titulo {
  background: linear-gradient(to right, #ffbb29 50%, #d29512 100%);
  border-top-left-radius: 24px;
}
.landing .conteudo .modulo .titulo h3 {
  font-size: 1.375em;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-align: left;
  line-height: 0.7;
  padding: 0.75em 1.875em 0 1.25em;
  color: var(--lp-darkblue);
  letter-spacing: 0.025em;
}
.landing .conteudo .modulo .texto {
  background: var(--lp-light-yellow);
  color: var(--lp-black);
  text-align: left;
  text-wrap: balance;
  padding: 8px 16px 8px 28px;
  margin-bottom: 1em;
  font-size: 1.125em;
  border-bottom-right-radius: 24px;
}
.landing .conteudo .modulo .texto h4 {
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 0.5em;
}
.landing .conteudo .modulo .texto p {
  font-size: 1.125em;
  margin-top: 0;
}

/* DEPOIMENTOS */
.landing .depoimentos {
  background: var(--lp-darkblue);
  color: white;
  position: relative;
  z-index: 1;
}
.landing .depoimentos::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(to right, #ffbb29 50%, #d29512 100%);
  z-index: 2;
}
.landing .depoimentos p {
  font-size: 1.125em;
  line-height: 1.5;
  text-wrap: balance;
}
.landing .depoimentos iframe {
  width: 100%;
  height: 300px;
}
.landing .slider .splide__slide {
  --slide-size: 272px;
  font-size: 0.875rem;
}
.landing .slider .splide__slide div {
  background: var(--lp-darkblue2);
  margin: 0 auto;
  padding: 2em 2.25em;
  position: relative;
  width: var(--slide-size);
  color: white;
  border-radius: 24px 0;
  box-shadow: 3px 3px 6px 3px rgb(16 16 16 / 25%);
  max-width: 300px;
  margin-top: 1em;
}
.landing .slider q::before {
  content: "";
  background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/top-quote.svg)
    top left / contain no-repeat;
  left: -10px;
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: -1;
  top: -8px;
}
.landing .slider p {
  margin-bottom: 0;
}
.landing .slider q {
  --quote-position: -70px;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  text-wrap: balance;
  font-size: 1.125em;
}
.landing .slider .autor {
  bottom: -93px;
  color: white;
  left: calc(50% - 70px);
  /* position: absolute; */
  /* width: 70%; */
  margin-top: 1em;
}
.landing .slider .autor strong {
  font-size: 1em;
  line-height: 1.1;
  text-align: left;
  text-wrap: balance;
}
.landing .slider .splide__arrow {
  background: var(--lp-darkblue);
  height: 24px;
  top: 50%;
  transition: opacity 0.1s;
  width: 24px;
  box-shadow: 0px 0px 2px 2px rgb(248 242 235 / 10%),
    inset 0px 1px 10px 2px rgb(0 0 0 / 50%);
}
.landing .slider .splide__arrow svg {
  fill: var(--lp-yellow);
  height: 50%;
  width: 50%;
}

/* CURSO COMPLETO */
.landing .curso-completo {
  color: var(--lp-black);
  background: var(--lp-light-yellow);
}
.landing .curso-completo h2.lp-title {
  color: var(--lp-light-blue);
}
.landing .curso-completo .thumb img {
  background: transparent;
  margin-bottom: 3em;
}
.landing .curso-completo picture {
  position: relative;
}
.landing .curso-completo picture::after {
  position: absolute;
  content: "";
  background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/dots.svg)
    bottom left / contain no-repeat;
  width: 64px;
  height: 16px;
  bottom: -8px;
  left: 32px;
}
.landing .curso-completo p {
  font-size: 1.125em;
  margin-bottom: 1em;
}
/* .landing .curso-completo .preco-curso {
  font-size: 1em;
} */
/* .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-size: 1.375em;
  display: block;
}
.landing .curso-completo .parcela {
  font-size: 1.25em;
  color: var(--lp-darkblue);
}
.landing .curso-completo .btn.btn-blue {
  margin: 0 auto;
  width: 100%;
}
.landing .curso-completo .preco-curso s[style] + strong::before {
  content: "|";
  font-weight: 400;
  margin: 0 0.25em;
  opacity: 0.75;
}

/* FAQ */
.landing .faq {
  background: white
    url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-waves-profa-mb.png)
    bottom center / cover no-repeat;
}
.landing .faq h2 {
  text-align: center;
  color: var(--lp-light-blue);
  margin-bottom: 0.5em;
}
.landing .faq h3 {
  color: var(--lp-light-yellow);
  font-size: 1.275em;
  background: var(--lp-darkblue);
  padding: 2px 11px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 999px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  letter-spacing: 0.025em;
}
.landing .faq .title {
  margin-bottom: 1em;
}
.landing .faq .box {
  background: linear-gradient(to right, #ffbb29 50%, #d29512 100%);
  margin: 8px auto;
  padding: 0;
  position: relative;
  border-radius: 24px 0;
  z-index: 1;
}
.landing .faq .box summary {
  color: var(--lp-darkblue);
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0.75em 1em 1.5em;
  outline: none;
  line-height: 1.3;
}
.landing .faq .box summary::after {
  background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/btn-faq.png)
    center / cover no-repeat;
  content: "";
  flex: 0 0 40px;
  height: 40px;
  width: 40px;
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
.landing .faq .box[open] summary::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.landing .faq .panel {
  padding: 0em 1.5em 1em;
  color: var(--lp-black);
  line-height: 1.3;
  display: none;
}
.landing .faq .box[open] .panel {
  display: block;
}
.landing .faq .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 98%;
  pointer-events: none;
  background: var(--lp-light-yellow);
  z-index: -1;
  border-radius: 24px 0;
}
.landing .faq p {
  font-size: 1.125em;
  margin: 1em 0;
  text-align: center;
}
.landing .faq .preco-antigo + strong {
  font-weight: 600;
}
.landing .faq .preco-curso s[style] + strong::before {
  content: "|";
  font-weight: 400;
  margin: 0 0.25em;
  opacity: 0.75;
}
.landing .faq .preco-parcelado {
  font-size: 1.375em;
  display: block;
}
.landing .faq .parcela {
  font-size: 1.25em;
  color: var(--lp-darkblue);
}
.landing .faq .btn.btn-blue {
  margin: 0 auto;
  width: 100%;
}

/* > 480px ---- */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .depoimentos iframe {
    display: block;
    height: 395px;
    margin: 0 auto;
    max-width: 680px;
  }
  .landing .slider .splide__list {
    align-items: flex-start;
  }
  .landing .slider .splide__slide {
    --slide-size: 433px;
    font-size: 1rem;
  }
  .landing .slider q {
    --quote-position: -100px;
  }
  .landing .slider .splide__arrow {
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .landing .slider .splide__arrow--prev {
    left: 0;
  }
  .landing .slider .splide__arrow--next {
    right: 0;
  }
}

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing .topo .logo-curso::before {
    bottom: -1px;
  }
  .landing .topo .wrapper {
    padding-left: 2em;
  }
  .landing .topo {
    background-position: top right;
    background-size: contain;
  }
  .landing .intro .wrapper {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 4em;
    justify-content: space-between;
  }
  .landing .intro .foto-prof {
    flex: 0 0 400px;
    bottom: 200px;
    position: relative;
  }
  .landing .intro .foto-prof img {
    max-height: none;
  }
  .landing .intro .box-produto {
    grid-template-columns: 200px 272px 200px;
    align-items: center;
    display: grid;
    max-width: 700px;
    width: 100%;
    position: absolute;
    justify-content: flex-start;
    border-radius: 8px 38px 38px 8px;
  }
  .landing .intro .preco-curso {
    padding: 0 0.5em 0;
    margin: 0 auto;
  }
  .landing .intro .preco-curso::after {
    width: 2px;
    height: 32px;
    top: 0;
    right: -0.75em;
    margin: 1em auto;
  }
  .landing .intro .flag {
    /* clip-path: polygon(
      0 0,
      calc(100% - 40px) 0,
      100% 50%,
      calc(100% - 40px) 100%,
      0 100%,
      0 0
    ); */
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-flag.png)
      center right / cover no-repeat;
    width: 224px;
    padding: 0.5em 1.25em;
    border-radius: 8px;
    text-align: left;
  }
  .landing .intro .flag::after {
    display: none;
  }
  .landing .intro .text {
    width: 100%;
    max-width: 502px;
  }

  .landing .fixedbox {
    border-radius: 24px 0 0 0;
    font-size: 1em;
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .fixedbox.fixed {
    left: calc(50% - var(--lp-wrapper) / 2);
  }
  .landing .diferenciais ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
    max-width: 610px;
  }
  .landing .professor .resumo {
    margin-top: -1em;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .landing .professor .foto {
    margin: 0 0 0 20px;
  }
  .landing .professor picture {
    flex: 0 0 372px;
  }
  .landing .depoimentos {
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-depoimentos-mb.jpg)
      center / cover no-repeat;
  }
  .landing .bg-final {
    background: white;
  }
  .landing .curso-completo {
    background: white;
  }
  .landing .curso-completo .wrapper {
    background: var(--lp-light-yellow);
    border-radius: 24px 0 24px 0;
    padding-bottom: calc(var(--lp-pad-y) / 2);
    --lp-pad-x: 32px;
    position: relative;
    top: -16px;
    height: 327px;
    z-index: 3;
  }
  .landing .curso-completo .smallwrapper {
    align-items: start;
    display: flex;
  }
  .landing .curso-completo .thumb {
    flex: 0 0 215px;
  }
  .landing .curso-completo .txt {
    margin-left: 32px;
  }
  .landing .curso-completo .btn.btn-blue {
    width: fit-content;
  }
  .landing .curso-completo picture::after {
    bottom: 32px;
    left: 0;
  }
  .landing .faq .title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .landing .faq h3 {
    margin: 0;
  }
  .landing .faq .final {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .landing .faq p {
    text-align: left;
  }
  .landing .faq .btn.btn-blue {
    margin: 0;
    width: fit-content;
  }
  .landing .sobre,
  .landing .diferenciais,
  .landing .professor {
    background: none;
  }
  .landing #prova {
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-prova-mb.png)
      top center / auto 62% no-repeat;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 40px;
    --lp-wrapper: 60em;
  }
  .landing .topo {
    height: 132px;
  }
  .landing .intro {
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-intro-desktop.jpg)
      center / cover no-repeat;
    height: 100%;
    max-height: 28.5625em;
  }
  @media (min-height: 37.5em) {
    .landing .smallwrapper {
      max-width: calc(100% - var(--lp-fixed));
      padding-right: 40px;
    }
    .landing .fixedbox {
      background: #ffffffed;
      border-radius: 24px 0 24px 0;
      display: block;
      margin-top: 40px;
      max-width: var(--lp-fixed);
      padding: 25px var(--lp-pad-x);
      position: absolute;
      right: calc(50% - (var(--lp-wrapper) / 2 - var(--lp-pad-x)));
      text-align: center;
      z-index: 10;
    }
    .landing .fixedbox.fixed {
      animation: none;
      bottom: unset;
      display: block;
      left: unset;
      top: 88px;
      z-index: 10;
    }
    .landing .fixedbox::before,
    .landing .fixedbox.fixed::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 190px;
      background-color: var(--lp-yellow);
      border-radius: 0 0 24px 0;
      z-index: 0;
    }
    .landing .fixedbox > *:not(.preco-curso):not(.btn) {
      display: block;
    }
    .landing .fixedbox .preco-curso {
      margin: 1em 0 0.5em;
      position: relative;
    }
    .landing .fixedbox ul li:last-child strong {
      display: block;
    }
  }
  .landing .professor .resumo {
    margin-top: 1em;
  }
  .landing .professor picture {
    flex: 0 0 300px;
  }
  .landing .depoimentos iframe {
    margin: 0;
    margin-top: -1em;
  }
  .landing .curso-completo .wrapper {
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-curso-completo.png)
      right / cover no-repeat;
    height: 334px;
  }
  .landing .faq {
    background: white
      url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-waves-profa.png)
      bottom center / contain no-repeat;
  }
  .landing .faq .wrapper {
    --lp-wrapper: 42em;
  }
  /* .landing #prova {
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-prova-mb.png) top center / auto 65% no-repeat;
  } */
  .landing #prova {
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-top-2.png)
      top center / cover no-repeat;
  }
  .landing .conteudo {
    background: white;
  }
  .landing .diferenciais {
    position: relative;
    z-index: 1;
  }
  .landing .professor {
    background: white
      url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-prof-top.png)
      bottom center / cover no-repeat;
    position: relative;
  }
  .landing .professor::after {
    content: "";
    position: absolute;
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-check.png)
      right top / cover no-repeat;
    width: 795px;
    height: 774px;
    top: -40em;
    right: 0;
    z-index: 0;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 71em;
  }
  .landing .topo {
    height: 140px;
  }
  .landing .smallwrapper {
    padding-right: 60px;
  }
  .landing .professor picture {
    flex: 0 0 372px;
  }
  .landing .professor .resumo {
    margin-top: -4em;
  }
  /* .landing .depoimentos .wrapper {
    --lp-pad-x: 0;
  } */
  .landing .depoimentos {
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-depoimentos.jpg)
      center / cover no-repeat;
  }
  .landing .curso-completo .wrapper {
    top: -40px;
    width: 90%;
    height: 343px;
  }
}

/* > 1600px ---- */
@media (min-width: 100rem) {
  .landing {
    --lp-wrapper: 80em;
  }
  .landing .professor picture {
    flex: 0 0 500px;
  }
  .landing #prova {
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-top-2.png)
      top center / cover no-repeat;
  }
  .landing .conteudo {
    background: white;
  }
  .landing .professor {
    background: white
      url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-prof-top.png)
      bottom center / cover no-repeat;
    position: relative;
  }
  .landing .diferenciais {
    position: relative;
    z-index: 1;
  }
  .landing .professor::after {
    content: "";
    position: absolute;
    background: url(https://mktgen.com.br/imagens/curso-reta-final-prova-nacional-docente-andrea-ramal/bg-check.png)
      right top / cover no-repeat;
    width: 795px;
    height: 774px;
    top: -40em;
    right: 0;
    z-index: 0;
  }
}

/* Animacoes ---- */
@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-prof.anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .intro .foto-prof.anime.show,
  .js .landing .intro .txt.anime.show {
    -webkit-transform: initial;
    -moz-transform: initial;
    transform: initial;
  }
}
