.proyectos {
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
}

.proyecto-card {
  margin-bottom: 80px;
}

.proyecto-card h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #222;
}

.proyecto-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}

.descripcion {
  margin-top: 15px;
  color: #555;
  line-height: 1.6;
}

.swiper {
  border-radius: 12px;
  overflow: hidden;
}
