.logo-nav {
    width: 220px;
}

.h1-linea1 {
    font-size: 28px;
    font-family: 'DM Serif Display', serif;
}

.h1-linea4 {
    font-size: 16px;
    font-family: 'Lexend Deca', sans-serif;
}

@media (min-width:576px) {
    .h1-linea1 {
        font-family: 'DM Serif Display', serif;
        font-size: 46px;
    }
}

@media (min-width: 768px) {
    .h1-linea1 {
        font-size: 51px;
    }
}

@media (min-width: 992px) {
    .h1-linea1 {
    }
}

@media (min-width: 1200px) {
    .h1-linea1 {
    }
}

@media (min-width: 1400px) {
    .h1-linea1 {
        color: #373737;
    }
}

.h1-linea2 {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 21px;
}

@media (min-width: 576px) {
    .h1-linea2 {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .h1-linea2 {
        font-size: 49px;
    }
}

@media (min-width: 992px) {
    .h1-linea2 {
        font-size: 47px;
        color: #373737;
    }
}

@media (min-width: 1400px) {
    .h1-linea2 {
        font-size: 68px;
        line-height: 85px;
    }
}

.cifras {
    font-size: 30px;
}

@media (min-width: 576px) {
    .cifras {
        font-size: 37px;
    }
}

@media (min-width: 992px) {
    .cifras {
    }
}

.cifras-descripcion {
    font-size: 18px;
    line-height: 28px;
}

.barra {
}

@media (min-width: 576px) {
    .barra {
    }
}

@media (min-width: 768px) {
    .barra {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.foto-perfil {
    width: 100%;
    height: auto;
}

logo-inicio {
    width: 161px;
}

.band-roja {
    width: 100%;
    height: 372px;
    background: var(--red);
    margin-top: 40px;
    background-image: url('../assets/img/foto-andres-3.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}

/* Banda */
.band-center {
    background: #eeeeee;
    padding: 28px 0;
}

.center-title {
    font-size: 15px;
    letter-spacing: .22em;
    font-weight: 500;
    margin: 0 0 12px;
}

.center-p {
    font-size: 18px;
    color: #373737;
    max-width: 736px;
    margin: 0 auto 10px;
    line-height: 1.7;
    font-weight: normal;
}

/* Marquee logos (cuadros verdes) */
.marquee {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    height: 120px;
}

.marquee .track {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 40px;
    animation: scroll 40s linear infinite;
    width: max-content;
}

.marquee img {
    width: 200px;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
}

@keyframes scroll{
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.svc-img {
    height: 180px;
    object-fit: cover;
    border-radius: 2px;
}

.svc-title {
    margin-top: 19px;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 500;
    padding-bottom: 11px;
}

.svc-desc {
    font-size: 18px;
    color: #ffffff;
    margin-top: 6px;
    line-height: 1.6;
    font-weight: 200;
}

.sec-title {
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0 0 18px;
    color: #373737;
}

.col-title {
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 40px;
}

.block-title {
    font-size: 22px;
    letter-spacing: .15em;
    margin-bottom: 6px;
    font-weight: 400;
    color: #373737;
}

/* Trayectoria */
.sec-trayectoria {
    padding: 44px 0;
}

.tray-intro {
    color: var(--muted);
    font-size: 18px;
    margin: 8px 0 18px;
}

.tray-card {
    padding-top: -3px;
    border-left: 1px solid #1e1e1e;
    padding-left: 20px;
}

.year {
    font-family: "Lexend Deca",sans-serif;
    font-size: 34px;
    line-height: .98;
    font-weight: 500;
    letter-spacing: .04em;
    color: #0e0f14;
    margin: 6px 0 10px;
    font-variant-numeric: tabular-nums;
    word-spacing: .06em;
}

.year .y {
    font-size: 45px;
    color: #c9c9c9;
}

.year .sep {
    display: inline-block;
    transform: translateY(-1px);
    margin: 0 .18ch;
    color: #c9c9c9;
}

.year .now {
    font-size: 55px;
    font-weight: bold;
    color: #c9c9c9;
}

.year br {
    line-height: .7;
}

.where {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 2px 0 8px;
    color: #373737;
}

.desc {
    font-size: 18px;
    line-height: 27.6px;
    color: #373737;
    font-weight: 200;
}

/* Docencia */
.sec-docencia {
    padding: 36px 0 28px;
}

.doc-intro {
    font-size: 18px;
    color: #373737;
    margin-bottom: 18px;
    line-height: 1.6;
}

.chip {
    background: #f3f5f7;
    border: 1px solid var(--border);
    border-radius: 4px;
    height: 100%;
}

.chip-title {
    font-size: 22px;
    font-weight: bold;
}

.chip-sub {
    font-size: 18px;
    color: #373737;
}

.rowline {
    background: #f3f5f7;
    border: 1px solid var(--border);
    border-radius: 4px;
}

.rowlabel {
    font-size: 22px;
    font-weight: bold;
    margin-right: 4px;
}

.section-recorrido {
    padding-bottom: 40px;
}

.foto-recorrido {
    background-image: url('../assets/img/foto-andres2.png');
    background-size: cover;
    height: 371px;
}

@media (min-width: 576px) {
    .foto-recorrido {
        height: 715px;
    }
}

@media (min-width: 768px) {
    .foto-recorrido {
        height: 836px;
    }
}

@media (min-width: 992px) {
    .foto-recorrido {
        height: 536px;
    }
}

@media (min-width: 1200px) {
    .foto-recorrido {
        height: 499px;
    }
}

@media (min-width: 1400px) {
    .foto-recorrido {
        height: 466px;
    }
}

/* CTA */
.cta-band {
    background: #0c5dd8;
    color: #fff;
}

.cta-wrap {
    padding: 22px 0;
}

.cta-title {
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 38px;
}

.btn-azul {
    background: #0a4ec0;
    color: #fff;
    padding: 12px 20px;
    font-size: 13px;
    letter-spacing: .1em;
    border-radius: 3px;
}

.btn-azul:hover {
    background: #093ea5;
}

/* Footer */
.footer {
    background: #1b1f24;
    color: #cfd6dc;
    padding: 32px 0;
}

.foot-copy {
    max-width: 760px;
    margin: 0 auto 18px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

.dots span {
    width: 8px;
    height: 8px;
    background: #e30000;
    border-radius: 2px;
    display: block;
}

.foot-year {
    font-size: 12px;
    color: #98a3ad;
    text-align: center;
}

.icons {
    width: 33px;
    height: auto;
}

.linea4 {
    font-size: 22px;
    line-height: 1px;
}

@media (min-width: 992px) {
    .linea4 {
        line-height: 6px;
    }
}



