.section-campamentos {
    background-color: #f7f3ed;
}

.section-subtitle {
    max-width: 650px;
    margin: 0 auto;
    color: #555;
}

.group-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2.5rem;
}

.group-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.group-card img {
    max-height: 220px;
    object-fit: cover;
    width: 100%;
}

.cta-box {
    background: #fff;
    border-radius: 1rem;
    padding: 3rem 2rem;
}

/* hero */
.hero-campamentos {
    min-height: 60vh;
    background:
        linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
        url('../imagenes/paginas/grupos/hero.jpg') center / cover no-repeat;
}

.hero-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.25rem;
    max-width: 720px;
    margin: 0 auto;
}

/* Mobile */
@media (max-width: 575.98px) {
    .hero-campamentos {
        min-height: 50vh;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }
}
