.elementor-15352 .elementor-element.elementor-element-5139857{--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-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-886fc5e */.ts-footer {
  background: var(--ts-ink);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

/* ---------- ZONA PRINCIPAL DE ENLACES ---------- */
.ts-footer__main {
  padding: 72px 0 56px;
}
.ts-footer__grid {
  /* 4 columnas: marca (1.6fr) + 3 enlaces (1fr cada una) */
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 56px;
}

/* ---------- COLUMNA DE MARCA ---------- */
.ts-footer__brand {
  max-width: 360px;
}
.ts-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--ts-font-display);
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.ts-footer__brand p {
  color: rgba(255,255,255,0.6);
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.6;
}

.ts-footer__social {
  display: flex;
  gap: 10px;
}
.ts-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  transition: all .2s var(--ts-ease);
}
.ts-footer__social a:hover {
  background: var(--ts-primary);
  color: #fff;
  transform: translateY(-2px);
}

/* ---------- COLUMNAS DE ENLACES ---------- */
.ts-footer__col h4 {
  font-family: var(--ts-font-display);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.ts-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ts-footer__col li { margin-bottom: 12px; }
.ts-footer__col a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 14px;
  transition: color .2s var(--ts-ease);
  display: inline-block;
}
.ts-footer__col a:hover {
  color: #fff;
  transform: translateX(2px);
}

/* ---------- BARRA INFERIOR ---------- */
.ts-footer__bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.2);
}
.ts-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.ts-footer__bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
}
.ts-footer__bottom-meta {
  font-size: 12px !important;
  color: rgba(255,255,255,0.4) !important;
  text-align: right;
  max-width: 40ch;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .ts-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ts-footer__brand {
    grid-column: 1 / -1;
    max-width: none;
    margin-bottom: 8px;
  }
}
@media (max-width: 600px) {
  .ts-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .ts-footer__main {
    padding: 48px 0 32px;
  }
  .ts-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .ts-footer__bottom-meta {
    text-align: left;
  }
}
@media (max-width: 420px) {
  .ts-footer__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */