.archivo {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nunito-500 {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h6 {
  text-transform: uppercase;
  color: #fff;
}
h6 span {
  background-color: #222;
  padding: 0 5px;
}

/* BODY */
body, html {
  overflow-x: hidden;
}
body {
  overflow: hidden;
}
#gallery .img-col {
  z-index: 1;
}
#gallery .img-col:hover {
  z-index: 2;
}
#gallery .img-col img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}

#gallery .img-col img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  scale: 1.25;
  z-index: 2;
  box-shadow: 0 -5px 5px 0px rgba(0,0,0,0.15);
  border: 5px solid #0028bd;
}