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

  --lp-lilac: #bea9e7;
  --lp-light-lilac: #d5c6f0;
  --lp-deepblue: #161835;
  --lp-pink: #b23174;

  font-family: "Signika", sans-serif;
  color: var(--lp-deepblue);
  line-height: 1.5;
  overflow: hidden;
}
.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 {
  color: white;
  background: transparent;
  font-size: 1.25em;
  font-weight: 700;
  width: fit-content;
  padding: 0.75em 1.5em;
  text-decoration: none;
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.landing .btn::after {
  content: "";
  display: inline-block;
  background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/arrow-cta.svg)
    center / contain no-repeat;
  width: 11px;
  height: 10px;
  margin-left: 0.5em;
}
.landing .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--lp-pink);
  transform: skewX(-4deg);
  border-radius: 8px;
  z-index: -1;
  --webkit-transition: 0.1s;
  transition: 0.1s;
  box-shadow: 0 0 20px rgb(49 58 178 / 35%);
}
.landing .btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.landing .btn:focus-visible {
  outline: none;
}
.landing .btn:focus-visible::before {
  border: 2px dashed white;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
}
.landing .btn.btn-white {
  color: var(--lp-deepblue);
}
.landing .btn.btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transform: skewX(-4deg);
  border-radius: 8px;
  z-index: -1;
  --webkit-transition: 0.1s;
  transition: 0.1s;
  box-shadow: 0 0 20px rgb(49 58 178 / 35%);
}
.landing .btn.btn-white::after {
  content: "";
  display: inline-block;
  background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/arrow-cta-white.svg)
    center / contain no-repeat;
  width: 11px;
  height: 10px;
  margin-left: 0.5em;
}
.landing .btn.btn-white:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

/* VALORES ---- */
.landing .cta {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1.5em;
  color: var(--lp-deepblue);
}
.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-lilac);
}
.landing .antigo {
  display: none;
}
.landing .parcelado {
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.1;
}
.landing .parcela {
  font-size: 1.25em;
  white-space: nowrap;
  color: var(--lp-pink);
}

/* INTRO ---- */
.landing .intro {
  background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/bg-intro-mb.jpg)
    center / cover no-repeat;
}
.landing .intro .txt .tag {
  font-weight: 700;
  background: transparent;
  color: var(--lp-deepblue);
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 0.5em 1em;
  position: relative;
  z-index: 0;
}
.landing .intro .txt .tag::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--lp-lilac);
  transform: skewX(-6deg);
  border-radius: 6px;
  z-index: -1;
}
.landing .intro h1 {
  background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/logo-curso.png)
    left center / contain no-repeat;
  height: 105px;
  text-indent: -9999px;
  margin-top: 1em;
}
.landing .intro .txt h2 {
  font-size: 1.875em;
  font-weight: 300;
  margin: 1em 0 0.5em;
  color: var(--lp-deepblue);
  text-wrap: balance;
}
.landing .intro .txt h2 strong {
  color: var(--lp-pink);
}
.landing .intro .txt h2 span {
  position: relative;
  color: white;
  font-weight: 700;
  background: transparent;
  z-index: 0;
}
.landing .intro .txt h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--lp-deepblue);
  transform: skewX(-6deg);
  border-radius: 6px;
  z-index: -1;
}
.landing .intro .txt p {
  font-size: 1.125em;
  text-wrap: balance;
}
.landing .intro .foto-prof {
  margin-top: 1.75em;
}
.landing .blue-sect {
  background: var(--lp-deepblue);
  color: white;
}
.landing .blue-sect .wrapper {
  padding: 20px;
}
.landing .blue-sect ul {
  font-size: 1.125em;
  line-height: 1.2;
  list-style: none;
  padding-left: 0;
  text-wrap: balance;
}
.landing .blue-sect ul li {
  position: relative;
  padding-left: 1.25em;
  display: flex;
  align-items: center;
  min-height: 1.5em;
}
.landing .blue-sect ul li:not(:last-child) {
  margin-bottom: 0.625em;
}
.landing .blue-sect ul li::before {
  background: var(--lp-lilac);
  content: "";
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  margin-left: 0.5em;
  position: absolute;
  width: 3px;
  height: 13px;
}
.landing .intro .foto-prof {
  display: none;
}

/* SOBRE ---- */
.landing .sobre h2 {
  text-align: center;
  color: var(--lp-pink);
  font-weight: 700;
  font-size: 1.875em;
  text-wrap: balance;
  margin-bottom: 1em;
}
.landing .sobre ul {
  font-size: 1.125em;
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2.25em;
  justify-content: center;
  text-wrap: balance;
}
.landing .sobre ul li {
  flex: 0 0 11.875em;
}
.landing .sobre ul li .img-container {
  position: relative;
  display: inline-flex;
  margin-bottom: 10px;
  width: 72px;
  height: 64px;
  align-items: center;
  justify-content: center;
}
.landing .sobre ul li img {
  display: block;
  position: relative;
  z-index: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.landing .sobre ul li .img-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top, white 0%, var(--lp-lilac) 100%);
  transform: skewX(-6deg);
  border-radius: 8px;
  z-index: -1;
}
.landing .sobre ul li:not(:last-child) {
  margin-bottom: 1em;
}
.landing .sobre ul li p {
  font-size: 1.125em;
}
.landing .sobre .btn {
  margin: 2.5em auto 0;
  display: block;
}

/* CONTEUDO ---- */
.landing .conteudo {
  background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/bg-conteudo-mb.jpg)
    center / cover no-repeat;
}
.landing .conteudo h2 {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1.875em;
  text-wrap: balance;
  margin-bottom: 1em;
}
.landing .conteudo .btn {
  margin: 1.5em auto 0;
  display: block;
}
.landing .conteudo summary,
.landing .faq summary {
  list-style: none;
  outline: none;
  cursor: pointer;
}
.landing .conteudo summary .box,
.landing .faq summary .box {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
  padding: 0.5em 1.5em 0.5em 0.3em;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 50px;
}
.landing .conteudo summary .box::after,
.landing .faq summary .box::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  right: 0;
  background-color: white;
  transform: skewX(-6deg);
  border-radius: 8px;
  z-index: -1;
}
.landing .conteudo summary span,
.landing .faq summary span {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--lp-deepblue);
  position: relative;
  z-index: 2;
  line-height: 1.1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.landing .conteudo summary span::after,
.landing .faq summary span::after {
  background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/arrow-cta.svg)
    center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
  transition: transform 0.25s;
  transform: rotate(90deg);
}
.landing .conteudo details[open] summary span::after,
.landing .faq details[open] summary span::after {
  --webkit-transform: rotate(270deg);
  --moz-transform: rotate(270deg);
  --ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.landing .conteudo details[open] summary .box::after,
.landing .faq details[open] summary .box::after {
  box-shadow: 0 0 20px rgb(49 58 178 / 35%);
}
.landing .conteudo summary .img-container {
  position: relative;
  display: inline-flex;
  line-height: 0;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 44px;
}
.landing .conteudo summary .img-container img {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 26px;
  height: 26px;
}
.landing .conteudo summary .img-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--lp-deepblue);
  transform: skewX(-6deg);
  border-radius: 8px;
  z-index: 0;
}
.landing .conteudo details .panel,
.landing .faq details .panel {
  background: rgb(from var(--lp-deepblue) r g b / 0.2);
  padding: 2.5em 1em 1em 1.5em;
  margin: -2em auto 1em;
  width: 95%;
  border-bottom-right-radius: 8px;
  border-left: 2px solid var(--lp-deepblue);
}
.landing .conteudo details .panel ul {
  list-style: none;
  color: white;
  font-size: 1.125em;
  padding: 0;
  text-wrap: balance;
}
.landing .conteudo details .panel ul li:not(:last-child) {
  margin-bottom: 0.25em;
}
.landing .conteudo details .panel .titulo {
  font-size: 1.25em;
  font-style: italic;
  margin-bottom: 0.15em;
  text-wrap: balance;
}
.landing .conteudo details .panel li + li .titulo {
  margin-top: 2em;
}
.landing .conteudo details .panel .subtitulo {
  margin-bottom: 0.15em;
  text-wrap: balance;
}
.landing .conteudo details .panel span {
  font-weight: 300;
  position: relative;
  display: inline-block;
  text-wrap: balance;
}
.landing .conteudo details .panel span::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(90deg, var(--lp-deepblue), transparent);
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -20px;
}
.landing .conteudo details .panel li:last-child span::after {
  display: none;
}

/* PROFESSORES ---- */
.landing .professores {
  text-wrap: balance;
  padding-bottom: calc(var(--lp-pad-y) * 2);
}
.landing .professores .wrapper {
  padding-bottom: 1.5em;
}
.landing .professores h2 {
  text-align: center;
  color: var(--lp-pink);
  font-weight: 700;
  font-size: 1.875em;
  text-wrap: balance;
  margin-bottom: 0.5em;
}
.landing .professores h2 span {
  position: relative;
  color: white;
  font-weight: 700;
  background: transparent;
  z-index: 0;
  display: inline-block;
}
.landing .professores h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--lp-deepblue);
  transform: skewX(-6deg);
  border-radius: 6px;
  z-index: -1;
}
.landing .professores h3 {
  text-align: center;
  font-weight: 400;
  font-size: 1.125em;
  text-wrap: balance;
}
.landing .professores ul {
  display: flex;
  gap: 2.25em 1.875em;
  list-style: none;
  overflow: auto;
  padding: 0 var(--lp-pad-x);
  scroll-snap-type: x mandatory;
}
.landing .professores ul li {
  flex: 0 0 13.5em;
  scroll-snap-align: center;
  position: relative;
}
.landing .professores ul picture {
  display: block;
  margin: 0 -1.125em;
  padding: 0 1.125em;
  position: relative;
}
.landing .professores h4 {
  color: var(--lp-pink);
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.1;
  margin: 0.5em 0 0.25em;
}
.landing .professores ul p {
  line-height: 1.25;
  font-size: 1.125em;
  text-align: center;
}
.landing .professores button {
  position: absolute;
  right: 8px;
  top: 130px;
  border: 0;
  width: 40px;
  height: 36px;
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  background: none;
}
.landing .professores button:hover,
.landing .faq summary .box:hover::after {
  filter: saturate(1.5);
}
.landing .modal {
  align-items: safe center;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: auto;
  padding: var(--lp-pad-x) 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.landing .modal.show {
  display: flex;
}
.landing .modal-content {
  background: transparent;
  display: none;
  margin: 0 var(--lp-pad-x);
  height: auto;
  padding: 24px;
  position: relative;
  z-index: 2;
}
.landing .modal-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  transform: skewX(-6deg);
  border-radius: 24px;
  z-index: -1;
}
.landing .modal-content.show {
  display: block;
}
.landing .modal button {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 8px;
  top: -8px;
}
.landing .modal button:hover {
  filter: saturate(1.5);
}
.landing .modal-heading {
  align-items: center;
  display: flex;
  margin: 1em 0;
  flex-direction: column;
}
.landing .modal-heading h4 {
  margin: 0;
}
.landing .modal-heading p {
  font-size: 1.125em;
}

/* INDICACAO ---- */
.landing .indicacao {
  position: relative;
  z-index: 0;
}
.landing .indicacao .wrapper {
  background: transparent;
  position: relative;
  z-index: 0;
  padding: calc(var(--lp-pad-x) * 2);
}
.landing .indicacao .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transform: skewX(-6deg);
  border-radius: 40px;
  z-index: -1;
  box-shadow: 0 0 20px rgb(49 58 178 / 35%);
}
.landing .indicacao h2 {
  text-align: left;
  color: var(--lp-pink);
  font-weight: 700;
  font-size: 1.875em;
  text-wrap: balance;
  margin-bottom: 30px;
}
.landing .indicacao ul {
  font-size: 1.25em;
  line-height: 1.2;
  list-style: none;
  padding-left: 0;
  margin-left: -8px;
  text-wrap: balance;
  font-weight: 700;
}
.landing .indicacao ul li {
  position: relative;
  padding-left: 1.25em;
  display: flex;
  align-items: center;
  min-height: 1.5em;
}
.landing .indicacao ul li:not(:last-child) {
  margin-bottom: 0.625em;
}
.landing .indicacao ul li::before {
  background: var(--lp-pink);
  content: "";
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  margin-left: 0.5em;
  position: absolute;
  width: 3px;
  height: 13px;
}

/* CURSO COMPLETO ---- */
.landing .curso-completo {
  background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/bg-intro-mb.jpg)
    center bottom / cover no-repeat;
  padding-top: calc(var(--lp-pad-y) * 3);
  margin-top: -8em;
}
.landing .curso-completo h2 {
  text-align: left;
  font-weight: 300;
  font-size: 1.875em;
  text-wrap: balance;
  margin-bottom: 0.5em;
}
.landing .curso-completo h3 {
  font-size: 1.125em;
  font-weight: 400;
  text-wrap: balance;
}

/* FAQ ---- */
.landing .faq h2 {
  text-align: center;
  color: var(--lp-pink);
  font-size: 1.875em;
  margin-bottom: 1em;
  text-wrap: balance;
  font-weight: 700;
}
.landing .faq summary .box {
  padding: 1.5em 1em;
}
.landing .faq summary .box::after {
  background-color: var(--lp-light-lilac);
}
.landing .faq summary span {
  text-transform: none;
  text-wrap: balance;
}
.landing .faq details .panel {
  background: white;
  box-shadow: 0 0 20px rgb(49 58 178 / 35%);
  font-size: 1.125em;
}
.landing .faq details[open] summary .box::after {
  box-shadow: 0 0 20px rgb(49 58 178 / 35%);
}

/* APOIO ---- */
.landing .apoio h2 {
  text-align: center;
  color: var(--lp-pink);
  font-size: 1.875em;
  margin-bottom: 1em;
  font-weight: 700;
}
.landing .apoio .wrapper {
  padding-top: 0;
}

/* > 480px ---- */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .conteudo summary .box {
    padding: 0.75em 1.25em 0.75em 0.75em;
    min-height: 0;
  }
  .landing .conteudo summary .img-container {
    width: 76px;
    height: 64px;
  }
  .landing .conteudo summary .img-container img {
    width: 36px;
    height: 36px;
  }
  .landing .conteudo summary .box::after {
    top: 16px;
    bottom: 16px;
    height: 50px;
  }
  .landing .conteudo details {
    margin-bottom: -0.5em;
  }
  .landing .conteudo details .panel {
    padding-top: 2em;
    margin-top: -1.5em;
    padding-right: 2em;
  }
  .landing .faq summary .box {
    padding: 1.75em 2em;
  }
  .landing .faq details .panel {
    margin-top: -1.5em;
    padding-right: 2em;
  }
}

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing .cta {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .landing .blue-sect .wrapper {
    padding: var(--lp-pad-y) var(--lp-pad-x);
  }
  .landing .blue-sect ul {
    margin: 0;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 0 40px;
    max-width: 600px;
  }
  .landing .blue-sect ul li {
    display: block;
  }
  .landing .blue-sect ul li:nth-child(2) {
    grid-row: span 2;
  }
  .landing .blue-sect ul li::before {
    left: 0;
    top: 0.3em;
  }
  .landing .blue-sect ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .landing .conteudo .wrapper,
  .landing .faq .wrapper {
    max-width: 45em;
  }
  .landing .conteudo summary .box::after {
    top: 20px;
    bottom: 20px;
  }
  .landing .conteudo summary .box {
    padding-right: 1.75em;
  }
  .landing .conteudo details .panel span::after {
    bottom: -24px;
  }
  .landing .professores ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .landing .modal-content {
    max-width: 38.75em;
  }
  .landing .professores button,
  .landing .modal button {
    right: 24px;
  }
  .landing .indicacao .wrapper {
    padding: calc(var(--lp-pad-x) * 2) calc(var(--lp-pad-x) * 3);
  }
  .landing .indicacao .wrapper::after {
    content: "";
    position: absolute;
    top: -51px;
    right: -60px;
    background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/circle-dots.svg)
      center / cover no-repeat;
    width: 170px;
    height: 170px;
    z-index: -2;
  }
  .landing .indicacao ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 8px 40px;
  }
  .landing .indicacao ul li {
    display: block;
  }
  .landing .indicacao ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .landing .curso-completo .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .landing .curso-completo .txt {
    flex: 0 0 520px;
  }
  .landing .faq summary .box {
    padding-left: 3.125em;
    margin-bottom: -0.75em;
  }
  .landing .faq summary .box::after {
    height: 50px;
    top: 15px;
    bottom: 15px;
  }
  .landing .faq details .panel {
    padding-left: 2em;
    margin-top: -2em;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 60em;
    --lp-smallwrapper: 34em;
  }
  .landing .smallwrapper {
    max-width: var(--lp-smallwrapper);
  }
  .landing .intro {
    background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/bg-intro.jpg)
      center / cover no-repeat;
  }
  .landing .intro .foto-prof {
    display: block;
  }
  .landing .intro .wrapper {
    display: flex;
  }
  .landing .intro .txt {
    flex: 0 0 37em;
  }
  .landing .sobre .btn {
    margin: 1em auto 0;
  }
  .landing .conteudo {
    background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/bg-conteudo.jpg)
      center / cover no-repeat;
  }
  .landing .professores {
    border-bottom: 2px solid var(--lp-deepblue);
    padding-bottom: calc(var(--lp-pad-y) * 3);
  }
  .landing .professores .wrapper {
    max-width: 51.25em;
  }
  .landing .professores ul {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .modal-content {
    height: 230px;
    max-width: 51.25em;
    padding: 40px;
  }
  .landing .modal-content::after {
    border-radius: 40px;
  }
  .landing .modal-content.show {
    display: flex;
    align-items: center;
  }
  .landing .modal-content picture {
    flex: 0 0 170px;
  }
  .landing .modal-content .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
    padding: 1.25em 1.5em 0.25em 2.5em;
  }
  .landing .modal-heading {
    margin: 0.5em 0;
    align-items: flex-start;
  }
  .landing .indicacao {
    margin-top: -10em;
  }
  .landing .indicacao .wrapper {
    max-width: 52em;
  }
  .landing .curso-completo {
    background: url(https://mktgen.com.br/imagens/curso-imersao-saude-mulher-madura/2026/bg-intro.jpg)
      center bottom / cover no-repeat;
    margin-top: -3.125em;
    padding-top: calc(var(--lp-pad-x) * 2);
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 72px;
    --lp-wrapper: 67em;
    --lp-smallwrapper: 38em;
  }
  .landing .intro .wrapper {
    padding-bottom: 0;
  }
  .landing .intro .foto-prof {
    margin: 6.6875em 0 0 5em;
    flex: 0 0 400px;
  }
  .landing .blue-sect {
    margin-top: -1.875em;
  }
  .landing .blue-sect .wrapper {
    padding: calc(var(--lp-pad-y) / 2) var(--lp-pad-x);
  }
}

/* > 1360px ---- */
@media (min-width: 85rem) {
  .landing .sobre ul {
    flex-wrap: nowrap;
  }
  .landing .sobre .wrapper,
  .landing .professores .wrapper,
  .landing .faq .wrapper {
    position: relative;
  }
  .landing .sobre .wrapper::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: 36px;
    width: 1280px;
    height: 360px;
    border-left: 2px solid var(--lp-lilac);
    border-bottom: 2px solid var(--lp-lilac);
    border-bottom-left-radius: 3.75em;
    background: transparent;
    z-index: 0;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(
      to top right,
      #ffffff 0%,
      transparent 40%
    );
    mask-image: linear-gradient(to top right, #ffffff 0%, transparent 40%);
    transform: skewX(-6deg);
  }
  .landing .professores .wrapper:after,
  .landing .faq .wrapper::after {
    content: "";
    position: absolute;
    right: -200px;
    top: 36px;
    width: 1280px;
    height: 360px;
    border-right: 2px solid var(--lp-lilac);
    border-top: 2px solid var(--lp-lilac);
    border-top-right-radius: 3.75em;
    background: transparent;
    z-index: 0;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(
      to bottom left,
      #ffffff 0%,
      transparent 40%
    );
    mask-image: linear-gradient(to bottom left, #ffffff 0%, transparent 40%);
    transform: skewX(-6deg);
  }
}

/* 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;
    }
  }
  .landing .modal button {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  .landing .modal-content.show {
    animation: slideUp 0.5s;
  }
  html {
    scroll-behavior: smooth;
  }
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js .landing .intro .foto-prof.anime {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  .js .landing .intro :is(.txt, .cta).anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .anime.show {
    opacity: 1;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
  }
}
