.elementor-420 .elementor-element.elementor-element-1f633144:not(.elementor-motion-effects-element-type-background), .elementor-420 .elementor-element.elementor-element-1f633144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-43d8dba );}.elementor-420 .elementor-element.elementor-element-1f633144{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:05em 0em 3em 0em;}.elementor-420 .elementor-element.elementor-element-1f633144 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-420 .elementor-element.elementor-element-f17a17b{width:100%;}}/* Start custom CSS for html, class: .elementor-element-f62c48d */.koravive-footer {
  background: linear-gradient(180deg, #f8fbfd 0%, #eef6fb 100%);
  padding: 60px 20px 24px;
  border-top: 1px solid #e6edf2;
}

.koravive-footer__container {
  max-width: 1200px;
  margin: 0 auto;
}

.koravive-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 30px;
}

.koravive-footer__logo {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 800;
  color: #18a7e0;
  letter-spacing: 0.02em;
}

.koravive-footer__text {
  max-width: 520px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #667085;
}

.koravive-footer__links h4 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 800;
  color: #111111;
}

.koravive-footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.koravive-footer__links li {
  margin-bottom: 12px;
}

.koravive-footer__links a {
  color: #111111;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.koravive-footer__links a:hover {
  color: #18a7e0;
  padding-left: 4px;
}

.koravive-footer__bottom {
  border-top: 1px solid #dfe8ee;
  padding-top: 20px;
  text-align: center;
}

.koravive-footer__bottom p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

/* TABLET */
@media (max-width: 1024px) {
  .koravive-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .koravive-footer {
    padding: 46px 16px 20px;
  }

  .koravive-footer__logo {
    font-size: 26px;
  }

  .koravive-footer__text {
    font-size: 15px;
  }

  .koravive-footer__links h4 {
    font-size: 17px;
  }

  .koravive-footer__links a {
    font-size: 15px;
  }
}
/* FOOTER LINKS EN HORIZONTAL */
.koravive-footer__links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.koravive-footer__links li {
  margin: 0;
}

/* opcional: separadores tipo | */
.koravive-footer__links li::after {
  content: "|";
  margin-left: 18px;
  color: #cbd5e1;
}

.koravive-footer__links li:last-child::after {
  content: "";
}/* End custom CSS */