:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b97a3a7 *//* CONTENEDOR DE LA SECCIÓN */
.alquiler-bebe {
  padding: 2rem 1rem;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.alquiler-bebe h2 {
  color: #2e7d32;
  margin-bottom: 1rem;
}

.alquiler-bebe p {
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

/* GRID DE 1 TARJETA */
.alquiler-bebe .grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .alquiler-bebe .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* TARJETA */
.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 INSTITUCIONAL */
.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;
}

/* HOVER */
.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 */