.sede-page {
    color: var(--corporate-blue);
    font-family: Georgia, 'Times New Roman', serif;
    text-align: left;
}

.sede-page h1,
.sede-page h2,
.sede-page h3 {
    color: var(--corporate-blue);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
}

.sede-page a {
    color: inherit;
}

/* Hero: Bootstrap gestiona posiciÃ³n, anchura, centrado y overflow. */
.sede-hero {
    height: clamp(340px, 43vw, 570px);
}

.sede-hero picture,
.sede-hero > picture img {
    display: block;
    height: 100%;
    width: 100%;
}

.sede-hero > picture img {
    object-fit: cover;
    object-position: center 48%;
}

.sede-hero__veil {
    background: linear-gradient(180deg, rgba(255, 253, 248, .1) 0%, rgba(255, 252, 246, .18) 44%, rgba(247, 237, 217, .62) 100%);
}

.sede-hero__content {
    bottom: 19%;
    color: var(--corporate-blue);
    max-width: 1100px;
    text-shadow: 0 1px 16px rgba(255, 255, 255, .96);
}

.sede-hero__brand {
    font-size: clamp(2rem, 4vw, 4rem);
    letter-spacing: -.025em;
    line-height: 1.08;
    margin-top: 0;
    margin-bottom: .45rem;
}

.sede-hero__eyebrow {
    font-size: .75rem;
    letter-spacing: .19em;
    line-height: 1.5;
    margin-bottom: .65rem;
    text-transform: uppercase;
}

.sede-hero__content .sede-hero__location {
    color: var(--corporate-gold);
    font-size: clamp(1rem, 1.65vw, 1.35rem);
    letter-spacing: .28em;
    line-height: 1.5;
    margin-bottom: .65rem;
    text-transform: uppercase;
}

.sede-rule {
    background: var(--corporate-gold);
    display: inline-block;
    height: 2px;
    position: relative;
    width: 84px;
}

/*.sede-rule::after {*/
/*    background: var(--corporate-gold);*/
/*    content: '';*/
/*    height: 3px;*/
/*    left: 50%;*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    transform: translateX(-50%);*/
/*    width: 20px;*/
/*}*/

/* Tarjeta de datos: Bootstrap define la rejilla responsive. */
.sede-facts {
    background: rgba(255, 254, 252, .98);
    border: 1px solid color-mix(in srgb, var(--corporate-gold) 45%, transparent);
    box-shadow: 0 12px 30px rgba(61, 48, 26, .13), inset 0 0 0 7px #fffefc, inset 0 0 0 8px color-mix(in srgb, var(--corporate-gold) 28%, transparent);
    margin-top: -50px;
    min-height: 210px;
    padding: 26px 14px;
    position: relative;
    z-index: 2;
}

.sede-fact {
    justify-content: flex-start;
    padding: 8px 23px;
}

.sede-fact + .sede-fact {
    border-left: 1px solid color-mix(in srgb, var(--corporate-gold) 33%, transparent);
}

.sede-icon {
    display: inline-block;
    flex: 0 0 auto;
    height: 40px;
    object-fit: contain;
    width: 40px;
}

.sede-fact .sede-icon {
    height: 37px;
    margin-bottom: 7px;
    width: 37px;
}

.sede-fact h2 {
    font-size: .81rem;
    font-weight: 700;
    letter-spacing: .035em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sede-fact a,
.sede-fact p,
.sede-fact strong {
    display: block;
    font-size: .88rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.sede-fact a:hover {
    color: var(--corporate-gold);
}

.sede-fact--featured h2 {
    background: var(--corporate-gold);
    color: #fff;
    font-size: .67rem;
    font-weight: 400;
    padding: 8px 12px;
}

.sede-fact--featured strong {
    font-size: 1rem;
    margin-top: 2px;
}

.sede-kicker {
    color: var(--corporate-gold);
    font-size: .77rem;
    letter-spacing: .065em;
    margin-bottom: .3rem;
    text-transform: uppercase;
}

/* PresentaciÃ³n: row/col, flex y spacing proceden de Bootstrap. */
.sede-intro {
    min-height: 410px;
}

.sede-intro__copy {
    padding: 22px 48px 22px 28px;
}

.sede-intro__copy h2,
.sede-heading h2,
.sede-arrival h2 {
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    line-height: 1.12;
    margin-bottom: .25rem;
}

.sede-rule--left {
    margin-bottom: 18px;
    width: 58px;
}

.sede-rule--left::after {
    left: 0;
    transform: none;
}

.sede-intro__copy > p:not(.sede-kicker) {
    font-size: .98rem;
    line-height: 1.62;
    margin-bottom: .7rem;
}

.sede-intro__degree {
    border: 1px solid color-mix(in srgb, var(--corporate-gold) 45%, transparent);
    color: var(--corporate-blue);
}

.sede-intro__degree .sede-icon {
    height: 72px;
    width: 72px;
}

.sede-intro__degree p {
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.35;
}

.sede-intro__image {
    min-height: 410px;
}

.sede-intro__image .carousel,
.sede-intro__image .carousel-inner,
.sede-intro__image .carousel-item {
    height: 100%;
}

.sede-intro__image picture,
.sede-intro__image img {
    display: block;
    height: 100%;
    width: 100%;
}

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

.sede-button {
    background: var(--corporate-gold);
    border: 1px solid var(--corporate-gold);
    color: #fff !important;
    display: inline-flex;
    font-size: .74rem;
    justify-content: center;
    letter-spacing: .035em;
    min-height: 44px;
    padding: 13px 25px 11px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.sede-button:hover {
    background: var(--corporate-gold);
    border-color: var(--corporate-gold);
    transform: translateY(-1px);
}

.sede-button--outline {
    align-self: flex-start;
    background: transparent;
    color: var(--corporate-blue) !important;
    margin-top: 12px;
    min-height: 38px;
    padding: 10px 16px 8px;
}

.sede-button--outline:hover {
    color: #fff !important;
}

/* Espacios: Bootstrap controla las 2/3/6 columnas. */
.sede-spaces article {
    border: 1px solid color-mix(in srgb, var(--corporate-gold) 38%, transparent);
    min-height: 205px;
    padding: 22px 10px 15px;
}

.sede-spaces .sede-icon {
    height: 47px;
    margin-bottom: 12px;
    width: 47px;
}

.sede-spaces h3 {
    font-size: .81rem;
    font-weight: 700;
    line-height: 1.32;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sede-spaces p {
    font-size: .77rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Detalles tÃ©cnicos: row/col resuelve las cuatro columnas y su apilado. */
.sede-tech__card {
    border: 1px solid color-mix(in srgb, var(--corporate-gold) 45%, transparent);
    min-height: 160px;
}

.sede-tech__image {
    min-height: 160px;
}

.sede-tech__image picture,
.sede-tech__image img {
    display: block;
    height: 100%;
    width: 100%;
}

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

.sede-tech__copy .sede-icon {
    height: 44px;
    width: 44px;
}

.sede-tech__copy p {
    font-size: .85rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.sede-tech__copy strong {
    color: var(--corporate-blue);
}

.sede-disciplines,
.sede-arrival,
.sede-cta {
    border: 1px solid color-mix(in srgb, var(--corporate-gold) 45%, transparent);
}

.sede-heading--line {
    margin-top: -8px;
}

.sede-heading--line::before,
.sede-heading--line::after {
    /*background: color-mix(in srgb, var(--corporate-gold) 45%, transparent);*/
    content: '';
    flex: 1;
    height: 1px;
}

.sede-heading--line .sede-kicker {
    background: #fffefc;
    flex: 0 0 auto;
    margin-bottom: 0;
    padding: 0 8px;
}

.sede-disciplines__grid > div {
    gap: 7px;
    min-height: 86px;
}

.sede-disciplines__grid .sede-icon {
    height: 72px;
    width: 72px;
}

.sede-disciplines__grid span {
    font-size: .85rem;
}

/* Transporte y mapa. */
.sede-arrival {
    min-height: 280px;
}

.sede-arrival__copy {
    padding: 24px 38px;
}

.sede-arrival__copy h2 {
    margin-bottom: 4px;
}

.sede-transport .sede-icon {
    height: 38px;
    width: 38px;
}

.sede-transport p {
    font-size: .87rem;
    line-height: 1.45;
    margin-bottom: 0;
}

.sede-map {
    min-height: 280px;
}

.sede-map iframe {
    border: 0;
    filter: grayscale(.35) sepia(.1) saturate(.75);
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.sede-map__label {
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 18px rgba(25, 39, 61, .15);
    max-width: 350px;
    padding: 18px 20px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.sede-map__label .sede-icon {
    height: 34px;
    width: 34px;
}

.sede-map__label strong,
.sede-map__label small {
    display: block;
}

.sede-map__label strong {
    font-size: .9rem;
}

.sede-map__label small {
    font-size: .75rem;
    margin-top: 5px;
}

.sede-benefits {
    color: #fff;
}

.sede-benefits--navy {
    background: var(--corporate-blue);
}

.sede-benefits--gold {
    background: var(--corporate-gold);
}

.sede-benefits .sede-icon {
    filter: brightness(0) invert(1);
    height: 52px;
    width: 52px;
}

.sede-benefits p {
    font-size: .8rem;
    line-height: 1.45;
    margin-bottom: 0;
}

.sede-benefits strong {
    color: #fff;
    font-size: .78rem;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.sede-cta h2 {
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    margin-bottom: 6px;
}

/*.sede-cta > div > p {*/
/*    font-size: .85rem;*/
/*}*/

.sede-cta__actions {
    min-width: 315px;
}

.sede-cta__actions .sede-button {
    display: flex;
    margin-bottom: 8px;
}

.sede-cta__actions .sede-icon {
    height: 21px;
    margin-right: 8px;
    width: 21px;
}

@media (max-width: 991.98px) {
    .sede-fact:nth-child(odd) {
        border-left: 0;
    }

    .sede-fact:nth-child(n + 3) {
        border-top: 1px solid color-mix(in srgb, var(--corporate-gold) 33%, transparent);
        padding-top: 24px;
    }

    .sede-intro__copy {
        padding: 0 8px 28px;
    }

    .sede-map {
        min-height: 310px;
    }

    .sede-cta__actions {
        min-width: min(315px, 100%);
    }
}

@media (max-width: 575.98px) {
    .sede-hero {
        height: 330px;
    }

    .sede-hero > picture img {
        object-position: 56% center;
    }

    .sede-hero__content {
        bottom: 14%;
    }

    .sede-hero__brand {
        font-size: 1.85rem;
    }

    .sede-hero__eyebrow {
        display: none;
    }

    .sede-hero__content .sede-hero__location {
        font-size: .9rem;
    }

    .sede-facts {
        margin-top: -28px;
        padding: 18px;
    }

    .sede-fact,
    .sede-fact:nth-child(n + 3) {
        padding: 18px 10px;
    }

    .sede-fact + .sede-fact {
        border-left: 0;
        border-top: 1px solid color-mix(in srgb, var(--corporate-gold) 33%, transparent);
    }

    .sede-intro__image {
        min-height: 330px;
    }

    .sede-spaces article {
        min-height: 180px;
    }

    .sede-heading--line::before,
    .sede-heading--line::after {
        display: none;
    }

    .sede-heading--line {
        justify-content: center;
        margin-top: 16px;
    }

    .sede-map__label {
        bottom: 15px;
        left: 15px;
        max-width: calc(100% - 30px);
        right: auto;
        top: auto;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sede-button {
        transition: none;
    }
}
