/* ========================================
   SOBRE NOSOTROS
   ======================================== */

.about-section {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}
.about-section:last-of-type { border-bottom: none; }

/* Fotos laterales */
.about-photos img {
    border-radius: 6px;
    margin-bottom: 10px;
    width: 100%;
}

/* Bloque misión / visión / valores */
.about-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    color: #3a5253;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.about-heading .fa {
    color: #00B7EB;
    font-size: 1.1rem;
}

.about-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 24px;
}

/* Lista de valores */
.valores-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.valores-list li {
    background: #f0f6f6;
    border-left: 3px solid #00B7EB;
    padding: 6px 14px;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    color: #3a5253;
    font-weight: 500;
}

/* Comisiones */
.comision-section {
    padding: 36px 0;
    border-bottom: 1px solid #eee;
}
.comision-section h3 {
    color: #3a5253;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 16px;
    font-weight: 700;
}
.comision-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comision-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
}
.comision-list li:last-child { border-bottom: none; }
.comision-role {
    font-weight: 700;
    color: #2c3e50;
    min-width: 140px;
    flex-shrink: 0;
}
.comision-list li a {
    color: #00B7EB;
}
.comision-list li a:hover { color: #3a5253; }

/* Carrusel de lanzamiento */
.launch-carousel-section {
    padding: 40px 0 50px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}
#aboutCarousel .carousel-inner {
    border-radius: 8px;
    overflow: hidden;
}
#aboutCarousel .item img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}
#aboutCarousel .carousel-control {
    background: none;
    font-size: 36px;
    width: 8%;
}
#aboutCarousel .carousel-indicators li {
    background-color: #3a5253;
    border-color: #3a5253;
}
#aboutCarousel .carousel-indicators .active {
    background-color: #00B7EB;
    border-color: #00B7EB;
}

/* Sección socios auto-scroll (reutiliza home.css) */
.about-socios-section {
    padding-bottom: 50px;
}
