@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* ----------------------swiper_principal--------------------------- */
.contenedor{
  height: 100vh;
}
.contenedor img{
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: brightness(0.5);
}
@media (max-width: 900px) {
  .contenedor{
    margin-top: 60px;
    height: 50vh;
  }
}