* {
  padding: 0;
  margin: 0;
}

.home {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.home .fondo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.home .logo {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(80%, 600px);
  height: auto;
  pointer-events: none;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  padding: 2px 15px;
}/*# sourceMappingURL=estilos.css.map */