.montagut-about-container-e0e43432 {
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* 1. SOBRE NOSOTROS */
.about-hero-section-e0e43432 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.about-main-img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.about-tag-e0e43432, .team-tag-e0e43432, .gallery-tag-e0e43432 {
    font-size: 11px;
    font-weight: 800;
    color: #C4151C;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}
.about-main-title-e0e43432, .team-title-e0e43432, .gallery-title-e0e43432 {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.25;
    margin: 0 0 20px 0;
}
.about-paragraph-e0e43432 {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 15px;
}
.features-grid-e0e43432 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.feature-item-e0e43432 {
    display: flex;
    gap: 12px;
}
.feat-icon-wrapper {
    background-color: #fff5f5;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.feat-icon-wrapper svg, .feat-icon-wrapper i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #C4151C;
    fill: #C4151C;
}
.feat-title-e0e43432 {
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 4px 0;
    color: #1a1a1a;
}
.feat-desc {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

/* 2. MISIÓN, VISIÓN, VALORES & STATS */
.mvv-stats-section-e0e43432 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
}
.mvv-left-e0e43432 {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.mvv-card-e0e43432 {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 25px;
}
.mvv-card-e0e43432:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.mvv-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}
.mvv-icon-wrapper {
    background-color: #fff5f5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mvv-icon-wrapper svg, .mvv-icon-wrapper i {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #C4151C;
    fill: #C4151C;
}
.mvv-title {
    font-size: 16px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: 0.5px;
}
.mvv-desc {
    font-size: 12px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}
.mvv-list-e0e43432 {
    font-weight: 600;
    line-height: 1.8;
}

.stats-right-e0e43432 {
    background-color: #fcfcfc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 1px solid #f5f5f5;
}
.stats-box-grid-e0e43432 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 30px;
}
.stat-card-e0e43432 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.stat-card-e0e43432 .stat-icon svg, .stat-card-e0e43432 .stat-icon i {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #C4151C;
    fill: #C4151C;
    margin-bottom: 15px;
}
.stat-big-num {
    font-size: 32px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 4px;
}
.stat-lbl {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

/* 3. NUESTRO EQUIPO */
.team-section-e0e43432 {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}
.team-desc-e0e43432 {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}
.team-button {
    background-color: #C4151C;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 14px 28px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.team-button:hover {
    background-color: #a80f15;
    box-shadow: 0 5px 15px rgba(196, 21, 28, 0.3);
}
.team-main-img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

/* 4. GALERÍA SHOWCASE */
.gallery-section-e0e43432 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.gallery-header-e0e43432 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.gallery-header-link {
    color: #C4151C;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
}
.gallery-header-link:hover {
    text-decoration: underline;
}
.gallery-grid-e0e43432 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.gallery-item-e0e43432 {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.gallery-item-e0e43432 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item-e0e43432:hover img {
    transform: scale(1.08);
}

/* 5. CTA BANNER FINAL */
.bottom-cta-banner-e0e43432 {
    background-color: #1a1a1a;
    border-radius: 12px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-cta-left-e0e43432 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.bottom-cta-icon-wrapper-e0e43432 {
    background-color: rgba(255,255,255,0.05);
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-cta-icon-wrapper-e0e43432 svg, .bottom-cta-icon-wrapper-e0e43432 i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #C4151C;
    fill: #C4151C;
}
.bottom-cta-title-e0e43432 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    color: #ffffff !important;
}
.bottom-cta-subtitle-e0e43432 {
    font-size: 13px;
    color: #aaaaaa;
    margin: 5px 0 0 0;
}
.bottom-cta-btn-e0e43432 {
    background-color: #C4151C;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 11px;
    padding: 14px 28px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.bottom-cta-btn-e0e43432:hover {
    background-color: #a80f15;
    box-shadow: 0 5px 15px rgba(196, 21, 28, 0.4);
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .about-hero-section-e0e43432 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .mvv-stats-section-e0e43432 {
        grid-template-columns: 1fr;
    }
    .team-section-e0e43432 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .team-right-e0e43432 {
        order: -1;
    }
    .gallery-grid-e0e43432 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .features-grid-e0e43432 {
        grid-template-columns: 1fr;
    }
    .mvv-left-e0e43432 {
        padding: 25px;
    }
    .stats-right-e0e43432 {
        padding: 25px;
    }
    .stats-box-grid-e0e43432 {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .gallery-header-e0e43432 {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .gallery-grid-e0e43432 {
        grid-template-columns: repeat(2, 1fr);
    }
    .bottom-cta-banner-e0e43432 {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 25px;
    }
    .bottom-cta-btn-e0e43432 {
        width: 100%;
        justify-content: center;
    }
}
