/* ===== AJUSTES GENERALES ===== */
body{
  font-size: 17px;
}

.sn-section{ background:#f7f9fc; }

/* HERO */
.sn-hero{
  background: linear-gradient(90deg, #0b2a4a, #0f4c7a);
  color:#fff; padding:70px 0; margin-bottom:40px;
}
.sn-title{ font-weight:800; font-size:3rem; }
.sn-breadcrumb a{ font-size:1.1rem; }

/* TITULOS */
.sn-h2{
  font-weight:800;
  font-size:2.1rem;
  margin-bottom:20px;
  color:#0b2a4a;
}

/* TEXTO */
.sn-text{
  font-size:1.15rem;
  line-height:1.8;
  color:#34495e;
}

.sn-text-sm{
  font-size:1rem;
}

/* CONTENEDORES */
.sn-block{ padding:40px 0; }

/* TARJETAS */
.sn-shadow{
  box-shadow:0 15px 30px rgba(0,0,0,.12);
  border-radius:18px;
}

.sn-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
}

/* IMÁGENES CONTROLADAS */
.sn-img{
  width:100%;
  max-height:360px;
  object-fit:cover;
}

/* EQUIPO */
.sn-team .card-img-top{
  width: 100%;
  height: 260px;          /* altura fija */
  object-fit: contain;   /* NO recorta */
  background: #f5f7fa;   /* fondo elegante */
  padding: 10px;
}

.sn-team .card-title{
  font-size:1.2rem;
  font-weight:700;
}

/* LOGO */
.sn-logo{
  max-width:140px;
  margin-top:15px;
}

/* BULLETS */
.sn-bullet{
  font-size:1.05rem;
  padding:12px 14px;
  margin-bottom:12px;
}

/* TIMELINE */
.sn-year{
  font-size:1.1rem;
  font-weight:800;
}

/* CTA */
.sn-cta{
  margin-top:40px;
  padding:70px 0;
  background: linear-gradient(90deg, #0f4c7a, #0b2a4a);
  color:#fff;
}

.sn-cta-title{
  font-size:2.3rem;
  font-weight:900;
}

.sn-cta-text{
  font-size:1.15rem;
  line-height:1.7;
}

.sn-btn{
  font-size:1.1rem;
  padding:14px 28px;
  border-radius:12px;
}

.sn-team{
  display: flex;
  flex-direction: column;
}
/* RESPONSIVE */
@media (max-width: 768px){
  .sn-team .card-img-top{
    height: 200px;
  }
}
.container{
  max-width: 1140px;
}
