.js .modal-open {
  overflow: hidden;
}
.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-neonblue: #00f5ff;
  --lp-darkblue-medico: #004380;
  --lp-lightblue-medico: #e0f2f6;
  --lp-medico-gradient: linear-gradient(to right, #004380, rgb(0 67 128 / 70%));
  --lp-blue-gradient: linear-gradient(
    to right,
    var(--lp-neonblue),
    var(--lp-darkblue-medico)
  );

  --lp-prof-orange: #ff9100;
  --lp-prof-blue: #2eb5f0;
  --lp-prof-darkpurple: #25114c;
  --lp-prof-lightblue: rgb(46 181 240 / 25%);
  --lp-prof-gradient: linear-gradient(to right, white, var(--lp-prof-orange));

  --lp-prof-title: "Roboto Slab", serif;

  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 {
  border: 0;
  border-radius: 999px;
  display: inline-block;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.125em;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.6667em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  width: fit-content;
  margin: 0 auto;
}
.landing .btn.btn-blue {
  background: var(--lp-prof-blue);
  color: var(--lp-prof-darkpurple);
}
.landing .btn.btn-orange {
  background-color: var(--lp-prof-orange);
  color: var(--lp-prof-darkpurple);
}
.landing .btn:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.landing .btn.btn-blue:hover,
.landing .btn.btn-orange:hover {
  background: white;
}
.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-prof-orange);
  color: var(--lp-prof-darkpurple);
}

/* BANNER ---- */
.landing .banner,
.landing .plataformas {
  /* background: radial-gradient(
    circle at top left,
    var(--lp-lightblue),
    var(--lp-darkblue)
  ); */
  background: url(https://mktgen.com.br/imagens/mes-do-professor-2025/mes-prof-bg-topo.jpg)
    center / cover no-repeat;
  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;
}

/* INTRO */
.landing .intro {
  background: transparent;
}
.landing .intro .persona img {
  height: 220px;
  width: auto;
}
.landing .intro .mote h1 {
  background: url(https://mktgen.com.br/imagens/mes-do-professor-2025/mes-dos-professores.png)
    center / contain no-repeat;
  height: 58px;
  text-indent: -9999px;
  position: relative;
  /* z-index: 1; */
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
.landing .intro .mote h2 {
  text-align: left;
  font-family: var(--lp-prof-title);
  text-wrap: balance;
}
.landing .intro .mote .texto {
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.18;
  margin: 2.5em 1em 1em 1em;
  text-wrap: balance;
  text-align: center;
}
.landing .intro .txt .condicao {
  text-align: left;
  font-size: 1.125em;
  text-wrap: balance;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.landing .intro .disclaimer {
  font-size: 0.75em;
  line-height: 1.3333;
  font-weight: 400;
  color: white;
  opacity: 0.85;
  text-align: left;
  text-wrap: balance;
  margin-top: 1.3em !important;
  margin-bottom: 1.3em !important;
}
.landing .intro .cta .btn {
  margin: 0;
}

/* PROFESSOR */
.landing .professor {
  border-bottom: 4px solid transparent;
  border-image: var(--lp-prof-gradient) 30;
}
.landing .professor h1 {
  font-family: var(--lp-prof-title);
  color: var(--lp-prof-darkpurple);
  font-size: 2em;
  font-weight: 700;
  position: relative;
  margin-bottom: 1em;
  padding-left: 2px;
  max-width: 9.75em;
  line-height: 1.25;
}
.landing .professor h1::before {
  background: var(--lp-prof-blue);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 10px;
  z-index: -1;
  margin-left: -2px;
}
.landing .professor p {
  font-size: 1.125em;
  text-wrap: balance;
}
.landing .professor p:not(:last-child) {
  margin: 0 0 20px 0;
}
.landing .professor p:last-child {
  color: var(--lp-prof-darkpurple);
}
.landing .professor .texto {
  max-width: 41.875em;
}
.landing .professor p small {
  opacity: 0.75;
  font-style: italic;
}

/* PARCEIRO */
.landing .parceiro h1 {
  font-family: var(--lp-prof-title);
  text-align: center;
  color: var(--lp-prof-darkpurple);
  font-size: 2em;
  font-weight: 700;
  text-wrap: balance;
  margin-bottom: 1em;
  line-height: 1.25;
}
.landing .parceiro span {
  background: var(--lp-prof-orange);
}
.landing .parceiro .desconto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  font-size: 1.125em;
  color: var(--lp-prof-darkpurple);
  margin-bottom: 1em;
}
.landing .parceiro ul {
  display: grid;
  gap: 1.25em;
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
}
.landing .parceiro ul li {
  font-size: 1.125em;
  align-items: center;
  display: flex;
  gap: 0.75em;
  font-weight: 700;
}
.landing .parceiro ul li p strong {
  background: var(--lp-prof-lightblue);
}
.landing .parceiro ul li p {
  flex: 0 0 65%;
  color: var(--lp-prof-darkpurple);
}
.landing .parceiro .cta {
  display: flex;
  flex-direction: column;
  gap: 2em;
  background: var(--lp-offwhite);
  padding: 1.25em 1.5em;
  border-radius: 2.5em;
}

/* INFORMACOES */
.landing .informacoes h1 {
  font-family: var(--lp-prof-title);
  color: var(--lp-prof-darkpurple);
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.25;
  letter-spacing: 0.175em;
  position: relative;
}
.landing .informacoes h1::after {
  background: var(--lp-prof-orange);
  width: 100%;
  height: 1em;
  max-width: 430px;
  display: block;
  content: "";
  margin: -14px auto 0;
}
.landing .informacoes ul {
  display: grid;
  gap: 1.25em;
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
  font-size: 1.125em;
}
.landing .informacoes ul li {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  /* padding: 1.25em 1.5em; */
  text-wrap: balance;
}
.landing .informacoes ul li img {
  margin-left: 1em;
  margin-bottom: -1.5em;
  position: relative;
}
.landing .informacoes ul li p {
  background: var(--lp-offwhite);
  padding: 2.25em 1.5em 1.5em;
  border-radius: 1em;
}
.landing .informacoes .popup-link {
  aspect-ratio: 1/1;
  background: var(--lp-prof-darkpurple);
  color: white;
  border-radius: 50%;
  display: inline-block;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.3333;
  text-align: center;
  text-decoration: none;
  width: 16px;
  cursor: pointer;
  border: 0;
  box-shadow: none;
}
@supports not (aspect-ratio: 1 / 1) {
  .landing .informacoes .popup-link {
    height: 16px;
  }
}

@supports not (height: 100dvh) {
  .landing .informacoes .popup {
    height: 100vh;
  }
}
.landing .informacoes .popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100dvh;
  justify-content: center;
  left: 0;
  padding: 1.25em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.landing .informacoes .popup.show {
  display: flex;
}
.landing .informacoes .popup-content {
  background: #fff1df;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 1em;
  max-width: 880px;
  padding: 1.5em;
  position: relative;
}

.landing .informacoes .popup-content button {
  background: #ff9100;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  color: white;
  font-size: 20px;
  height: 1.5em;
  padding: 0;
  position: absolute;
  right: 1em;
  top: -0.75em;
  width: 1.5em;
}
.landing .informacoes .popup-content p {
  margin-bottom: 1em;
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: 13px;
}
.landing .informacoes .popup-content ul {
  padding-left: 20px;
  display: block;
  list-style: disc;
  margin: 0;
  font-size: 13px;
}
.landing .informacoes .popup-content ul li {
  padding: 0;
  border-radius: 0;
  display: list-item;
}
.landing .informacoes .cta {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.landing .informacoes .cta .duvidas {
  display: flex;
  margin: 0 auto;
  font-size: 1.125em;
}
.landing .informacoes .duvidas img {
  margin: 0 1em 0 0;
}
.landing .informacoes .duvidas .contato a {
  color: var(--lp-prof-darkpurple);
  text-decoration: underline;
}
.landing .informacoes .duvidas .contato a:hover {
  text-decoration: none;
}
/* .landing .informacoes .popup-content ul li:not(:last-child) {
  margin-bottom: 0.25em;
} */
/* .landing .informacoes button {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: var(--lp-pad-x);
  margin-top: -16px;
} */

/* LIVROS */
.landing .obras {
  background: var(--lp-offwhite);
  border-top: 4px solid var(--lp-prof-blue);
}
.landing .obras h1 {
  font-family: var(--lp-prof-title);
  text-align: center;
  color: var(--lp-prof-darkpurple);
  font-size: 2em;
  font-weight: 700;
  text-wrap: balance;
  margin: 0 auto 1em;
  max-width: 630px;
  line-height: 1.25;
}
.landing .obras .wrapper {
  padding-bottom: 0;
}
.landing .obras ul {
  display: flex;
  gap: 1.5em;
  justify-content: safe center;
  list-style: none;
  overflow: auto;
  padding: 0 var(--lp-pad-x) 2.5em;
  scroll-snap-type: x mandatory;
}
.landing .obras 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 .obras ul:not(.livros) li > div:first-child {
  align-items: end;
  display: grid;
  grid-template: 1fr / 1fr;
}
.landing .obras ul.livros li > div:first-child {
  flex: 1;
}
.landing .obras ul:not(.livros) li :is(h3, picture) {
  grid-area: 1 / 1;
}
.landing .obras ul.livros li img {
  margin: 1.25em auto;
}
.landing .obras ul.livros li h3 {
  padding: 0 1em 1.3333em;
  font-size: 1.125em;
  font-weight: 700;
}
.landing .obras .btn {
  border-radius: 0;
  width: 100%;
}

/* PLATAFORMAS */
.landing .plataformas .wrapper {
  padding-bottom: calc(var(--lp-pad-y) * 2);
}
.landing .plataformas h1 {
  color: var(--lp-prof-orange);
  text-align: center;
  font-family: var(--lp-prof-title);
  font-size: 2em;
  font-weight: 700;
  text-wrap: balance;
  margin: 0 auto 0.5em;
  line-height: 1.25;
}
.landing .plataformas p {
  font-size: 1.125em;
  text-align: center;
  margin: 0 auto 1em;
  text-wrap: balance;
}
.landing .plataformas .boxes {
  display: flex;
  flex-direction: column;
  gap: 3.75em;
}
.landing .plataformas .box-ambiente {
  background: var(--lp-prof-darkpurple);
  border: 1px solid rgb(231 232 242 / 15%);
  border-radius: 20px;
  padding: 1.5em 1.5em 0;
  display: flex;
  flex-direction: column;
}
.landing .box-ambiente .heading {
  display: flex;
  gap: 1em;
  font-size: 1.25em;
  font-family: var(--lp-prof-title);
  color: var(--lp-prof-orange);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 0.75em;
}
.landing .box-ambiente p {
  text-align: left;
  font-size: 1.125em;
  text-wrap: balance;
  margin: 0 auto 0.75em;
}
.landing .box-ambiente .btn,
.landing .box-bibliofertas .btn {
  position: relative;
  margin-bottom: -1.25em;
  margin-right: 0;
}
.landing .box-bibliofertas {
  background: linear-gradient(to bottom, #183146, #1c273c);
  border: 1px solid rgb(231 232 242 / 15%);
  border-radius: 20px;
  padding: 1.5em 1.5em 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.landing .box-bibliofertas .heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.5em;
}
.landing .box-bibliofertas .heading img,
.landing .box-bibliofertas .heading p {
  margin-left: 0;
}
.landing .box-bibliofertas .heading p,
.landing .box-bibliofertas p {
  text-align: left;
}

/* 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-lightblue-medico);
  border-bottom: 4px solid transparent;
  border-image: var(--lp-blue-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: 0.625em;
  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 0.625em 0.625em;
  width: 100%;
}
/* .landing .especial {
  background: var(--lp-lightblue-medico);
} */
.landing .especializacao {
  /* padding: var(--lp-pad-y) var(--lp-pad-x); */
  position: relative;
  text-align: center;
}
.landing .especializacao .blue-box {
  background: white;
  border-radius: 8px;
  margin: 1.5em 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 10px rgba(46, 49, 145, 0.1);
}
.landing .especializacao .blue-box p {
  font-size: 1.25em;
  background: var(--lp-medico-gradient);
  border-radius: 8px 8px 0 0;
  padding: 1em;
  color: white;
  text-align: center;
  line-height: 1.5;
  text-wrap: balance;
}
.landing .especializacao .blue-box ul {
  /* display: grid; */
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style: none;
  margin: 1.125em 0;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.landing .especializacao .blue-box ul li {
  /* display: grid; */
  display: flex;
  flex-direction: column;
  background: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.125em;
}
.landing .especializacao .blue-box ul picture {
  align-items: center;
  background: url(https://mktgen.com.br/imagens/mes-do-medico/bg-icons.png)
    center / contain no-repeat;
  display: flex;
  height: 69px;
  margin: 0 auto;
  justify-content: center;
  width: 70px;
}
.landing .especializacao .blue-box ul img {
  width: 43px;
  height: 42px;
}
.landing .especializacao .blue-box ul span {
  margin-top: 0.5em;
}
/* .landing .especializacao .blue-box ul li img {
  width: 100px;
  height: auto;
  margin-bottom: -0.75em;
} */
.landing .especializacao h3 {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: normal;
}
.landing .especializacao small {
  text-align: center;
  margin: 0.5em 0;
  display: block;
}
.landing .especializacao small a {
  color: black;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}
.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,
.landing .especializacao::after {
  position: absolute;
  content: "";
  background: #b5b5b5;
  width: 90%;
  height: 1px;
  right: 0;
  top: 1em;
  margin: 0 auto;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.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-medico-gradient);
  border: 0 !important;
  border-radius: 0 0 12px 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;
}

/* 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%
  ); */
  background: url(https://mktgen.com.br/imagens/mes-do-medico/bg-intro-mb.jpg)
    center / cover no-repeat;
  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 .wrapper {
  background: url(https://mktgen.com.br/imagens/mes-do-medico/bg-intro-mb.jpg)
    center / cover no-repeat;
}
.landing .destaque-sec h2.title {
  color: white;
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.1;
}
.landing .destaque-sec p {
  /* font-size: 1.375em; */
  font-size: 1.25em;
  line-height: 1.15;
  font-weight: 600;
}
.landing .destaque-sec span {
  text-align: center;
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 1em;
}
.landing .destaque-sec strong {
  font-weight: 800;
}
.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.85;
  color: white;
  text-align: center;
  text-wrap: balance;
  font-weight: 400;
  margin-top: 2.5em !important;
}
.landing .destaque-sec .disclaimer a {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}
.landing .btn.btn-medico {
  border: 0;
  border-radius: 8px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: normal;
  font-family: inherit;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: none;
  color: var(--lp-darkblue);
  background: white;
  box-shadow: 0 3px 6px rgb(16 19 84 / 60%),
    inset 5px -6px 6px rgba(0, 0, 0, 0.15);
  --webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
.landing .btn.btn-medico:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  --webkit-transform: scale(1.1);
  --moz-transform: scale(1.1);
  transform: scale(1.1);
}

/* PARCERIAS */
.landing .parcerias {
  background: var(--lp-lightblue-medico);
}
.landing .parcerias p {
  font-size: 1.125em;
  line-height: 1.5;
  text-wrap: balance;
}
.landing .parcerias 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;
}

/* DEPOIMENTOS */
.landing .depoimentos {
  background: var(--lp-lightblue-medico);
}
.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 .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;
  color: var(--lp-prof-darkpurple);
  font-family: var(--lp-prof-title);
  font-weight: 700;
}
.landing section.sobre-gen h2 span {
  background: var(--lp-prof-orange);
}
.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,
    #00949a,
    var(--lp-darkblue) 55%
  ); */
  background: var(--lp-prof-darkpurple);
  color: white;
  position: relative;
}
.landing .form .wrapper::after {
  background: radial-gradient(
    ellipse at top center,
    var(--lp-lightblue),
    var(--lp-darkblue-medico) 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;
  font-weight: 700;
  font-family: var(--lp-prof-title);
}
.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;
  border: 0;
  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);
}

/* TJ ---- */
.landing .tj {
  background: var(--lp-offwhite);
}
.landing section.tj h2 {
  font-family: var(--lp-prof-title);
  font-weight: 700;
  margin-bottom: .5em;
  text-align: left;
}
.landing .tj p {
  font-size: .875em;
}

/* > 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 .informacoes .popup-content p,
  .landing .informacoes .popup-content ul {
    font-size: 16px;
  }
  .landing .form {
    align-items: center;
    background: linear-gradient(to bottom, transparent 50%, white 50%);
    display: grid;
    grid-template: 1fr / 1fr;
  }
  .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-blue-gradient);
    top: 50%;
    transform: translateY(50%);
    position: absolute;
    z-index: -1;
  }
  .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 .intro .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: var(--lp-pad-y);
  }
  .landing .intro .wrapper picture {
    flex: 0 0 322px;
    margin-bottom: -40px;
    margin-left: -3em;
  }
  .landing .intro .wrapper .personas img {
    width: 515px;
  }
  .landing .intro .conteudo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .landing .intro .mote h1 {
    width: 300px;
  }
  .landing .intro .mote h2 {
    font-size: 1.5em;
    margin-top: 0;
  }
  .landing .intro .txt .condicao p {
    flex: 0 0 230px;
  }
  .landing .intro .txt .condicao img {
    height: 50px;
    margin-left: -1.5em;
  }
  .landing .intro .cta {
    display: flex;
    align-items: center;
    gap: 0.75em;
    justify-self: baseline;
  }
  .landing .intro .txt {
    flex: unset;
    margin-left: 0;
  }
  .landing .parceiro h1 {
    margin-bottom: 2.5em;
  }
  .landing .parceiro .texto {
    display: flex;
    gap: 2em;
    margin: 0 auto;
    width: fit-content;
  }
  .landing .parceiro .desconto {
    flex: 0 0 200px;
    text-align: center;
    margin-bottom: 0;
  }
  .landing .parceiro ul {
    margin: 0;
  }
  .landing .parceiro ul li img {
    margin-right: 0.5em;
    margin-left: 0;
  }
  .landing .parceiro .cta {
    flex-direction: row;
    margin: 2em auto 0;
    max-width: 28em;
    gap: 1.25em;
    position: relative;
  }
  .landing .informacoes h1::after {
    max-width: 480px;
  }
  .landing .informacoes .lista {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 2.5em auto;
    max-width: 966px;
  }
  .landing .informacoes .cta {
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    max-width: 490px;
  }
  .landing .plataformas .boxes {
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
  .landing .box-ambiente .heading {
    max-width: 166px;
    margin-left: 0;
  }
  .landing .box-bibliofertas .heading img,
  .landing .box-bibliofertas .heading p {
    margin-left: 0;
  }
  /* .landing .intro .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: var(--lp-pad-y);
    justify-content: center;
  } */
  /* .landing .intro picture,
  .landing .intro .mote {
    grid-column: 1;
  } */
  /* .landing .intro .mote {
    margin-top: -8em;
  } */
  /* .landing .intro .mote h1 {
    margin-top: -2.5em;
  } */
  /* .landing .intro .mote h2 {
    margin: -1.2em 2.95em;
  } */
  .landing .intro .mote .texto {
    text-align: left;
    margin: 1.75em 0 1em 3.75em;
  }
  /* .landing .intro .txt {
    grid-row: 1;
    grid-column: 2;
    margin-top: 1em;
    max-width: 21em;
    font-size: 1.0375em;
    padding-top: 4em;
  } */
  /* .landing .intro .txt .condicao {
    font-size: 1.675em;
  } */
  /* .landing :is(.produtos) h2 strong,
  .landing .autores h2 strong:last-child {
    display: block;
  } */

  .landing .autores h2 strong:last-child {
    display: block;
  }
  @media (max-width: 61.999rem) {
    .landing .autoridades ul li {
      flex: 1;
    }
  }
  .landing .autoridades .wrapper:last-child {
    --lp-wrapper: 35.75em;
  }
  .landing .especializacao .blue-box {
    margin: 1.5em auto;
    max-width: 700px;
  }
  .landing .especializacao .blue-box ul {
    /* grid-template-columns: repeat(5, 1fr); */
    /* align-items: flex-start; */
    /* justify-items: center; */
    /* justify-content: center; */
    flex-direction: row;
    padding: 1.25em 4em 2.5em;
    margin: 0;
    gap: 2.5em;
  }
  .landing .especializacao .blue-box ul li {
    grid-template-rows: 80px auto;
  }
  .landing .especializacao h3 strong {
    display: block;
  }
  /* .landing .especializacao .blue-box ul li img {
    margin-bottom: 0;
  } */
  .landing .box {
    flex-direction: row;
    align-items: center;
    gap: 1em;
    width: 95%;
    max-width: 913px;
    justify-content: space-between;
  }
  .landing .box::after,
  .landing .especializacao::after {
    position: absolute;
    width: 90%;
    max-width: 820px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 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-lightblue-medico) 50%
    );
  }
  .landing .destaque-sec .wrapper {
    /* background: radial-gradient(
      ellipse at top center,
      var(--lp-lightblue),
      var(--lp-darkblue) 75%
    ); */
    background-image: url(https://mktgen.com.br/imagens/mes-do-medico/bg-banner-desktop.jpg);
    --lp-pad-y: 32px;
    --lp-pad-x: 40px;
    border-radius: 40px;
    z-index: 1;
    box-shadow: 0 5px 10px rgb(46 49 145 / 16%);
    /* --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 321px;
    /* margin: 0 1.25em 0 0; */
    margin: 0;
  }
  .landing .parcerias .txt {
    margin: 0 auto;
    text-align: center;
  }
  .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;
    display: none;
  }
  .landing .form form {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .landing .form .firstline {
    display: flex;
    gap: 1em;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
  .landing .form .bottomline {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .landing .form .btn {
    margin: 0;
  }
  .landing .form .campos {
    flex: 0 0 58%;
    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,
  .landing .plataformas {
    background: url(https://mktgen.com.br/imagens/mes-do-professor-2025/mes-prof-bg-topo.jpg)
      center / cover no-repeat;
  }
  .landing .banner .alert {
    margin-bottom: 0;
  }
  .landing .intro {
    background: transparent;
  }
  .landing .intro .wrapper {
    padding-top: 0;
    /* --lp-pad-y: 0; */
  }
  .landing .intro .wrapper .conteudo {
    flex: 0 0 445px;
  }
  .landing .intro .wrapper picture {
    flex: 0 0 515px;
    margin-bottom: -50px;
  }
  .landing .intro .mote h1 {
    width: 346px;
  }
  .landing .intro .mote h2 {
    font-size: 2em;
    text-wrap: unset;
  }
  .landing .intro .txt .condicao {
    gap: 1.5em;
  }
  .landing .intro .txt .condicao p {
    flex: 0 0 130px;
  }
  .landing .intro .txt .condicao img {
    margin-left: 0;
    height: 64px;
  }
  .landing .intro .conteudo .txt {
    margin-left: 0;
  }
  .landing .banner .livro img {
    max-height: none;
  }
  .landing .banner .txt {
    margin-left: 3.5em;
  }
  .landing .professor {
    background: url(https://mktgen.com.br/imagens/mes-do-professor-2025/bg-mosaico-v2.png)
      right / contain no-repeat;
  }
  /* .landing .professor .wrapper,
  .landing .parceiro .wrapper {
    padding: calc(var(--lp-pad-y) * 1.5) calc(var(--lp-pad-x) * 2);
  } */

  .landing .parceiro ul {
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  .landing .parceiro ul li p strong {
    display: block;
    width: fit-content;
    white-space: nowrap;
  }
  .landing .parceiro .cta::before,
  .landing .parceiro .cta::after {
    background: var(--lp-offwhite);
    content: "";
    display: block;
    flex: 0 0 142px;
    height: 2px;
    width: 210px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .landing .parceiro .cta::before {
    left: 100%;
  }
  .landing .parceiro .cta::after {
    right: 100%;
  }
  .landing .informacoes .wrapper {
    padding-top: 0;
  }
  .landing .informacoes .popup-content {
    max-width: 810px;
  }
  .landing .informacoes .popup-content p {
    font-size: 1.125em;
  }
  .landing .informacoes .popup-content ul {
    font-size: 1.125em;
  }
  .landing .informacoes .popup-content ul li:not(:last-child) {
    margin-bottom: 0.25em;
  }
  .landing .plataformas h1 {
    max-width: 918px;
  }
  .landing .plataformas p strong {
    display: block;
  }
  .landing .plataformas .boxes {
    margin: auto;
    gap: 4em;
    max-width: 60em;
  }
  .landing .plataformas .box-ambiente,
  .landing .plataformas .box-bibliofertas {
    padding: 1.875em 2.25em 0;
  }
  .landing .box-bibliofertas .heading {
    margin-bottom: 0;
  }
  .landing .box-bibliofertas .heading img {
    flex: 0 0 50px;
    width: 300px;
    margin-bottom: 0.5em;
  }
  .landing .box-bibliofertas .heading p {
    margin-bottom: 0.65em;
  }
  .landing .box-bibliofertas {
    background: url(https://mktgen.com.br/imagens/mes-do-professor-2025/bg-box-bibliofertas.png)
        center / cover no-repeat,
      linear-gradient(to bottom, #183146, #1c273c);
  }
  /* .landing .plataformas .box-bibliofertas {
    padding: 2.5em 2.25em 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 .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 500px;
    padding: 1em 0;
    margin: 0;
  }
  .landing .destaque-sec .txt {
    flex: 0 0 347px;
    /* padding-top: 1em; */
  }
  .landing .destaque-sec .desconto img {
    flex: 0 0 157px;
  }
  .landing .destaque-sec .desconto {
    align-items: end;
    margin: 1em 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;
    display: none;
  }
  .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 .parcerias .txt {
    display: flex;
    justify-content: center;
  }
  .landing .parcerias p {
    text-align: left;
    flex: 0 0 22em;
  }
  .landing .parcerias ul {
    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 68%;
    grid-template-columns: repeat(2, 1fr);
  }
  .landing .form .checkboxes {
    flex: 0 0 30%;
    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;
  }
  .landing .tj {
    --lp-wrapper: 54em;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 71em;
  }
  .landing .banner {
    --lp-wrapper: 60em;
  }
  .landing .intro .wrapper picture {
    margin-left: 0;
  }
  .landing .menu-subs ul {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  /* .landing .professor .wrapper {
    padding-left: calc(var(--lp-pad-y) * 2);
  } */
  .landing .professor .texto {
    margin-left: 4em;
  }
  .landing .parceiro .texto {
    gap: 4.5em;
  }
  .landing .parceiro .desconto {
    flex: 0 0 250px;
  }
  .landing .sobre-gen ul {
    gap: 2.25em;
  }
  .landing :is(.form, .menu) {
    --lp-wrapper: 67em;
  }
  .landing .form .checkboxes {
    flex: 0 0 27%;
  }
  .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; */
  }
  .landing .parcerias .txt {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    gap: 2.9375em;
  }
  .landing .parcerias p {
    flex: 0 0 439px;
  }
  .landing .parcerias ul {
    flex: 0 0 500px;
    margin: 0;
  }
}

/* > 1360px ---- */
@media (min-width: 85rem) {
  .landing {
    --lp-wrapper: 80em;
  }
  .landing .menu-subs ul {
    --lp-wrapper: 82em;
  }
  .landing .professor {
    background: url(https://mktgen.com.br/imagens/mes-do-professor-2025/bg-mosaico-v1.png)
      right / contain no-repeat;
  }
}

/* > 1600px ---- */
@media (min-width: 100rem) {
  .landing .menu-subs ul {
    max-width: none;
  }
  .landing .professor {
    background: url(https://mktgen.com.br/imagens/mes-do-professor-2025/bg-mosaico-v1.png)
      right / contain no-repeat;
  }
}

/* ANIMAÇÕES ---- */
@media not (prefers-reduced-motion) {
  html {
    scroll-behavior: smooth;
  }
  @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 .informacoes .popup.show .popup-content {
    animation: slideUp 0.5s;
  }
  .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;
  }
  .js .landing .intro .mote.anime {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }
  .js .landing .intro .personas.anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
