.elementor-127 .elementor-element.elementor-element-9cd16bc{--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-127 .elementor-element.elementor-element-388ef55{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-388ef55 *//* =========================
   LA CONSILIA FOOTER
========================= */

.lc-footer {
  width: 100%;
  background: #052b52;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* TOP CTA */
.lc-footer-cta {
  background: linear-gradient(110deg, #138134 0%, #052b52 55%);
  padding: 28px 9%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.cta-text h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.cta-text p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.95;
  font-weight: 500;
}

.cta-buttons {
  display: flex;
  gap: 28px;
  align-items: center;
}

.cta-btn {
  min-width: 210px;
  height: 58px;
  border-radius: 9px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.cta-btn.apply {
  background: linear-gradient(135deg, #2f963f 0%, #178734 100%);
  border: 1px solid rgba(255,255,255,0.45);
}

.cta-btn.call {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.55);
}

/* MAIN FOOTER */
.lc-footer-main {
  padding: 18px 9% 16px;
  display: grid;
  grid-template-columns: 28% 25% 25% 22%;
  align-items: start;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-col {
  min-height: 115px;
  padding: 0 34px;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.footer-col:first-child {
  padding-left: 0;
}

.footer-col:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-brand img {
  width: 205px;
  max-width: 100%;
  margin-bottom: 5px;
}

.footer-brand p {
  margin: 0;
  color: #d9e6f2;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.footer-col h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a,
.lc-footer-bottom a {
  color: #d9e6f2;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.footer-links a:hover,
.lc-footer-bottom a:hover {
  color: #ffffff;
}

.footer-contact p {
  margin: 0 0 8px;
  color: #d9e6f2;
  font-size: 14px;
  font-weight: 600;
}

.social-icons {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 20px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}

.social-icons .fb {
  background: #1877f2;
}

.social-icons .ig {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976 55%, #4f5bd5);
}

.social-icons .li {
  background: #0a66c2;
  font-size: 15px;
}

.social-icons .tk {
  background: #111111;
}

/* BOTTOM */
.lc-footer-bottom {
  padding: 9px 9%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lc-footer-bottom p {
  margin: 0;
  color: #d9e6f2;
  font-size: 12px;
  font-weight: 500;
}

.lc-footer-bottom div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.lc-footer-bottom span {
  color: rgba(255,255,255,0.35);
}

/* MOBILE */
@media (max-width: 900px) {
  .lc-footer-cta {
    flex-direction: column;
    text-align: center;
    gap: 22px;
    padding: 32px 20px;
  }

  .cta-text h2 {
    font-size: 26px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .cta-btn {
    width: 100%;
    max-width: 320px;
  }

  .lc-footer-main {
    grid-template-columns: 1fr;
    padding: 30px 20px 20px;
    gap: 22px;
  }

  .footer-col {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: 0 0 22px;
    min-height: auto;
    text-align: center;
  }

  .footer-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .links-grid {
    max-width: 280px;
    margin: 0 auto;
  }

  .social-icons {
    justify-content: center;
  }

  .lc-footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 15px 20px;
  }
}/* End custom CSS */