/* Correções exclusivas do blog. */
body .nav .hamb { display: none !important; }

.blog-hero .sec-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #79a7ef !important;
  font: 700 .7rem/1.3 'Montserrat', sans-serif !important;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.blog-hero .sec-tag span { color: #79a7ef !important; }

.blog-page > .final {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 24px !important;
  border-top: 1px solid rgba(121, 167, 239, .2);
  background: linear-gradient(135deg, #0c1425, #102b63);
  text-align: center;
}
.blog-page > .final .sec-tag {
  display: flex;
  justify-content: center;
  color: #79a7ef !important;
  font: 700 .7rem/1.3 'Montserrat', sans-serif !important;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.blog-page > .final .sec-tag span { color: #79a7ef !important; }
.blog-page > .final .sec-title {
  width: min(900px, 100%);
  margin-inline: auto !important;
  color: #fff !important;
  text-align: center;
}
.blog-page > .final p {
  width: min(680px, 100%);
  margin: 0 auto 28px;
  color: #c3cad7 !important;
  font-size: var(--mike-copy);
  line-height: 1.75;
  text-align: center;
}
.blog-page > .final .btn-primary {
  margin-inline: auto;
  color: #fff !important;
}
