.home .line-white {
  border: 2px solid var(--white);
}
.home .sec1 {
  background-image: url("../img/home/gmx-home-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 175px 0;
}
.home .sec2 .imgs .img-hover {
  display: none;
}
.home .sec2 .imgs:hover .img-show {
  display: none;
}
.home .sec2 .imgs:hover .img-hover {
  display: block;
}
.home .sec2 .texto {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: calc(100% - 50px);
}
.home .sec2 .line {
  border: 2px solid var(--white);
  margin-bottom: 10px;
}
.home .sec2 .row {
  width: 100%;
  margin: 0;
}
.home .sec2 a {
  color: var(--white);
}
.home .sec3 .boxs {
  background-color: var(--white);
  padding: 40px 30px;
  min-height: 380px;
}
.home .sec3 .boxs h3 {
  color: var(--blue);
}
.home .sec3 .boxs p {
  color: var(--black);
}
.home .sec3 .boxs .icon-img {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .sec3 .boxs .icon-img.img-1 {
  background-image: url("../img/home/gmx-home-icono-01.png");
}
.home .sec3 .boxs .icon-img.img-2 {
  background-image: url("../img/home/gmx-home-icono-02.png");
}
.home .sec3 .boxs .icon-img.img-3 {
  background-image: url("../img/home/gmx-home-icono-03.png");
}
.home .sec3 .boxs .icon-img.img-4 {
  background-image: url("../img/home/gmx-home-icono-04.png");
}
.home .sec3 .boxs:hover {
  background-color: var(--blue);
}
.home .sec3 .boxs:hover h3 {
  color: var(--white);
}
.home .sec3 .boxs:hover p {
  color: var(--white);
}
.home .sec3 .boxs:hover .icon-img.img-1 {
  background-image: url("../img/home/gmx-home-icono-01-hov.png");
}
.home .sec3 .boxs:hover .icon-img.img-2 {
  background-image: url("../img/home/gmx-home-icono-02-hov.png");
}
.home .sec3 .boxs:hover .icon-img.img-3 {
  background-image: url("../img/home/gmx-home-icono-03-hov.png");
}
.home .sec3 .boxs:hover .icon-img.img-4 {
  background-image: url("../img/home/gmx-home-icono-04-hov.png");
}
.home .sec4 {
  background-image: url("../img/home/gmx-home-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 130px 0;
}
.home .sec4 .line {
  border: 2px solid var(--white);
  width: 30%;
  display: inline-block;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 25px;
}

@media (max-width: 574px) and (min-width: 0px) {
  .home .sec1 {
    background-image: url("../img/home/gmx-home-header-res.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 65px 0 185px !important;
  }
  .home .sec3 .boxs {
    padding: 35px 25px;
    min-height: 150px !important;
  }
  .home .sec4 {
    background-position: right !important;
  }
  .home .sec4 .position-absolute {
    position: relative !important;
  }
  .home .sec4 .line {
    width: 50% !important;
  }
}