* {
  margin: 0;
  padding: 0;
}

.modal-requerimiento {
  width: 80%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-requerimiento .contenedor-req {
  width: 90%;
}

.cover {
  background-image: linear-gradient(to top, rgba(0, 10, 20, 1), rgba(0, 10, 20, 0)), url('../img/fondo1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 55vh;
  background-color: rgb(0, 10, 20);
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
}



.cover .contenedor-cover {
  text-align: center;
}

.cover .contenedor-cover h1 {
  font-size: 70px;
  color: white;
}

.cover .contenedor-cover h2 {
  font-size: 20px;
  color: white;
}


.logoCover{
  width: 85vw;
}

@media screen and (min-width: 992px) {
  .logoCover {
    width: 50vw;
  }

  .cover {
    height: 70vh;
  }
}
/*# sourceMappingURL=cover.css.map */