@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"); /*Fuentes*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

.raleway-light {
  font-weight: 300;
}

.raleway-medium {
  font-weight: 400;
}

.custom-bg {
  background-color: #1e1a13;
}

.custom-ht {
  height: 348px;
}

.gallery img {
  width: 316px;
  height: 202px;
}

footer {
  width: 102px;
}
