.selo__publicacao{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: .78rem;
    width: 97%;
    height: 73px;
    background-image: url("../img/selo_publicacao.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: 600;
    padding: .3rem;
    padding-right: 0.5rem;

}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: justify;
}

.container__info__pulicacao{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.info__publicacao{
  display: inline-block;
}

span,p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 420px) {
  .selo__publicacao{
    font-size: .6rem;
  }
}
