.footer-institutionals,
.row-certificates {
  display: none !important;
}
.page-footer {
  margin-top: 0 !important;
}
.footer .row-copyright-address {
  border-top: 0 !important;
}
.landing {
  --lp-pad-x: 20px;
  --lp-pad-y: 32px;
  --lp-darkblue: #2e3191;
  --lp-lightblue: #2e90bd;
  --lp-offwhite: #e7e8f2;
  --lp-category-light: #ffc9da;
  --lp-category-main: #c9143c;
  --lp-category-dark: #80251f;
  --lp-gradient: linear-gradient(
    to right,
    var(--lp-category-main),
    var(--lp-category-dark)
  );

  --lp-blue-adm: #48dcda;
  --lp-adm-gradient: linear-gradient(to right, #49deda, #218fe2);

  --lp-darkgray: #282a2d;
  --lp-darkerblue: #13202a;
  --lp-neonblue: #00d8ff;
  --lp-darkgray: #282a2d;
  --lp-red-oab: #a00810;

  color: black;
  font-family: "Ubuntu", sans-serif;
}
.landing :where(h1, h2, h3, ul, li, p) {
  margin: 0;
}
.block .landing p:last-child {
  margin-bottom: 0;
}
.landing img {
  display: block;
  margin: 0 auto;
}
.landing *:focus-visible {
  box-shadow: none;
  outline: 2px solid;
}
.landing :is(section, nav):not(.banner) h2 {
  color: var(--lp-darkblue);
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1em;
  text-align: center;
  text-wrap: balance;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing .btn,
.landing .menu ul li a {
  border: 0;
  border-radius: 0 0.75em 0 0.75em;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.75em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
.landing .btn:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.landing .btn:focus-visible {
  outline-color: black;
}
.landing .btn.btn-white,
.landing .carrossel-autores ul li p + a {
  background: white;
}
.landing .btn.btn-white span,
.landing .carrossel-autores ul li p + a span {
  background: var(--lp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.landing .btn.btn-color {
  background: var(--lp-gradient);
  /* background: var(--lp-adm-gradient); */
  color: white;
}

/* BANNER ---- */
.landing .banner {
  background: radial-gradient(
    circle at top left,
    var(--lp-lightblue),
    var(--lp-darkblue)
  );
  color: white;
  overflow: hidden;
}
.landing .banner .alert {
  background: var(--lp-offwhite);
  color: black;
  display: none;
  padding: var(--lp-pad-x);
  margin-bottom: var(--lp-pad-y);
}
.landing.cadastrado .banner .alert {
  display: block;
}
.landing .banner .alert h2 {
  display: none;
  font-size: 1.5em;
  margin: 0 0 0.5em;
}
.landing .banner .wrapper {
  padding-bottom: 0;
}
.landing .banner .heading {
  align-items: center;
  border-bottom: 1px solid var(--lp-lightblue);
  display: flex;
  justify-content: center;
  padding-bottom: 1.25em;
}
.landing .banner .heading img {
  margin: 0;
}
.landing .banner h1 {
  border-left: 1px solid var(--lp-lightblue);
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 1em;
  padding-left: 1em;
  text-transform: uppercase;
}
.landing .banner .livro img {
  box-shadow: -25px 0px 15px -5px rgba(0, 0, 0, 0.25);
  max-height: 257px;
  width: auto;
}
.landing .banner .flag {
  align-items: center;
  display: flex;
  font-size: 1.125em;
  gap: 0.9em;
  letter-spacing: 0.06em;
  margin-top: 1.5em;
  text-transform: uppercase;
}
.landing .banner .flag::after {
  background: var(--lp-gradient);
  content: "";
  display: block;
  flex: 1;
  height: 2px;
}
.landing .banner h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.125;
  margin: 0.5em 0;
}
.landing .banner .txt h2 + p {
  line-height: 1.2;
  margin-bottom: 1.5em;
}
.landing .banner :is(.custom-slider, .owl-stage-outer) {
  padding-bottom: 0 !important;
}
.landing .banner .owl-item img {
  max-width: 100%;
  width: auto;
}
.landing .banner .owl-stage-outer {
  padding-top: 0 !important;
}
.landing .banner .owl-dots {
  bottom: 10px !important;
}

/* MENU ---- */
.landing .menu-subs {
  background: black;
  color: white;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.landing .menu-subs ul {
  display: flex;
  justify-content: safe center;
  list-style: none;
  overflow: auto;
  padding: 0.5625em var(--lp-pad-x);
  scroll-snap-type: x mandatory;
}
.landing .menu-subs ul li {
  align-items: center;
  display: inherit;
  scroll-snap-align: center;
}
.landing .menu-subs ul li:not(:last-child)::after {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  content: "";
  display: block;
  height: 0.75em;
  margin: 0 0.5625em;
}
.landing .menu-subs ul li :is(a, button) {
  border-radius: 10px;
  background: black;
  border: 0;
  box-shadow: none;
  color: white;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  flex: auto;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0.4375em 0.625em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.landing .menu-subs ul li :is(a, button):focus-visible {
  outline-offset: -2px;
}
.landing .menu-subs ul li a:hover {
  background: var(--lp-darkblue);
}
.landing .menu-subs ul li button:focus-visible {
  box-shadow: none;
  outline: 2px solid white;
}

/* CALENDARIO */
.landing .calendario,
.landing .bg-sobre {
  background: url(https://mktgen.com.br/imagens/oab-fase-1/bg-landing-mb.jpg)
    top center / 100% auto repeat-y;
  border-bottom: 4px solid transparent;
  border-image: var(--lp-gradient) 30;
}
.landing .calendario .t-darkred {
  color: var(--lp-red-oab);
}
.landing .calendario h2 {
  max-width: 27.125em;
  margin: 0 auto 1em;
}
.landing .calendario h3,
.landing .produtos h3,
.landing .livros h3,
.landing .autoridades h3 {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: normal;
  text-wrap: balance;
  max-width: 30.125em;
  margin: 0 auto;
}
.landing .calendario ol {
  list-style: none;
  padding: 0;
  margin-top: 1.5em;
}
.landing .calendario ol > li {
  position: relative;
}
.landing .calendario ol > li:not(:last-child) {
  margin-bottom: 2em;
}
.landing .calendario ol li div {
  background: white;
  padding: 1.25em 1em 1.5em;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(46, 49, 145, 0.1);
}
.landing .calendario ol li h3 {
  align-items: center;
  display: flex;
  color: var(--lp-darkblue);
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: left;
  margin-left: 0;
}
.landing .calendario ol li h3::before {
  background: url(https://mktgen.com.br/imagens/oab-fase-1/pin-calendario@2x.png)
    center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 19px;
  height: 40px;
  margin-right: 0.9em;
}
.landing .calendario ol li h3 strong {
  font-weight: 900;
}
.landing .calendario ul {
  list-style: url(https://mktgen.com.br/imagens/oab-fase-1/atualizacao-oab-fase-1-e-2/black-triangle.svg)
    inside;
  font-size: 1.125em;
  /* font-weight: 700; */
  line-height: 1.1;
  padding: 0;
  text-wrap: balance;
}
.landing .calendario ul li:not(:last-child) {
  margin-bottom: 1em;
}

/* BARRA INFOS ---- */
.landing .informative-widget {
  margin-top: var(--lp-pad-x);
}
.landing .informative-widget .info-col:last-of-type {
  display: none;
}
.landing .informative-widget .informative-container {
  border-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

/* AUTORIDADES ---- */
.landing .autoridades {
  background: var(--lp-offwhite);
  /* border-bottom: 4px solid transparent;
  border-image: var(--lp-adm-gradient) 30; */
}
.landing .autoridades .wrapper,
.landing .livros .wrapper {
  padding-bottom: 0;
}
.landing .autoridades h3 {
  max-width: none;
  margin-bottom: 1em;
}
.landing .autoridades h3 strong {
  display: block;
  margin: 0 auto;
}
.landing .autoridades h3:not(:last-child) {
  margin-bottom: 0.5em;
}
.landing .autoridades ul,
.landing .livros ul {
  display: flex;
  gap: 1.5em;
  justify-content: safe center;
  list-style: none;
  overflow: auto;
  padding: 0 var(--lp-pad-x) 1.5em;
  scroll-snap-type: x mandatory;
}
.landing .autoridades ul li,
.landing .livros ul li {
  align-items: center;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(46, 49, 145, 0.1);
  display: flex;
  flex: 0 0 200px;
  flex-direction: column;
  overflow: hidden;
  /* padding-bottom: 1.875em; */
  scroll-snap-align: center;
  text-align: center;
  text-wrap: balance;
}

.landing .autoridades ul:not(.livros) li > div:first-child,
.landing .livros ul:not(.livros) li > div:first-child {
  align-items: end;
  display: grid;
  grid-template: 1fr / 1fr;
}
.landing .autoridades ul.livros li > div:first-child,
.landing .livros ul.livros li > div:first-child {
  flex: 1;
}
.landing .autoridades ul:not(.livros) li :is(h3, picture),
.landing .livros ul:not(.livros) li :is(h3, picture) {
  grid-area: 1 / 1;
}
.landing .autoridades ul.livros li img,
.landing .livros ul.livros li img {
  margin: 1.25em auto;
}
.landing .autoridades ul.livros li h3,
.landing .livros ul.livros li h3 {
  padding: 0 1em 1.3333em;
  font-size: 1.125em;
  font-weight: 700;
}

.landing :is(.autoridades, .carrossel-autores) ul li picture {
  align-items: end;
  display: grid;
  grid-template: 1fr / 1fr;
}
.landing :is(.autoridades, .carrossel-autores) ul li picture::after {
  content: attr(aria-label);
  font-size: 1.25em;
  font-weight: 700;
  grid-area: 1 / 1;
  line-height: 1.15;
  padding: 0 0.5em;
  text-align: center;
}
.landing :is(.autoridades, .carrossel-autores) ul li img {
  grid-area: 1 / 1;
}
.landing :is(.autoridades, .carrossel-autores) ul li p {
  flex: 1;
  font-size: 0.875em;
  line-height: 1.1;
  margin: 0.5em 0 1em;
  padding: 0 1.5em;
}
.landing .autoridades .btn,
.landing .livros .btn {
  border-radius: 0;
  width: 100%;
}
.landing .box {
  background: white;
  border-radius: 0 40px;
  padding: 1em 2em;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin: 2.5em auto;
  box-shadow: 0 5px 10px rgba(46, 49, 145, 0.1);
  position: relative;
}
.landing .box::after {
  position: absolute;
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  right: 0;
  top: 0;
  margin-top: -1em;
}
.landing .box .gen img {
  margin-bottom: 1.5em;
  max-height: 109px;
}
.landing .box ul {
  display: block;
  overflow: unset;
  padding: 0 0 0 20px;
  scroll-snap-align: none;
}
.landing .box ul li {
  display: block;
  background: transparent;
  border-radius: 0;
  text-align: left;
  overflow: unset;
  scroll-snap-align: unset;
  box-shadow: none;
  position: relative;
}
.landing .box ul li:not(:last-child) {
  margin-bottom: 0.25em;
}
.landing .box ul li::after {
  content: "";
  display: inline-block;
  background: url(https://mktgen.com.br/imagens/lps-categorias/administracao/seta.svg)
    left center / contain no-repeat;
  width: 7px;
  height: 8px;
  left: -1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.landing .box .visao {
  font-size: 1.275em;
  line-height: 1.1;
  color: black;
}
.landing .box p {
  margin: 0.5em 0;
}
.landing .box .gen {
  position: relative;
}
.landing .box .gen::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--lp-offwhite);
  display: block;
  bottom: -6px;
}

/* PRODUTOS ---- */
.landing
  .produtos
  .carrossel
  :is(
    .title-sliders,
    .see-all,
    .type-product,
    .actions-primary,
    .product-tags
  ) {
  display: none !important;
}
.landing .produtos .carrossel .owl-stage-outer {
  padding-top: 0 !important;
}
.landing .produtos .carrossel .product-item-info {
  background: white !important;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(46, 49, 145, 0.15);
}
.landing .produtos .carrossel .product-item-info:hover {
  background: var(--lp-offwhite) !important;
}
.landing .produtos .carrossel :is(.actions-secondary) {
  float: initial !important;
  width: 100% !important;
}
.landing .produtos .carrossel .actions-secondary .saiba-mais {
  background: var(--lp-gradient);
  border: 0 !important;
  border-radius: 0 12px 0 12px;
  color: white !important;
}
.landing .produtos .carrossel .saiba-mais.mobile-only {
  color: var(--lp-darkblue) !important;
}
.landing .produtos .carrossel .product-item .product-item-info .sale {
  z-index: 2 !important;
}
.landing .produtos .carrossel .owl-prev {
  left: -20px !important;
}
.landing .produtos .carrossel .owl-next {
  right: -20px !important;
}
.landing .produtos .carrossel .owl-thumbs {
  pointer-events: none;
}
.landing .produtos .carrossel + p {
  text-align: center;
}
.landing .produtos .carrossel + p a {
  color: var(--lp-darkblue);
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: underline;
}
.landing .produtos .carrossel + p a:hover {
  text-decoration: none;
}
.landing .produtos h3 {
  margin-bottom: 1em;
}

/* BANNER ESQUEMATIZADO */
.landing .esquematizado {
  /* background: linear-gradient(transparent calc(100% - 100px), #122f44),
    url(images/bg-intro-mb.jpg)
      center / cover no-repeat; */
  background: url(https://mktgen.com.br/imagens/colecao-esquematizado-2025/quinzena-esquematizado-2025/bg-intro-mb.jpg)
    center / cover no-repeat;
  color: var(--lp-darkerblue);
  position: relative;
  margin-top: 2em;
}
.landing .esquematizado .wrapper {
  --extra-pd: calc(var(--lp-pad-y) * 1.5);
  padding-bottom: calc(var(--extra-pd) / 2);
}
.landing .esquematizado .foto {
  position: relative;
}
.landing .esquematizado .foto img {
  max-height: 200px;
  width: auto;
}
.landing .esquematizado .txt {
  background: white;
  border: 2px solid #d9c8c8;
  box-shadow: var(--lp-shadow), inset 0px 3px 13px rgba(0, 0, 0, 0.35);
  margin: 0 calc(var(--lp-pad-x) * -1);
  padding: var(--lp-pad-x) 0;
  text-align: center;
}
.landing .esquematizado h3 {
  background: url(https://mktgen.com.br/imagens/colecao-esquematizado-2025/quinzena-esquematizado-2025/quinzena-colecao-esquematizado-2025-topo-v2@2x.png)
    center / contain no-repeat;
  text-indent: -9999px;
  height: 115px;
  margin-top: -3em;
  position: relative;
  z-index: 1;
}
.landing .esquematizado .topo p {
  color: white;
  font-size: 1.125em;
  margin: 0 auto;
  text-wrap: balance;
  position: relative;
}
.landing .esquematizado .topo p::after {
  background: var(--lp-neonblue);
  content: "";
  display: block;
  height: 2px;
  margin: 0.5em 0 1em;
  width: 120px;
}
.landing .esquematizado .obras {
  background: white;
  color: #014462;
  border-radius: 20px 20px 0 0;
  font-size: 1.325em;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 1.375em 0.75em;
  text-wrap: balance;
  display: none;
}
.landing .esquematizado .promocao {
  padding: 1.375em 0.75em 1.875em;
  background: rgb(1 68 98 / 50%);
  border: 2px solid white;
  color: white;
  border-radius: 20px;
  text-align: center;
  font-size: 1.675em;
  line-height: 1.2;
}
.landing .esquematizado .promocao p:first-of-type strong {
  display: block;
}
.landing .esquematizado .promocao p:first-of-type {
  margin-top: 0;
}
.landing .esquematizado .promocao p {
  margin: 0.5em 0;
}
.landing .esquematizado .cupom a {
  background: var(--lp-neonblue);
  border-radius: 8px;
  color: var(--lp-darkgray);
  cursor: pointer;
  display: block;
  font-size: 2.3333rem;
  font-weight: 900;
  position: relative;
  padding: 0.125em;
  margin: 0 auto;
  letter-spacing: 0.03em;
}
.landing .esquematizado .cupom a:hover {
  text-decoration: underline;
}
.landing .esquematizado .btn {
  display: block;
  font-size: 1.25em;
  font-weight: 900;
  color: var(--lp-darkgray);
  /* background: url(https://mktgen.com.br/imagens/colecao-esquematizado-2025/quinzena-esquematizado-2025/bg-metal.jpg)
    center / 32em auto no-repeat; */
  background: var(--lp-neonblue);
  text-align: center;
  padding: 0.5em 1.5em;
  border-radius: 8px;
  margin: -1.75em 2em 0;
  width: fit-content;
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  letter-spacing: normal;
  text-transform: none;
}
.landing .esquematizado .btn:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
/* .landing .intro .texto {
  margin-bottom: 2em;
} */
.landing .esquematizado .disclaimer {
  text-align: center;
  color: white;
  font-size: 0.75em;
  margin-top: 1.5em !important;
}
.landing .esquematizado .disclaimer a {
  color: white;
  cursor: pointer;
  text-decoration: underline white;
}
.landing .esquematizado .contador {
  --extra-pd: calc(var(--lp-pad-y) * 1.5);
  /* padding-bottom: calc(var(--extra-pd) / 2); */
  padding-bottom: var(--extra-pd);
  display: block;
  /* margin: 0 auto 1.25em; */
  color: white;
  display: none;
}
.landing .esquematizado .contador time {
  display: flex;
  justify-content: center;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.landing .esquematizado .contador time div {
  flex: 0 0 5.5em;
}
.landing .esquematizado .contador time .numero {
  align-items: center;
  aspect-ratio: 1/1;
  background: white;
  border-radius: 10px;
  display: flex;
  font-size: 2em;
  font-weight: 800;
  height: 1.925em;
  justify-content: center;
  margin: 0 auto 0.125em;
  color: #223e54;
  gap: 1em;
}

/* LIVROS */

.landing .livros {
  background: white;
}
.landing .livros h3 {
  margin-bottom: 1em;
  max-width: 36.125em;
}

/* AUTORES ---- */
.landing :is(.autores) {
  background: radial-gradient(
    ellipse at top center,
    var(--lp-lightblue),
    var(--lp-darkblue) 75%
  );
}
.landing section.autores h2 {
  color: white;
  margin-bottom: 0.6667em;
}
.landing .autores iframe {
  height: 22em;
  width: 100%;
}
.landing .carrossel-autores {
  color: white;
  margin: 0 auto;
}
.landing .carrossel-autores .splide__track {
  padding: 0.5em;
}
.landing .carrossel-autores ul.splide__list li {
  background: radial-gradient(
    circle at top center,
    var(--lp-lightblue),
    var(--lp-darkblue) 75%
  );
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}
.landing .carrossel-autores ul li picture::after {
  font-size: 1em;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.landing .carrossel-autores ul li picture img {
  height: auto;
  max-width: 100%;
}
.landing .carrossel-autores ul li picture + p {
  font-size: 0.75em;
  padding: 0 0.75em;
  text-wrap: balance;
}
.landing .carrossel-autores ul li p + a {
  background: white;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.75em 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
.landing .carrossel-autores ul li p + a:hover {
  background: var(--lp-offwhite);
}
.landing .carrossel-autores ul li p + a:focus-visible {
  outline-color: black;
  outline-offset: -4px;
}
.landing .carrossel-autores .splide__arrow {
  background: transparent;
  border-radius: 0;
  height: 3em;
  opacity: 0.25;
  width: auto;
}
.landing .carrossel-autores .splide__arrow:focus-visible {
  outline-color: black;
}
.landing .carrossel-autores .splide__arrow--prev {
  left: -1em;
}
.landing .carrossel-autores .splide__arrow--next {
  right: -1em;
}
.landing .carrossel-autores .splide__arrow svg {
  fill: white;
}

/* DESTAQUE SEC ---- */
.landing .destaque-sec {
  background: url(https://mktgen.com.br/imagens/oab-fase-1/atualizacao-oab-fase-1-e-2/bg-oab-fase-1.jpg)
    top center / cover no-repeat;
  /* background: radial-gradient(
    ellipse at top center,
    var(--lp-lightblue),
    var(--lp-darkblue) 75%
  ); */
  color: black;
}
/* .landing section.destaque-sec h2 {
  color: white;
  font-size: 1.5em;
  font-weight: 700;
  margin: 1em 0 0.6667em;
  text-align: left;
} */
.landing .destaque-sec .wrapper {
  background: url(https://mktgen.com.br/imagens/oab-fase-1/atualizacao-oab-fase-1-e-2/bg-oab-fase-1.jpg)
    top center / cover no-repeat;
}
.landing .destaque-sec img {
  margin-left: -1em;
}
.landing .destaque-sec h2.titulo {
  color: var(--lp-red-oab);
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: left;
  text-wrap: unset;
  max-width: 16em;
  line-height: 1.5;
}
.landing .destaque-sec p {
  /* font-size: 1.375em; */
  font-size: 1.125em;
}
.landing .destaque-sec ul {
  font-size: 1.125em;
  margin-top: 0.5em;
  list-style: url(https://mktgen.com.br/imagens/oab-fase-1/atualizacao-oab-fase-1-e-2/black-triangle.svg)
    inside;
  line-height: 1.2;
  padding: 0;
  /* text-wrap: balance; */
}
.landing .destaque-sec ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.landing .destaque-sec .nome {
  text-align: center;
  text-wrap: balance;
  position: relative;
}
.landing .destaque-sec .desconto {
  align-items: center;
  display: flex;
  /* font-size: 1.275em; */
  /* line-height: 1.1; */
  margin: 1em 0;
  text-wrap: balance;
}
.landing .destaque-sec .desconto img {
  margin-left: 0.5em;
}
.landing .destaque-sec .cupom {
  align-items: center;
  display: flex;
  font-size: 1.25em;
  justify-content: center;
  line-height: 1.1;
  margin: 0.8em auto;
  padding-left: 1.1em;
  width: fit-content;
}
.landing .destaque-sec .cupom span {
  padding: 0.2em 0;
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.landing .destaque-sec .cupom a {
  align-items: center;
  align-self: stretch;
  background: var(--lp-adm-gradient);
  color: black;
  cursor: pointer;
  display: inherit;
  font-size: 1.5em;
  font-weight: 700;
  margin: -3px -3px -3px 0.4em;
  padding: 0.15em 0.75em;
  position: relative;
  text-decoration: none;
}
.landing .destaque-sec .cupom a:focus-visible {
  outline-offset: 1px;
  outline-color: white;
}
.js .landing .destaque-sec .cupom a::after,
.js .landing .esquematizado .cupom a::after {
  background: white;
  -webkit-clip-path: polygon(
    0 0.5em,
    calc(50% - 0.5em) 0.5em,
    50% 0,
    calc(50% + 0.5em) 0.5em,
    100% 0.5em,
    100% 100%,
    0 100%
  );
  clip-path: polygon(
    0 0.5em,
    calc(50% - 0.5em) 0.5em,
    50% 0,
    calc(50% + 0.5em) 0.5em,
    100% 0.5em,
    100% 100%,
    0 100%
  );
  color: var(--lp-darkblue);
  content: "Clique para copiar";
  display: none;
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
  left: 50%;
  margin-top: -0.35em;
  padding: 1em 1em 0.5em;
  position: absolute;
  text-transform: uppercase;
  top: 90%;
  white-space: nowrap;
}
.js .landing .destaque-sec .cupom a.copied::after,
.js .landing .esquematizado .cupom a.copied::after {
  content: "Cupom copiado";
  display: block;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* .landing .destaque-sec p {
  font-size: 0.75em;
  line-height: 1.3333;
  opacity: 0.75;
  text-align: center;
} */
.landing .destaque-sec .disclaimer {
  font-size: 0.75em;
  line-height: 1.3333;
  opacity: 0.75;
  color: white;
  text-align: center;
  text-wrap: balance;
}

/* VADE */
.landing .vade {
  background: radial-gradient(
    circle at left,
    var(--lp-lightblue),
    var(--lp-darkblue)
  );
  color: white;
}
.landing section.vade h2 {
  color: white;
  font-size: 1.5em;
  font-weight: 700;
  margin: 1em 0 0.6667em;
  text-align: left;
}
.landing .vade p {
  font-size: 1.125em;
  /* margin-bottom: 1.3333em; */
}
.landing .vade p strong {
  font-style: italic;
}
.landing .vade span.preco {
  font-size: 3.125em;
  font-weight: 700;
}
.landing .vade ul {
  font-size: 1.1em;
  margin: 0.5em auto;
  list-style: url(https://mktgen.com.br/imagens/oab-fase-1/atualizacao-oab-fase-1-e-2/white-triangle.svg)
    inside;
  line-height: 1.2;
  padding: 0;
}
.landing .vade ul li:not(:last-child) {
  margin-bottom: 0.15em;
}
.landing .vade .btn {
  margin-top: 1em;
  margin-bottom: 1em;
}
.landing .vade .btn + p a {
	color: white;
	text-decoration: underline;
}
.landing .vade p small {
  font-weight: 400 !important;
  margin-top: 1.5em !important;
}
.landing .vade span.preco sup {
  display: inline-block;
  font-size: 0.5em;
  font-weight: normal;
  margin-top: 1em;
  position: initial;
  vertical-align: top;
}

/* DEPOIMENTOS */
.landing .depoimentos {
  background: var(--lp-offwhite);
}
.landing .depoimentos .wrapper {
  --pad-x: 0;
}
.landing .depoimentos iframe {
  width: 100%;
  height: 345px;
}
.landing .slider .video iframe {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.landing .slider .splide__slide {
  --slide-size: 272px;
  font-size: 0.875rem;
}
.landing .slider span {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  color: var(--lp-darkblue);
  margin-top: 1em;
  font-size: 1.25em;
  font-weight: 700;
}
.landing .slider .splide__slide div {
  background: var(--lp-offwhite);
  margin: 0 auto;
  padding: 0 2.25em;
  position: relative;
  width: var(--slide-size);
}
.landing .slider p {
  margin-bottom: 0;
}
.landing .slider q {
  --quote-position: -70px;
}
.landing .slider .autor {
  bottom: -93px;
  color: var(--lp-darkgray);
  left: calc(50% - 70px);
  position: absolute;
  width: 70%;
}
.landing .slider .autor strong {
  font-size: 1.5em;
  line-height: 1.1;
}
.landing .slider .splide__arrow {
  background: white;
  height: 24px;
  top: 50%;
  transition: opacity 0.1s;
  width: 24px;
}
.landing .slider .splide__arrow svg {
  fill: var(--lp-darkblue);
  height: 50%;
  width: 50%;
}

/* SOBRE GEN ---- */
.landing .bg-sobre {
  /* background: radial-gradient(circle at top right, #c5f7f6, white 35%); */
  /* border-bottom: 10px solid var(--lp-offwhite); */
  border-bottom: none;
  border-image: none;
}
.landing .sobre-gen .txt img {
  margin-bottom: 1.5em;
  max-height: 109px;
}
.landing section.sobre-gen h2 {
  font-size: 1.375em;
  line-height: 1.1;
  margin-bottom: 0;
  text-align: left;
  text-wrap: unset;
}
.landing .sobre-gen p {
  line-height: 1.5;
  margin-top: 1em !important;
}
.landing .sobre-gen ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
  list-style: none;
  margin-top: 1.5em;
  padding-left: 0;
}
.landing .sobre-gen ul li {
  flex: 0 0 54px;
}
.landing .sobre-gen ul li.logo-bigger {
  flex: 0 0 82px;
}

/* FORM ---- */
.landing .form {
  overflow: hidden;
}
.landing.cadastrado .form {
  display: none;
}
.landing .form .wrapper {
  /* background: radial-gradient(
    ellipse at top left,
    var(--lp-lightblue),
    var(--lp-darkblue) 55%
  ); */
  background: url(https://mktgen.com.br/imagens/oab-fase-1/atualizacao-oab-fase-1-e-2/bg-oab-fase-2.jpg)
    center / cover no-repeat;
  color: white;
  position: relative;
}
.landing .form .wrapper::after {
  background: radial-gradient(
    ellipse at top center,
    var(--lp-lightblue),
    var(--lp-darkblue) 75%
  );
  bottom: 0;
  content: "";
  height: 3.5em;
  left: 0;
  position: absolute;
  width: 100%;
  display: none;
}
.landing .form form {
  position: relative;
  z-index: 2;
}
.landing section.form h2 {
  color: white;
  font-size: 1.375em;
  margin-bottom: 0.9em;
  text-align: left;
  text-wrap: unset;
}
.landing .form h2 + p {
  margin-bottom: 1em;
}
.landing .form :is(.campos, .checkboxes) {
  display: grid;
  gap: 10px;
}
.landing .form .campos :is(input, select) {
  border: 0;
  border-radius: 10px;
  color: black;
  font-family: inherit;
  font-size: 1em;
  height: 2.5em;
  padding: 0 1em;
}
.landing .form .campos input::placeholder {
  color: black;
  opacity: 1;
}
.landing .form .checkboxes {
  font-size: 0.875em;
  margin: 1em 0;
}
.landing .form .checkboxes label {
  cursor: pointer;
}
.landing .form .checkboxes a {
  color: white;
  text-decoration: underline;
}
.landing .form .checkboxes a:hover {
  text-decoration: none;
}
.landing .form .g-recaptcha {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.landing .form .g-recaptcha + p {
  font-size: 0.875em;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}
.landing .form .btn {
  display: block;
  margin: 1.25em auto 0;
  background: white;
  box-shadow: none;
}
.landing .form .btn.btn-white span {
  color: transparent;
  background: var(--lp-gradient);
  background-clip: text;
  --webkit-background-clip: text;
}
.landing .form .btn.btn-white:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

/* MENU ---- */
.landing .menu {
  background: var(--lp-offwhite);
  padding: var(--lp-pad-y) 0;
}
.landing.cadastrado .menu {
  border-top: 4px solid transparent;
  border-image: var(--lp-gradient) 30;
}
.landing .menu h2 {
  padding: 0 var(--lp-pad-x);
}
.landing .menu ul {
  display: flex;
  gap: 0.75em;
  list-style: none;
  overflow: auto;
  padding: 0 var(--lp-pad-x);
  scroll-snap-type: x mandatory;
}
.landing .menu ul li {
  scroll-snap-align: center;
}
.landing .menu ul li a {
  background: white;
  color: black;
  display: block;
  padding: 1em 1.25em;
  text-align: center;
}
.landing .menu ul li a:focus-visible {
  outline-offset: -2px;
}
.landing .menu ul li a:not(.active):hover {
  background: var(--lp-lightblue);
}
.landing .menu ul li a.active {
  background: var(--lp-gradient);
  color: white;
  position: relative;
}
.landing .menu ul li a.active::before,
.landing .menu ul li a.active::after {
  background: url(https://mktgen.com.br/imagens/lps-categorias/arrow-btn.svg) -1px
    50% / contain no-repeat;
  content: "";
  display: block;
  height: 1.125em;
  position: absolute;
  top: 50%;
  width: 0.625em;
}
.landing .menu ul li a.active::before {
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.landing .menu ul li a.active::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* > 480px ---- */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing.cadastrado .banner {
    padding-top: var(--lp-pad-y);
  }
  .landing .banner .alert {
    --lp-pad-x: 32px;
    border-radius: 20px;
    margin: 0 auto var(--lp-pad-y);
    padding: calc(var(--lp-pad-x) * 0.75) var(--lp-pad-x);
    max-width: var(--lp-wrapper);
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  /* .landing .intro .wrapper {
    max-width: none;
  } */
  .landing .esquematizado .foto img {
    max-height: none;
  }
  .landing .form {
    align-items: center;
    background: linear-gradient(to bottom, transparent 50%, white 50%);
    display: grid;
    grid-template: 1fr / 1fr;
  }
  .landing .form::after {
    border-bottom: 4px solid transparent;
    border-image: var(--lp-gradient) 30;
    content: "";
    display: block;
    grid-area: 1 / 1;
  }
  .landing .form-content {
    grid-area: 1 / 1;
  }
  .landing .form .wrapper {
    border-radius: 20px;
    overflow: hidden;
  }
  .landing .destaque-sec {
    position: relative;
    display: grid;
    grid-template: 1fr / 1fr;
  }
  .landing .destaque-sec::after {
    content: "";
    width: 100%;
    height: 4px;
    background: var(--lp-gradient);
    top: 50%;
    transform: translateY(50%);
    position: absolute;
    z-index: 0;
  }
  .landing .depoimentos iframe {
    display: block;
    height: 395px;
    margin: 0 auto;
    max-width: 550px;
  }
  .landing .slider .splide__list {
    align-items: center;
  }
  .landing .slider .splide__slide {
    --slide-size: 540px;
    font-size: 1rem;
  }
  .landing .slider .splide__slide div {
    padding: 0 3.5em;
  }
  .landing .slider q {
    --quote-position: -100px;
  }
  .landing .slider .autor {
    bottom: -148px;
    font-size: 1.125rem;
    left: calc(50% - 115px);
    width: 75%;
  }
  .landing .slider .autor strong {
    font-size: 2em;
    line-height: 1;
  }
  .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-pad-y: 40px;
    --lp-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing .banner {
    --lp-pad-y: 32px;
  }
  .landing .banner .txt {
    flex: 0 0 28.5em;
    margin-left: 2.5em;
  }
  .landing .banner .flag {
    margin-top: 0;
    max-width: 17em;
  }
  .landing .banner h2 {
    margin-top: 0.625em;
  }
  .landing .banner .txt h2 + p {
    margin-bottom: 2em;
    max-width: 22.5em;
  }
  /* .landing :is(.autoridades, .produtos) h2 strong,
  .landing .autores h2 strong:last-child {
    display: block;
  } */
  .landing .autores h2 strong:last-child {
    display: block;
  }
  .landing .produtos h2 {
    max-width: 32em;
    margin: 0 auto 1em;
  }
  .landing .esquematizado .wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    position: relative;
    flex-direction: row;
    gap: 1.5em;
  }
  .landing .esquematizado h3 {
    margin-left: -1.5em;
  }
  .landing .esquematizado .topo {
    display: flex;
    flex-direction: column;
  }
  /* .landing .intro .foto {
    flex: auto;
  } */
  .landing .esquematizado .foto img {
    left: -16px;
    position: relative;
  }
  .landing .esquematizado .texto {
    flex: 0 0 330px;
  }
  @media (max-width: 61.999rem) {
    .landing .autoridades ul li {
      flex: 1;
    }
  }
  .landing .autoridades .wrapper:last-child {
    --lp-wrapper: 35.75em;
  }
  .landing .box {
    flex-direction: row;
    align-items: center;
    gap: 1em;
    width: 95%;
    max-width: 913px;
    justify-content: space-between;
  }
  .landing .box::after {
    position: absolute;
    width: 100%;
    max-width: 820px;
    height: 1px;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    margin: -2em auto;
  }
  .landing .box h2.title {
    text-align: left;
    margin-bottom: 0;
  }
  .landing .box .gen {
    display: flex;
    gap: 1em;
    flex: 0 0 358px;
    align-items: center;
    position: relative;
  }
  .landing .box .gen::after {
    position: absolute;
    width: 2px;
    height: 190px;
    top: 0;
    right: -0.5em;
    margin: 0 auto;
    background: var(--lp-offwhite);
    display: block;
    content: "";
  }
  .landing .autores iframe {
    height: 19em;
  }
  .landing .destaque-sec {
    /* background: linear-gradient(
      to bottom,
      transparent 51%,
      var(--lp-offwhite) 50%
    ); */
    background-image: radial-gradient(
      circle at top left,
      var(--lp-lightblue),
      var(--lp-darkblue)
    );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 49%;
  }
  .landing .destaque-sec .wrapper {
    /* background: radial-gradient(
      ellipse at top center,
      var(--lp-lightblue),
      var(--lp-darkblue) 75%
    ); */
    background: url(https://mktgen.com.br/imagens/oab-fase-1/atualizacao-oab-fase-1-e-2/bg-oab-fase-1.jpg)
      top center / cover no-repeat;
    --lp-pad-y: 32px;
    --lp-pad-x: 40px;
    border-radius: 0 40px;
    z-index: 1;
    /* --lp-wrapper: 44em;
    align-items: center;
    display: flex;
    gap: 48px; */
  }
  .landing section.destaque-sec h2 {
    margin-top: 0;
  }
  /* .landing .destaque-sec h2.titulo {
    margin-bottom: 0;
  } */
  /* .landing .destaque-sec p {
    text-wrap: balance;
    font-size: 1.375em;
  } */
  .landing .destaque-sec .conteudo {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .landing .destaque-sec .conteudo picture {
    flex: 0 0 330px;
    margin: 0 1.25em 0 0;
  }
  .landing .vade .wrapper {
    --lp-wrapper: 44em;
    align-items: center;
    display: flex;
    gap: 40px;
  }
  .landing .sobre-gen .txt {
    align-items: center;
    display: flex;
    gap: 3em;
    justify-content: center;
  }
  .landing .sobre-gen .txt img {
    margin: 0;
    max-height: none;
  }
  .landing .sobre-gen h2 {
    text-wrap: balance;
  }
  .landing .form .wrapper {
    --lp-pad-y: 32px;
    --lp-pad-x: 40px;
  }
  .landing .form .wrapper::after {
    height: 3.25em;
  }
  .landing .form form {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .landing .form .campos {
    flex: 0 0 100%;
    margin-bottom: 1em;
  }
  .landing .form .recaptcha-container {
    flex: 0 0 304px;
  }
  .landing .menu ul li a {
    padding: 0.875em 1.25em;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-wrapper: 60em;
  }
  .landing .banner .livro img {
    max-height: none;
  }
  .landing .banner .txt {
    margin-left: 3.5em;
  }
  .landing .calendario,
  .landing .bg-sobre {
    background: url(https://mktgen.com.br/imagens/oab-fase-1/bg-landing.jpg)
      center / cover no-repeat;
  }
  .landing .calendario ol {
	  display: flex;
	  justify-content: center;
    /* display: grid; */
    /* gap: 3em; */
    /* grid-template-columns: repeat(3, 1fr); */
  }
  .landing .calendario ol li {
	  flex: 0 0 20em;
  }
  /* .landing .calendario ol > li:not(:last-child) {
    margin-bottom: 0;
  } */
  .landing .autoridades ul {
    gap: 2em;
  }
  .landing .box {
    justify-content: center;
    padding: 3em 4em;
    gap: 4em;
    margin-bottom: 4em;
  }
  .landing .box .gen {
    flex: 0 0 400px;
    gap: 2em;
  }
  .landing .box .gen::after {
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
  }
  .landing .box .gen img {
    margin-bottom: 0;
    max-height: none;
  }
  .landing .box ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }

  .landing .esquematizado {
    background: url(https://mktgen.com.br/imagens/colecao-esquematizado-2025/quinzena-esquematizado-2025/bg-intro-desktop.jpg)
      center / cover no-repeat;
    overflow: hidden;
    margin-top: 2em;
  }
  .landing .esquematizado .wrapper {
    align-items: center;
    flex-wrap: nowrap;
    /* height: 373px; */
    justify-content: center;
    max-width: var(--lp-wrapper);
    /* padding-bottom: 0; */
  }
  /* .landing .esquematizado .topo {
    display: grid;
    grid-template-columns: 440px 1fr;
    margin-top: 2em;
  } */
  .landing .esquematizado .topo {
    display: flex;
    flex-direction: column;
  }
  .landing .esquematizado .foto {
    grid-column: 1;
  }
  /* .landing .esquematizado .foto img {
    width: 250px;
    height: auto;
    margin-left: 3em;
  } */
  .landing .esquematizado h3 {
    /* left: -5em; */
    margin-top: -6em;
    /* grid-column: 1;
    grid-row: 1; */
    left: -5em;
    height: 140px;
    margin-top: -4em;
  }
  .landing .esquematizado .topo p {
    margin-left: 0;
    /* margin-top: 1em; */
  }
  .landing .autores iframe {
    height: 20em;
  }
  .landing .sobre-gen .wrapper {
    padding-bottom: calc(var(--lp-pad-y) * 0.8);
  }
  /* .landing .destaque-sec {
    background: url(https://mktgen.com.br/imagens/lps-categorias/administracao/bg-assaf-neto-desktop.jpg)
      top center / cover no-repeat;
  } */
  .landing .destaque-sec .conteudo {
    padding: 1em;
  }
  .landing .destaque-sec .conteudo picture {
    flex: 0 0 418px;
    /* padding: 3em 0; */
  }
  .landing .destaque-sec .txt {
    flex: 0 0 416px;
    /* padding-top: 1em; */
  }
  .landing .destaque-sec .desconto {
    align-items: end;
    margin: 2em 0;
  }
  .landing .destaque-sec .cupom {
    padding-left: 0;
    margin-bottom: 1em;
  }
  .landing .destaque-sec .nome::before {
    height: 3px;
    background: var(--lp-adm-gradient);
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -1em;
  }
  .landing .depoimentos h2.text {
    text-align: left;
    flex: 0 0 304px;
  }
  .landing .depoimentos .wrapper {
    --pad-x: 20px;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0;
  }
  .landing .depoimentos h2 {
    font-size: 3.15em;
    margin-bottom: 0;
  }
  .landing .depoimentos iframe {
    margin: 0;
  }

  .landing .sobre-gen .txt {
    gap: 4.5em;
  }
  .landing .sobre-gen .txt > div {
    flex: 0 0 38em;
  }
  .landing .sobre-gen ul {
    margin-top: 2.5em;
  }
  .landing .form .wrapper {
    --lp-pad-x: 48px;
  }
  .landing .form form {
    align-items: center;
  }
  .landing .form .campos {
    flex: 0 0 100%;
    grid-template-columns: repeat(3, 1fr);
  }
  .landing .form .checkboxes {
    flex: 0 0 40%;
    margin: 0;
  }
  .landing .form .recaptcha-container {
    flex: 1;
  }
  .landing .form .recaptcha-box {
    align-items: center;
    display: flex;
    gap: 1.25em;
  }
  .landing .form .g-recaptcha {
    position: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .landing .form .g-recaptcha + p {
    text-align: left;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 71em;
  }
  .landing .banner {
    --lp-wrapper: 60em;
  }
  .landing .menu-subs ul {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .calendario {
    --lp-wrapper: 63em;
  }
  .landing .destaque-sec {
    --lp-wrapper: 65.15em;
  }
  .landing .calendario ol li div {
    padding: 1.5em 2em;
  }
  .landing .esquematizado {
    --lp-wrapper: 60em;
  }
  .landing .esquematizado .foto {
    flex: 0 0 400px;
    width: 700px;
  }
  .landing .esquematizado .topo p {
    margin-left: 3em;
  }
  /* .landing .livros ul {
    flex-wrap: wrap;
  } */
  /* .landing .esquematizado h3 {
    left: -7.3em;
    height: 129px;
    margin-top: -8em;
  } */
  .landing .sobre-gen ul {
    gap: 2.25em;
  }
  .landing :is(.form, .menu) {
    --lp-wrapper: 67em;
  }
  .landing .form .checkboxes {
    flex: 0 0 38%;
  }
  .landing .depoimentos .wrapper {
    --pad-x: 0;
  }
  .landing .menu ul {
    --lp-pad-x: 0;
    display: grid;
    gap: 1.25em;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .js .landing .destaque-sec .cupom a:hover::after,
  .js .landing .esquematizado .cupom a:hover::after {
    display: block;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  /* .landing .destaque-sec .conteudo picture {
    flex: 0 0 539px;
    padding: 2em 0 0;
    margin-left: -4em;
  } */
  .landing .destaque-sec .conteudo picture {
    /* flex: 0 0 639px; */
    flex: 0 0 500px;
    padding: 0;
    /* padding: 2em 0 0; */
    /* margin-left: -8em; */
  }
}

/* > 1360px ---- */
@media (min-width: 85rem) {
  .landing {
    --lp-wrapper: 80em;
  }
  .landing .menu-subs ul {
    --lp-wrapper: 82em;
  }
}

/* > 1600px ---- */
@media (min-width: 100rem) {
  .landing .menu-subs ul {
    max-width: none;
  }
}

/* ANIMAÇÕES ---- */
@media not (prefers-reduced-motion) {
  html {
    scroll-behavior: smooth;
  }
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js .landing .alert.anime {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  .js .landing .livro.anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .txt.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;
  }
  .landing .menu ul li a {
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
  }
  .js .landing .promocao .cupom a.copied::after,
  .js .landing .promocao .cupom a:hover::after {
    animation: slideUp 0.5s forwards;
  }
}
