.ctnProcesos {
  opacity: 1;
  display: flex;
  min-height: 100vh;
  min-height: 980px;
  width: 100%;
  transition: opacity 0.8s linear;
}

.ctnProcesos > div {
  min-height: inherit;
  /* margin-top: auto; */
}

.ctnProcesos .left {
  width: 750px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-color: #f0ede5;
  gap: 20px;
  padding: 180px 50px 0px 50px;
}

.ctnProcesos .right .linea {
  position: absolute;
  width: 7px;
  background: rgba(164, 200, 104, 0.2);
  height: 700px;
  margin-left: -35px;
}

.left h2 {
  width: 100%;
  color: #252525;
  font-family: 'Teko', sans-serif;
  font-size: 44.051px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.left .texto .btnGeneral {
  margin-top: 12px;
}

.left .texto p {
  font-size: 18px;
  min-height: 120px;
}

.left .texto span {
  font-family: 'HK Grotesk-semi', sans-serif;
  font-size: 16px;
}

.left .linea {
  width: 100%;
  height: 7px;
  margin-bottom: 25px;
  background: rgba(164, 200, 104, 0.2);
}

.left #processImg1 {
  padding: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/fase1.jpg) 50% 50% / cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 415px;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  transition: height 2s linear, margin-top 2s linear;
}

.left #processImg2 {
  background: linear-gradient(rgba(187, 32, 32, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/fase1.jpg) 50% 50% / cover;
  resize: both;
  overflow: hidden;
  position: absolute;
  right: 50px;
  top: 0;

  width: 500px;
  height: 0px;
  background: linear-gradient(rgba(134, 22, 22, 0.5), rgba(0, 0, 0, 0.5)),
    url(../../images/cabecera.jpg) 50% 50% / cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: top;
}

.left #processImg2.view {
  right: 0;
  height: 415px;
  transition: height 1.5s linear;
}

.ctnProcesos .right {
  flex: 1;
  display: flex;
  padding-top: 180px;
  z-index: 1;
  padding-bottom: 50px;
  align-items: center;
  justify-content: center;
}

.ctnProcesos .left > div {
  display: flex;
  flex-direction: column;
}

.fases {
  width: 400px;
  position: relative;
}

.fase {
  transform: scale(0.6);
  height: auto;
  position: relative;
  opacity: 0.3;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.fase:nth-child(even) {
  justify-content: end;
}

.fase.active {
  opacity: 1;
  height: 250px;
  transform: scale(1);
}

.fase h2 {
  margin-right: -72px;
  color: #242424;
  text-align: right;
  font-family: 'HK Grotesk-semi', sans-serif;
  font-size: 39.697px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 118.8%;
  letter-spacing: 2.382px;
}

.fase .cuadro {
  width: 160px;
  height: 186px;
  border: 5px solid #a4c86880;
}

@media screen and (max-width: 1400px) {
  .fase .cuadro {
    width: 120px;
    height: 150px;
  }

  .fase h2 {
    font-size: 30px;
  }

  .fases {
    width: 320px;
  }

  .ctnProcesos .right {
    margin-right: -100px;
  }
}

@media screen and (max-width: 1200px) {
  .ctnProcesos .left {
    width: 710px;
  }
  .fases {
    width: 270px;
  }

  .fase .cuadro {
    width: 100px;
    height: 120px;
  }
  .fase h2 {
    font-size: 28px;
  }
  .left h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 992px) {
  .ctnProcesos {
    min-height: auto;
    flex-direction: column;
    height: auto;
  }
  .btnSwip.btnProcesos {
    display: flex;
  }

  .btnProcesos {
    display: block;
    margin-top: 50px;
  }

  .ctnProcesos .left {
    margin-top: 70px;
    width: 100%;
    padding: 50px;
  }

  .ctnProcesos > div {
    height: auto;
  }

  .left #processImg1 {
    height: 45vh;
  }

  .left #processImg2,
  .ctnWeb {
    width: 100%;
  }

  .left #processImg2.view {
    height: 100%;
  }

  .ctnProcesos .right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .left #processImg1 {
    height: 38vh;
  }

  .ctnProcesos .right {
    padding-top: 0;
  }

  .ctnProcesos {
    min-height: auto;
  }

  .fase h2 {
    font-size: 20px;
  }

  .fases {
    width: 195px;
  }

  .fase .cuadro {
    width: 86px;
    height: 106px;
  }

  .ctnProcesos .right {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .ctnProcesos .right .linea {
    height: 55%;
  }

  .left h2 {
    font-size: 30px;
  }

  .left .texto p {
    font-size: 17px;
  }
}

@media screen and (max-width: 480px) {
  .ctnProcesos .right .linea {
    height: 42%;
  }

  .ctnProcesos .right .linea {
    margin-left: 15px;
  }

  .fases {
    width: 160px;
  }

  .fase.active.active {
    height: 150px;
  }

  .left #processImg1 {
    height: 22vh;
  }

  .ctnProcesos .left {
    padding: 30px;
  }

  .left h2 {
    font-size: 27px;
    height: 50px;
  }

  .left .texto p {
    font-size: 16px;
  }

  .left .texto .btnGeneral {
    margin-top: 35px;
  }
}
