.bloque-tarifas {
  text-align: center;
  padding: 3rem 1rem;
}

.bloque-tarifas h2 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.tarifas-cajas {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.tarifa {
  border: 1px solid #fff;
  padding: 1rem 2rem;
  border-radius: 8px;
  min-width: 140px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.tarifa:hover {
  background-color: #2a2a2a;
}

.tarifa .duracion {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.tarifa .precio {
  font-weight: bold;
  font-size: 1.4rem;
}

.promo {
  font-size: 1rem;
  margin-top: 1rem;
}
