.intro-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
}

.intro-text h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #012B39;
}

.intro-text p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #444;
  max-width: 600px;
}

.btn-ver-productos {
  padding: 0.75rem 1.5rem;
  background-color: #08AEA0;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-ver-productos:hover {
  background-color: #06a093;
  transform: scale(1.05);
}

.intro-image img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

.nosotros {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 480px) {
  .nosotros {
    padding: 1.5rem 1rem;
  }
}

.intro-image {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}

.responsive-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px) {
  .responsive-image {
    object-fit: cover;
    max-height: 300px;
  }
}
