@import url("/media/com_sppagebuilder/assets/google-fonts/Plus%20Jakarta%20Sans/stylesheet.css");

/*
 * Directorio de contactos
 * Alcance: vista de categorias de com_contact.
 */
#sp-main-body:has(.com-contact-categories),
#sp-main-body:has(.com-contact-category),
#sp-main-body:has(.contact-profile) {
  padding-top: 1.5rem;
}

.com-contact-categories,
.com-contact-category,
.contact-profile {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.com-contact-categories.categories-list {
  --contact-accent: #0d6efd;
  --contact-ink: #17243d;
  --contact-muted: #64748b;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.com-contact-categories.categories-list > :not(.com-contact-categories__items) {
  grid-column: 1 / -1;
}

.contact-directory-card {
  position: relative;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0;
  min-height: 29rem;
  margin: 0;
  padding: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5ebf4;
  border-radius: 1.25rem;
  box-shadow: 0 0.65rem 1.8rem rgba(20, 45, 85, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-directory-card:hover {
  border-color: #c5d7f2;
  box-shadow: 0 1rem 2.4rem rgba(20, 45, 85, 0.15);
  transform: translateY(-0.3rem);
}

.contact-directory-card__media {
  position: relative;
  display: block;
  height: 12rem;
  overflow: hidden;
  background: linear-gradient(145deg, #e8f1ff, #cbdfff);
}

.contact-directory-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, rgba(13, 62, 132, 0.16), transparent);
}

.contact-directory-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.contact-directory-card:hover .contact-directory-card__media img {
  transform: scale(1.035);
}

.contact-directory-card__media-fallback {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.28) 0 11%, transparent 12%),
    linear-gradient(145deg, #0d6efd, #174ea6);
}

.contact-directory-card:nth-of-type(3n+2) .contact-directory-card__media-fallback {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.25) 0 11%, transparent 12%),
    linear-gradient(145deg, #00a6a6, #087f8c);
}

.contact-directory-card:nth-of-type(3n+3) .contact-directory-card__media-fallback {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.25) 0 11%, transparent 12%),
    linear-gradient(145deg, #7158e2, #4936a6);
}

.contact-directory-card__media-fallback .fas {
  font-size: 4rem;
  filter: drop-shadow(0 0.4rem 0.6rem rgba(0, 0, 0, 0.16));
}

.contact-directory-card__body {
  display: flex;
  min-height: 0;
  padding: 1.5rem;
  flex: 1 1 auto;
  flex-direction: column;
}

.com-contact-categories.categories-list .contact-directory-card .page-header.item-title {
  display: block;
  min-height: 0;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: clamp(1.2rem, 1.55vw, 1.5rem);
  font-weight: 750;
  line-height: 1.28;
}

.com-contact-categories.categories-list .contact-directory-card .page-header.item-title > a {
  color: var(--contact-ink);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.com-contact-categories.categories-list .contact-directory-card .page-header.item-title > a:hover,
.com-contact-categories.categories-list .contact-directory-card .page-header.item-title > a:focus-visible {
  color: var(--contact-accent);
}

.com-contact-categories.categories-list .contact-directory-card .category-desc {
  margin: 0 0 1.25rem;
  color: var(--contact-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.com-contact-categories.categories-list .contact-directory-card .category-desc > :last-child {
  margin-bottom: 0;
}

.contact-directory-card__footer {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.com-contact-categories.categories-list .contact-directory-card .badge {
  display: inline-flex;
  max-width: 100%;
  margin: 0;
  padding: 0.5rem 0.75rem;
  align-items: center;
  color: #0b5ed7;
  background: #eaf2ff !important;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  white-space: normal;
}

.contact-directory-card__expand.btn {
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  align-items: center;
  gap: 0.4rem;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 0.78rem;
}

.contact-directory-card__expand[aria-expanded="true"] .icon-plus {
  transform: rotate(45deg);
}

.contact-directory-card__children {
  border-top: 1px solid #e5ebf4;
  background: #f8fafc;
}

.contact-directory-subgrid {
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1rem;
}

.contact-directory-subgrid .contact-directory-card {
  min-height: 23rem;
}

.contact-directory-subgrid .contact-directory-card__media {
  height: 9rem;
}

@media (max-width: 575.98px) {
  #sp-main-body:has(.com-contact-categories),
  #sp-main-body:has(.com-contact-category),
  #sp-main-body:has(.contact-profile) {
    padding-top: 1rem;
  }

  .com-contact-categories.categories-list {
    gap: 1rem;
  }

  .contact-directory-card {
    min-height: 26rem;
  }

  .contact-directory-card__media {
    height: 10.5rem;
  }

  .contact-directory-card__body {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-directory-card,
  .contact-directory-card__media img {
    transition: none;
  }

  .contact-directory-card:hover,
  .contact-directory-card:hover .contact-directory-card__media img {
    transform: none;
  }
}

/*
 * Inicio de sesión: SSO institucional y acceso local.
 */
.intranet-login {
  max-width: 62rem;
  margin: 0.35rem auto clamp(1.5rem, 4vw, 3rem);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

#sp-main-body:has(.intranet-login) {
  padding-top: 0 !important;
}

.intranet-login-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.1fr);
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 1.5rem;
  box-shadow: 0 1.25rem 3.5rem rgba(14, 47, 100, 0.14);
}

.intranet-login-sso {
  display: flex;
  min-height: 33rem;
  padding: clamp(1.75rem, 4vw, 3rem);
  flex-direction: column;
  color: #fff;
  background:
    radial-gradient(circle at 15% 12%, rgba(102, 181, 255, 0.32), transparent 28%),
    radial-gradient(circle at 92% 90%, rgba(0, 166, 166, 0.25), transparent 31%),
    linear-gradient(145deg, #0b2855, #174ea6);
}

.intranet-login-sso__content {
  max-width: 20rem;
}

.intranet-login-avatar {
  display: inline-flex;
  width: 5.3rem;
  height: 5.3rem;
  margin-bottom: 1.75rem;
  align-items: center;
  justify-content: center;
  color: #174ea6;
  background: #fff;
  border: 0.45rem solid rgba(219, 234, 254, 0.55);
  border-radius: 50%;
  box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.18);
  font-size: 2.1rem;
}

.intranet-login-sso__eyebrow,
.intranet-login-local__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intranet-login-sso__eyebrow { color: #b8d6ff; }

.intranet-login-sso h1,
.intranet-login-local h2 {
  margin: 0;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.intranet-login-sso h1 { font-size: clamp(1.8rem, 3vw, 2.45rem); }

.intranet-login-sso__content > p:last-child {
  margin: 0.85rem 0 0;
  color: #dbeafe;
  font-size: 0.94rem;
  line-height: 1.65;
}

.intranet-login-sso__action {
  margin-top: auto;
  padding-top: 2rem;
}

.intranet-login-sso__label {
  display: block;
  margin-bottom: 0.65rem;
  color: #c7dcff;
  font-size: 0.72rem;
  font-weight: 700;
}

.intranet-login .intranet-login-google {
  display: flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: #17243d;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0.75rem;
  box-shadow: none;
  font-size: 0.88rem;
  font-weight: 700;
}

.intranet-login .intranet-login-google:hover,
.intranet-login .intranet-login-google:focus-visible {
  color: #0b2855;
  background: #edf5ff;
  border-color: #d4e6ff;
}

.intranet-login .intranet-login-google svg {
  width: 1.1rem;
  height: 1.1rem;
}

.intranet-login-local {
  padding: clamp(1.75rem, 4vw, 3rem);
  color: #17243d;
}

.intranet-login-local__eyebrow { color: #4777bd; }

.intranet-login-local h2 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); }

.intranet-login-local__intro {
  margin: 0.45rem 0 1.5rem;
  color: #64748b;
  font-size: 0.9rem;
}

.intranet-login-local__description {
  margin: -0.5rem 0 1.25rem;
  color: #64748b;
  font-size: 0.85rem;
}

.intranet-login-field { margin-bottom: 0.9rem; }

.intranet-login-field label {
  margin-bottom: 0.35rem;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
}

.intranet-login-field .form-control {
  min-height: 2.7rem;
  padding: 0.55rem 0.75rem;
  border-color: #cfdbea;
  border-radius: 0.7rem;
  box-shadow: none;
  font-size: 0.9rem;
}

.intranet-login-field .form-control:focus {
  border-color: #8bb8f8;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}

.intranet-login-remember {
  margin: 0.15rem 0 1.05rem;
  color: #64748b;
  font-size: 0.82rem;
}

.intranet-login-remember .form-check-input:checked { background-color: #174ea6; border-color: #174ea6; }

.intranet-login-passkey { margin-bottom: 0.7rem; }

.intranet-login .intranet-login-passkey__button {
  display: flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #31598e;
  background: #f5f9ff;
  border: 1px solid #cfe0ff;
  border-radius: 0.7rem;
  font-size: 0.83rem;
  font-weight: 700;
}

.intranet-login .intranet-login-passkey__button:hover,
.intranet-login .intranet-login-passkey__button:focus-visible {
  color: #174ea6;
  background: #eaf2ff;
  border-color: #9fc2f6;
}

.intranet-login .intranet-login-passkey__button svg {
  width: 1.1rem;
  height: 1.1rem;
}

.intranet-login .intranet-login-submit {
  min-height: 2.75rem;
  color: #e5e7eb !important;
  background: linear-gradient(135deg, #0b2855, #174ea6) !important;
  border: 1px solid #0b2855 !important;
  border-radius: 0.7rem;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 750;
}

.intranet-login .intranet-login-submit:hover,
.intranet-login .intranet-login-submit:focus-visible {
  color: #f1f5f9 !important;
  background: linear-gradient(135deg, #071d3f, #103b82) !important;
  border-color: #071d3f !important;
}

.intranet-login-options {
  display: flex;
  margin-top: 1.15rem;
  justify-content: center;
  gap: 0.35rem 0.9rem;
  flex-wrap: wrap;
}

.intranet-login-options a {
  color: #4777bd;
  font-size: 0.76rem;
  font-weight: 650;
  text-decoration: none;
}

.intranet-login-options a:hover,
.intranet-login-options a:focus-visible { color: #0d6efd; text-decoration: underline; }

@media (max-width: 767.98px) {
  .intranet-login { margin: 0.25rem auto 1rem; }
  .intranet-login-card { grid-template-columns: 1fr; }
  .intranet-login-sso { min-height: 21rem; }
}

/*
 * Categoria individual y listado de contactos
 */
.com-contact-category {
  --contact-accent: #0d6efd;
  --contact-ink: #17243d;
  --contact-muted: #64748b;
  --contact-border: #e4eaf2;
}

.com-contact-category > .contact-category > h1,
.com-contact-category > .contact-category > h2 {
  display: flex;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  align-items: center;
  gap: 1rem;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.22) 0 9%, transparent 10%),
    linear-gradient(135deg, #0d6efd, #174ea6);
  border-radius: 1.25rem 1.25rem 0 0;
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.com-contact-category > .contact-category > h1::before,
.com-contact-category > .contact-category > h2::before {
  display: inline-flex;
  width: clamp(3.25rem, 6vw, 4.75rem);
  height: clamp(3.25rem, 6vw, 4.75rem);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  content: "\f2bb";
  color: #0d6efd;
  background: #fff;
  border-radius: 1rem;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-size: 0.48em;
  font-weight: 900;
  box-shadow: 0 0.65rem 1.5rem rgba(4, 36, 85, 0.2);
}

.com-contact-category > .contact-category > .category-desc {
  margin: 0 0 2rem;
  padding: 1.25rem clamp(1.5rem, 3vw, 2.4rem);
  color: var(--contact-muted);
  background: #fff;
  border: 1px solid var(--contact-border);
  border-top: 0;
  border-radius: 0 0 1.25rem 1.25rem;
  box-shadow: 0 0.75rem 2rem rgba(20, 45, 85, 0.07);
  font-size: 1rem;
  line-height: 1.65;
}

.com-contact-category > .contact-category > .category-desc > :last-child {
  margin-bottom: 0;
}

.contact-list__toolbar {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.contact-list .com-contact-category__filter {
  position: relative;
  display: flex;
  min-width: min(100%, 34rem);
  align-items: stretch;
}

.contact-list__search-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1rem;
  color: #94a3b8;
  transform: translateY(-50%);
}

.contact-list .com-contact-category__filter .inputbox {
  min-width: 0;
  height: 2.75rem;
  padding: 0.6rem 1rem 0.6rem 2.75rem;
  flex: 1 1 auto;
  color: var(--contact-ink);
  background: #fff;
  border: 1px solid var(--contact-border);
  border-radius: 0.75rem 0 0 0.75rem;
  outline: 0;
}

.contact-list .com-contact-category__filter .inputbox:focus {
  border-color: #8ab7fb;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}

.contact-list .com-contact-category__filter .btn {
  border-radius: 0;
}

.contact-list .com-contact-category__filter .btn:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}

.contact-list__panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--contact-border);
  border-radius: 1.1rem;
  box-shadow: 0 0.85rem 2.25rem rgba(20, 45, 85, 0.09);
}

.contact-list__table.table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--contact-ink);
}

.contact-list__table.table thead th {
  padding: 1rem 1.25rem;
  color: #475569;
  background: #f5f8fc;
  border: 0;
  border-bottom: 1px solid var(--contact-border);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-list__table.table thead th:first-child {
  width: 37%;
}

.contact-list__table.table thead th:last-child {
  width: 17%;
}

.contact-list__table.table thead a {
  color: inherit;
}

.contact-list__table.table tbody th,
.contact-list__table.table tbody td {
  padding: 1.15rem 1.25rem;
  vertical-align: middle;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #edf1f6;
}

.contact-list__table.table tbody tr:last-child > * {
  border-bottom: 0;
}

.contact-list__table.table tbody tr {
  transition: background-color 160ms ease;
}

.contact-list__table.table tbody tr:hover > * {
  background: #f8fbff;
}

.contact-list__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.9rem;
}

.contact-list__avatar {
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 3.25rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #0b5ed7;
  background: #eaf2ff;
  border: 1px solid #cfe0ff;
  border-radius: 1rem;
  font-size: 1.15rem;
}

.contact-list__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-list__identity-content {
  min-width: 0;
}

.contact-list__name {
  color: var(--contact-ink);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-list__name:hover,
.contact-list__name:focus-visible {
  color: var(--contact-accent);
}

.contact-list__statuses {
  display: flex;
  margin-top: 0.45rem;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.contact-list__statuses:empty {
  display: none;
}

.contact-list__statuses .badge {
  padding: 0.38rem 0.6rem;
  color: #8a5800 !important;
  background: #fff4cf !important;
  border: 1px solid #ffe08a;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 750;
}

.contact-list__details {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.1rem;
  list-style: none;
}

.contact-list__details li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.35;
}

.contact-list__details li > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-list__details small {
  display: block;
  margin-bottom: 0.1rem;
  color: #94a3b8;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.contact-list__detail-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  align-items: center;
  justify-content: center;
  color: #0b5ed7;
  background: #eef5ff;
  border-radius: 0.65rem;
  font-size: 0.78rem;
}

.contact-list__action a,
.contact-list__create a {
  display: inline-flex;
  padding: 0.55rem 0.8rem;
  align-items: center;
  gap: 0.45rem;
  color: #315277;
  background: #f5f8fc;
  border: 1px solid #dce6f1;
  border-radius: 0.7rem;
  font-size: 0.82rem;
  font-weight: 650;
}

.contact-list__action a:hover,
.contact-list__action a:focus-visible,
.contact-list__create a:hover,
.contact-list__create a:focus-visible {
  color: #fff;
  background: var(--contact-accent);
  border-color: var(--contact-accent);
}

.contact-list__action-unavailable {
  color: #cbd5e1;
}

.contact-list__create {
  margin-top: 1rem;
  text-align: right;
}

.contact-list__pagination {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-list__pagination .counter {
  margin: 0;
  color: var(--contact-muted);
  font-size: 0.85rem;
}

.contact-list__pagination .pagination {
  display: flex;
  margin: 0;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.contact-list__pagination .pagination .page-item {
  margin: 0;
}

.contact-list__pagination .pagination .page-link {
  display: inline-flex;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.45rem 0.7rem;
  align-items: center;
  justify-content: center;
  color: #52677f;
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.2rem 0.6rem rgba(42, 76, 120, 0.04);
}

.contact-list__pagination .pagination .page-link:hover,
.contact-list__pagination .pagination .page-link:focus-visible {
  z-index: 2;
  color: #0b5ed7;
  background: #eaf2ff;
  border-color: #9fc3f7;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.1);
}

.contact-list__pagination .pagination .page-item.active > .page-link {
  color: #fff;
  background: #0d6efd;
  border-color: #0d6efd;
  box-shadow: 0 0.45rem 1rem rgba(13, 110, 253, 0.22);
}

.contact-list__pagination .pagination .page-item.disabled > .page-link {
  color: #a8b4c3;
  background: #f5f8fc;
  border-color: #e7edf4;
  opacity: 0.75;
}

.contact-list__empty {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
}

@media (max-width: 767.98px) {
  .com-contact-category > .contact-category > h1,
  .com-contact-category > .contact-category > h2 {
    padding: 1.35rem;
    border-radius: 1rem 1rem 0 0;
    font-size: clamp(1.85rem, 10vw, 2.65rem);
  }

  .com-contact-category > .contact-category > .category-desc {
    margin-bottom: 1.5rem;
    padding: 1rem 1.35rem;
    border-radius: 0 0 1rem 1rem;
  }

  .contact-list__toolbar,
  .contact-list .com-contact-category__filter {
    width: 100%;
    align-items: stretch;
  }

  .contact-list__toolbar {
    flex-direction: column;
  }

  .contact-list .com-contact-category__filter {
    flex-wrap: wrap;
  }

  .contact-list .com-contact-category__filter .inputbox {
    width: calc(100% - 2.75rem);
    flex: 1 0 calc(100% - 2.75rem);
    border-radius: 0.75rem 0 0 0.75rem;
  }

  .contact-list .com-contact-category__filter .btn {
    margin-top: 0.55rem;
    flex: 1 1 50%;
    border-radius: 0.7rem 0 0 0.7rem;
  }

  .contact-list .com-contact-category__filter .btn:last-child {
    border-radius: 0 0.7rem 0.7rem 0;
  }

  .contact-list__panel {
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .contact-list__table.table,
  .contact-list__table.table tbody {
    display: block;
  }

  .contact-list__table.table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .contact-list__table.table tbody {
    display: grid;
    gap: 1rem;
  }

  .contact-list__table.table tbody tr {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--contact-border);
    border-radius: 1rem;
    box-shadow: 0 0.6rem 1.5rem rgba(20, 45, 85, 0.08);
  }

  .contact-list__table.table tbody th,
  .contact-list__table.table tbody td {
    display: block;
    width: 100%;
    padding: 1rem;
    background: #fff;
    border-bottom: 1px solid #edf1f6;
  }

  .contact-list__table.table tbody tr > :last-child {
    border-bottom: 0;
  }

  .contact-list__details {
    grid-template-columns: 1fr;
  }

  .contact-list__details-cell::before,
  .contact-list__action::before {
    display: block;
    margin-bottom: 0.75rem;
    content: attr(data-label);
    color: #94a3b8;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-list__table.table tbody tr {
    transition: none;
  }
}

/*
 * Perfil individual de contacto
 */
.contact-profile {
  --profile-accent: #0d6efd;
  --profile-ink: #17243d;
  --profile-muted: #64748b;
  --profile-border: #e4eaf2;
}

.contact-profile__hero {
  position: relative;
  display: grid;
  min-height: 15rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.2) 0 8%, transparent 8.5%),
    radial-gradient(circle at 78% 88%, rgba(255, 255, 255, 0.1) 0 15%, transparent 15.5%),
    linear-gradient(135deg, #0d6efd, #174ea6);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.75rem rgba(20, 67, 137, 0.18);
}

.contact-profile__avatar {
  display: flex;
  width: clamp(6rem, 11vw, 8.5rem);
  height: clamp(6rem, 11vw, 8.5rem);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #0d6efd;
  background: #fff;
  border: 0.35rem solid rgba(255, 255, 255, 0.35);
  border-radius: 1.75rem;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  box-shadow: 0 0.85rem 2rem rgba(4, 36, 85, 0.24);
}

.contact-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-profile__heading {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.contact-profile__eyebrow {
  display: flex;
  margin-bottom: 0.65rem;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-profile__heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.contact-profile__position {
  max-width: 48rem;
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.95rem, 1.5vw, 1.12rem);
  line-height: 1.5;
}

.contact-profile__meta {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.contact-profile__category,
.contact-profile__status {
  display: inline-flex;
  padding: 0.5rem 0.75rem;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(0.4rem);
}

.contact-profile__category:hover,
.contact-profile__category:focus-visible {
  color: #0b5ed7;
  background: #fff;
}

.contact-profile__status {
  color: #704500;
  background: #fff2bf;
  border-color: #ffe184;
}

.contact-profile__edit {
  position: relative;
  z-index: 1;
  align-self: start;
}

.contact-profile__edit a {
  display: inline-flex;
  padding: 0.6rem 0.85rem;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.75rem;
  font-size: 0.82rem;
  font-weight: 650;
  backdrop-filter: blur(0.4rem);
}

.contact-profile__edit a:hover,
.contact-profile__edit a:focus-visible {
  color: #0b5ed7;
  background: #fff;
}

.contact-profile__selector {
  display: flex;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid var(--profile-border);
  border-radius: 1rem;
}

.contact-profile__selector label {
  margin: 0;
  color: var(--profile-ink);
  font-weight: 700;
}

.contact-profile__selector .form-select {
  max-width: 28rem;
}

.contact-profile__tags {
  margin-top: 1rem;
}

.contact-profile__grid {
  display: grid;
  margin-top: 1.5rem;
  grid-template-columns: minmax(17rem, 0.82fr) minmax(0, 1.35fr);
  gap: 1.5rem;
  align-items: start;
}

.contact-profile__grid > :only-child {
  grid-column: 1 / -1;
}

.contact-profile__card {
  min-width: 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  background: #fff;
  border: 1px solid var(--profile-border);
  border-radius: 1.25rem;
  box-shadow: 0 0.8rem 2.2rem rgba(20, 45, 85, 0.08);
}

.contact-profile__card-heading {
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  align-items: center;
  gap: 0.85rem;
  border-bottom: 1px solid #edf1f6;
}

.contact-profile__card-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  align-items: center;
  justify-content: center;
  color: #0b5ed7;
  background: #eaf2ff;
  border: 1px solid #cfe0ff;
  border-radius: 0.9rem;
  font-size: 1.05rem;
}

.contact-profile__card-heading h2,
.contact-profile__secondary > h2 {
  margin: 0;
  color: var(--profile-ink);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 750;
  line-height: 1.25;
}

.contact-profile__card-heading p {
  margin: 0.2rem 0 0;
  color: var(--profile-muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.contact-profile__details {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.8rem;
  list-style: none;
}

.contact-profile__details li {
  display: flex;
  min-width: 0;
  padding: 0.85rem;
  align-items: center;
  gap: 0.8rem;
  background: #f8fafc;
  border: 1px solid #edf1f6;
  border-radius: 0.85rem;
}

.contact-profile__detail-icon {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  align-items: center;
  justify-content: center;
  color: #0b5ed7;
  background: #eaf2ff;
  border-radius: 0.7rem;
  font-size: 0.85rem;
}

.contact-profile__detail-content {
  min-width: 0;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.contact-profile__detail-content small {
  display: block;
  margin-bottom: 0.12rem;
  color: #94a3b8;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.contact-profile__detail-content a {
  color: #315b8a;
  font-weight: 650;
}

.contact-profile__detail-content a:hover,
.contact-profile__detail-content a:focus-visible {
  color: var(--profile-accent);
}

.contact-profile__vcard {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.6rem 0.8rem;
  align-items: center;
  gap: 0.45rem;
  color: #315277;
  background: #f5f8fc;
  border: 1px solid #dce6f1;
  border-radius: 0.7rem;
  font-size: 0.82rem;
  font-weight: 650;
}

.contact-profile__vcard:hover,
.contact-profile__vcard:focus-visible {
  color: #fff;
  background: var(--profile-accent);
  border-color: var(--profile-accent);
}

.contact-profile .contact-form,
.contact-profile #contact-form {
  margin: 0;
}

.contact-profile #contact-form.form-horizontal.well {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.contact-profile #contact-form fieldset {
  display: grid;
  gap: 1rem;
}

.contact-profile #contact-form legend {
  margin: 0 0 0.25rem;
  padding: 0;
  color: var(--profile-muted);
  border: 0;
  font-size: 0.86rem;
  line-height: 1.5;
}

.contact-profile #contact-form .control-group {
  margin: 0;
}

.contact-profile #contact-form .control-label {
  margin-bottom: 0.4rem;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-profile #contact-form .controls {
  margin: 0;
}

.contact-profile #contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.contact-profile #contact-form textarea,
.contact-profile #contact-form select {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.7rem 0.85rem;
  color: var(--profile-ink);
  background: #f8fafc;
  border: 1px solid #dce5ef;
  border-radius: 0.75rem;
  outline: 0;
}

.contact-profile #contact-form textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.contact-profile #contact-form input:focus,
.contact-profile #contact-form textarea:focus,
.contact-profile #contact-form select:focus {
  background: #fff;
  border-color: #80b1fa;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}

.contact-profile #contact-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.contact-profile #contact-form .btn-primary {
  display: inline-flex;
  min-height: 2.85rem;
  margin-top: 0.25rem;
  padding: 0.7rem 1.2rem;
  align-items: center;
  justify-content: center;
  background: var(--profile-accent);
  border-color: var(--profile-accent);
  border-radius: 0.75rem;
  font-weight: 700;
  box-shadow: 0 0.45rem 1rem rgba(13, 110, 253, 0.2);
}

.contact-profile #contact-form .btn-primary:hover,
.contact-profile #contact-form .btn-primary:focus-visible {
  background: #0b5ed7;
  border-color: #0b5ed7;
}

.contact-profile__secondary {
  margin-top: 1.5rem;
}

.contact-profile__secondary > h2 {
  margin-bottom: 1rem;
}

.contact-profile__secondary .contact-links ul {
  display: flex;
  margin: 0;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.contact-profile__secondary .contact-links a {
  display: inline-flex;
  padding: 0.55rem 0.8rem;
  color: #315277;
  background: #f5f8fc;
  border: 1px solid #dce6f1;
  border-radius: 0.7rem;
}

@media (max-width: 991.98px) {
  .contact-profile__hero {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .contact-profile__edit {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  .contact-profile__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .contact-profile__hero {
    min-height: 0;
    padding: 1.35rem;
    grid-template-columns: 1fr;
    text-align: center;
    border-radius: 1.1rem;
  }

  .contact-profile__avatar {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    border-radius: 1.25rem;
  }

  .contact-profile__eyebrow,
  .contact-profile__meta {
    justify-content: center;
  }

  .contact-profile__edit {
    position: static;
    justify-self: center;
  }

  .contact-profile__selector {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-profile__card {
    padding: 1.15rem;
    border-radius: 1rem;
  }

  .contact-profile__card-heading {
    align-items: flex-start;
  }
}

/*
 * Navegacion entre categorias del directorio
 */
.com-contact-category > .contact-category {
  display: flex;
  flex-direction: column;
}

.contact-category-nav {
  order: -1;
  margin: 0 0 2rem;
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
  color: #17243d;
  background:
    radial-gradient(circle at 92% 12%, rgba(13, 110, 253, 0.11) 0 8%, transparent 8.5%),
    linear-gradient(135deg, #f8fbff, #edf4ff);
  border: 1px solid #dbe7f6;
  border-radius: 1.25rem;
  box-shadow: 0 0.8rem 2rem rgba(20, 67, 137, 0.08);
}

.contact-category-nav__heading {
  display: flex;
  margin-bottom: 1.15rem;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.contact-category-nav__eyebrow {
  display: block;
  margin-bottom: 0.2rem;
  color: #0b5ed7;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.contact-category-nav__heading h2 {
  margin: 0;
  color: #17243d;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 750;
  line-height: 1.2;
}

.contact-category-nav__count {
  display: inline-flex;
  padding: 0.42rem 0.65rem;
  flex: 0 0 auto;
  color: #52677f;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #d8e4f2;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 650;
}

.contact-category-nav__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.contact-category-nav__item {
  display: grid;
  min-width: 0;
  min-height: 5.75rem;
  padding: 0.85rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  color: #253750;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dce6f2;
  border-radius: 0.85rem;
  box-shadow: 0 0.3rem 0.9rem rgba(42, 76, 120, 0.05);
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.contact-category-nav__item:hover,
.contact-category-nav__item:focus-visible {
  color: #0b5ed7;
  background: #fff;
  border-color: #8bb8f8;
  transform: translateY(-0.15rem);
}

.contact-category-nav__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  color: #0b5ed7;
  background: #eaf2ff;
  border: 1px solid #cfe0ff;
  border-radius: 0.7rem;
  font-size: 0.95rem;
}

.contact-category-nav__item:hover .contact-category-nav__icon,
.contact-category-nav__item:focus-visible .contact-category-nav__icon {
  color: #fff;
  background: #0d6efd;
  border-color: #0d6efd;
}

.contact-category-nav__label {
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.contact-category-nav__arrow {
  color: #94a3b8;
  font-size: 0.7rem;
  transition: color 160ms ease, transform 160ms ease;
}

.contact-category-nav__item:hover .contact-category-nav__arrow,
.contact-category-nav__item:focus-visible .contact-category-nav__arrow {
  color: #0d6efd;
  transform: translateX(0.15rem);
}

@media (max-width: 991.98px) {
  .contact-category-nav__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .contact-category-nav {
    padding: 1rem;
    border-radius: 1rem;
  }

  .contact-category-nav__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-category-nav__grid {
    grid-template-columns: 1fr;
  }

  .contact-category-nav__item {
    min-height: 4.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-category-nav__item,
  .contact-category-nav__arrow {
    transition: none;
  }

  .contact-category-nav__item:hover,
  .contact-category-nav__item:focus-visible {
    transform: none;
  }
}

/*
 * Subcategorias de la categoria actual
 */
.contact-subcategories.cat-children {
  margin: 2rem 0 0;
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
  background: linear-gradient(145deg, #f8fbff, #f1f6fc);
  border: 1px solid #dce7f4;
  border-radius: 1.25rem;
  box-shadow: 0 0.8rem 2rem rgba(20, 67, 137, 0.07);
}

.contact-subcategories__heading {
  display: flex;
  margin-bottom: 1.25rem;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.contact-subcategories__eyebrow {
  display: block;
  margin-bottom: 0.25rem;
  color: #0b5ed7;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.contact-subcategories__heading h3 {
  margin: 0;
  color: #17243d;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.contact-subcategories__heading p {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.5;
}

.contact-subcategories__count {
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  flex: 0 0 auto;
  color: #52677f;
  background: #fff;
  border: 1px solid #d8e4f2;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.contact-subcategories__grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
}

.contact-subcategory-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 13rem;
  padding: 1.15rem;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dfe8f3;
  border-radius: 1rem;
  box-shadow: 0 0.35rem 1rem rgba(42, 76, 120, 0.055);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.contact-subcategory-card:hover {
  border-color: #9dc2f7;
  box-shadow: 0 0.75rem 1.6rem rgba(42, 76, 120, 0.11);
  transform: translateY(-0.18rem);
}

.contact-subcategory-card__top {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 0.85rem;
}

.contact-subcategory-card__icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  align-items: center;
  justify-content: center;
  color: #0b5ed7;
  background: #eaf2ff;
  border: 1px solid #cfe0ff;
  border-radius: 0.8rem;
  font-size: 0.95rem;
}

.contact-subcategory-card__content {
  min-width: 0;
}

.contact-subcategory-card .item-title {
  margin: 0;
  padding: 0;
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.3;
}

.contact-subcategory-card .item-title a {
  color: #17243d;
  overflow-wrap: anywhere;
}

.contact-subcategory-card .item-title a:hover,
.contact-subcategory-card .item-title a:focus-visible {
  color: #0b5ed7;
}

.contact-subcategory-card .category-desc {
  margin: 0.65rem 0 0;
  padding: 0;
  color: #64748b;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 0.82rem;
  line-height: 1.5;
}

.contact-subcategory-card .category-desc > :last-child {
  margin-bottom: 0;
}

.contact-subcategory-card__footer {
  display: flex;
  margin-top: auto;
  padding-top: 1rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid #edf2f7;
}

.contact-subcategory-card__footer .badge {
  display: inline-flex;
  padding: 0.42rem 0.65rem;
  color: #0b5ed7;
  background: #eaf2ff;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 750;
}

.contact-subcategory-card__open {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #52677f;
  font-size: 0.76rem;
  font-weight: 700;
}

.contact-subcategory-card__open:hover,
.contact-subcategory-card__open:focus-visible {
  color: #0b5ed7;
}

.contact-subcategory-card__nested {
  margin-top: 1rem;
  grid-column: 1 / -1;
}

.contact-subcategory-card__nested .contact-subcategories__grid {
  grid-template-columns: 1fr;
}

@media (max-width: 991.98px) {
  .contact-subcategories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .contact-subcategories.cat-children {
    padding: 1rem;
    border-radius: 1rem;
  }

  .contact-subcategories__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-subcategories__grid {
    grid-template-columns: 1fr;
  }

  .contact-subcategory-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-subcategory-card {
    transition: none;
  }

  .contact-subcategory-card:hover {
    transform: none;
  }
}

/*
 * Normatividad
 * Portada de SP Page Builder e interiores del repositorio normativo.
 */
#sp-main-body:has(#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667),
#sp-main-body:has(#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f) {
  padding-top: 1.5rem;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667,
#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f {
  --norm-accent: #0b2855;
  --norm-accent-dark: #174ea6;
  --norm-ink: #17243d;
  --norm-muted: #64748b;
  --norm-border: #dce6f2;
}

/*
 * Portada: encabezado y grid de tipos documentales.
 */
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 {
  padding: 0 0 3rem !important;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row {
  display: grid !important;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:first-child,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(2) {
  grid-column: 1 / -1;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:first-child .sppb-column {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.4rem) !important;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.22) 0 9%, transparent 10%),
    linear-gradient(135deg, var(--norm-accent), var(--norm-accent-dark));
  border-radius: 1.25rem 1.25rem 0 0;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:first-child .sppb-addon-wrapper {
  margin: 0 !important;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:first-child h5 {
  display: inline-flex;
  margin: 0 0 0.45rem !important;
  padding: 0.42rem 0.7rem !important;
  align-items: center;
  color: #0b5ed7 !important;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  font-size: 0.72rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.085em !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:first-child h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2.1rem, 5vw, 4rem) !important;
  font-weight: 750 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:first-child h2,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:first-child h2 span {
  -webkit-text-fill-color: #fff !important;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(2) {
  margin-top: -1.5rem;
  margin-bottom: 0.5rem;
  padding: 1.25rem clamp(1.5rem, 3vw, 2.4rem) !important;
  color: var(--norm-muted);
  background: #fff;
  border: 1px solid var(--norm-border);
  border-top: 0;
  border-radius: 0 0 1.25rem 1.25rem;
  box-shadow: 0 0.75rem 2rem rgba(20, 45, 85, 0.07);
  font-size: 1rem;
  line-height: 1.65;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(2) p {
  margin: 0;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 29rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5ebf4;
  border-radius: 1.25rem;
  box-shadow: 0 0.65rem 1.8rem rgba(20, 45, 85, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list):hover,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list):focus-within {
  border-color: #c5d7f2;
  box-shadow: 0 1rem 2.4rem rgba(20, 45, 85, 0.15);
  transform: translateY(-0.3rem);
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .sppb-column-addons,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .sppb-div-addon {
  width: 100%;
  height: 100%;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .sppb-div-addon {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column;
  background: #fff !important;
  border: 0 !important;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .addon-root-div,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .addon-root-div > [id^="sppb-addon-"] {
  margin: 0 !important;
  padding-top: 0 !important;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .addon-root-image {
  position: relative;
  display: flex;
  height: 12rem;
  margin: 0 !important;
  flex: 0 0 12rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.28) 0 11%, transparent 12%),
    linear-gradient(145deg, var(--norm-accent), var(--norm-accent-dark));
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .addon-root-image::before {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 5.5rem;
  height: 5.5rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 1.35rem;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0.75rem 1.5rem rgba(4, 36, 85, 0.22);
  text-shadow: 0 0.35rem 0.65rem rgba(0, 0, 0, 0.14);
  transition: transform 300ms ease;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .addon-root-image::after {
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, rgba(4, 36, 85, 0.18), transparent);
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(3) .addon-root-image::before {
  content: "\f0ae";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(4) .addon-root-image,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(7) .addon-root-image {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.25) 0 11%, transparent 12%),
    linear-gradient(145deg, #00a6a6, #087f8c);
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(4) .addon-root-image::before {
  content: "\f3ed";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(5) .addon-root-image,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(8) .addon-root-image {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.25) 0 11%, transparent 12%),
    linear-gradient(145deg, #7158e2, #4936a6);
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(5) .addon-root-image::before {
  content: "\f24e";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(6) .addon-root-image::before {
  content: "\f518";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(7) .addon-root-image::before {
  content: "\f0cb";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(8) .addon-root-image::before {
  content: "\f1da";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .sppb-addon-single-image-container,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .sppb-addon-single-image-container > a {
  display: none !important;
  width: 100%;
  height: 100%;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .sppb-addon-single-image-container img {
  width: 100%;
  height: 12rem;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  transition: transform 300ms ease;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list):hover .addon-root-image::before,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list):focus-within .addon-root-image::before {
  transform: scale(1.05);
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .sppb-addon-wrapper:has(.key-component-list) {
  display: flex;
  margin: 0 !important;
  flex: 1 1 auto;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list {
  display: flex;
  width: 100%;
  padding: 1.5rem;
  flex: 1 1 auto;
  flex-direction: column;
  background: #fff;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list .sppb-addon-title {
  margin: 0 0 0.75rem !important;
  color: var(--norm-ink) !important;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem) !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list .sppb-addon-content,
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list .sppb-addon-content a {
  color: var(--norm-muted) !important;
  font-size: 0.94rem;
  line-height: 1.6;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list .sppb-addon-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list .sppb-addon-content p {
  margin: 0;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list .sppb-addon-content::after {
  display: inline-flex;
  margin-top: auto;
  padding: 0.5rem 0.75rem;
  align-self: flex-start;
  align-items: center;
  content: "Consultar documentos  →";
  color: #0b5ed7;
  background: #eaf2ff;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list .sppb-addon-content a::after {
  position: absolute;
  inset: 0;
  content: "";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list .sppb-addon-content a:focus-visible::after {
  outline: 3px solid rgba(13, 110, 253, 0.45);
  outline-offset: -4px;
  border-radius: 1.25rem;
}

/*
 * Interiores: encabezado, navegación de áreas y tabla de documentos.
 */
#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f {
  padding: 0 0 3rem !important;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f > .sppb-row-container > .sppb-row {
  align-items: flex-start;
  row-gap: 1.5rem;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:has(.title_icel) {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .addon-root-heading:has(.title_icel) {
  margin: 0 !important;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .addon-root-heading:has(.title_icel) > [id^="sppb-addon-"] {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .title_icel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.4rem) !important;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.22) 0 9%, transparent 10%),
    linear-gradient(135deg, var(--norm-accent), var(--norm-accent-dark));
  border-radius: 1.25rem;
  box-shadow: 0 0.8rem 2rem rgba(20, 67, 137, 0.12);
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .title_icel h4 {
  display: flex;
  margin: 0 !important;
  align-items: center;
  gap: 1rem;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.5rem) !important;
  font-weight: 750 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .title_icel h4::before {
  display: inline-flex;
  width: clamp(3.25rem, 6vw, 4.5rem);
  height: clamp(3.25rem, 6vw, 4.5rem);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  content: "\f15c";
  color: var(--norm-accent);
  background: #fff;
  border-radius: 1rem;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-size: 0.46em;
  font-weight: 900;
  box-shadow: 0 0.65rem 1.5rem rgba(4, 36, 85, 0.2);
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--norm-border);
  border-radius: 1rem;
  box-shadow: 0 0.65rem 1.8rem rgba(20, 45, 85, 0.07);
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content .sppb-addon-title {
  margin: 0 !important;
  padding: 1rem 1.1rem !important;
  color: var(--norm-ink) !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(13, 110, 253, 0.1) 0 10%, transparent 10.5%),
    linear-gradient(135deg, #f8fbff, #edf4ff) !important;
  border-bottom: 1px solid var(--norm-border);
  font-size: 1.05rem !important;
  font-weight: 750 !important;
  line-height: 1.3;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul {
  margin: 0;
  padding: 0.7rem;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li {
  width: 100%;
  margin: 0 0 0.35rem;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  transition: background-color 160ms ease, border-color 160ms ease;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li:last-child {
  margin-bottom: 0;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li > a,
#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li > span {
  display: flex;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.7rem 0.8rem;
  align-items: center;
  color: #52677f;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.35;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li:hover {
  background: #f8fbff !important;
  border-color: #cfe0ff;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li:hover > a {
  color: #0b5ed7;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li.active,
#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li.current {
  background: #eaf2ff !important;
  border-color: #cfe0ff;
  box-shadow: inset 3px 0 0 var(--norm-accent);
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li.active > a,
#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li.current > a {
  color: #0b5ed7;
  font-weight: 750;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--norm-border);
  border-radius: 1rem;
  box-shadow: 0 0.65rem 1.8rem rgba(20, 45, 85, 0.07);
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel > .sppb-addon-content {
  overflow-x: auto;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .sppb-addon-table-main {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .sppb-addon-table-main thead th {
  padding: 1rem !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--norm-accent), var(--norm-accent-dark)) !important;
  border: 0 !important;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  line-height: 1.3;
  text-transform: uppercase;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .sppb-addon-table-main thead th:first-child {
  width: 18%;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .sppb-addon-table-main thead th:last-child {
  width: 30%;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .sppb-addon-table-main tbody td {
  padding: 1rem !important;
  vertical-align: middle;
  color: var(--norm-muted);
  background: #fff;
  border: 0 !important;
  border-bottom: 1px solid #e8eef6 !important;
  font-size: 0.9rem;
  line-height: 1.5;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .sppb-addon-table-main tbody tr:last-child td {
  border-bottom: 0 !important;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .sppb-addon-table-main tbody tr:hover td {
  background: #f8fbff;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel p {
  margin: 0;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel a {
  color: #0b5ed7;
  font-weight: 650;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel a:hover,
#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel a:focus-visible {
  color: var(--norm-accent-dark);
  text-decoration: underline;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .list_icel {
  margin: 0;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .list_icel li {
  margin: 0.3rem 0;
  padding: 0.55rem 0.65rem;
  color: #40546d;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .list_icel img {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:has(.menu_icel),
  #section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:has(.table_icel) {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  #section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  #section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul li {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  #sp-main-body:has(#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667),
  #sp-main-body:has(#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f) {
    padding-top: 1rem;
  }

  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(2) {
    margin-top: -1rem;
  }

  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .sppb-addon-single-image-container img {
    height: 10.5rem;
  }

  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) {
    min-height: 26rem;
  }

  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list) .addon-root-image {
    height: 10.5rem;
    flex-basis: 10.5rem;
  }

  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .key-component-list {
    padding: 1.25rem;
  }

  #section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .title_icel {
    border-radius: 1rem;
  }

  #section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .title_icel h4 {
    align-items: flex-start;
    flex-direction: column;
  }

  #section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .menu_icel .sppb-addon-content ul {
    grid-template-columns: 1fr;
  }

  #section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f .table_icel .sppb-addon-table-main {
    min-width: 42rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list),
  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-addon-single-image-container img,
  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .addon-root-image::before {
    transition: none;
  }

  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list):hover,
  #section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667 .sppb-column:has(.key-component-list):focus-within {
    transform: none;
  }
}

/*
 * Organigrama: iconos de la portada.
 * La estructura visual se comparte con la portada de Normatividad.
 */
#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(3) .addon-root-image::before {
  content: "\f0e8";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(4) .addon-root-image::before {
  content: "\f19c";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(5) .addon-root-image::before {
  content: "\f19d";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(6) .addon-root-image::before {
  content: "\f501";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(7) .addon-root-image::before {
  content: "\f21e";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(8) .addon-root-image::before {
  content: "\f0c0";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(9) .addon-root-image::before {
  content: "\f201";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(10) .addon-root-image::before {
  content: "\f0a1";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(11) .addon-root-image::before {
  content: "\f5fc";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(12) .addon-root-image::before {
  content: "\f085";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(13) .addon-root-image::before {
  content: "\f1ad";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(14) .addon-root-image::before {
  content: "\f109";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:nth-child(15) .addon-root-image::before {
  content: "\f221";
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:is(:nth-child(3), :nth-child(6), :nth-child(9), :nth-child(12), :nth-child(15)) .addon-root-image {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.28) 0 11%, transparent 12%),
    linear-gradient(145deg, var(--norm-accent), var(--norm-accent-dark));
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:is(:nth-child(4), :nth-child(7), :nth-child(10), :nth-child(13)) .addon-root-image {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.25) 0 11%, transparent 12%),
    linear-gradient(145deg, #00a6a6, #087f8c);
}

#section-id-b1ed49bd-de2a-444d-8d34-8c8830b71667.organigram-directory > .sppb-row-container > .sppb-row > [id^="column-wrap-id-"]:is(:nth-child(5), :nth-child(8), :nth-child(11), :nth-child(14)) .addon-root-image {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.25) 0 11%, transparent 12%),
    linear-gradient(145deg, #7158e2, #4936a6);
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f.organigram-interior .table_icel .sppb-addon-table-search-wrap {
  position: relative;
  margin: 0;
  padding: 1rem;
  background: #f8fbff;
  border-bottom: 1px solid #dce6f2;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f.organigram-interior .table_icel .sppb-addon-table-search {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.65rem 2.75rem 0.65rem 0.85rem;
  color: #17243d;
  background: #fff;
  border: 1px solid #cfdbea;
  border-radius: 0.7rem;
  outline: none;
}

#section-id-e8fe11dc-3c51-4544-87c9-48fd003d4c2f.organigram-interior .table_icel .sppb-addon-table-search:focus {
  border-color: #8bb8f8;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}

/* Perfil de usuario: encabezado con nombre y datos en dos columnas. */
.com-users-profile.profile {
  --user-profile-accent: #0d6efd;
  --user-profile-ink: #17243d;
  --user-profile-muted: #64748b;
  --user-profile-border: #dce6f2;
  max-width: 70rem;
  margin: 0 auto;
}

.com-users-profile.profile .com-users-profile__edit {
  display: flex;
  margin: 0 0 1rem;
  padding: 0;
  justify-content: flex-end;
  list-style: none;
}

.com-users-profile.profile .com-users-profile__edit .btn {
  border-radius: 0.7rem;
  font-weight: 650;
}

.com-users-profile.profile fieldset {
  min-width: 0;
  margin: 0 0 1.5rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  background: #fff;
  border: 1px solid var(--user-profile-border);
  border-radius: 1.25rem;
  box-shadow: 0 0.8rem 2.2rem rgba(20, 45, 85, 0.08);
}

.com-users-profile.profile legend {
  width: auto;
  margin: 0 0 1.25rem;
  padding: 0;
  color: var(--user-profile-ink);
  border: 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 750;
  line-height: 1.25;
}

.com-users-profile.profile .dl-horizontal {
  display: grid;
  margin: 0;
  grid-template-columns: minmax(6.5rem, 0.72fr) minmax(0, 1.28fr) minmax(6.5rem, 0.72fr) minmax(0, 1.28fr);
  gap: 0.8rem 1rem;
}

.com-users-profile.profile .dl-horizontal dt,
.com-users-profile.profile .dl-horizontal dd {
  min-width: 0;
  margin: 0;
  padding: 0.85rem;
  align-self: stretch;
  border: 1px solid #edf1f6;
}

.com-users-profile.profile .dl-horizontal dt {
  display: flex;
  align-items: center;
  color: var(--user-profile-muted);
  background: #f8fafc;
  border-radius: 0.8rem 0 0 0.8rem;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  line-height: 1.3;
  text-transform: uppercase;
}

.com-users-profile.profile .dl-horizontal dd {
  display: flex;
  align-items: center;
  color: #334155;
  background: #fff;
  border-left: 0;
  border-radius: 0 0.8rem 0.8rem 0;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.com-users-profile.profile #users-profile-core dt:first-of-type {
  grid-column: 1 / -1;
  margin-bottom: -0.8rem;
  padding: 1rem 1.25rem 0.2rem;
  color: #dbeafe;
  background: linear-gradient(135deg, var(--user-profile-accent), #174ea6);
  border: 0;
  border-radius: 1.1rem 1.1rem 0 0;
}

.com-users-profile.profile #users-profile-core dt:first-of-type + dd {
  min-height: 5.2rem;
  padding: 0.25rem 1.25rem 1.25rem;
  grid-column: 1 / -1;
  align-items: flex-start;
  color: #fff;
  background: linear-gradient(135deg, var(--user-profile-accent), #174ea6);
  border: 0;
  border-radius: 0 0 1.1rem 1.1rem;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

@media (max-width: 767.98px) {
  .com-users-profile.profile .com-users-profile__edit { justify-content: stretch; }
  .com-users-profile.profile .com-users-profile__edit .btn { width: 100%; }
  .com-users-profile.profile .dl-horizontal {
    grid-template-columns: minmax(6rem, 0.72fr) minmax(0, 1.28fr);
  }
}

/* Refuerzo para la vista nativa de perfil de Joomla. */
#sp-main-body .profile > fieldset {
  max-width:70rem !important;
  margin:0 auto 1.5rem !important;
  padding:clamp(1.25rem,2.5vw,2rem) !important;
  background:#fff !important;
  border:1px solid #dce6f2 !important;
  border-radius:1.25rem !important;
  box-shadow:0 .8rem 2.2rem rgba(20,45,85,.08) !important;
}

#sp-main-body .profile > fieldset > legend {
  width:auto !important;
  margin:0 0 1.25rem !important;
  padding:0 !important;
  color:#17243d !important;
  border:0 !important;
  font-size:1.35rem !important;
  font-weight:750 !important;
}

#sp-main-body .profile .dl-horizontal {
  display:grid !important;
  margin:0 !important;
  grid-template-columns:minmax(6.5rem,.72fr) minmax(0,1.28fr) minmax(6.5rem,.72fr) minmax(0,1.28fr) !important;
  gap:.8rem 1rem !important;
}

#sp-main-body .profile .dl-horizontal dt,
#sp-main-body .profile .dl-horizontal dd {
  min-width:0 !important;
  margin:0 !important;
  padding:.85rem !important;
  border:1px solid #edf1f6 !important;
}

#sp-main-body .profile .dl-horizontal dt {
  display:flex !important;
  align-items:center !important;
  color:#64748b !important;
  background:#f8fafc !important;
  border-radius:.8rem 0 0 .8rem !important;
  font-size:.68rem !important;
  font-weight:750 !important;
  letter-spacing:.055em !important;
  text-transform:uppercase !important;
}

#sp-main-body .profile .dl-horizontal dd {
  display:flex !important;
  align-items:center !important;
  color:#334155 !important;
  background:#fff !important;
  border-left:0 !important;
  border-radius:0 .8rem .8rem 0 !important;
  font-size:.94rem !important;
  font-weight:600 !important;
  overflow-wrap:anywhere !important;
}

#sp-main-body #users-profile-core dt:first-of-type {
  grid-column:1 / -1 !important;
  margin-bottom:-.8rem !important;
  padding:1rem 1.25rem .2rem !important;
  color:#dbeafe !important;
  background:linear-gradient(135deg,#0d6efd,#174ea6) !important;
  border:0 !important;
  border-radius:1.1rem 1.1rem 0 0 !important;
}

#sp-main-body #users-profile-core dt:first-of-type + dd {
  min-height:5.2rem !important;
  padding:.25rem 1.25rem 1.25rem !important;
  grid-column:1 / -1 !important;
  align-items:flex-start !important;
  color:#fff !important;
  background:linear-gradient(135deg,#0d6efd,#174ea6) !important;
  border:0 !important;
  border-radius:0 0 1.1rem 1.1rem !important;
  font-size:clamp(1.55rem,3vw,2.2rem) !important;
  font-weight:750 !important;
  line-height:1.15 !important;
}

@media (max-width:767.98px) {
  #sp-main-body .profile .dl-horizontal {
    grid-template-columns:minmax(6rem,.72fr) minmax(0,1.28fr) !important;
  }
}

/* Perfil: estructura Helix/Joomla (listas Bootstrap). */
#sp-main-body .com-users-profile.profile {
  max-width:70rem;
  margin:0 auto;
}

#sp-main-body .com-users-profile.profile > [id^="users-profile-"] {
  margin:0 0 1.75rem;
}

#sp-main-body .com-users-profile.profile #users-profile-core > .d-flex {
  margin:0 0 1rem !important;
  padding:0 0 1rem;
  align-items:center;
  border-bottom:1px solid #dce6f2;
}

#sp-main-body .com-users-profile.profile #users-profile-core > .d-flex .me-auto strong,
#sp-main-body .com-users-profile.profile > [id^="users-profile-"] > .mb-3 > strong {
  color:#17243d;
  font-size:1.35rem;
  font-weight:750;
}

#sp-main-body .com-users-profile.profile #users-profile-core > .d-flex a {
  display:inline-flex;
  padding:.65rem .9rem;
  align-items:center;
  color:#fff;
  background:#0d6efd;
  border-radius:.7rem;
  font-weight:650;
}

#sp-main-body .com-users-profile.profile #users-profile-core > .d-flex a:hover {
  color:#fff;
  background:#174ea6;
}

#sp-main-body .com-users-profile.profile .list-group {
  display:grid !important;
  margin:0;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  border:0;
  border-radius:0;
}

#sp-main-body .com-users-profile.profile .list-group-item {
  min-width:0;
  padding:1rem 1.1rem;
  color:#40546d;
  background:#fff;
  border:1px solid #dce6f2 !important;
  border-radius:1rem !important;
  box-shadow:0 .45rem 1.3rem rgba(20,45,85,.06);
  font-size:.95rem;
  line-height:1.5;
  overflow-wrap:anywhere;
}

#sp-main-body .com-users-profile.profile .list-group-item strong {
  display:block;
  margin:0 0 .3rem;
  color:#64748b;
  font-size:.67rem;
  font-weight:750;
  letter-spacing:.055em;
  text-transform:uppercase;
}

#sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:first-child {
  min-height:8.5rem;
  padding:1.4rem 1.5rem;
  grid-column:1 / -1;
  color:#fff;
  background:linear-gradient(135deg,#0d6efd,#174ea6);
  border:0 !important;
  box-shadow:0 .85rem 2rem rgba(13,94,215,.22);
  font-size:clamp(1.65rem,3vw,2.3rem);
  font-weight:750;
  letter-spacing:-.025em;
  line-height:1.15;
}

#sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:first-child strong {
  margin-bottom:.55rem;
  color:#dbeafe;
}

#sp-main-body .com-users-profile.profile > [id^="users-profile-"] > .mb-3 {
  margin:0 0 1rem !important;
}

@media (max-width:767.98px) {
  #sp-main-body .com-users-profile.profile .list-group {
    grid-template-columns:1fr;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core > .d-flex {
    align-items:flex-start;
    flex-direction:column;
    gap:.8rem;
  }
}

/* Perfil: dos tarjetas principales (cuenta y configuración). */
@media (min-width:768px) {
  #sp-main-body .com-users-profile.profile {
    display:grid;
    max-width:76rem;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:1.5rem;
    align-items:start;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core {
    display:contents;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core > .d-flex {
    grid-column:1 / -1;
    grid-row:1;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core > .list-group {
    display:contents !important;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:first-child {
    min-height:8.5rem;
    margin:0;
    padding:1.4rem 1.5rem;
    grid-column:1 / -1;
    grid-row:2;
    color:#fff;
    background:linear-gradient(135deg,#0d6efd,#174ea6);
    border:0 !important;
    border-radius:1.1rem !important;
    box-shadow:0 .85rem 2rem rgba(13,94,215,.22);
    font-size:clamp(1.65rem,3vw,2.3rem);
    font-weight:750;
    letter-spacing:-.025em;
    line-height:1.15;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:first-child strong {
    color:#dbeafe;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:nth-child(2),
  #sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:nth-child(3),
  #sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:nth-child(4) {
    margin:0;
    grid-column:1;
    background:#fff;
    border-color:#dce6f2 !important;
    border-radius:0 !important;
    box-shadow:none;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:nth-child(2) {
    grid-row:3;
    border-radius:1rem 1rem 0 0 !important;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:nth-child(3) {
    grid-row:4;
    border-top:0 !important;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:nth-child(4) {
    grid-row:5;
    border-top:0 !important;
    border-radius:0 0 1rem 1rem !important;
    box-shadow:0 .45rem 1.3rem rgba(20,45,85,.06);
  }

  #sp-main-body .com-users-profile.profile #users-profile-params {
    margin:0;
    padding:1.35rem;
    grid-column:2;
    grid-row:3 / span 3;
    background:#fff;
    border:1px solid #dce6f2;
    border-radius:1rem;
    box-shadow:0 .45rem 1.3rem rgba(20,45,85,.06);
  }

  #sp-main-body .com-users-profile.profile #users-profile-params .list-group {
    display:block !important;
  }

  #sp-main-body .com-users-profile.profile #users-profile-params .list-group-item {
    padding:.85rem 0;
    border:0 !important;
    border-bottom:1px solid #edf1f6 !important;
    border-radius:0 !important;
    box-shadow:none;
  }

  #sp-main-body .com-users-profile.profile #users-profile-params .list-group-item:last-child {
    border-bottom:0 !important;
  }

  #sp-main-body .com-users-profile.profile > [id^="users-profile-custom-"] {
    grid-column:1 / -1;
  }
}

/* Perfil: ficha equivalente al detalle de contacto. */
#sp-main-body .com-users-profile.profile {
  display:grid;
  max-width:76rem;
  margin:0 auto;
  gap:1.5rem;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  align-items:start;
}

#sp-main-body .com-users-profile.profile #users-profile-core {
  display:contents;
}

#sp-main-body .com-users-profile.profile #users-profile-core > .d-flex {
  min-height:14rem;
  margin:0 !important;
  padding:clamp(1.5rem,3vw,2.5rem) !important;
  grid-column:1 / -1;
  align-items:center !important;
  gap:1.25rem;
  color:#fff;
  background:radial-gradient(circle at 82% 22%,rgba(255,255,255,.18) 0 10%,transparent 10.5%),radial-gradient(circle at 72% 90%,rgba(255,255,255,.12) 0 15%,transparent 15.5%),linear-gradient(135deg,#0d6efd,#174ea6);
  border:0 !important;
  border-radius:1.5rem;
  box-shadow:0 1rem 2.5rem rgba(13,94,215,.2);
}

#sp-main-body .com-users-profile.profile #users-profile-core > .d-flex .me-auto {
  display:flex;
  min-width:0;
  margin:0 !important;
  align-items:center;
  gap:1.25rem;
}

#sp-main-body .com-users-profile.profile .user-profile__hero-avatar {
  display:inline-flex;
  width:7rem;
  height:7rem;
  flex:0 0 7rem;
  align-items:center;
  justify-content:center;
  color:#0d6efd;
  background:#fff;
  border-radius:1.5rem;
  font-size:3.3rem;
  box-shadow:0 .7rem 1.5rem rgba(3,43,112,.18);
}

#sp-main-body .com-users-profile.profile .user-profile__eyebrow {
  display:block;
  margin:0 0 .35rem;
  color:#dbeafe;
  font-size:.74rem;
  font-weight:750;
  letter-spacing:.09em;
  text-transform:uppercase;
}

#sp-main-body .com-users-profile.profile .user-profile__hero-content h1 {
  margin:0;
  color:#fff;
  font-size:clamp(2.1rem,5vw,4rem);
  font-weight:750;
  letter-spacing:-.04em;
  line-height:1.05;
}

#sp-main-body .com-users-profile.profile #users-profile-core > .d-flex a {
  color:#fff;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.34);
  backdrop-filter:blur(.4rem);
}

#sp-main-body .com-users-profile.profile #users-profile-core > .d-flex a:hover {
  color:#0d6efd;
  background:#fff;
}

#sp-main-body .com-users-profile.profile #users-profile-core > .list-group,
#sp-main-body .com-users-profile.profile #users-profile-params {
  margin:0;
  padding:clamp(1.25rem,2.5vw,2rem);
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:1.25rem;
  box-shadow:0 .8rem 2.2rem rgba(20,45,85,.08);
}

#sp-main-body .com-users-profile.profile #users-profile-core > .list-group {
  display:block !important;
  grid-column:1;
}

#sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:first-child {
  display:none;
}

#sp-main-body .com-users-profile.profile #users-profile-params {
  grid-column:2;
}

#sp-main-body .com-users-profile.profile #users-profile-core > .list-group::before,
#sp-main-body .com-users-profile.profile #users-profile-params > .mb-3::before {
  display:inline-flex;
  width:3rem;
  height:3rem;
  margin-right:.85rem;
  align-items:center;
  justify-content:center;
  color:#0d6efd;
  background:#eaf2ff;
  border:1px solid #cfe0ff;
  border-radius:.9rem;
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free",FontAwesome;
  font-weight:900;
  vertical-align:middle;
}

#sp-main-body .com-users-profile.profile #users-profile-core > .list-group::before {
  content:"\f2bd";
}

#sp-main-body .com-users-profile.profile #users-profile-params > .mb-3::before {
  content:"\f013";
}

#sp-main-body .com-users-profile.profile #users-profile-core > .list-group::after {
  display:block;
  margin:.85rem 0 1rem;
  color:#17243d;
  content:"Datos de cuenta";
  font-size:1.45rem;
  font-weight:750;
}

#sp-main-body .com-users-profile.profile #users-profile-params > .mb-3 {
  display:flex;
  margin:0 0 1.25rem !important;
  padding:0 0 1rem;
  align-items:center;
  border-bottom:1px solid #edf1f6;
}

#sp-main-body .com-users-profile.profile #users-profile-params > .mb-3 > strong {
  font-size:1.45rem;
}

#sp-main-body .com-users-profile.profile #users-profile-core .list-group-item,
#sp-main-body .com-users-profile.profile #users-profile-params .list-group-item {
  margin:0;
  padding:.85rem 0;
  color:#40546d;
  background:transparent;
  border:0 !important;
  border-bottom:1px solid #edf1f6 !important;
  border-radius:0 !important;
  box-shadow:none;
}

#sp-main-body .com-users-profile.profile #users-profile-core .list-group-item:last-child,
#sp-main-body .com-users-profile.profile #users-profile-params .list-group-item:last-child {
  border-bottom:0 !important;
}

#sp-main-body .com-users-profile.profile #users-profile-core .list-group-item strong,
#sp-main-body .com-users-profile.profile #users-profile-params .list-group-item strong {
  display:block;
  margin:0 0 .25rem;
  color:#94a3b8;
  font-size:.67rem;
  font-weight:750;
  letter-spacing:.055em;
  text-transform:uppercase;
}

#sp-main-body .com-users-profile.profile > [id^="users-profile-custom-"] {
  grid-column:1 / -1;
}

@media (max-width:767.98px) {
  #sp-main-body .com-users-profile.profile {
    display:block;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core {
    display:block;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core > .d-flex {
    min-height:0;
    margin-bottom:1.25rem !important;
    align-items:flex-start !important;
    flex-direction:column;
  }

  #sp-main-body .com-users-profile.profile .user-profile__hero-avatar {
    width:5rem;
    height:5rem;
    flex-basis:5rem;
    font-size:2.25rem;
  }

  #sp-main-body .com-users-profile.profile #users-profile-core > .list-group,
  #sp-main-body .com-users-profile.profile #users-profile-params {
    margin-bottom:1.25rem;
  }
}

@media (min-width:768px) {
  #sp-main-body .com-users-profile.profile #users-profile-core > .list-group,
  #sp-main-body .com-users-profile.profile #users-profile-params {
    grid-row:2;
  }
}
