.hero--culturas-park{
  background-image:
     url('../../imagenes/culturas-park/culturas-park-iguazu.webp');
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.step{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  font-size:.9rem;
  background:#eef3f8;
  color:var(--primary);
  margin-bottom:10px;
}