#proceso.process-journey .journey-layout{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.7fr);gap:64px;align-items:start}
.journey-heading{padding-top:12px}
#proceso.process-journey .process-steps{display:block;position:relative}
#proceso.process-journey .process-step{display:grid;grid-template-columns:64px 1fr;column-gap:24px;row-gap:8px;text-align:left;position:relative;padding:12px 0 30px 38px;margin:0;min-height:156px;border:0;opacity:1;transform:none}
#proceso.process-journey .process-step:nth-of-type(even){margin-left:32px}
#proceso.process-journey .process-step:after{content:'';position:absolute;left:118px;right:0;bottom:18px;height:1px;background:#e4e5e5}
#proceso.process-journey .process-step:last-child{padding-bottom:0;min-height:120px}
#proceso.process-journey .process-step:last-child:after{display:none}
#proceso.process-journey .step-num{grid-column:1;grid-row:1/3;align-self:start;justify-content:flex-start;width:auto;height:auto;margin:0;border:0;border-radius:0;background:none;color:var(--dark);font-size:56px;line-height:1;box-shadow:none;transform:none;transition:color .6s ease}
#proceso.process-journey .step-title{grid-column:2;margin:0;align-self:end;font-size:28px;line-height:1.1;letter-spacing:1px;position:relative}
#proceso.process-journey .step-title:before{content:'';position:absolute;left:-14px;top:0;bottom:0;width:1px;background:#d8d9da;transition:background .6s}
#proceso.process-journey .step-desc{grid-column:2;max-width:none;margin:0;font-size:16px;line-height:1.7;color:var(--gray)}
.journey-dot{position:absolute;left:-5px;top:19px;width:12px;height:12px;border-radius:50%;background:#24292d;z-index:2;transition:background .5s,box-shadow .5s}
.journey-dot:after{content:'';position:absolute;inset:-5px;border:1px solid #d9001040;border-radius:50%;opacity:0}
.journey-route{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
.journey-route path{fill:none;stroke:#d2d5d6;stroke-width:1.5}
.journey-route .route-progress{stroke:#d90010;stroke-dasharray:1;stroke-dashoffset:1;transition:opacity .6s;opacity:0}
.journey-route .route-progress.is-done{stroke-dashoffset:0;opacity:1}
.journey-route .route-progress.is-drawing{opacity:1;animation:journey-draw 2.4s cubic-bezier(.4,0,.2,1) forwards}
#proceso.process-journey .active-step .step-num{color:#d90010;background:none;box-shadow:none;transform:none}
#proceso.process-journey .active-step .step-title:before{background:#d90010}
.process-journey .active-step .journey-dot{background:#d90010;box-shadow:0 0 0 4px #d9001009}
.process-journey .active-step .journey-dot:after{animation:journey-pulse 2.4s ease-out both}
@keyframes journey-draw{to{stroke-dashoffset:0}}
@keyframes journey-pulse{0%{opacity:0;transform:scale(.6)}25%{opacity:.9}100%{opacity:0;transform:scale(1.9)}}
@media(max-width:1000px){#proceso.process-journey .journey-layout{gap:36px;grid-template-columns:minmax(220px,.8fr) minmax(0,1.6fr)}#proceso.process-journey .process-step{column-gap:18px;grid-template-columns:46px 1fr;padding-left:26px}#proceso.process-journey .step-num{font-size:46px}#proceso.process-journey .process-step:after{left:90px}}
@media(max-width:760px){#proceso.process-journey .journey-layout{display:block}.journey-heading{padding:0;margin-bottom:32px}#proceso.process-journey .process-steps{margin-left:6px}#proceso.process-journey .process-step{min-height:150px;padding-bottom:28px;grid-template-columns:38px 1fr;column-gap:16px}#proceso.process-journey .process-step:nth-of-type(even){margin-left:18px}#proceso.process-journey .step-num{font-size:38px}#proceso.process-journey .step-title{font-size:25px}#proceso.process-journey .step-desc{font-size:15px;line-height:1.65}#proceso.process-journey .process-step:after{left:80px}.journey-dot{width:10px;height:10px;left:-4px;top:18px}}
@media(prefers-reduced-motion:reduce){.journey-route .route-progress,.journey-dot,.journey-dot:after,#proceso.process-journey .step-num{animation:none!important;transition:none!important}}
