body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.top-bar {
    background-color: #111;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
}

.nav-link {
    font-weight: 500;
    margin-left: 10px;
    color: #111 !important;
}

.nav-link:hover {
    color: #8a6d3b !important; /* dorado elegante */
}
.bg-dark{
    background-color: #000 !important;
}

/* ===============================
   FOOTER
================================ */

footer {
    background-color: #000;
}

.footer-title {
    font-size: 0.85rem;
    letter-spacing: 2px;
    color: #aaa;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Menú footer */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    color: #cfcfcf;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-menu a:hover {
    color: #8a6d3b; /* dorado elegante */
    padding-left: 6px;
}


/* Redes footer */
.footer-social a {
    color: #cfcfcf;
    margin-right: 12px;
    font-size: 1.2rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
    color: #8a6d3b;
    transform: translateY(-2px);
}


.footer-divider {
    border-top: 1px solid #eee;
    margin: 30px 0 15px;
}

.footer-copy {
    font-size: 0.8rem;
    color: #777;
    text-align: center;
}


/* ===============================
   HERO LEX MAE
================================ */

.hero-lexmae {
    min-height: 90vh;
    background: 
        linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.85)),
        url('../img/home/hero-lexmae.jpg') center/cover no-repeat;
    color: #fff;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-top: 20px;
    color: #d1d1d1;
    max-width: 550px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
}

/* ===============================
   CARDS ¿CON QUIÉN TRABAJAMOS?
================================ */

.perfil-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 25px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: left;
}

.perfil-card i {
    font-size: 2rem;
    color: #8a6d3b; /* dorado sobrio */
    display: block;
    margin-bottom: 15px;
}

.perfil-card h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #111;
}

.perfil-card p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.perfil-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: transparent;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #111;
}

/* ===============================
   SERVICIOS - ¿QUÉ HACEMOS?
================================ */

.section-intro {
    font-size: 1rem;
    color: #555;
    max-width: 720px;
}

.servicio-item {
    display: flex;
    gap: 20px;
    padding: 25px 20px;
    border-bottom: 1px solid #eee;
}

.servicio-item i {
    font-size: 1.8rem;
    color: #8a6d3b; /* dorado sobrio */
    flex-shrink: 0;
    margin-top: 4px;
}

.servicio-item h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #111;
}

.servicio-item p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Hover sutil */
.servicio-item:hover {
    background-color: #fafafa;
}

/* ===============================
   TESTIMONIOS
================================ */

.testimonio-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonio-text {
    font-size: 0.9rem;
    font-style: italic;
    color: #444;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonio-autor {
    font-size: 0.85rem;
    font-weight: 600;
    color: #111;
}

.testimonio-autor small {
    font-weight: normal;
    color: #777;
}

/* ===============================
   ¿POR QUÉ ELEGIRNOS?
================================ */

.valor-card {
    text-align: left;
    padding: 25px 20px;
    border-left: 3px solid #8a6d3b;
    background: #fafafa;
    height: 100%;
}

.valor-card i {
    font-size: 1.8rem;
    color: #8a6d3b;
    margin-bottom: 15px;
    display: block;
}

.valor-card h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #111;
}

.valor-card p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}


.divider {
    width: 80px;
    border-top: 3px solid #8a6d3b;
    margin-top: 15px;
}

.list-lexmae {
    padding-left: 20px;
}

.list-lexmae li {
    margin-bottom: 8px;
    color: #444;
}

.equipo-card {
    background: #fff;
    padding: 25px;
    text-align: center;
    border: 1px solid #eee;
    height: 100%;
}

.equipo-card img {
    width: 100%;
    max-width: 220px;   /* 👈 tamaño visual ideal */
    height: auto;
    margin: 0 auto 15px;
    display: block;
    border-radius: 50%; /* círculo elegante */
    /*filter: grayscale(100%);*/
    transition: filter 0.3s ease, transform 0.3s ease;
}

.equipo-card img:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.equipo-card h5 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
}

.equipo-card span {
    font-size: 0.85rem;
    color: #8a6d3b;
    display: block;
    margin-bottom: 10px;
}

.equipo-card p {
    font-size: 0.9rem;
    color: #555;
}

.pasos-lexmae li {
    margin-bottom: 10px;
    color: #444;
}

/* HERO SOMOS */
.hero-somos {
    min-height: 60vh;
    background:
        linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.85)),
        url('../img/black-abstract.jpg') center/cover no-repeat;
    color: #fff;
}

.hero-somos-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin-bottom: 15px;
}

.hero-somos-subtitle {
    font-size: 1.1rem;
    max-width: 600px;
    color: #d1d1d1;
}

/* FILOSOFÍA */
.filosofia-img {
    height: 350px;
    background:
        linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.6)),
        url('../img/dark-paper.jpg') center/cover no-repeat;
    border-radius: 4px;
}

/* ===============================
   VALORES - ESTILO TESTIMONIOS
================================ */

.valor-card-v2 {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 25px;
    height: 100%;
    text-align: left;
}

.valor-card-v2 i {
    font-size: 1.8rem;
    color: #8a6d3b;
    margin-bottom: 15px;
    display: block;
}

.valor-card-v2 h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #111;
}

.valor-card-v2 p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
