.filter-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.proceso-icon-orange {
  min-width: 150px;
  min-height: 150px;
  width: 150px;
  height: 150px;
}

.proceso-card-line-container::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 140%;
  left: 50%;
  bottom: -50px;
  z-index: -1;
  border-left: 2px dotted var(--Orange600);
}

.proceso-card-hr {
  border-top: 2px dotted var(--Orange600);
  opacity: 1;
}

.proceso-line-center::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 40%;
  left: 50%;
  top: -33%;
  z-index: -1;
  border-left: 2px dotted var(--Orange600);
}

.proceso-line-left::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 65px;
  left: 10%;
  bottom: -50px;
  z-index: 1;
  border-left: 2px dotted var(--Orange600);
}

.bg-blue-red {
  background: linear-gradient(#c21905, #1b3c87);
}

@media (max-width: 1199px) {
  .proceso-line-center::before {
    top: -30%;
  }
}
@media (max-width: 991px) {
  .proceso-line-center::before {
    top: -26%;
  }
}
@media (max-width: 768px) {
  .proceso-card-hr {
    border-top: none;
    border-left: 2px dotted var(--Orange600);
    opacity: 1;
    width: 2px;
    height: 89.5%;
  }
  .proceso-card-line-container::after {
    width: 30%;
    height: 3px;
    left: -7%;
    bottom: 50%;
    border-top: 2px dotted var(--Orange600);
    border-left: 0;
  }
  .proceso-line-center::before {
    width: 15px;
    height: 80%;
    left: -1px;
    top: -23%;
    border-bottom: 2px dotted var(--Orange600);
  }
  .proceso-line-left::after {
    height: 176px;
    left: -1px;
    bottom: -50px;
  }
  .proceso-card-hr-trefilado {
    height: 80.9%;
  }
  .proceso-line-recoleccion::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 80%;
    left: -1px;
    top: 8%;
    z-index: -1;
    border-bottom: 2px dotted var(--Orange600);
    border-left: 2px dotted var(--Orange600);
  }

  .acercade-first-multi-card-line::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 80%;
    left: 15%;
    top: -22%;
    z-index: -1;
    border-bottom: 2px dotted var(--Orange600);
    border-left: 2px dotted var(--Orange600);
  }
}

@media (max-width: 575px) {
  .proceso-line-center::before {
    width: 1px;
    height: 30%;
    left: 4%;
    top: -62px;
    border-bottom: 0
  }
  .proceso-line-recoleccion::before {
      display: none;
  }
}
@media (max-width: 475px) {
  .proceso-card-line-container::after {
    left: -8%;
  }
}
@media (max-width: 320px) {
  .proceso-line-center::before {
      left: 12px;
  }
}