.page-breadcrumb,
.page-tag,
.sec-label,
.tl-label {
    text-transform: uppercase;
}
.nav-active {
    color: var(--wht) !important;
}
.nav-active::after {
    width: 100% !important;
    background: var(--morado) !important;
}
.page-hero .nav-logo img {
    margin-top: -2px;
}
.page-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 5%;
    border-bottom: 1px solid var(--bdr);
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 100%);
}
.page-hero-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 700px;
    gap: 3rem;
    align-items: center;
    padding-top: 64px;
}
.page-hero-glow {
    position: absolute;
    top: -80px;
    left: -60px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(45, 140, 240, 0.1) 0, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.page-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--mut);
    margin-bottom: 1.4rem;
}
.page-breadcrumb a {
    color: var(--mut);
    transition: color 0.2s;
}
.page-breadcrumb a:hover {
    color: var(--wht);
}
.page-breadcrumb-sep {
    opacity: 0.3;
}
.page-tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0.22rem 0.8rem;
    border-radius: var(--rbtn);
    margin-bottom: 1.2rem;
    background: rgba(45, 140, 240, 0.12);
    color: var(--azul);
}
.page-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    letter-spacing: -0.3px;
    color: var(--wht);
    margin-bottom: 1.2rem;
    line-height: 1.15;
}
.page-subtitle {
    font-size: clamp(0.92rem, 1.6vw, 1.05rem);
    color: var(--mut);
    font-weight: 300;
    max-width: 520px;
    line-height: 1.75;
}
.historia-wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 5% 100px;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 5rem;
    align-items: start;
}
.historia-body p {
    font-size: 0.97rem;
    font-weight: 300;
    color: var(--txt);
    line-height: 1.85;
    margin-bottom: 1.6rem;
}
.historia-body strong,
.historia-cierre p {
    color: var(--wht);
    font-weight: 600;
}
.historia-body p:last-child {
    margin-bottom: 0;
}
.historia-cierre {
    margin-top: 2.8rem;
    padding: 1.6rem 1.8rem;
    background: var(--bgc);
    border: 1px solid var(--bdr);
    border-left: 3px solid var(--azul);
    border-radius: 0 var(--rcard) var(--rcard) 0;
}
.historia-cierre p {
    font-size: 1rem;
    margin-bottom: 0 !important;
    letter-spacing: -0.1px;
}
.historia-timeline {
    position: sticky;
    top: 88px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.tl-dot,
.tl-item,
.valor-card {
    position: relative;
}
.tl-item {
    display: flex;
    gap: 1.2rem;
    padding-bottom: 2.2rem;
}
.tl-item::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 36px;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, var(--bdr) 0, transparent 100%);
}
.tl-item:last-child::before {
    display: none;
}
.tl-dot {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--bdr);
    background: var(--bgc);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    z-index: 1;
    transition: border-color 0.3s;
}
.tl-item:hover .tl-dot {
    border-color: var(--azul);
}
.tl-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--azul);
    margin-bottom: 0.3rem;
}
.tl-text {
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--mut);
    line-height: 1.65;
}
.valores-section {
    background: var(--bg2);
    border-top: 1px solid var(--bdr);
    border-bottom: 1px solid var(--bdr);
    padding: 80px 5%;
}
.valores-inner {
    max-width: 90%;
    margin: 0 auto;
}
.valores-header {
    margin-bottom: 3rem;
}
.sec-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--azul);
    margin-bottom: 1rem;
    display: block;
}
.valores-header h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.3px;
}
.valores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}
.valor-card {
    background: var(--bgc);
    border: 1px solid var(--bdr);
    border-radius: var(--rcard);
    padding: 1.6rem;
    transition:
        border-color 0.3s,
        transform 0.3s;
    overflow: hidden;
}
.valor-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(45, 140, 240, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.valor-card:hover {
    border-color: rgba(45, 140, 240, 0.22);
    transform: translateY(-3px);
}
.valor-card:hover::after {
    opacity: 1;
}
.valor-icon {
    font-size: 1.4rem;
    margin-bottom: 0.9rem;
}
.valor-title {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--wht);
    margin-bottom: 0.4rem;
}
.valor-desc {
    font-size: 0.82rem;
    font-weight: 300;
    color: var(--mut);
    line-height: 1.6;
}
