﻿main {
    width: 100%;
    overflow-x: hidden;
}

.nosotros-hero {
    padding: 5rem 0;
    background-color: #fff;
    text-align: center;
}

    .nosotros-hero .subtitulo {
        letter-spacing: 5px;
        color: #b5a478;
        font-size: 0.9rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

    .nosotros-hero h1 {
        font-family: 'Playfair Display', serif;
        color: #222;
    }

    .nosotros-hero .divider-gold {
        width: 60px;
        height: 2px;
        background-color: #b5a478;
        margin: 1.5rem auto;
    }

    .nosotros-hero .descripcion {
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.8;
        color: #6c757d;
    }

.nosotros-seccion {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

    .nosotros-seccion .nosotros-foto-wrap {
        flex: 0 0 50%;
        max-width: 50%;
        box-sizing: border-box;
    }

    .nosotros-seccion .nosotros-texto-wrap {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        align-items: center;
        background-color: #faf9f7;
        box-sizing: border-box;
    }

.nosotros-foto {
    height: 550px;
    object-fit: cover;
    width: 100%;
    display: block;
}

.nosotros-texto {
    padding: 3rem;
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}

    .nosotros-texto h3 {
        color: #222;
        font-family: 'Playfair Display', serif;
        font-size: 2.2rem;
        border-bottom: 2px solid #b5a478;
        display: inline-block;
        padding-bottom: 5px;
    }

    .nosotros-texto .rol {
        color: #b5a478;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 0.8rem;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .nosotros-texto .bio {
        line-height: 1.8;
        color: #6c757d;
        margin-top: 1rem;
    }

@media (max-width: 767px) {
    .nosotros-seccion {
        flex-direction: column;
    }

        .nosotros-seccion .nosotros-foto-wrap,
        .nosotros-seccion .nosotros-texto-wrap {
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }

        .nosotros-seccion .nosotros-foto-wrap {
            order: 1;
        }

        .nosotros-seccion .nosotros-texto-wrap {
            order: 2;
        }

    .nosotros-foto {
        height: 300px;
    }

    .nosotros-texto {
        padding: 2rem 1.5rem;
    }

        .nosotros-texto h3 {
            font-size: 1.7rem;
        }
}

/* --- PLACEHOLDER "PRÓXIMAMENTE" (mientras llegan las fotos reales del equipo) --- */
.proximamente-placeholder {
    background-color: #faf9f6;
    border: 1px dashed #b5a478;
}

.proximamente-icono {
    font-size: 2.5rem;
    color: #b5a478;
}

.proximamente-titulo {
    letter-spacing: 3px;
    color: #b5a478;
    font-weight: bold;
    font-size: 0.85rem;
}

.proximamente-subtitulo {
    letter-spacing: 2px;
    color: #999;
    font-size: 0.7rem;
}
