.home .sec1 .izq {
  background-image: url("../../assets/img/home/img-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 170px 9%;
}
.home .sec1 .der {
  background-image: url("../../assets/img/home/xoul-fig-header.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575px) and (min-width: 0px) {
  .home .sec1 .izq {
    padding: 100px 9%;
  }
  .home .sec1 .der {
    background-image: none;
    padding: 0;
  }
}
.home .sec2 {
  background-image: url("../../assets/img/home/img-hacemos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home .sec2 .icono {
  width: 150px;
  margin-top: 8%;
  margin-bottom: 25px;
}
@media (max-width: 575px) and (min-width: 0px) {
  .home .sec2 .titulo {
    margin-top: 12% !important;
  }
}
.home .sec3 {
  background-image: url("../../assets/img/home/img-servicios.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.home .sec3 .icono {
  width: 150px;
  margin-top: 8%;
  margin-bottom: 25px;
}
.home .sec4 .izq {
  padding: 15px 9%;
}
.home .sec4 .der {
  background-image: url("../../assets/img/home/xoul-fig-portafolio.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) and (min-width: 0px) {
  .home .sec4 .der {
    background-image: none;
    padding: 0;
  }
}
.home .sec5 {
  display: none;
}
.home .sec5 .box {
  position: relative;
}
.home .sec5 .box .txt {
  position: absolute;
  left: 80px;
  bottom: 150px;
}