
.section {
  position: relative;
  width: 1920px;
  height: 100vh;
  padding: 40px;
  margin: auto;
  color: #ffffff;
}
.section.bg-static {
  background-size: cover;
  background-position: center;
}
.section .bg-move {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  background-image: url("../../img/fondos/inspirado2.jpg");
  background-size: cover;
  background-position: center;
}