.bg-img-inicio {
  background-color: #235b4e;
  background-image: url("../../assets/images/inicio/Horizontal/Back1.png");
  background-size: cover;
  background-position: center;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.bg-img-login {
  background-color: #235b4e;
  background-image: url("../../assets/images/login/Horizontal/Back2.png");
  background-size: cover;
  background-position: center;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.bg-img-login-um {
  background-color: #235b4e;
  background-image: url("../../assets/images/login/Horizontal/Back_inicio_UM_HORIZONTAL.jpg");
  background-size: cover;
  background-position: center;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.bg-img-contenido {
  background-color: #235b4e;
  background-image: url("../../assets/images/contenido/Horizontal/Back3.png");
  background-size: cover;
  background-position: center;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.bg-img-contenido-um {
  background-color: #235b4e;
  background-image: url("../../assets/images/contenido/Horizontal/Back info_um_HORIZONTAL.jpg");
  background-size: cover;
  background-position: center;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

@media (max-width: 1124px) {
  .bg-img-inicio {
    background-color: #235b4e;
    background-image: url("../../assets/images/inicio/Vertical/Back1_V.png");
    background-size: cover;
    background-position: center;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
  }
  .bg-img-login {
    background-color: #235b4e;
    background-image: url("../../assets/images/login/Vertical/Back 2_V.png");
    background-size: cover;
    background-position: center;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
  }
  .bg-img-login-um {
    background-color: #235b4e;
    background-image: url("../../assets/images/login/Vertical/Back_inicio_UM_VERTICAL.jpg");
    background-size: cover;
    background-position: center;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
  }
  .bg-img-contenido {
    background-color: #235b4e;
    background-image: url("../../assets/images/contenido/Vertical/Back 3_V.png");
    background-size: cover;
    background-position: center;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
  }
  .bg-img-contenido-um {
    background-color: #235b4e;
    background-image: url("../../assets/images/contenido/Vertical/Back info_um_VERTICAL.jpg");
    background-size: cover;
    background-position: center;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
  }
}
