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

  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 .75em 0 .75em;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  padding: .75em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: box-shadow .25s; transition: box-shadow .25s;
}
.landing .btn:hover {
  box-shadow: 0 5px 10px rgba(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);
  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);
}
.landing.cadastrado .banner .alert {
  display: block;
}
.landing .banner .alert h2 {
  display: none;
  font-size: 1.5em;
  margin: 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: .06em;
  margin-left: 1em;
  padding-left: 1em;
  text-transform: uppercase;
}
.landing .banner .livro img {
  box-shadow: -25px 0px 15px -5px rgba(0, 0, 0, .25);
  max-height: 257px;
  width: auto;
}
.landing .banner .flag {
  align-items: center;
  display: flex;
  font-size: 1.125em;
  gap: .9em;
  letter-spacing: .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: .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;
}

/* VITRINES ---- */
.landing .menu-subs {
  background: black;
  color: white;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.landing .menu-subs h2 {
  align-items: center;
  display: flex;
  font-size: 1em;
  font-weight: 400;
  gap: 1em;
  justify-content: center;
  line-height: 1.125;
  padding-top: 1em;
  text-align: center;
}
.landing .menu-subs ul {
  display: flex;
  justify-content: safe center;
  list-style: none;
  overflow: auto;
  padding: .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,.25);
  content: '';
  display: block;
  height: .75em;
  margin: 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: .4375em .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 button:not([aria-selected=true]):hover {
  background: var(--lp-darkblue);
}
.landing .menu-subs ul li button[aria-selected=true] {
  background: var(--lp-gradient);
}
.landing .vitrine {
  padding-top: calc(var(--lp-pad-y) * .8);
  scroll-margin-top: 150px;
}
.js .landing .vitrine div[role="tabpanel"]:not(.active) {
  display: none;
}
.landing .vitrine h2 {
  padding: 0 var(--lp-pad-x);
  text-align: center;
}
.landing section.vitrine h2 {
  background: var(--lp-gradient);
  background-clip: text;
  color: transparent;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0 auto;
  text-transform: uppercase;
  width: fit-content;
}
.landing .vitrine .mosaico-produtos {
  padding-top: 1.5em;
}
.landing .vitrine .mosaico-produtos .product-item-info {
  border: 0;
  border-radius: 20px;
  box-shadow: 2px 5px 10px rgba(32, 69, 152, .25);
}
.landing .vitrine .mosaico-produtos .product-item-info:hover {
  background: var(--lp-offwhite);
}
.landing .vitrine .mosaico-produtos .product-item .tocart {
  background: var(--lp-gradient);
  border: 0;
  border-radius: 0 12px;
  color: white;
  font-family: inherit;
  font-weight: 700;
  transition: .1s;
}
.landing .vitrine .mosaico-produtos .product-item .tocart:hover {
  -webkit-filter: contrast(1.25);
  filter: contrast(1.25);
}
.landing .vitrine .mosaico-produtos .product-item .tocart:focus-visible {
  outline-color: black;
}
.landing .vitrine .mosaico-produtos + a {
  color: black;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 auto;
  text-decoration: underline;
  width: fit-content;
}
.landing .vitrine .mosaico-produtos + a:hover {
  text-decoration: none;
}

/* 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-gradient) 30;
}
.landing .autoridades .wrapper:first-child {
  padding-bottom: 0;
}
.landing section.autoridades h2 {
  margin: 0 auto 1em;
  max-width: 20.75em;
  text-wrap: initial;
}
.landing .autoridades 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 {
  align-items: center;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(46, 49, 145, .1);
  display: flex;
  flex: 0 0 200px;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: center;
  text-align: center;
  text-wrap: balance;
}
.landing .autoridades ul:not(.livros) li > div:first-child {
  align-items: end;
  display: grid;
  grid-template: 1fr / 1fr;
}
.landing .autoridades ul.livros li > div:first-child {
  flex: 1;
}
.landing .autoridades ul:not(.livros) li :is(h3, picture) {
  grid-area: 1 / 1;
}
.landing .autoridades ul.livros li img {
  margin: 1.25em auto;
}
.landing .autoridades ul li h3 {
  font-size: 1.125em;
  font-weight: 700;
  padding: 0 .85em;
}
.landing .autoridades ul.livros li h3 {
  padding: 0 1em 1.3333em;
}
.landing :is(.autoridades, .carrossel-autores) ul li p {
  font-size: .875em;
  line-height: 1.1;
  margin: .5em 0 1em;
  padding: 0 1.5em;
}
.landing .autoridades .btn {
  border-radius: 0;
  width: 100%;
}
.landing .autoridades .btn:focus-visible {
  outline-offset: -2px;
}
.landing .autoridades .wrapper:last-child {
  padding-top: 0;
}
.landing .autoridades .wrapper:last-child p {
  font-size: 1.125em;
  text-align: center;
}

/* 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, .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 .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: .6667em;
}
.landing .autores iframe {
  height: 22em;
  width: 100%;
}
.landing .carrossel-autores {
  color: white;
  margin: 0 auto;
}
.landing .carrossel-autores .splide__track {
  padding: .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,.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, .5);
}
.landing .carrossel-autores ul li picture img {
  height: auto;
  max-width: 100%;
}
.landing .carrossel-autores ul li picture + p {
  font-size: .75em;
  padding: 0 .75em;
  text-wrap: balance;
}
.landing .carrossel-autores ul li p + a {
  background: white;
  display: block;
  font-size: .875em;
  font-weight: 700;
  letter-spacing: .06em;
  padding: .75em 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .1s; transition: background .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: .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 {
  color: white;
}
.landing section.destaque-sec h2 {
  color: white;
  font-size: 1.5em;
  font-weight: 700;
  margin: 1em 0 .6667em;
  text-align: left;
}
.landing .destaque-sec p {
  font-size: 1.125em;
  margin-bottom: 1.3333em;
}

/* SOBRE GEN ---- */
.landing .bg-sobre {
  background: radial-gradient(circle at top right, var(--lp-category-light), white 35%);
}
.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;
}
.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: .9em;
  text-align: left;
}
.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: .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: .875em;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}
.landing .form .btn {
  display: block;
  margin: 1.25em auto 0;
}

/* 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: .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: .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;
    padding: calc(var(--lp-pad-x) * .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-gradient) 30;
    content: '';
    display: block;
    grid-area: 1 / 1;
  }
  .landing .form-content {
    grid-area: 1 / 1;
  }
  .landing .form .wrapper {
    border-radius: 20px;
    overflow: hidden;
  }
}

/* > 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: .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 .autoridades .wrapper:last-child {
    --lp-wrapper: 35.75em;
  }
  .landing .autores iframe {
    height: 19em;
  }
  .landing .destaque-sec .wrapper {
    --lp-wrapper: 44em;
    align-items: center;
    display: flex;
    gap: 48px;
  }
  .landing section.destaque-sec h2 {
    margin-top: 0;
  }
  .landing .destaque-sec p {
    text-wrap: balance;
  }
  .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: .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 .autores iframe {
    height: 20em;
  }
  .landing .sobre-gen .wrapper {
    padding-bottom: calc(var(--lp-pad-y) * .8);
  }
  .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 .vitrine .mosaico-produtos {
    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 .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);
  }
}

/* > 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) {
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: initial;
    }
  }
  html {
    scroll-behavior: smooth;
  }
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: .5s; transition: .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 .1s; transition: background .1s;
  }
  .js .landing .vitrine div[role="tabpanel"].active {
    animation: slideUp .5s forwards;
  }
}