.single-title {
  font-family: 'Arsenal';
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 25px;
}

.single-data,
.single-datetime {
  font-family: 'Arsenal';
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
}

.single-foto {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2rem;
}

.single-content {
  margin-top: 2rem;
  font-family: 'Open Sans';
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.single-content a {
  color: #393d93 !important;
  text-decoration: underline;
}

.single-share {
  font-family: 'Arsenal';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .2rem;
  margin-top: 30px;
}

.single-alert {
  font-family: 'Arsenal';
  margin-top: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.single-alert .btn {
  background-color: #393d93;
  color: #fff;
  border: none;
  width: 100%;
  font-size: .8rem;
}

.single-peladas {
  border-left: solid 2px #393d93;
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: 'Arsenal';
}

.single-peladas .titulo {
  font-size: 1.82rem;
  line-height: 2rem;
  font-weight: 700;
}

.single-peladas .manchetes {
  margin-top: 10px;
  font-weight: 700;
}

.single-peladas .manchetes span {
  font-size: .8rem;
  display: table;
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 0 10px;
  color: #393d93;
  text-transform: uppercase;
}

.single-peladas .manchetes a {
  text-decoration: none;
  color: #000000;
}

.single-peladas .manchetes a:hover {
  text-decoration: none;
  color: #393d93;
}

.single-coluna a {
  display: block;
  font-family: 'Arsenal';
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 15px;
  text-decoration: none;
  color: #393d93;
}

.single-bio {
  font-family: 'Arsenal';
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.single-leiamais {
  font-family: 'Arsenal';
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.single-leiamais .titulo,
.single-bio .titulo {
  font-size: 1.82rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.single-leiamais .manchetes {
  margin-top: 10px;
  font-weight: 700;
}

.single-leiamais .manchetes a {
  text-decoration: none;
  color: #000000;
}

.single-leiamais .manchetes a:hover {
  text-decoration: none;
  color: #393d93;
}

.coluna-title {
  font-family: 'Arsenal';
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
}

.coluna-title a {
  text-decoration: none;
  color: #000000;
}

.coluna-title a:hover {
  color: #393d93;
}

.coluna-datetime {
  font-family: 'Arsenal';
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 3px;
}

.page-numbers {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 400;
  background-color: #393d93;
  padding: 5px 10px;
  border: solid 1px #393d93;
  text-decoration: none;
}

.page-numbers.current {
  color: #393d93;
  background-color: #ffffff;
}