.quienes-breadcrumb,
.quienes-page {
    letter-spacing: 0;
}

.inner_page_breadcrumb.quienes-breadcrumb {
    background-image: url(../img/frente1920x500.jpg);
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 430px;
    height: auto;
    padding: 110px 0 90px;
}

.inner_page_breadcrumb.historia-breadcrumb {
    background-image: url(../img/frente1920.jpg);
    background-position: center center;
}

.inner_page_breadcrumb.vision-breadcrumb {
    background-image: url(../img/fondo1920.jpg);
    background-position: center center;
}

.inner_page_breadcrumb.autoridades-breadcrumb {
    background-image: url(../img/directivos.jpg);
    background-position: center center;
}

.inner_page_breadcrumb.marco-breadcrumb {
    background-image: url(../img/fondo2.jpg);
    background-position: center center;
}

.inner_page_breadcrumb.quienes-breadcrumb:before {
    background: linear-gradient(115deg, rgba(24, 33, 76, 0.94) 0%, rgba(62, 64, 149, 0.82) 56%, rgba(36, 65, 231, 0.58) 100%);
    opacity: 1;
}

.inner_page_breadcrumb.quienes-breadcrumb .breadcrumb_content {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.inner_page_breadcrumb.quienes-breadcrumb .breadcrumb_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 18px;
    text-transform: none;
}

.quienes-eyebrow,
.section-kicker {
    color: #3e4095;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.quienes-eyebrow {
    background: rgba(255, 255, 255, 0.92);
    border-left: 4px solid #2441e7;
    border-radius: 6px;
    padding: 8px 14px;
}

.quienes-hero-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 760px;
}

.quienes-page {
    background: #f6f8fc;
    padding: 70px 0 84px;
}

.quienes-page h2 {
    color: #18214c;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 18px;
}

.quienes-page h3 {
    color: #18214c;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.quienes-page p {
    color: #5f687f;
    font-size: 16px;
    line-height: 1.75;
}

.quienes-intro {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    margin-bottom: 34px;
    padding: 34px;
}

.quienes-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.quienes-actions .btn {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    min-height: 46px;
    padding: 10px 18px;
}

.quienes-outline-btn {
    background: #ffffff;
    border: 2px solid #3e4095;
    color: #3e4095;
}

.quienes-outline-btn:hover,
.quienes-outline-btn:focus {
    background: #3e4095;
    color: #ffffff;
}

.quienes-photo {
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(24, 33, 76, 0.18);
    margin: 0;
    overflow: hidden;
    position: relative;
}

.quienes-photo img {
    display: block;
    min-height: 340px;
    object-fit: cover;
    width: 100%;
}

.quienes-photo figcaption {
    background: rgba(24, 33, 76, 0.88);
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    line-height: 1.5;
    padding: 14px 18px;
    position: absolute;
    right: 0;
}

.historia-page .container {
    max-width: 1120px;
}

.historia-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 380px;
}

.historia-copy-card,
.historia-media-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    overflow: hidden;
}

.historia-card-header {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    padding: 28px 32px;
}

.historia-card-header h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.historia-text-stack {
    display: grid;
    gap: 18px;
    padding: 30px 32px 0;
}

.historia-text-stack p {
    background: #f6f8fc;
    border-left: 4px solid #2441e7;
    border-radius: 8px;
    color: #4b556f;
    line-height: 1.82;
    margin: 0;
    padding: 18px 20px;
}

.historia-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 26px 32px 32px;
}

.historia-actions .btn {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    gap: 8px;
    min-height: 48px;
    padding: 11px 18px;
}

.historia-media-card {
    position: sticky;
    top: 18px;
}

.historia-media-card figure {
    margin: 0;
}

.historia-media-card img {
    display: block;
    min-height: 520px;
    object-fit: cover;
    width: 100%;
}

.quienes-facts {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 58px;
}

.quienes-fact {
    background: #ffffff;
    border-bottom: 4px solid #2441e7;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(24, 33, 76, 0.07);
    min-height: 150px;
    padding: 24px;
}

.quienes-fact span {
    color: #2441e7;
    display: block;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 12px;
}

.quienes-fact p {
    margin: 0;
}

.quienes-section {
    margin-top: 62px;
}

.quienes-timeline {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    padding: 14px 24px;
}

.timeline-item {
    border-bottom: 1px solid #e4e8f2;
    display: grid;
    gap: 22px;
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 24px 0;
}

.timeline-item:last-child {
    border-bottom: 0;
}

.timeline-year {
    align-self: flex-start;
    background: #edf1ff;
    border-radius: 6px;
    color: #2441e7;
    display: inline-block;
    font-weight: 900;
    min-width: 76px;
    padding: 8px 10px;
    text-align: center;
}

.timeline-item h3 {
    margin-bottom: 8px;
}

.timeline-item p {
    margin: 0;
}

.quienes-pillar,
.quienes-link-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(24, 33, 76, 0.07);
    height: 100%;
}

.quienes-pillar {
    border-top: 4px solid #3e4095;
    padding: 26px 24px;
}

.quienes-pillar i {
    align-items: center;
    background: #edf1ff;
    border-radius: 8px;
    color: #3e4095;
    display: inline-flex;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.quienes-pillar p {
    margin-bottom: 0;
}

.quienes-link-band {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
}

.quienes-link-card {
    border: 1px solid #e4e8f2;
    color: inherit;
    display: block;
    padding: 28px;
    position: relative;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.quienes-link-card:hover,
.quienes-link-card:focus {
    border-color: #3e4095;
    box-shadow: 0 18px 42px rgba(62, 64, 149, 0.16);
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
}

.quienes-link-card i {
    color: #2441e7;
    font-size: 28px;
    margin-bottom: 18px;
}

.quienes-link-card span {
    color: #3e4095;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.quienes-link-card p {
    margin-bottom: 0;
}

.footer_bottom_area .copyright-widget p {
    overflow-wrap: break-word;
    white-space: normal;
}

.vision-page .container {
    max-width: 1060px;
}

.vision-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    margin-bottom: 34px;
    overflow: hidden;
}

.vision-card-header {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    padding: 24px 30px;
}

.vision-card-header h2 {
    color: #ffffff;
    font-size: 28px;
    margin: 0;
}

.vision-card p {
    margin: 28px 30px 0;
}

.vision-list {
    list-style: none;
    margin: 0;
    padding: 18px 30px 30px;
}

.vision-list li {
    background: #f6f8fc;
    border-left: 4px solid #2441e7;
    border-radius: 8px;
    color: #5f687f;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
    padding: 16px 18px;
}

.vision-list li:last-child {
    margin-bottom: 0;
}

.autoridades-page .container {
    max-width: 1180px;
}

.autoridades-section {
    margin-bottom: 54px;
}

.autoridades-section:last-child {
    margin-bottom: 0;
}

.autoridades-heading {
    margin-bottom: 24px;
    text-align: center;
}

.autoridades-heading h2 {
    margin-bottom: 0;
}

.autoridades-grid {
    align-items: stretch;
}

.autoridad-card {
    background: #ffffff;
    border: 1px solid #e4e8f2;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(24, 33, 76, 0.07);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.autoridad-card:hover {
    border-color: #3e4095;
    box-shadow: 0 18px 42px rgba(62, 64, 149, 0.16);
    transform: translateY(-4px);
}

.autoridad-photo {
    background: #edf1ff;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.autoridad-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.autoridad-info {
    border-top: 4px solid #2441e7;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-height: 166px;
    padding: 24px;
}

.autoridad-info h3 {
    color: #18214c;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px;
}

.autoridad-info p {
    color: #3e4095;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0;
}

.autoridades-page .autoridades-heading {
    border-left: 6px solid #2441e7;
    margin-bottom: 26px;
    padding-left: 20px;
    text-align: left;
}

.autoridades-board {
    display: grid;
    gap: 16px;
}

.autoridad-row {
    background: #ffffff;
    border: 1px solid #e4e8f2;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(24, 33, 76, 0.07);
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    min-height: 170px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.autoridad-row:hover {
    border-color: #3e4095;
    box-shadow: 0 18px 42px rgba(62, 64, 149, 0.16);
    transform: translateY(-3px);
}

.autoridad-row-featured {
    grid-template-columns: 230px minmax(0, 1fr);
    min-height: 230px;
}

.autoridad-row-photo {
    background: #edf1ff;
    overflow: hidden;
}

.autoridad-row-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.autoridad-row-content {
    align-content: center;
    display: grid;
    padding: 28px 34px;
}

.autoridad-row-content span,
.decano-item p {
    color: #2441e7;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.autoridad-row-content h3 {
    color: #18214c;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.autoridad-row:not(.autoridad-row-featured) .autoridad-row-content h3 {
    font-size: 22px;
}

.decanos-directory {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.decano-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e4e8f2;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(24, 33, 76, 0.06);
    display: grid;
    gap: 18px;
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 132px;
    padding: 18px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.decano-item:hover {
    border-color: #3e4095;
    box-shadow: 0 16px 34px rgba(62, 64, 149, 0.14);
}

.decano-item img {
    background: #edf1ff;
    border: 4px solid #edf1ff;
    border-radius: 50%;
    height: 96px;
    object-fit: cover;
    object-position: center top;
    width: 96px;
}

.decano-item h3 {
    color: #18214c;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
}

.decano-item p {
    margin: 0;
    text-transform: none;
}

.autoridades-panel-page .container {
    max-width: 1200px;
}

.autoridades-spotlight {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 22px;
}

.autoridad-spotlight-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.14);
    display: grid;
    grid-template-rows: 330px minmax(150px, auto);
    overflow: hidden;
}

.autoridad-spotlight-card:before {
    display: none;
}

.autoridad-spotlight-card img {
    background: linear-gradient(115deg, #edf1ff 0%, #ffffff 100%);
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 22px 22px 0;
    width: 100%;
}

.autoridad-spotlight-content {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

.autoridad-spotlight-content span,
.autoridad-strip-content span {
    color: #edf1ff;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.autoridad-spotlight-content h3 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.autoridades-compact-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.autoridad-strip {
    background: #18214c;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(24, 33, 76, 0.09);
    overflow: hidden;
}

.autoridad-strip-photo {
    aspect-ratio: 1 / 1;
    background: #edf1ff;
}

.autoridad-strip-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.autoridad-strip-content {
    padding: 18px;
}

.autoridad-strip-content h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.decanos-credential-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.decano-credential {
    background: #ffffff;
    border: 1px solid #e4e8f2;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(24, 33, 76, 0.07);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.decano-credential:hover {
    border-color: #3e4095;
    box-shadow: 0 18px 42px rgba(62, 64, 149, 0.15);
    transform: translateY(-4px);
}

.decano-credential-photo {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 100%);
    padding: 24px 24px 0;
    text-align: center;
}

.decano-credential-photo img {
    background: #edf1ff;
    border: 5px solid #ffffff;
    border-radius: 50%;
    height: 126px;
    object-fit: cover;
    object-position: center top;
    width: 126px;
}

.decano-credential-info {
    padding: 22px;
    text-align: center;
}

.decano-credential-info h3 {
    color: #18214c;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px;
}

.decano-credential-info p {
    color: #3e4095;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0;
}

.marco-page .container {
    max-width: 1140px;
}

.marco-summary {
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 30px;
}

.marco-summary h2 {
    margin-bottom: 0;
}

.marco-summary-count {
    background: #edf1ff;
    border-radius: 8px;
    min-width: 138px;
    padding: 18px 22px;
    text-align: center;
}

.marco-summary-count span {
    color: #2441e7;
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.marco-summary-count p {
    color: #3e4095;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    margin: 8px 0 0;
    text-transform: uppercase;
}

.marco-layout {
    align-items: flex-start;
    display: grid;
    gap: 28px;
    grid-template-columns: 280px minmax(0, 1fr);
}

.marco-sidebar {
    background: #18214c;
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(24, 33, 76, 0.12);
    display: grid;
    gap: 8px;
    padding: 18px;
    position: sticky;
    top: 96px;
}

.marco-sidebar a {
    align-items: center;
    border-radius: 6px;
    color: #ffffff;
    display: flex;
    font-weight: 800;
    gap: 10px;
    line-height: 1.35;
    padding: 13px 14px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.marco-sidebar a:hover,
.marco-sidebar a:focus {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    text-decoration: none;
}

.marco-content {
    display: grid;
    gap: 26px;
}

.marco-document-section {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    overflow: hidden;
}

.marco-section-title {
    align-items: center;
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    display: flex;
    gap: 12px;
    padding: 22px 26px;
}

.marco-section-title i,
.marco-section-title h3 {
    color: #ffffff;
}

.marco-section-title i {
    font-size: 24px;
}

.marco-section-title h3 {
    font-size: 24px;
    margin: 0;
}

.marco-document-list {
    display: grid;
}

.marco-document-item {
    align-items: center;
    border-bottom: 1px solid #e4e8f2;
    color: inherit;
    display: grid;
    gap: 16px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    padding: 18px 22px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.marco-document-item:last-child {
    border-bottom: 0;
}

.marco-document-item:hover,
.marco-document-item:focus {
    background: #f6f8fc;
    color: inherit;
    text-decoration: none;
}

.marco-document-icon {
    align-items: center;
    background: #edf1ff;
    border-radius: 8px;
    color: #2441e7;
    display: inline-flex;
    font-size: 22px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.marco-document-name {
    color: #18214c;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
}

.marco-document-action {
    background: #2441e7;
    border-radius: 6px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 12px;
    text-transform: uppercase;
}

.inner_page_breadcrumb.sedes-breadcrumb {
    background-image: url(../img/fondo1920.jpg);
    background-position: center center;
}

.sedes-page .container {
    max-width: 1180px;
}

.sedes-summary {
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 30px;
}

.sedes-summary h2 {
    margin-bottom: 0;
}

.sedes-summary-count {
    background: #edf1ff;
    border-radius: 8px;
    min-width: 124px;
    padding: 18px 22px;
    text-align: center;
}

.sedes-summary-count span {
    color: #2441e7;
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.sedes-summary-count p {
    color: #3e4095;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    margin: 8px 0 0;
    text-transform: uppercase;
}

.sedes-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 38px;
}

.sede-card {
    background: #ffffff;
    border: 1px solid #e4e8f2;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(24, 33, 76, 0.07);
    color: inherit;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sede-card:hover,
.sede-card:focus {
    border-color: #3e4095;
    box-shadow: 0 18px 42px rgba(62, 64, 149, 0.16);
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
}

.sede-card img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.sede-card div {
    padding: 22px;
}

.sede-card h3 {
    color: #18214c;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}

.sede-card p {
    margin-bottom: 14px;
}

.sede-card span {
    color: #2441e7;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.sedes-detail-list {
    display: grid;
    gap: 34px;
}

.sede-detail {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    overflow: hidden;
    scroll-margin-top: 110px;
}

.sede-detail-header {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    padding: 24px 30px;
}

.sede-detail-header h2 {
    color: #ffffff;
    font-size: 28px;
    margin: 0;
}

.sede-info-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 24px;
}

.sede-info-item {
    align-items: flex-start;
    background: #f6f8fc;
    border-left: 4px solid #2441e7;
    border-radius: 8px;
    display: flex;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
}

.sede-info-item i {
    color: #2441e7;
    font-size: 24px;
    margin-top: 4px;
}

.sede-info-item h3 {
    color: #18214c;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 6px;
}

.sede-info-item p,
.sede-info-item a {
    color: #5f687f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    overflow-wrap: anywhere;
}

.sede-info-item a:hover,
.sede-info-item a:focus {
    color: #2441e7;
}

.sede-media-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 0 24px 24px;
}

.sede-photo,
.sede-map {
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(24, 33, 76, 0.08);
    margin: 0;
    overflow: hidden;
}

.sede-photo img,
.sede-map iframe {
    display: block;
    height: 360px;
    width: 100%;
}

.sede-photo img {
    object-fit: cover;
}

.sede-map iframe {
    border: 0;
}

.inner_page_breadcrumb.infraestructura-breadcrumb {
    background-image: url(../img/infraestructura/jpeg/infra1.jpg);
    background-position: center center;
}

.infraestructura-page .container {
    max-width: 1180px;
}

.infraestructura-intro {
    align-items: stretch;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    margin-bottom: 26px;
    padding: 30px;
}

.infraestructura-copy {
    align-content: center;
    display: grid;
}

.infraestructura-copy h2 {
    margin-bottom: 18px;
}

.infraestructura-copy p {
    margin-bottom: 0;
}

.infraestructura-feature {
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(24, 33, 76, 0.14);
    margin: 0;
    overflow: hidden;
}

.infraestructura-feature img {
    display: block;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    width: 100%;
}

.infraestructura-highlights {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 34px;
}

.infraestructura-highlights div {
    align-items: center;
    background: #ffffff;
    border-bottom: 4px solid #2441e7;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(24, 33, 76, 0.07);
    display: flex;
    gap: 14px;
    min-height: 104px;
    padding: 20px;
}

.infraestructura-highlights i {
    align-items: center;
    background: #edf1ff;
    border-radius: 8px;
    color: #2441e7;
    display: inline-flex;
    flex: 0 0 52px;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.infraestructura-highlights h3 {
    color: #18214c;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.infraestructura-gallery-shell {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    padding: 28px;
}

.infraestructura-gallery-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.infraestructura-gallery-header h2 {
    margin-bottom: 0;
}

.infraestructura-gallery-header > span {
    background: #edf1ff;
    border-radius: 8px;
    color: #2441e7;
    font-size: 14px;
    font-weight: 900;
    padding: 12px 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.infraestructura-gallery {
    border-radius: 8px;
    overflow: hidden;
}

.inner_page_breadcrumb.egresados-breadcrumb {
    background-image: url(../img/egresados_banner.jpg);
    background-position: center center;
}

.egresados-page .container {
    max-width: 1120px;
}

.egresados-layout {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: 330px minmax(0, 1fr);
}

.egresados-panel,
.egresados-form-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    overflow: hidden;
}

.egresados-panel {
    display: grid;
    grid-template-rows: minmax(360px, 1fr) auto;
}

.egresados-panel img {
    background: #edf1ff;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.egresados-panel-content {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    padding: 26px;
}

.egresados-panel-content .section-kicker,
.egresados-panel-content h2 {
    color: #ffffff;
}

.egresados-panel-content h2 {
    font-size: 28px;
    margin: 0;
}

.egresados-form-header {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    padding: 24px 30px;
}

.egresados-form-header h2 {
    color: #ffffff;
    font-size: 28px;
    margin: 0;
}

.egresados-form {
    padding: 30px;
}

.egresados-form .form-group {
    margin-bottom: 20px;
}

.egresados-form label {
    color: #18214c;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.egresados-form .form-control {
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    color: #18214c;
    min-height: 48px;
}

.egresados-form .form-control:focus {
    border-color: #2441e7;
    box-shadow: 0 0 0 0.2rem rgba(36, 65, 231, 0.12);
}

.egresados-captcha {
    align-items: center;
    background: #f6f8fc;
    border-radius: 8px;
    display: grid;
    gap: 20px;
    grid-template-columns: 260px minmax(0, 1fr);
    margin: 6px 0 26px;
    padding: 20px;
}

.egresados-captcha-image {
    align-items: center;
    display: flex;
    gap: 12px;
}

.egresados-captcha-image img {
    background: #ffffff;
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    height: 76px;
    object-fit: contain;
    padding: 8px;
    width: 190px;
}

.egresados-captcha-image a {
    align-items: center;
    background: #2441e7;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 20px;
    height: 48px;
    justify-content: center;
    text-decoration: none;
    width: 48px;
}

.egresados-captcha-image a:hover,
.egresados-captcha-image a:focus {
    background: #3e4095;
    color: #ffffff;
}

.egresados-submit {
    min-width: 170px;
}

.egresados-alert {
    margin-bottom: 0;
}

.inner_page_breadcrumb.posgrados-breadcrumb {
    background-image: url(../img/online_upe.jpg);
    background-position: center center;
}

.posgrados-page .container {
    max-width: 1120px;
}

.posgrados-page .col-lg-12,
.posgrados-page .col-xl-12,
.posgrados-page .col-sm-12 {
    min-width: 0;
}

.posgrados-accordion {
    display: grid;
    gap: 16px;
}

.posgrados-accordion > .card {
    background: #ffffff;
    border: 1px solid #dfe5f2 !important;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    overflow: hidden;
}

.posgrados-accordion .card-header {
    background: #ffffff;
}

.posgrados-accordion .accordion-title {
    align-items: center;
    background: #ffffff;
    color: #18214c;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    gap: 16px;
    justify-content: flex-start;
    line-height: 1.35;
    min-height: 74px;
    padding: 20px 24px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

.posgrados-accordion .accordion-title:hover,
.posgrados-accordion .accordion-title:focus {
    background: #f6f8fc;
    color: #2441e7;
    text-decoration: none;
}

.posgrados-accordion .accordion-title:not(.collapsed) {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    color: #ffffff;
}

.posgrados-accordion .accordion-title i {
    align-items: center;
    background: #edf1ff;
    border-radius: 8px;
    color: #2441e7;
    display: inline-flex !important;
    flex: 0 0 42px;
    font-size: 14px;
    height: 42px !important;
    justify-content: center;
    width: 42px;
}

.posgrados-accordion .accordion-title:not(.collapsed) i {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.posgrados-accordion .accordion-title.collapsed .fa-minus:before {
    content: "\f067";
}

.posgrados-accordion .collapse,
.posgrados-accordion .collapsing {
    background: #ffffff;
}

.posgrados-accordion .card-body {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border-top: 1px solid #dfe5f2;
    color: #4b556f;
    font-size: 16px;
    line-height: 1.75;
    padding: 28px;
}

.posgrados-accordion .collapse > h4,
.posgrados-accordion .collapse > h5,
.posgrados-accordion .collapse > p,
.posgrados-accordion .collapse > ul {
    margin-left: 28px;
    margin-right: 28px;
}

.posgrados-accordion .collapse > h4:first-child,
.posgrados-accordion .collapse > h5:first-child,
.posgrados-accordion .collapse > p:first-child,
.posgrados-accordion .collapse > ul:first-child {
    margin-top: 28px;
}

.posgrados-accordion .collapse > p:last-child,
.posgrados-accordion .collapse > ul:last-child {
    margin-bottom: 28px;
}

.posgrados-page h4,
.posgrados-page h5 {
    color: #18214c;
    font-weight: 900;
    letter-spacing: 0;
}

.posgrados-page p {
    color: #4b556f;
    line-height: 1.75;
}

.posgrados-page strong {
    color: #18214c;
    font-weight: 900;
}

.posgrados-page ul {
    color: #4b556f;
    line-height: 1.7;
    padding-left: 22px;
}

.posgrados-page li {
    margin-bottom: 8px;
}

.posgrados-page li::marker {
    color: #2441e7;
    font-weight: 900;
}

.posgrados-page .accordion-body > p,
.posgrados-page .accordion-body > ul {
    background: #ffffff;
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(24, 33, 76, 0.04);
    margin-bottom: 18px;
    padding: 16px 18px;
}

.posgrados-page .accordion-body > h5 {
    background: #ffffff;
    border-left: 4px solid #3e4095;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(24, 33, 76, 0.04);
    font-size: 17px;
    margin: 22px 0 14px;
    padding: 12px 16px;
}

.posgrados-page .alert-success,
.posgrados-page h4.alert-success {
    background: #edf1ff;
    border: 0;
    border-left: 4px solid #2441e7;
    border-radius: 8px;
    color: #18214c;
    display: block;
    font-size: 17px;
    margin-bottom: 14px;
    margin-top: 24px;
    padding: 12px 16px;
}

.posgrados-page .alert-danger {
    background: #f6f8fc;
    border: 1px solid #dfe5f2;
    border-left: 4px solid #3e4095;
    border-radius: 8px;
    color: #18214c;
    font-weight: 800;
}

.posgrados-page .btn-info {
    background: #2441e7;
    border-color: #2441e7;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(36, 65, 231, 0.18);
    color: #ffffff;
    font-weight: 900;
    padding: 10px 16px;
}

.posgrados-page .btn-info:hover,
.posgrados-page .btn-info:focus {
    background: #3e4095;
    border-color: #3e4095;
    color: #ffffff;
}

.posgrados-page .accordion-body .row {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(24, 33, 76, 0.06);
    margin-left: 0;
    margin-right: 0;
    padding: 22px;
}

.posgrados-page .accordion-body .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.posgrados-page .accordion-body .col-xl-10 {
    align-self: stretch;
    background: #f6f8fc;
    border-radius: 8px;
    padding: 22px;
}

.posgrados-page .accordion-body .col-xl-10 h4 {
    color: #18214c;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.posgrados-page .accordion-body .col-xl-10 p {
    background: #ffffff;
    border-left: 4px solid #2441e7;
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.posgrados-page .accordion-body img {
    background: #f6f8fc;
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(24, 33, 76, 0.1);
    display: block;
    max-height: 360px;
    object-fit: contain;
    padding: 8px;
    width: 100%;
}

.posgrados-page .accordion-body .col-xl-2 img {
    max-height: 230px;
    object-fit: cover;
}

.posgrados-page .sign_up_modal2 img {
    border: 0;
    box-shadow: none;
    max-height: none;
    padding: 0;
}

.posgrados-page .navbar.bg-dark {
    background-color: #18214c !important;
    background-image: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%) !important;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 12px;
}

.posgrados-page .navbar a {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    margin: 4px 10px 4px 0;
    padding: 10px 12px;
    text-decoration: none;
}

.posgrados-page .navbar a,
.posgrados-page .navbar a i {
    color: #18214c !important;
}

.posgrados-page .navbar a:hover,
.posgrados-page .navbar a:focus {
    background: #edf1ff;
    color: #2441e7 !important;
}

.posgrados-page .navbar a:hover i,
.posgrados-page .navbar a:focus i {
    color: #2441e7 !important;
}

.posgrados-page .alert-message {
    background: #f6f8fc;
    border: 1px solid #dfe5f2;
    border-left: 4px solid #2441e7;
    border-radius: 8px;
    color: #18214c;
    margin-bottom: 24px;
    padding: 20px;
}

.posgrados-page .alert-message h4,
.posgrados-page .alert-message strong {
    color: #18214c;
}

.posgrados-page .alert-message p {
    color: #4b556f;
}

.posgrados-page .table {
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(24, 33, 76, 0.06);
    color: #18214c;
    margin-bottom: 24px;
    overflow: hidden;
}

.posgrados-page .table th {
    background: #18214c;
    border-color: #3e4095;
    color: #ffffff;
}

.posgrados-page .table th strong,
.posgrados-page .table th * {
    color: #ffffff;
}

.posgrados-page .table td,
.posgrados-page .table th {
    padding: 12px;
    vertical-align: middle;
}

.posgrados-page .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f8fc;
}

#accordion.posgrados-accordion .accordion-title {
    align-items: center;
    background: #ffffff;
    color: #18214c;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    gap: 16px;
    justify-content: flex-start;
    line-height: 1.35;
    min-height: 74px;
    overflow: visible;
    padding: 20px 24px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

#accordion.posgrados-accordion .accordion-title:hover,
#accordion.posgrados-accordion .accordion-title:focus {
    background: #f6f8fc;
    color: #2441e7;
    padding-left: 24px;
    text-decoration: none;
}

#accordion.posgrados-accordion .accordion-title:not(.collapsed) {
    background-color: #18214c;
    background-image: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    color: #ffffff;
}

#accordion.posgrados-accordion .accordion-title i {
    align-items: center;
    background: #edf1ff;
    border-right: 0;
    border-radius: 8px;
    color: #2441e7;
    display: inline-flex !important;
    flex: 0 0 42px;
    font-size: 14px;
    height: 42px !important;
    justify-content: center;
    left: auto;
    position: static;
    top: auto;
    width: 42px;
}

#accordion.posgrados-accordion .accordion-title:not(.collapsed) i {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

#accordion.posgrados-accordion .accordion-body {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    color: #4b556f;
    font-size: 16px;
    line-height: 1.75;
    padding: 28px;
}

#accordion.posgrados-accordion .accordion-body ul {
    color: #4b556f;
    line-height: 1.7;
    list-style: disc;
    margin-left: 0;
    padding-left: 22px;
}

#accordion.posgrados-accordion .accordion-body li {
    color: #4b556f;
    padding-left: 0;
    text-indent: 0;
}

#accordion.posgrados-accordion .accordion-body li::before {
    content: none;
}

#accordion.posgrados-accordion .accordion-body li::marker {
    color: #2441e7;
    font-weight: 900;
}

.inner_page_breadcrumb.campus-breadcrumb {
    background-image: url(../img/online_upe.jpg);
    background-position: center center;
}

.campus-page .container {
    max-width: 1120px;
}

.campus-summary {
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 28px;
}

.campus-summary h2 {
    color: #18214c;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.campus-summary-counts {
    display: grid;
    flex: 0 0 300px;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.campus-summary-counts div {
    background: #edf1ff;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
}

.campus-summary-counts span {
    color: #2441e7;
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
}

.campus-summary-counts p {
    color: #18214c;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.campus-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.campus-card {
    background: #ffffff;
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(24, 33, 76, 0.07);
    display: flex;
    flex-direction: column;
    min-height: 236px;
    overflow: hidden;
}

.campus-card-header {
    align-items: flex-start;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
    display: grid;
    gap: 16px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 22px;
}

.campus-card-icon {
    align-items: center;
    background: #edf1ff;
    border-radius: 8px;
    color: #2441e7;
    display: inline-flex;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.campus-card h3 {
    color: #18214c;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 8px;
}

.campus-card p {
    color: #5f6b86;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
}

.campus-year-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
    padding: 0 22px 22px;
}

.campus-year-list a {
    align-items: center;
    background: #18214c;
    border: 1px solid #18214c;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    gap: 10px;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 14px;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.campus-year-list a:hover,
.campus-year-list a:focus {
    background: #2441e7;
    border-color: #2441e7;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.campus-year-list a i {
    font-size: 13px;
}

.inner_page_breadcrumb.biblioteca-breadcrumb {
    background-image: url(../img/fondo2.jpg);
    background-position: center center;
}

.biblioteca-page .container {
    max-width: 1120px;
}

.biblioteca-intro {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 280px;
    margin-bottom: 30px;
}

.biblioteca-intro-copy,
.biblioteca-stats {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
}

.biblioteca-intro-copy {
    padding: 30px;
}

.biblioteca-intro-copy h2 {
    color: #18214c;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 16px;
}

.biblioteca-intro-copy p {
    color: #4b556f;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

.biblioteca-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 22px;
}

.biblioteca-stats div {
    align-content: center;
    background: #edf1ff;
    border-radius: 8px;
    display: grid;
    min-height: 112px;
    padding: 18px;
    text-align: center;
}

.biblioteca-stats span {
    color: #2441e7;
    display: block;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}

.biblioteca-stats p {
    color: #18214c;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.biblioteca-section {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    margin-top: 24px;
    overflow: hidden;
}

.biblioteca-section-header {
    align-items: center;
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    display: grid;
    gap: 16px;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 24px 28px;
}

.biblioteca-section-header > span {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 22px;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.biblioteca-section-header h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 6px;
}

.biblioteca-section-header p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 800;
    margin: 0;
}

.biblioteca-resource-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 26px;
}

.biblioteca-resource-card {
    align-items: stretch;
    background: #f6f8fc;
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    color: #18214c;
    display: grid;
    grid-template-rows: 110px minmax(48px, auto) 34px;
    min-height: 210px;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.biblioteca-resource-card:hover,
.biblioteca-resource-card:focus {
    border-color: #2441e7;
    box-shadow: 0 14px 34px rgba(24, 33, 76, 0.12);
    color: #18214c;
    text-decoration: none;
    transform: translateY(-2px);
}

.biblioteca-resource-logo {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #dfe5f2;
    display: flex;
    justify-content: center;
    padding: 18px;
}

.biblioteca-resource-logo img {
    display: block;
    max-height: 74px;
    max-width: 100%;
    object-fit: contain;
}

.biblioteca-resource-name {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.35;
    padding: 12px 14px;
    text-align: center;
}

.biblioteca-resource-card > i {
    align-items: center;
    background: #edf1ff;
    color: #2441e7;
    display: inline-flex;
    font-size: 13px;
    justify-content: center;
}

.inner_page_breadcrumb.inscripcion-breadcrumb {
    background-image: url(../img/frente1920x500.jpg);
    background-position: center center;
}

.inner_page_breadcrumb.quienes-breadcrumb,
.inner_page_breadcrumb.historia-breadcrumb,
.inner_page_breadcrumb.vision-breadcrumb,
.inner_page_breadcrumb.autoridades-breadcrumb,
.inner_page_breadcrumb.marco-breadcrumb,
.inner_page_breadcrumb.sedes-breadcrumb,
.inner_page_breadcrumb.infraestructura-breadcrumb,
.inner_page_breadcrumb.egresados-breadcrumb,
.inner_page_breadcrumb.posgrados-breadcrumb,
.inner_page_breadcrumb.campus-breadcrumb,
.inner_page_breadcrumb.biblioteca-breadcrumb,
.inner_page_breadcrumb.inscripcion-breadcrumb {
    background-image: url(../img/fondo2.jpg);
    background-position: center center;
    background-size: cover;
}

.inscripcion-page .container {
    max-width: 1180px;
}

.inscripcion-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 330px minmax(0, 1fr);
}

.inscripcion-aside,
.inscripcion-form-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(24, 33, 76, 0.08);
    overflow: hidden;
}

.inscripcion-aside {
    position: sticky;
    top: 18px;
}

.inscripcion-aside img {
    background: #edf1ff;
    display: block;
    height: auto;
    width: 100%;
}

.inscripcion-aside-footer {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    padding: 24px;
}

.inscripcion-aside-footer .section-kicker,
.inscripcion-aside-footer h2 {
    color: #ffffff;
}

.inscripcion-aside-footer h2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.inscripcion-form-header {
    background: linear-gradient(115deg, #18214c 0%, #3e4095 58%, #2441e7 100%);
    padding: 28px 32px;
}

.inscripcion-form-header .section-kicker,
.inscripcion-form-header h2 {
    color: #ffffff;
}

.inscripcion-form-header h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.inscripcion-form {
    padding: 30px 32px 34px;
}

.inscripcion-fieldset {
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    margin: 0 0 22px;
    padding: 24px 22px 6px;
}

.inscripcion-fieldset legend {
    align-items: center;
    background: #ffffff;
    color: #18214c;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    gap: 10px;
    line-height: 1.2;
    margin: 0;
    padding: 0 12px;
    width: auto;
}

.inscripcion-fieldset legend span {
    align-items: center;
    background: #2441e7;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.inscripcion-form .form-group {
    margin-bottom: 20px;
}

.inscripcion-form label {
    color: #18214c;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.inscripcion-form .form-control {
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    color: #18214c;
    min-height: 48px;
}

.inscripcion-form textarea.form-control {
    min-height: 118px;
}

.inscripcion-form .form-control:focus,
.inscripcion-form .custom-file-input:focus ~ .custom-file-label {
    border-color: #2441e7;
    box-shadow: 0 0 0 0.2rem rgba(36, 65, 231, 0.12);
}

.inscripcion-files {
    padding-bottom: 22px;
}

.inscripcion-file-note {
    background: #edf1ff;
    border-left: 4px solid #2441e7;
    border-radius: 8px;
    color: #18214c;
    line-height: 1.55;
    margin-bottom: 20px;
    padding: 14px 16px;
}

.inscripcion-files .custom-file {
    margin-bottom: 18px;
}

.inscripcion-files .custom-file-label {
    border: 1px solid #dfe5f2;
    border-radius: 8px;
    color: #5f6b86;
    font-weight: 800;
    height: 48px;
    line-height: 2.2;
    overflow: hidden;
    padding-right: 94px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inscripcion-files .custom-file-label::after {
    background: #18214c;
    border-radius: 0 8px 8px 0;
    color: #ffffff;
    content: "Adjuntar";
    font-weight: 900;
    height: 46px;
    line-height: 2.2;
}

.inscripcion-submit-row {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.inscripcion-submit {
    min-width: 180px;
}

.inscripcion-alert {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .quienes-page {
        padding: 56px 0 68px;
    }

    .quienes-page h2 {
        font-size: 29px;
    }

    .quienes-intro {
        padding: 26px;
    }

    .quienes-facts,
    .quienes-link-band {
        grid-template-columns: 1fr;
    }

    .historia-layout {
        grid-template-columns: 1fr;
    }

    .historia-media-card {
        position: static;
    }

    .historia-media-card img {
        max-height: 420px;
        min-height: 320px;
    }

    .vision-card-header,
    .vision-list {
        padding-left: 24px;
        padding-right: 24px;
    }

    .vision-card p {
        margin-left: 24px;
        margin-right: 24px;
    }

    .autoridad-info {
        min-height: 150px;
    }

    .autoridad-row,
    .autoridad-row-featured {
        grid-template-columns: 150px minmax(0, 1fr);
        min-height: 170px;
    }

    .autoridad-row-content {
        padding: 24px;
    }

    .autoridad-row-content h3,
    .autoridad-row:not(.autoridad-row-featured) .autoridad-row-content h3 {
        font-size: 22px;
    }

    .decanos-directory {
        grid-template-columns: 1fr;
    }

    .autoridades-spotlight,
    .autoridades-compact-list,
    .decanos-credential-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .autoridad-spotlight-card {
        grid-template-rows: 310px minmax(140px, auto);
        min-height: 0;
    }

    .marco-layout {
        grid-template-columns: 1fr;
    }

    .marco-sidebar {
        position: static;
    }

    .sedes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sede-info-grid,
    .sede-media-grid {
        grid-template-columns: 1fr 1fr;
    }

    .infraestructura-intro {
        grid-template-columns: 1fr;
    }

    .infraestructura-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .egresados-layout {
        grid-template-columns: 1fr;
    }

    .egresados-panel {
        grid-template-columns: 280px minmax(0, 1fr);
        grid-template-rows: none;
    }
}

@media (max-width: 767.98px) {
    .inner_page_breadcrumb.quienes-breadcrumb {
        min-height: 360px;
        padding: 92px 0 64px;
    }

    .inner_page_breadcrumb.quienes-breadcrumb .breadcrumb_title {
        font-size: 34px;
    }

    .quienes-hero-text {
        font-size: 16px;
    }

    .quienes-intro {
        padding: 22px;
    }

    .quienes-photo img {
        min-height: 260px;
    }

    .quienes-photo figcaption {
        position: static;
    }

    .historia-card-header,
    .historia-text-stack,
    .historia-actions {
        padding-left: 22px;
        padding-right: 22px;
    }

    .historia-card-header h2 {
        font-size: 28px;
    }

    .historia-text-stack p {
        padding: 16px;
    }

    .historia-media-card img {
        max-height: 320px;
        min-height: 260px;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vision-card-header h2 {
        font-size: 24px;
    }

    .vision-card-header,
    .vision-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vision-card p {
        margin-left: 20px;
        margin-right: 20px;
    }

    .autoridades-section {
        margin-bottom: 42px;
    }

    .autoridad-info {
        min-height: auto;
        padding: 22px;
    }

    .autoridad-info h3 {
        font-size: 19px;
    }

    .autoridades-page .autoridades-heading {
        padding-left: 16px;
    }

    .autoridad-row,
    .autoridad-row-featured {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .autoridad-row-photo {
        height: 260px;
    }

    .autoridad-row-content {
        padding: 22px;
    }

    .autoridad-row-content span,
    .decano-item p {
        font-size: 13px;
    }

    .autoridad-row-content h3,
    .autoridad-row:not(.autoridad-row-featured) .autoridad-row-content h3 {
        font-size: 20px;
    }

    .decano-item {
        grid-template-columns: 78px minmax(0, 1fr);
        min-height: 110px;
        padding: 14px;
    }

    .decano-item img {
        height: 78px;
        width: 78px;
    }

    .decano-item h3 {
        font-size: 17px;
    }

    .autoridades-spotlight,
    .autoridades-compact-list,
    .decanos-credential-grid {
        grid-template-columns: 1fr;
    }

    .autoridad-spotlight-card {
        grid-template-rows: 280px minmax(130px, auto);
        min-height: 0;
    }

    .autoridad-spotlight-content {
        padding: 26px;
    }

    .autoridad-spotlight-card img {
        padding: 18px 18px 0;
    }

    .autoridad-spotlight-content h3 {
        font-size: 24px;
    }

    .autoridad-strip {
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .autoridad-strip-photo {
        aspect-ratio: auto;
        min-height: 132px;
    }

    .autoridad-strip-content {
        align-content: center;
        display: grid;
        padding: 18px;
    }

    .marco-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 24px;
    }

    .marco-summary-count {
        width: 100%;
    }

    .marco-section-title {
        padding: 20px;
    }

    .marco-section-title h3 {
        font-size: 21px;
    }

    .marco-document-item {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 16px;
    }

    .marco-document-icon {
        font-size: 20px;
        height: 42px;
        width: 42px;
    }

    .marco-document-action {
        grid-column: 2;
        justify-self: flex-start;
    }

    .sedes-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 24px;
    }

    .sedes-summary-count {
        width: 100%;
    }

    .sedes-grid,
    .sede-info-grid,
    .sede-media-grid {
        grid-template-columns: 1fr;
    }

    .sede-detail-header {
        padding: 22px;
    }

    .sede-detail-header h2 {
        font-size: 24px;
    }

    .sede-info-grid,
    .sede-media-grid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .sede-photo img,
    .sede-map iframe {
        height: 280px;
    }

    .infraestructura-intro,
    .infraestructura-gallery-shell {
        padding: 22px;
    }

    .infraestructura-feature img {
        min-height: 260px;
    }

    .infraestructura-highlights {
        grid-template-columns: 1fr;
    }

    .infraestructura-gallery-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .egresados-panel {
        grid-template-columns: 1fr;
    }

    .egresados-panel img {
        max-height: 420px;
    }

    .egresados-form,
    .egresados-form-header {
        padding-left: 22px;
        padding-right: 22px;
    }

    .egresados-form-header h2 {
        font-size: 24px;
    }

    .egresados-captcha {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .egresados-captcha-image {
        align-items: flex-start;
    }

    .egresados-captcha-image img {
        width: calc(100% - 60px);
    }

    .egresados-submit {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .posgrados-accordion .accordion-title {
        font-size: 17px;
        min-height: 68px;
        padding: 18px 20px;
    }

    .posgrados-accordion .card-body {
        padding: 24px;
    }

    .posgrados-page .accordion-body .col-xl-2 {
        margin-bottom: 22px;
    }

    .posgrados-page .accordion-body .col-xl-2 img {
        max-height: 320px;
        object-fit: contain;
    }

    .campus-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .campus-summary-counts {
        flex: 0 0 auto;
        width: 100%;
    }

    .campus-grid {
        grid-template-columns: 1fr;
    }

    .biblioteca-intro {
        grid-template-columns: 1fr;
    }

    .biblioteca-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .biblioteca-resource-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .inscripcion-layout {
        grid-template-columns: 1fr;
    }

    .inscripcion-aside {
        display: grid;
        grid-template-columns: 280px minmax(0, 1fr);
        position: static;
    }

    .inscripcion-aside img {
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

@media (max-width: 767.98px) {
    .posgrados-page {
        padding-top: 46px;
    }

    .posgrados-accordion {
        gap: 14px;
    }

    .posgrados-accordion .accordion-title {
        align-items: flex-start;
        font-size: 16px;
        gap: 12px;
        line-height: 1.45;
        min-height: auto;
        padding: 16px;
    }

    .posgrados-accordion .accordion-title i {
        flex-basis: 36px;
        height: 36px !important;
        width: 36px;
    }

    .posgrados-accordion .card-body {
        font-size: 15px;
        padding: 20px;
    }

    .posgrados-accordion .collapse > h4,
    .posgrados-accordion .collapse > h5,
    .posgrados-accordion .collapse > p,
    .posgrados-accordion .collapse > ul {
        margin-left: 20px;
        margin-right: 20px;
    }

    .posgrados-accordion .collapse > h4:first-child,
    .posgrados-accordion .collapse > h5:first-child,
    .posgrados-accordion .collapse > p:first-child,
    .posgrados-accordion .collapse > ul:first-child {
        margin-top: 20px;
    }

    .posgrados-page .alert-success,
    .posgrados-page h4.alert-success {
        font-size: 16px;
    }

    .posgrados-page .navbar a {
        justify-content: flex-start;
        margin-right: 0;
        width: 100%;
    }

    .posgrados-page .table {
        display: block;
        font-size: 13px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .campus-summary {
        padding: 22px;
    }

    .campus-summary h2 {
        font-size: 26px;
    }

    .campus-summary-counts {
        grid-template-columns: 1fr 1fr;
    }

    .campus-card-header {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 18px;
    }

    .campus-card-icon {
        font-size: 20px;
        height: 46px;
        width: 46px;
    }

    .campus-card h3 {
        font-size: 18px;
    }

    .campus-year-list {
        grid-template-columns: 1fr;
        padding: 0 18px 18px;
    }

    .biblioteca-intro-copy {
        padding: 22px;
    }

    .biblioteca-intro-copy h2 {
        font-size: 26px;
    }

    .biblioteca-intro-copy p {
        font-size: 16px;
    }

    .biblioteca-section-header {
        align-items: flex-start;
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 20px;
    }

    .biblioteca-section-header > span {
        font-size: 20px;
        height: 46px;
        width: 46px;
    }

    .biblioteca-section-header h3 {
        font-size: 22px;
    }

    .biblioteca-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 18px;
    }

    .biblioteca-resource-card {
        grid-template-rows: 92px minmax(56px, auto) 34px;
        min-height: 182px;
    }

    .biblioteca-resource-logo {
        padding: 14px;
    }

    .biblioteca-resource-logo img {
        max-height: 62px;
    }

    .inscripcion-aside {
        grid-template-columns: 1fr;
    }

    .inscripcion-aside img {
        max-height: 520px;
        object-fit: contain;
    }

    .inscripcion-aside-footer,
    .inscripcion-form-header,
    .inscripcion-form {
        padding-left: 22px;
        padding-right: 22px;
    }

    .inscripcion-form-header h2 {
        font-size: 25px;
    }

    .inscripcion-fieldset {
        padding-left: 16px;
        padding-right: 16px;
    }

    .inscripcion-fieldset legend {
        font-size: 16px;
        white-space: normal;
    }

    .inscripcion-submit-row {
        justify-content: stretch;
    }

    .inscripcion-submit {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .biblioteca-stats,
    .biblioteca-resource-grid {
        grid-template-columns: 1fr;
    }
}
