/* Alapuerta — footer (fiel al zip) */
.ap-frow,.ap-frow>.e-con-inner{display:flex!important;flex-direction:row!important;
  flex-wrap:wrap!important;width:100%!important;justify-content:space-between;}
.ap-frow>.e-con,.ap-frow>.e-con-inner>.e-con{width:auto!important;flex:0 1 auto;}
.ap-fmarca{flex:0 1 300px!important;width:300px!important;max-width:300px;}
.ap-fcols,.ap-fcols>.e-con-inner{display:flex!important;flex-direction:row!important;
  flex-wrap:wrap!important;gap:72px!important;width:auto!important;}
.ap-fcols>.e-con,.ap-fcols>.e-con-inner>.e-con{width:auto!important;flex:0 0 auto;}

/* Estado operacional con punto verde */
.ap-estado{display:inline-flex;align-items:center;gap:10px;font-family:var(--ap-mono);
  font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ap-text-muted);}
.ap-estado__dot{width:7px;height:7px;border-radius:50%;background:var(--ap-ok);flex-shrink:0;
  box-shadow:0 0 0 0 rgba(47,191,113,.55);animation:ap-pulso 2.4s ease-out infinite;}
@keyframes ap-pulso{
  0%{box-shadow:0 0 0 0 rgba(47,191,113,.5);}
  70%{box-shadow:0 0 0 7px rgba(47,191,113,0);}
  100%{box-shadow:0 0 0 0 rgba(47,191,113,0);}
}
@media(prefers-reduced-motion:reduce){.ap-estado__dot{animation:none;}}

/* Una empresa de + logos del grupo */
.ap-respaldo{display:flex;align-items:center;gap:20px;margin-top:10px;flex-wrap:wrap;}
.ap-respaldo__label{font-family:var(--ap-mono);font-size:10px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ap-text-muted);}
.ap-respaldo__mm{height:14px;width:auto;opacity:.85;}
.ap-respaldo__ib{height:18px;width:auto;opacity:.85;}
.ap-respaldo img:hover{opacity:1;}

/* Columnas de enlaces */
.ap-fcol-title{font-family:var(--ap-mono)!important;font-size:11px!important;letter-spacing:.14em!important;
  text-transform:uppercase!important;color:var(--ap-text-muted)!important;font-weight:500!important;}
.ap-flist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px;}
.ap-flist a{font-size:14px;color:var(--ap-text-secondary);text-decoration:none;}
.ap-flist a:hover{color:var(--ap-accent);}

.ap-fbottom,.ap-fbottom>.e-con-inner{display:flex!important;flex-direction:row!important;
  flex-wrap:wrap!important;justify-content:space-between!important;gap:24px;width:100%!important;}

@media(max-width:1024px){
  .ap-fcols,.ap-fcols>.e-con-inner{gap:48px!important;}
  .ap-fmarca{flex:1 1 100%!important;width:100%!important;max-width:none;}
}
@media(max-width:767px){
  .ap-fcols,.ap-fcols>.e-con-inner{gap:32px!important;}
  .ap-fcols>.e-con,.ap-fcols>.e-con-inner>.e-con{flex:1 1 42%!important;min-width:140px;}
  .ap-fbottom,.ap-fbottom>.e-con-inner{flex-direction:column!important;gap:10px;}
  .ap-respaldo{gap:14px;}
}
