.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);

  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: black;
}

/* 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-adm-gradient);
  color: black;
}
.landing .menu-subs ul li button:focus-visible {
  box-shadow: none;
  outline: 2px solid white;
}

/* 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 {
  padding-bottom: 0;
}
.landing .autoridades ul {
  display: flex;
  gap: 1.5em;
  justify-content: safe center;
  list-style: none;
  overflow: auto;
  padding: 0 var(--lp-pad-x) var(--lp-pad-y);
  scroll-snap-type: x mandatory;
}
.landing .autoridades ul li {
  align-items: center;
  background: white;
  border-radius: 1.25em;
  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 :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 {
  border-radius: 0 0 1.25em 1.25em;
  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,
    .sale,
    .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-adm-gradient);
  border: 0 !important;
  border-radius: 0 12px 0 12px;
  color: black !important;
}
.landing .produtos .carrossel .saiba-mais.mobile-only {
  color: var(--lp-darkblue) !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;
}

/* AUTORES ---- */
.landing :is(.autores, .destaque-sec) {
  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/lps-categorias/administracao/bg-assaf-neto-mb.jpg)
    top center / cover no-repeat; */
  background: radial-gradient(
    ellipse at top center,
    var(--lp-lightblue),
    var(--lp-darkblue) 75%
  );
  color: white;
}
/* .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 h2.title {
  color: white;
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
.landing .destaque-sec p {
  /* font-size: 1.375em; */
  font-size: 1.25em;
}
.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 {
  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 {
  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;
}

/* 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);
}
.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%
  );
  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%;
}
.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: var(--lp-adm-gradient);
  box-shadow: none;
}
.landing .form .btn.btn-white span {
  color: black;
}

/* 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 .form {
    align-items: center;
    background: linear-gradient(
      to bottom,
      transparent 50%,
      var(--lp-offwhite) 50%
    );
    display: grid;
    grid-template: 1fr / 1fr;
  }
  .landing .form::after {
    border-bottom: 4px solid transparent;
    border-image: var(--lp-adm-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-adm-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;
    font-size: inherit;
  }
  @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%
    );
  }
  .landing .destaque-sec .wrapper {
    background: radial-gradient(
      ellipse at top center,
      var(--lp-lightblue),
      var(--lp-darkblue) 75%
    );
    --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.title {
    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 273px;
    margin: 0 1.25em 0 0;
  }
  .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 .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 .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 364px;
    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 .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 {
    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;
  }
}
