.elementor-156 .elementor-element.elementor-element-5c9a1ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-5c9a1ef *//* FOOTER */
.bueno-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  isolation: isolate;
  background:
    linear-gradient(180deg, #07182b 0%, #081b31 100%);
  border: none;
  outline: none;
  box-shadow: none;
}

.bueno-footer-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 210, 255, 0.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(114, 102, 255, 0.14), transparent 24%),
    radial-gradient(circle at 52% 75%, rgba(0, 153, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(10, 28, 54, 0.74) 0%, rgba(7, 23, 43, 0.82) 100%);
  border: none;
  outline: none;
  box-shadow: none;
}

.bueno-footer-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(48, 205, 255, 0.20) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 205, 255, 0.20) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.92) 58%, rgba(0,0,0,0.82) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.92) 58%, rgba(0,0,0,0.82) 100%);
}

.bueno-footer-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 10, 22, 0.42) 0%,
      rgba(4, 10, 22, 0.16) 34%,
      rgba(4, 10, 22, 0.06) 56%,
      rgba(4, 10, 22, 0.18) 100%
    );
}

.bueno-footer::before,
.bueno-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.30;
  mix-blend-mode: screen;
}

.bueno-footer::before {
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      transparent 42%,
      rgba(58, 224, 255, 0.00) 46%,
      rgba(58, 224, 255, 0.20) 49%,
      rgba(125, 118, 255, 0.16) 50%,
      rgba(58, 224, 255, 0.20) 51%,
      rgba(58, 224, 255, 0.00) 54%,
      transparent 58%,
      transparent 100%
    );
  background-size: 220% 100%;
  animation: buenoGridSweepX 9s linear infinite;
}

.bueno-footer::after {
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 38%,
      rgba(58, 224, 255, 0.00) 45%,
      rgba(58, 224, 255, 0.10) 49%,
      rgba(110, 98, 255, 0.08) 50%,
      rgba(58, 224, 255, 0.10) 51%,
      rgba(58, 224, 255, 0.00) 55%,
      transparent 62%,
      transparent 100%
    );
  background-size: 100% 220%;
  animation: buenoGridSweepY 11s linear infinite;
}

.bueno-footer-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 16px 18px;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
}

.bueno-footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(120, 190, 255, 0.12);
}

.bueno-footer-brand,
.bueno-footer-nav-block,
.bueno-footer-cta-block {
  min-width: 0;
}

.bueno-footer-copy {
  margin: 14px 0 0;
  max-width: 38ch;
  color: rgba(235, 244, 255, 0.72);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.bueno-footer-heading {
  margin: 0 0 12px;
  color: #8cefff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.bueno-footer-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.bueno-footer-nav a {
  color: rgba(236, 244, 255, 0.80);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease,
    transform 0.25s ease;
}

.bueno-footer-nav a {
  font-size: 15px;
  line-height: 1.2;
}

.bueno-footer-nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(100, 190, 255, 0.12);
}

.bueno-footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #f2fcff;
  -webkit-text-fill-color: #f2fcff;
  background:
    linear-gradient(180deg, rgba(11, 44, 52, 0.78) 0%, rgba(10, 30, 42, 0.90) 100%);
  box-shadow:
    0 0 0 1px rgba(62, 232, 255, 0.68) inset,
    0 0 16px rgba(62, 232, 255, 0.16),
    0 0 26px rgba(62, 232, 255, 0.10);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    filter 0.25s ease;
}

.bueno-footer-whatsapp:hover {
  transform: translateY(-1px);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background:
    linear-gradient(180deg, rgba(14, 56, 66, 0.82) 0%, rgba(10, 34, 46, 0.92) 100%);
  box-shadow:
    0 0 0 1px rgba(62, 232, 255, 0.84) inset,
    0 0 20px rgba(62, 232, 255, 0.22),
    0 0 30px rgba(62, 232, 255, 0.14);
  filter: none;
}

.bueno-footer-note {
  margin: 10px 0 0;
  color: rgba(235, 244, 255, 0.58);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.bueno-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}

.bueno-footer-copyright {
  margin: 0;
  color: rgba(235, 244, 255, 0.52);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

/* TABLET */
@media (min-width: 768px) {
  .bueno-footer-inner {
    padding: 40px 24px 20px;
  }

  .bueno-footer-top {
    grid-template-columns: 1.25fr 0.75fr 0.9fr;
    gap: 28px;
    align-items: start;
  }

  .bueno-footer-bg::before {
    background-size: 42px 42px;
    opacity: 0.38;
  }

  .bueno-footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
}

/* DESKTOP */
@media (min-width: 1025px) {
  .bueno-footer-inner {
    padding: 48px 56px 22px;
  }

  .bueno-footer-top {
    grid-template-columns: 1.4fr 0.65fr 0.8fr;
    gap: 40px;
    padding-bottom: 24px;
  }

  .bueno-footer-bg::before {
    background-size: 50px 50px;
    opacity: 0.34;
  }

  .bueno-footer-copy {
    margin-top: 16px;
    font-size: 15px;
  }

  .bueno-footer-whatsapp {
    min-height: 50px;
    padding: 0 20px;
  }
}

/* WRAPPER DO FOOTER */
.elementor-element:has(> .bueno-footer),
.elementor-widget-container:has(> .bueno-footer) {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* FOOTER */
.bueno-footer {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  box-sizing: border-box;
  isolation: isolate;
  background: linear-gradient(180deg, #07182b 0%, #081b31 100%);
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.bueno-footer,
.bueno-footer * {
  box-sizing: border-box;
}

.bueno-footer-bg,
.bueno-footer-inner,
.bueno-footer-top,
.bueno-footer-bottom {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* evita respiro lateral do container pai */
.bueno-footer-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 16px 18px;
}

@media (min-width: 768px) {
  .bueno-footer-inner {
    padding: 40px 24px 20px;
  }
}

@media (min-width: 1025px) {
  .bueno-footer-inner {
    padding: 48px 56px 22px;
  }
}
.elementor-156 .elementor-element.elementor-element-5c9a1ef {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}/* End custom CSS */