.btn-posts-page {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #00255d;
  font-size: 1rem;
  font-weight: bold;
  gap: 1rem;
  text-transform: uppercase;
}
.btn-blog-page {
  display: flex;
  justify-content: flex-end;
}
.page-blog-dr {
  width: 80px;
}
.blog-page-dr {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1rem;
}
.blog-pagina-bg {
  background: url(../img/movimento/movimento-bg.png) top center no-repeat;
  background-size: cover;
}
.tag_content-page {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-right: 2rem;
}
.blog-posts p {
  margin: 1.5rem 0;
  color: #555555;
}
.blog-posts h1 {
  color: #00255d;
  font-weight: bold;
}
.ql-indent-1 {
  padding-left: 1rem;
}
.ql-font-serif {
  font-family: serif;
}
.ql-font-monospace {
  font-family: monospace;
}
.blog-posts h2 {
  color: #00255d;
  font-weight: bold;
}
.blog-posts h3 {
  color: #00255d;
  font-weight: bold;
}
.blog-posts img {
  display: block !important;
}
.blog-posts a {
  color: #00255d;
}
.blog-posts a:hover {
  color: #0a58ca;
}
.btn-post-anterior {
  justify-content: flex-start;
}
.btn-post-proximo {
  justify-content: flex-end;
}
.ql-video {
  height: 400px;
  width: 100%;
}
.ql-align-center {
  text-align: center;
}
.ql-align-right {
  text-align: right;
}
.blog-posts p sup {
  display: block;
}
.blog-posts sub em {
  display: block;
  margin: 1rem 0;
}
sub,
sup {
  line-height: 28px;
}
em {
  display: block;
  margin: 1rem 0;
}
sub {
  display: block;
  margin: 1rem 0;
}
ol li {
  list-style: normal;
}
ul {
  list-style: none;
}
.blog-posts ul li::before {
  content: "\2022";
  color: #e7395b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul li {
  margin-left: 0.5rem;
}
.ql-size-small {
  font-size: 0.7rem !important;
}
.ql-size-large {
  font-size: 1.75rem !important;
}
.ql-size-huge {
  font-size: 2rem !important;
}

@media (max-width: 990px) {
  .tag_content-page {
    justify-content: start;
  }
  .max-img-blog {
    height: 200px;
    margin: 0.5rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .blog-posts p {
    margin: 0 !important;
  }
  .ql-video {
    height: auto;
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .content-blog-page {
    margin-top: 10rem;
  }
}
