/* CONTENEDOR PRINCIPAL */
.hero {
  position: relative;
  background: #b6d400;
  padding: 80px 60px 200px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

/* TITULOS */
.title {
  font-size: 90px;
  font-weight: 900;
  color: #e6f0c0;
  margin: 0;
}

.subtitle {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  position: absolute;
  top: 120px;
  left: 420px;
}

/* SERVICIOS */
.services {
  display: flex;
  gap: 80px;
  position: absolute;
  top: 220px;
  right: 100px;
  font-size: 14px;
  color: #222;
}

/* IMÁGENES (REEMPLAZAR FONDOS) */
.img {
  position: absolute;
  background-size: cover;
  background-position: center;
}

/* Imagen mesa impresión */
.img1 {
  width: 420px;
  height: 260px;
  top: 300px;
  left: 60px;
  background: #ccc; /* reemplazar */
}

/* Imagen exposición */
.img2 {
  width: 260px;
  height: 300px;
  top: 350px;
  left: 360px;
  border: 4px solid #b6d400;
  background: #bbb; /* reemplazar */
}

/* Imagen rugby */
.img3 {
  width: 400px;
  height: 220px;
  bottom: 0;
  left: 0;
  background: #999; /* reemplazar */
}