/* sellos */

#sellos {
  background: linear-gradient(#14498a, #1d5ead);
}

#sellos > div {
  width: 100%;
}

#sellos > div > div {
  max-height: 100px;
  width: min-content;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sellos > div > div > img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
