.mercatto-hero {
  --mh-lime: #d0f800;
  --mh-ink: #6F05FF;
  --mh-arrow: #D2FE00;
  --mh-white: #ffffff;
  --mh-font: Sora, "Segoe UI", sans-serif;
  position: relative;
  z-index: 1;
  margin-top: -109px;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--mh-white);
  font-family: var(--mh-font);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background: #120418;
}

body.mercatto-hero-on .elementor-2272 > .elementor-element-e979cae,
body.mercatto-hero-on .elementor-2272 > .elementor-element-fba16f6,
body.mercatto-hero-on .elementor-widget-slides {
  display: none !important;
}

.mercatto-hero__viewport {
  position: relative;
  min-height: inherit;
}

.mercatto-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.mercatto-hero__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.mercatto-hero__bg,
.mercatto-hero__bg picture,
.mercatto-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mercatto-hero__bg img {
  object-fit: cover;
  object-position: center;
}

.mercatto-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 118px 6.5vw 0;
  box-sizing: border-box;
}

.mercatto-hero__grid {
  flex: 1;
  display: grid;
  grid-template-columns: 10vw minmax(220px, 400px) 1fr minmax(220px, 400px) 10vw;
  grid-template-rows: min-content;
  column-gap: 0;
  align-items: start;
  align-content: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-bottom: 108px;
}

.mercatto-hero__bloco {
  width: auto;
  max-width: 22em;
  text-align: left;
  font-size: clamp(20px, 1.55vw, 26px);
  font-weight: 600;
}

.mercatto-hero__bloco--left {
  grid-column: 2;
  justify-self: start;
}

.mercatto-hero__bloco--right {
  grid-column: 4;
  justify-self: start;
  transform: translateX(30%);
}

.mh-mobile {
  display: none;
}

.mercatto-hero__bloco p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.mercatto-hero__bloco strong {
  color: var(--mh-lime);
  font-weight: 800;
}

.mercatto-hero__bloco--right {
  text-align: left;
}

.mercatto-hero__cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 4;
  display: flex;
  justify-content: center;
  margin: 0;
}

.mercatto-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  padding: 18px 48px;
  border-radius: 999px;
  background: var(--mh-lime);
  color: var(--mh-ink);
  font-family: var(--mh-font);
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.mercatto-hero__btn:hover,
.mercatto-hero__btn:focus-visible {
  color: var(--mh-ink);
  filter: brightness(1.06);
  transform: scale(1.03);
}

.mercatto-hero__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--mh-arrow) !important;
  background-color: var(--mh-arrow) !important;
  color: var(--mh-ink) !important;
  cursor: pointer;
  transform: translateY(-50%);
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.mercatto-hero__nav svg {
  width: 22px;
  height: 22px;
  stroke: currentColor !important;
}

.mercatto-hero__nav--prev { left: 18px; }
.mercatto-hero__nav--next { right: 18px; }

.mercatto-hero__nav:hover,
.mercatto-hero__nav:focus,
.mercatto-hero__nav:focus-visible,
.mercatto-hero__nav:active,
.mercatto-hero__nav:focus:not(:focus-visible) {
  background: var(--mh-arrow) !important;
  background-color: var(--mh-arrow) !important;
  color: var(--mh-ink) !important;
  outline: none;
  box-shadow: none;
}

.elementor-2272 .elementor-element-d5e6600 .jet-listing-grid__slider-icon,
.elementor-2272 .elementor-element-f79347a .jet-listing-grid__slider-icon,
.elementor-element-d5e6600 .jet-listing-grid__slider-icon,
.elementor-element-f79347a .jet-listing-grid__slider-icon,
.elementor-2272 .elementor-element-d5e6600 .jet-listing-grid__slider-icon:hover,
.elementor-2272 .elementor-element-f79347a .jet-listing-grid__slider-icon:hover,
.elementor-2272 .elementor-element-d5e6600 .jet-listing-grid__slider-icon:focus,
.elementor-2272 .elementor-element-f79347a .jet-listing-grid__slider-icon:focus,
.elementor-2272 .elementor-element-d5e6600 .jet-listing-grid__slider-icon:active,
.elementor-2272 .elementor-element-f79347a .jet-listing-grid__slider-icon:active {
  background: #D2FE00 !important;
  background-color: #D2FE00 !important;
  color: #6F05FF !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

.mercatto-hero__dots {
  display: none;
}

@media (max-width: 1024px) {
  .mercatto-hero {
    margin-top: -84px;
  }

  .mercatto-hero__inner {
    padding: 108px 28px 0;
  }

  .mercatto-hero__grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    text-align: center;
    padding-bottom: 96px;
  }

  .mercatto-hero__bloco,
  .mercatto-hero__bloco--left,
  .mercatto-hero__bloco--right {
    grid-column: auto;
    justify-self: auto;
    width: 100%;
    max-width: 22em;
    margin-top: 0;
    text-align: center;
    transform: none;
  }

  .mercatto-hero__cta {
    bottom: 24px;
  }

  .mercatto-hero__nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .mercatto-hero {
    margin-top: -72px;
  }

  .mh-desktop {
    display: none;
  }

  .mh-mobile {
    display: block;
  }

  .mercatto-hero__inner {
    padding: 96px 22px 0;
  }

  .mercatto-hero__grid {
    justify-content: flex-start;
    padding-top: 8px;
    gap: 32px;
  }

  .mercatto-hero__slide[data-slide="topo-1"] .mercatto-hero__grid {
    gap: 0;
    padding-bottom: 80px;
  }

  .mercatto-hero__slide[data-slide="topo-1"] .mercatto-hero__bloco--right {
    margin-top: auto;
  }

  .mercatto-hero__slide[data-slide="topo-2"] .mercatto-hero__grid,
  .mercatto-hero__slide[data-slide="topo-3"] .mercatto-hero__grid {
    justify-content: center;
    gap: 40px;
  }

  .mercatto-hero__bloco,
  .mercatto-hero__bloco--right {
    font-size: 18px;
  }

  .mercatto-hero__btn {
    width: min(100%, 320px);
    min-width: 0;
    padding: 16px 28px;
  }

  .mercatto-hero__cta {
    bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mercatto-hero__slide,
  .mercatto-hero__btn {
    transition: none;
  }
}

.mh-solucao {
  position: relative;
}

.mh-solucao img {
  display: block;
  width: 100%;
  height: auto;
}

.mh-solucao-titulo {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: Sora, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  pointer-events: none;
  text-shadow: 0 2px 18px rgba(20, 0, 40, 0.45);
}

.mh-solucao-titulo--propaganda {
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.mh-solucao-titulo--marketing {
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.mh-solucao-titulo--branding {
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

body.mercatto-hero-on .elementor-element-7d20951 .swiper-slide-image {
  object-fit: contain;
}

.elementor-2272 .elementor-element-d5e6600 .jet-listing-grid__slider-icon,
.elementor-element-d5e6600 .jet-listing-grid__slider-icon,
.elementor-2272 .elementor-element-f79347a .jet-listing-grid__slider-icon,
.elementor-element-f79347a .jet-listing-grid__slider-icon {
  border-radius: 24px !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mh-solucao-titulo {
    font-size: 28px;
  }

  .mh-solucao-titulo--propaganda {
    top: 18%;
  }

  .mh-solucao-titulo--marketing {
    top: 48%;
  }

  .mh-solucao-titulo--branding {
    top: 26%;
  }
}
