.nosotros-hero{
    position:relative;
    height:80vh;
    background:url("/images/banners/Banner09.webp")
    center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.nosotros-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.nosotros-hero_content{
    position:relative;
    z-index:10;
    max-width:900px;
    text-align:center;
    color:white;
}

.nosotros-hero_content span{
    color:#00AEEF;
    letter-spacing:3px;
    font-weight:700;
}

.nosotros-hero_content h1{
    margin:25px 0;
    font-size:50px;
    line-height:1.2;
}

.nosotros-hero_content p{
    font-size:20px;
    line-height:1.9;
    margin-bottom:40px;
}

.btn-primary{
    display:inline-block;
    background:#0086D9;
    color:white;
    padding:18px 45px;
    border-radius:50px;
    text-decoration:none;
    transition:.35s;
}

.btn-primary:hover{
    transform:translateY(-5px);
}

.historia{
    padding:120px 0;
}

.historia-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.historia-imagen img{
    width:100%;
    border-radius:20px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.historia-info span{
    color:#0086D9;
    font-weight:700;
    letter-spacing:2px;
}

.historia-info h2{
    font-size: clamp(2rem,4vw,3.2rem);
    color: #12355b;
    font-weight: 700;
    line-height: 1.6;
    margin:20px 0;
}

.historia-info p{
    line-height:2;
    color:#666;
    margin-bottom:25px;
}

.mision-vision{
    padding:120px 0;
    background:#f8fbff;
}

.section-title{
    max-width:850px;
    margin:auto;
    text-align:center;
    margin-bottom:70px;
}

.section-title span{
    color:#0086D9;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;

}

.section-title h2{
    font-size: clamp(2rem,4vw,3.2rem);
    color: #12355b;
    font-weight: 700;
    line-height: 1.2;
    margin:20px 0;
    text-align:center;
}

.section-title p{
    color:#666;
    line-height:1.9;
}

.mv-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

.mv-card{
    position:relative;
    background:#fff;
    border-radius:20px;
    padding:45px;
    text-align:center;
    transition:.35s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #0086D9;
}

.mv-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.mv-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:30px;
    border-radius:50%;
    background:#eaf6ff;
    display:flex;
    justify-content:center;
    align-items:center;
}

.mv-icon img{
    width:45px;
}

.mv-card h3{
    font-size:30px;
    margin-bottom:20px;
    color:#0086D9;
}

.mv-card p{
    color:#666;
    line-height:2;
    text-align:justify;
}

.valores{
    padding:120px 0;
}

.valores-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:35px;
}

.valor-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-bottom:5px solid #0086D9;
}

.valor-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.valor-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:#eaf6ff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:42px;
}

.valor-card h3{
    color:#0086D9;
    margin-bottom:20px;
    font-size:28px;
}

.valor-card p{
    color:#666;
    line-height:1.9;
}

.filosofia{
    padding:120px 0;
    background:#f8fbff;
}

.filosofia-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.filosofia-image{
    overflow:hidden;
    border-radius:20px;
}

.filosofia-image img{
    width:100%;
    display:block;
    transition:.5s;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}


.filosofia-image:hover img{
    transform:scale(1.05);
}

.filosofia-content{
    display:flex;
    flex-direction:column;
    gap:25px;

}

.filosofia-content p{
    color:#555;
    line-height:2;
    text-align:justify;
    font-size:17px;
}

.filosofia-content strong{
    color:#0086D9;
}

.perfil-estudiante{
    padding:120px 0;
}

.perfil-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:35px;
}

.perfil-card{
    background:white;
    padding:40px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-top:5px solid #0086D9;
}

.perfil-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.perfil-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:#eaf6ff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    font-size:42px;
}

.perfil-card h3{
    color:#1b2a41;
    margin-bottom:20px;
    font-size:26px;
}

.perfil-card p{
    color:#666;
    line-height:1.9;
}

.nosotros-cta{
    padding:120px 0;
    background:linear-gradient(135deg,#0074C8,#00AEEF);
    color:white;
}

.cta-content{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.cta-content span{
    letter-spacing:3px;
    font-weight:700;
    text-transform:uppercase;
}

.cta-content h2{
    margin:25px 0;
    font-size:52px;
    color:white;
    line-height: 1.2;
}

.cta-content p{
    line-height:2;
    font-size:19px;
    margin-bottom:50px;
    color:rgba(255,255,255,.92);
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}

.btn-primary{
    background:white;
    color:#0086D9;
    padding:18px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
}

.btn-primary:hover{
    transform:translateY(-5px);
    background:#f2f2f2;
}

.btn-secondary{
    background:transparent;
    border:2px solid white;
    color:white;
    padding:18px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
}

.btn-secondary:hover{
    background:white;
    color:#0086D9;
}
