/* Pie institucional — materiales, utilidades y páginas sin portal.css */
.ipc-site-footer {
  max-width: 1100px;
  margin: 20px auto 28px;
  padding: 0 20px;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.ipc-site-footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.8125rem;
  color: #64748b;
  text-align: center;
}

.ipc-site-footer__brand-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.4em;
}

.ipc-site-footer__copy {
  color: #64748b;
  white-space: nowrap;
}

.ipc-site-footer__brand {
  color: #64748b;
}

.ipc-site-footer__admin {
  color: #b91c1c;
  font-weight: 600;
  text-decoration: none;
}

.ipc-site-footer__admin:hover {
  text-decoration: underline;
}

.ipc-legal-footer__text {
  flex: 1 1 100%;
  width: 100%;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: #94a3b8;
  text-align: center;
  white-space: nowrap;
}

.portal-footer .ipc-legal-footer__text,
.ipc-site-footer .ipc-legal-footer__text {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .ipc-legal-footer__text {
    white-space: normal;
    font-size: 0.625rem;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  .ipc-site-footer {
    padding: 0 14px;
    margin-bottom: 22px;
  }
}
