body {
  font-family: "Poppins";
}

.container {
  max-width: 1200px;
}

.col-pub {
  min-width: 300px;
}

.bar0 {
  background-color: #f6f6f6;
  height: 30px;
}

.bar0 a {
  color: #000;
  text-decoration: none;
  font-size: .9rem;
}

.bar0 a.social-link {
  font-size: 1rem;
  margin: 0 5px;
}

.logo {
  margin: 30px 0;
}

.bar1 {
  background-color: #3E4095;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.bar1 a {
  text-transform: uppercase;
  color: #f6f6f6;
  font-weight: 500;
  text-decoration: none;
  margin: 0 8px;
}

.bar1 a:hover {
  text-decoration: underline;
}

.post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.p-destaques {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #3E4095;
  font-weight: 600;
  text-decoration: none;
  border-bottom: solid 1px #00AFEF;
}

.p-cat-info {
  margin-bottom: 0;
}

.p-cat-info a {
  text-transform: uppercase;
  color: #00AFEF;
  font-weight: 500;
  text-decoration: none;
}

.p-cat-info::before {
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color: #3E4095;
  content: "";
}

.p-cat-title {
  border-bottom: solid 1px #00AFEF;
}

.p-cat-title a {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #3E4095;
  font-weight: 600;
  text-decoration: none;
}

.p-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7rem;
  text-decoration: none;
  color: #000;
}

.p-title-big {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-decoration: none;
  color: #000;
}

.bar2 {
  background-color: #3E4095;
  text-align: center;
  color: #fff;
}

.bar2 a {
  color: #fff;
  text-decoration: none;
  font-size: .9rem;
}

.bar2 a.social-link {
  font-size: 1.3rem;
  margin: 0 8px;
}

.copy {
  margin-top: 50px;
  border-top: solid 1px #00AFEF;
  padding: 5px 0;
}

.shared {
  color: #000;
  font-size: .9rem;
  text-transform: uppercase;
}

.shared a.social-share {
  font-size: 1.4rem;
  margin: 0 5px;
  color: #000;
}

.shared a.social-share:hover {
  color: #00AFEF;
}

.page-numbers {
  display: inline-block;
  width: 30px;
  height: 40px;
  color: #3E4095;
  text-decoration: none;
}

.page-numbers.current {
  color: #00AFEF;
}