.flujo-etapas{text-align:center;flex-wrap:nowrap;justify-content:space-evenly;align-items:center;gap:clamp(.8rem,2vw,2.5rem);width:100%;max-width:1000px;margin:2rem auto;transition:all .3s;display:flex}.flujo-etapa{flex-direction:column;flex:auto;justify-content:center;align-items:center;min-width:0;transition:transform .3s;display:flex}.flujo-etapa:hover{transform:scale(1.05)}.flujo-etapa__icono{background-color:var(--azulOscuro);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(40px,8vw,80px);height:clamp(40px,8vw,80px);transition:all .3s;display:flex;box-shadow:0 3px 10px #0003}.flujo-etapa__icono img{filter:brightness(0)invert();width:clamp(18px,3vw,40px);height:clamp(18px,3vw,40px);transition:transform .3s}.flujo-etapa__titulo{color:var(--azulOscuro);white-space:nowrap;margin-top:.5rem;font-family:Montserrat,sans-serif;font-size:clamp(.65rem,1.3vw,.9rem);font-weight:600}@media (max-width:768px){.flujo-etapas{gap:clamp(.3rem,1vw,.6rem);max-width:95%}.flujo-etapa__icono{width:clamp(35px,10vw,60px);height:clamp(35px,10vw,60px)}.flujo-etapa__icono img{width:clamp(16px,3vw,28px);height:clamp(16px,3vw,28px)}.flujo-etapa__titulo{font-size:clamp(.6rem,2vw,.8rem)}}
