.elementor-87119 .elementor-element.elementor-element-191417a{--display:flex;}.elementor-87119 .elementor-element.elementor-element-147ccd2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8204af8 *//*=================*/
/* PROCESO INICIA AQUÍ     */
/*=================*/
.eko-proc {
  max-width: 780px;
  margin: 0 auto;
  padding: 2rem 20px;
}

.eko-proc-item {
  position: relative;
  padding: 48px 0 48px 100px;
  border-bottom: 1px solid rgba(3, 45, 80, 0.07);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.eko-proc-item:first-child { padding-top: 0; }
.eko-proc-item:last-child { border-bottom: none; }
.eko-proc-item.visible { opacity: 1; transform: translateY(0); }

.eko-proc-num {
  position: absolute;
  left: 0;
  top: 44px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: rgba(3, 45, 80, 0.05);
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  transition: color 0.4s ease;
}

.eko-proc-item:first-child .eko-proc-num { top: 0; }
.eko-proc-item.visible .eko-proc-num { color: rgba(124, 113, 237, 0.10); }

.eko-proc-body { max-width: 580px; }

.eko-proc-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #7C71ED;
  margin-bottom: 14px;
}

.eko-proc-tag::before {
  content: '';
  display: block;
  width: 20px;
  height: 1.5px;
  background: #7C71ED;
  flex-shrink: 0;
}

.eko-proc-title {
  font-size: var(--h3-size, 36px) !important;
  font-weight: 600 !important;
  color: #032D50 !important;
  line-height: 1.2 !important;
  margin: 0 0 16px !important;
  letter-spacing: -0.02em;
}

.eko-proc-desc {
  font-size: var(--p-size, 17px) !important;
  line-height: var(--lh-body, 1.75) !important;
  color: rgba(3, 45, 80, 0.55) !important;
  margin: 0 0 20px !important;
  max-width: 500px;
}

.eko-proc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #032D50;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(3, 45, 80, 0.20);
  transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}

.eko-proc-link:hover {
  color: #7C71ED;
  border-color: #7C71ED;
  gap: 12px;
}

.eko-proc-link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.eko-proc-link:hover svg { transform: translateX(3px); }

/*=================*/
/* PROCESO — RESPONSIVE */
/*=================*/
@media (max-width: 768px) {
  .eko-proc-item {
    padding: 36px 0 36px 56px;
  }

  .eko-proc-num { font-size: 48px; }

  .eko-proc-title {
    font-size: var(--h3-size-mobile, 24px) !important;
  }

  .eko-proc-desc {
    font-size: var(--p-size-mobile, 16px) !important;
  }
}/* End custom CSS */