@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap');

body{
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-link{
  font-weight: 600;
  color: white !important;
  opacity: 1;
}

#landing{
  background-image: url(img/bgs/landing.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  color: white;
}

#landingQuienes{
  background-image: url(img/bgs/bg-quienes.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  color: white;
}

#contenido ul.list-unstyled li{
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}


h1{
  letter-spacing: 1px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.4);

}

#footer{
  background-image: url(img/bgs/footer.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  color: white;
}

.imgLogos{
  margin: 20px;
}

#footer h3{
  font-weight: bolder;
}

#footer hr{
  border-width: 4px;
  border-color: white;
  opacity: 1;
}

.waFlotante{
  position: fixed;
  right: -40px;
  bottom: -40px;
}