.elementor-2582 .elementor-element.elementor-element-f8963e2{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2582 .elementor-element.elementor-element-94fcd2a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.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-94fcd2a *//* ===============================
   FOOTER BELMONT WEBSITES
=================================*/

.footer {
  background: #000;
  color: #fff;
  padding: 90px 0 40px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* CONTENEDOR PRINCIPAL */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* ===============================
   BRAND
=================================*/

.footer-logo {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #0A09D2, #233DFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-description {
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 420px;
}

/* SOCIAL ICONS */

.footer-socials {
  display: flex;
  gap: 14px;
}

.footer-socials a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  background: rgba(35, 61, 255, 0.15);
  transform: translateY(-3px);
}

.footer-socials svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

/* ===============================
   TITULOS COLUMNAS
=================================*/

.footer-nav h4,
.footer-services h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #fff;
}

/* ===============================
   NAVEGACION
=================================*/

.footer-menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 40px;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin: 0;
}

.footer-menu a {
  text-decoration: none;
  color: #9ca3af;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-menu a:hover {
  color: #233DFF;
}

/* ===============================
   SERVICIOS
=================================*/

.footer-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-services-list li {
  margin-bottom: 12px;
}

.footer-services-list a {
  text-decoration: none;
  color: #9ca3af;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-services-list a:hover {
  color: #233DFF;
}

/* ===============================
   BOTTOM
=================================*/

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 70px;
  padding-top: 25px;
  text-align: center;
}

.footer-bottom p {
  color: #6b7280;
  font-size: 13px;
  margin: 0;
}

/* ===============================
   RESPONSIVE
=================================*/

@media (max-width: 1100px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 0 40px;
  }

  .footer-menu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 426px) {
  .footer {
    padding: 70px 0 30px;
  }

  .footer-container {
    padding: 0 25px;
  }

  .footer-logo {
    font-size: 24px;
  }

  .footer-description {
    font-size: 14px;
  }
}

.footer {
  background: #000;
  color: #fff;
  padding: 70px 0 30px; /* antes 90px 0 40px */
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 60px; /* antes 80px */
  align-items: start;
}

.footer-logo {
  font-size: 26px; /* antes 30px */
  font-weight: 700;
  margin-bottom: 16px; /* antes 20px */
  background: linear-gradient(90deg, #0A09D2, #233DFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-description {
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px; /* antes 30px */
  max-width: 420px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 50px; /* antes 70px */
  padding-top: 20px;
  text-align: center;
}

/* =========================
   TABLET (1024px hacia abajo)
=========================*/

@media (max-width: 1024px) {

  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  /* BRAND ocupa todo el ancho arriba */
  .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
  }

  .footer-description {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-socials {
    justify-content: center;
  }

}

/* =========================
   MOBILE 426px
=========================*/

@media (max-width: 426px) {

  .footer {
    padding: 55px 0 25px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }

  /* Todo centrado */
  .footer-brand,
  .footer-services,
  .footer-nav {
    text-align: center;
  }

  .footer-logo {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .footer-description {
    font-size: 14px;
    margin: 0 auto 20px auto;
  }

  /* Iconos centrados */
  .footer-socials {
    justify-content: center;
  }

  .footer-socials a {
    width: 38px;
    height: 38px;
  }

  /* Servicios en 1 columna centrada */
  .footer-services-list {
    padding: 0;
  }

  .footer-services-list li {
    margin-bottom: 8px;
  }

  /* Navegación en 1 columna centrada */
  .footer-menu {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
  }

  .footer-menu li {
    margin-bottom: 0;
  }

  /* Bottom más compacto */
  .footer-bottom {
    margin-top: 30px;
    padding-top: 16px;
    text-align: center;
  }

  .footer-bottom p {
    font-size: 12px;
  }

}/* End custom CSS */