/* ===== HERO ===== */
.hero-about {
  width: 100%;
  height: 52vh;
  overflow: hidden;
  position: relative;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== CONTENIDO ===== */
.about-content {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
}

.about-content p {
  margin-bottom: 1.8rem;
}

/* ===== IMÁGENES ===== */
.about-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* ===== CTA ===== */
.about-cta {
  background: #f8f8f8;
  padding: 4rem 2rem;
  border-radius: 18px;
}

/* ===== BOTONES ===== */
.botonx {
  display: inline-block;
  padding: 12px 28px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease;
  border: 1px solid #111;
}

.botonx:hover {
  background: #fff;
  color: #111;
}

.volver-btn {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease;
  background: #fff;
}

.volver-btn:hover {
  background: #eee;
  color: #111;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .hero-about {
    height: 38vh;
  }

  .about-content {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .about-image img {
    height: 280px;
  }

  .about-cta {
    padding: 3rem 1.5rem;
  }
.about-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
    max-width: 460px;
  margin: 0 auto;
}
@media (max-width: 768px) {

  .about-image img {
    height: 240px;
  }

}
}