:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-548c1a3 */.alquiler-scooter {
  padding: 2rem 1rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.alquiler-scooter h2 {
  color: #2e7d32;
  margin-bottom: 1rem;
}

.alquiler-scooter p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.producto {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.producto:hover {
  transform: translateY(-4px);
}

.producto img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0.8rem;
}

/* BOTÓN OUTLINE */
.btn-outline {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #ffffff;
  color: #2e7d32;
  border: 2px solid #2e7d32;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.btn-outline:hover {
  background-color: #ffffff !important;
  color: #2e7d32 !important;
  border: 2px solid #2e7d32 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46,125,50,0.35);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-487fca8 */.alquiler-sillas {
  padding: 2rem 1rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.alquiler-sillas h2 {
  color: #2e7d32;
  margin-bottom: 1rem;
}

.alquiler-sillas p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* AQUI VIENE EL NUEVO BLOQUE */
.alquiler-sillas .grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .alquiler-sillas .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */