#appfa {
  margin-bottom: 25px;
}
.postepi {
  padding: 0 8px;
  display: inline-flex;
  width: 24.99999%;
}

div.gallery:hover {
  border: 1px solid rgba(127, 72, 0, 0.7);
}

div.gallery img {
  width: 100%;
  height: auto;
}
div.gallery img:hover {
  width: 100%;
  height: auto;
  filter: brightness(1) contrast(1.2) saturate(1.2);
  transition: all 0.3s ease-in-out;
}

div.desc {
  padding: 15px;
  text-align: center;
}
.fotos-container {
  background-color: #fff9ed;
  padding: 16px;
  margin-bottom: 32px;
}

* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 700px) {
  .postepi {
    width: 49.99999%;
  }
}
