.elementor-1146 .elementor-element.elementor-element-5a772e6{--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 html, class: .elementor-element-e044b25 *//* ===== FOOTER PREMIUM COMPACTO TRUJILLO SMART ===== */

.ts-footer-premium{
  max-width:1180px;
  margin:36px auto 18px;
  padding:22px;
  border-radius:30px;
  background:
    radial-gradient(circle at 15% 10%, rgba(70,255,130,.14), transparent 28%),
    linear-gradient(135deg,#061208 0%,#0a2812 45%,#041006 100%);
  color:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,.20);
  overflow:hidden;
}

.ts-footer-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:22px 24px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:24px;
}

.ts-footer-cta span{
  color:#7dff9f;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
}

.ts-footer-cta h2{
  margin:6px 0 5px;
  font-size:clamp(24px,3vw,36px);
  line-height:1;
  letter-spacing:-1px;
  color:#fff;
}

.ts-footer-cta p{
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:14px;
}

.ts-footer-whatsapp{
  padding:13px 22px;
  border-radius:15px;
  background:linear-gradient(180deg,#fff,#f0f0f0);
  color:#111 !important;
  font-weight:900;
  text-decoration:none !important;
  white-space:nowrap;
  box-shadow:0 14px 30px rgba(0,0,0,.25);
  transition:.25s ease;
}

.ts-footer-whatsapp:hover{
  transform:translateY(-3px);
}

.ts-footer-main{
  display:grid;
  grid-template-columns:1.25fr .7fr .7fr 1fr;
  gap:26px;
  padding:4px 4px 22px;
}

.ts-footer-brand img{
  max-width:165px;
  margin-bottom:12px;
}

.ts-footer-brand p,
.ts-footer-col p{
  color:rgba(255,255,255,.68);
  line-height:1.45;
  margin:0 0 10px;
  font-size:14px;
}

.ts-footer-trust{
  display:grid;
  gap:8px;
  margin-top:14px;
}

.ts-footer-trust div{
  padding:9px 12px;
  border-radius:13px;
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.84);
  font-weight:700;
  font-size:14px;
}

.ts-footer-col h3{
  margin:0 0 14px;
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.ts-footer-col h3::after{
  content:"";
  display:block;
  width:30px;
  height:3px;
  background:#25d366;
  border-radius:20px;
  margin-top:8px;
}

.ts-footer-col a{
  display:block;
  color:rgba(255,255,255,.68) !important;
  text-decoration:none !important;
  margin-bottom:10px;
  font-size:14px;
  transition:.2s ease;
}

.ts-footer-col a:hover{
  color:#7dff9f !important;
  transform:translateX(4px);
}

.ts-footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:14px;
}

.ts-footer-bottom p{
  margin:0;
  color:rgba(255,255,255,.50);
  font-size:13px;
}

/* MÓVIL */
@media(max-width:768px){

  .ts-footer-premium{
    margin:26px 12px 16px;
    padding:16px;
    border-radius:24px;
  }

  .ts-footer-cta{
    padding:20px;
    border-radius:20px;
    flex-direction:column;
    align-items:flex-start;
  }

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

  .ts-footer-whatsapp{
    width:100%;
    text-align:center;
    justify-content:center;
  }

  .ts-footer-main{
    grid-template-columns:1fr;
    gap:18px;
    padding-bottom:18px;
  }

  .ts-footer-brand img{
    max-width:145px;
  }

  .ts-footer-trust{
    gap:7px;
  }

  .ts-footer-trust div{
    padding:8px 11px;
  }
}
/* FOOTER MÓVIL: 3 COLUMNAS EN UNA SOLA FILA */
@media (max-width:768px){

  /* EL CONTENEDOR DE LAS COLUMNAS */
  .ts-footer-main{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:0 !important;
  }

  /* LOGO ARRIBA OCUPA TODO */
  .ts-footer-brand{
    width:100% !important;
    margin-bottom:18px !important;
  }

  /* COMPRA / EMPRESA / SEDES */
  .ts-footer-col{
    width:33.33% !important;
    display:block !important;
    padding:0 6px !important;
    box-sizing:border-box !important;
  }

  .ts-footer-col h3{
    font-size:12px !important;
    margin-bottom:10px !important;
  }

  .ts-footer-col a,
  .ts-footer-col p{
    font-size:11px !important;
    line-height:1.45 !important;
    margin-bottom:8px !important;
  }
}
/* FORZAR FOOTER 3 COLUMNAS EN MÓVIL EN TODAS LAS PÁGINAS */
@media (max-width:768px){

  body .ts-footer-premium .ts-footer-main{
    display:flex !important;
    flex-wrap:wrap !important;
  }

  body .ts-footer-premium .ts-footer-brand{
    flex:0 0 100% !important;
    max-width:100% !important;
  }

  body .ts-footer-premium .ts-footer-col{
    flex:0 0 33.333% !important;
    max-width:33.333% !important;
    width:33.333% !important;
    padding:0 10px !important;
    box-sizing:border-box !important;
  }
}/* End custom CSS */