/* ===============================
   Secciones Interactivos (adaptado a CeSCaM)
   =============================== */

/* ---- Banner ---- */

#banner {
    position: relative;
    background: url('../img/carousel-1.jpg') center/cover no-repeat;
    height: 85vh;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

#banner .inner h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}

#banner p {
    color: #f1f1f1;
    font-size: 1.2rem;
}

#banner .btn-primary {
    margin-top: 20px;
    padding: 12px 32px;
    font-size: 1.1rem;
}

/* ---- ONE ---- */

#one {
    padding: 80px 0;
    text-align: center;
}

#one h2 {
    color: var(--dark);
    font-size: 2.2rem;
    margin-bottom: 20px;
}

#one p {
    max-width: 700px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
}

#one .icon-box {
    font-size: 3.2rem;
    color: var(--primary);
    margin-bottom: 15px;
}

#one .col-lg-4 {
    margin-bottom: 40px;
}

/* ---- TWO (Spotlights) ---- */

#two {
    background-color: var(--secondary);
    padding: 80px 0;
}

#two .spotlight {
    margin-bottom: 60px;
}

#two .spotlight img {
    width: 100%;
    border-radius: 12px;
}

#two h3 {
    color: var(--dark);
    margin-bottom: 15px;
    font-size: 1.7rem;
}

/* ---- THREE ---- */

#three {
    padding: 80px 0;
    background-color: #eef1ff;
    text-align: center;
}

#three h2 {
    color: var(--dark);
    margin-bottom: 20px;
}

#three p.section-desc {
    max-width: 700px;
    margin: 0 auto 50px auto;
}

#three .feature-box {
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: .3s;
}

#three .feature-box:hover {
    transform: translateY(-6px);
}

#three .feature-box i {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 15px;
}
