/* ============================================================
   CGAP · Responsive Nosotros (nosotros.html)
   ============================================================ */
@media(max-width:900px){
  .nos2-valores-grid{grid-template-columns:repeat(2,1fr)}
  .nos2-stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .nos2-hero-grid{
    grid-template-columns:1fr;
    gap:32px;
  }
  .nos2-hero-img-wrap{
    order:-1;
    border-radius:16px;
  }
  .nos2-hero-btns{flex-direction:column}
  .nos2-historia-inner{flex-direction:column;gap:12px}
}
@media(max-width:480px){
  .nos2-valores-grid{grid-template-columns:1fr}
}
