.post-categorias {
  margin: -4px -6px;
  display: flex;
  flex-wrap: wrap;
}
.post-categorias .tag {
  height: 33px;
  padding: 2px 20px 0;
  margin: 4px 6px;
  border-radius: 5px;
  background: #f8cfe6;
  color: #DA1184;
  font-size: 20px;
  line-height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.post-categorias a.tag:hover, .post-categorias a.tag:focus {
  background-color: #DA1184;
  color: #FFFFFF;
}/*# sourceMappingURL=post-categorias2.css.map */