html,
body {
  font-family: "Poppins", system-ui, sans-serif;
}

.slider {
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)), url("../img/inicio-01.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.slider-nosotros {
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)), url("../img/inicio-01.jpg");
  height: 25vh;
  background-size: cover;
  background-position: center;
}

.slider-servicios {
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)), url("../img/inicio-01.jpg");
  height: 25vh;
  background-size: cover;
  background-position: center;
}