.nv-vision {
  padding: 4rem 2rem;
  /*background: #fff;*/
}

.nv-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.nv-imagen {
  flex: 1 1 45%;
}

.nv-imagen img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.nv-texto {
  flex: 1 1 50%;
  font-family: 'Karla', sans-serif;
  color: #333;
}

.nv-titulo {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.nv-texto p {
  font-size: 1.125rem;
  line-height: 1.7;
}
