.elementor-29 .elementor-element.elementor-element-f12fcd8{--display:flex;--overlay-opacity:0.5;}.elementor-29 .elementor-element.elementor-element-f12fcd8::before, .elementor-29 .elementor-element.elementor-element-f12fcd8 > .elementor-background-video-container::before, .elementor-29 .elementor-element.elementor-element-f12fcd8 > .e-con-inner > .elementor-background-video-container::before, .elementor-29 .elementor-element.elementor-element-f12fcd8 > .elementor-background-slideshow::before, .elementor-29 .elementor-element.elementor-element-f12fcd8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-29 .elementor-element.elementor-element-f12fcd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#1C1C1C;--background-overlay:'';}.elementor-29 .elementor-element.elementor-element-3f669fc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-29:not(.elementor-motion-effects-element-type-background), .elementor-29 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3f669fc */.fizi-footer {
  background:
    radial-gradient(circle at top left, rgba(91, 140, 255, 0.08), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.04), transparent 22%),
    #1C1C1C;
  padding: 38px 16px 24px;
  color: rgba(255,255,255,0.84);
  border-top: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

.fizi-footer,
.fizi-footer * {
  box-sizing: border-box;
}

.fizi-footer__container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

/* TOPO */
.fizi-footer__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* MARCA */
.fizi-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fizi-footer__logo {
  display: block !important;
  width: 100% !important;
  max-width: 122px !important;
  height: auto !important;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.22));
}

.fizi-footer__tagline {
  margin: 14px 0 0 0;
  max-width: 340px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.68);
}

/* NAVEGAÇÃO */
.fizi-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.fizi-footer__card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 15px;
  text-decoration: none;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.fizi-footer__card:hover {
  transform: translateY(-2px);
  border-color: rgba(91, 140, 255, 0.35);
  background: rgba(255,255,255,0.05);
}

.fizi-footer__card-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

.fizi-footer__card-text {
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.58);
}

/* DIVISOR */
.fizi-footer__divider {
  width: 100%;
  height: 1px;
  margin: 24px 0 18px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.14) 20%,
    rgba(255,255,255,0.14) 80%,
    rgba(255,255,255,0) 100%
  );
}

/* BASE */
.fizi-footer__bottom {
  display: flex;
  justify-content: center;
}

.fizi-footer__legal {
  width: 100%;
  max-width: 760px;
  text-align: center;
}

.fizi-footer__legal p {
  margin: 0 0 7px 0;
  font-size: 11.8px;
  line-height: 1.7;
  color: rgba(255,255,255,0.50);
}

.fizi-footer__legal p:last-child {
  margin-bottom: 0;
}

/* TABLET */
@media (min-width: 768px) {
  .fizi-footer {
    padding: 46px 22px 26px;
  }

  .fizi-footer__top {
    gap: 30px;
  }

  .fizi-footer__brand {
    align-items: flex-start;
    text-align: left;
  }

  .fizi-footer__logo {
    max-width: 116px !important;
  }

  .fizi-footer__tagline {
    max-width: 420px;
    font-size: 14.5px;
  }

  .fizi-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .fizi-footer__card {
    min-height: 96px;
    padding: 16px 16px;
  }

  .fizi-footer__divider {
    margin: 28px 0 20px;
  }

  .fizi-footer__legal p {
    font-size: 12px;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .fizi-footer__top {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: start;
  }

  .fizi-footer__logo {
    max-width: 110px !important;
  }

  .fizi-footer__nav {
    gap: 16px;
  }

  .fizi-footer__card-title {
    font-size: 14.5px;
  }

  .fizi-footer__card-text {
    font-size: 12.5px;
  }
}

/* MOBILE MENOR */
@media (max-width: 480px) {
  .fizi-footer {
    padding: 34px 14px 22px;
  }

  .fizi-footer__logo {
    max-width: 104px !important;
  }

  .fizi-footer__tagline {
    font-size: 13.5px;
  }

  .fizi-footer__card {
    padding: 13px 14px;
    border-radius: 12px;
  }

  .fizi-footer__card-title {
    font-size: 13.5px;
  }

  .fizi-footer__card-text {
    font-size: 12px;
  }

  .fizi-footer__legal p {
    font-size: 11.4px;
  }
}/* End custom CSS */