body {
  font-family: 'nunito sans';
}

.rede {
  background: #f7f6f8;
  height: 46px;
}

.rede a {
  text-decoration: none;
  text-transform: uppercase;
  color: #151429;
  letter-spacing: .2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 46px;
}

.rede a:hover {
  text-decoration-line: underline;
  text-decoration-color: #208fbb;
  text-decoration-thickness: 2px;
}

.rede span {
  color: #208fbb;
  font-size: 1rem;
  margin: 0 5px;
}

.rede strong {
  text-decoration: none;
  text-transform: uppercase;
  color: #151429;
  letter-spacing: .1rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 46px;
}

header {
  background-color: #151429;
  height: 80px;
  line-height: 80px;
}

header a {
  text-decoration: none;
  text-transform: uppercase;
  color: #f7f6f8;
  letter-spacing: .1rem;
  font-size: .9rem;
  font-weight: 700;
}

header a:hover {
  text-decoration-line: underline;
  text-decoration-color: #208fbb;
  text-decoration-thickness: 2px;
}

header span {
  color: #898fa1;
  font-size: 1rem;
  margin: 0 5px;
}

.publicadade {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  gap: 0;
}

.live {
  margin: 30px 0;
}

.live .btn {
  font-size: 1.6rem;
  background-color: #898fa1;
  color: #151429;
  display: block;
}

.title {
  font-family: 'epilogue';
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 700;
}

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

.title a:hover {
  color: #898fa1;
}

.cat {
  font-family: 'nunito sans';
  color: #208fbb;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.manchete {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  position: relative;
}

.manchete img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.manchete-title {
  margin-top: 10px;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 2.5rem;
}

.submanchetes {
  margin-bottom: 25px;
  border-bottom: solid 1px #898fa1;
  padding-bottom: 12px;
}

.blogs {
  display: block;
  color: #151429;
  font-family: 'nunito sans';
  font-weight: 900;
  font-size: 2.2rem;
  text-transform: uppercase;
  padding: 0 20px 0 0;
}

.blog {
  padding: 15px;
  background-color: #f7f6f8;
  border: solid 1px #898fa1;
}

.blog .head {
  display: flex;
  gap: 10px;
  justify-content: left;
  align-items: center;
  margin-bottom: 15px;
}

.blog .img-round {
  border-radius: 50%;
  width: 100px;
}

.blog .name,
.blog .name a {
  color: #208fbb;
  font-family: 'nunito sans';
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
}

.blog .title {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 10px;
}

.blog .title a {
  color: #151429;
}

.editoria {
  display: block;
  color: #151429;
  font-family: 'nunito sans';
  font-weight: 900;
  font-size: 2.2rem;
  text-transform: uppercase;
  border-bottom: solid 1px #898fa1;
  padding: 0 20px 0 0;
}

.editoria-title {
  margin-top: 10px;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 2.0rem;
}

.submanchetes.subeditorias {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.play {
  background-color: #208fbb;
  margin: 50px 0;
  padding: 50px 0;
}

.play .head {
  color: #f7f6f8;
  font-family: 'nunito sans';
  font-weight: 900;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  border-bottom: solid 1px #f7f6f8;
  padding: 0 0 20px 0;
  height: 75px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.play .head img {
  height: 45px;
}

.play .title {
  color: #f7f6f8;
}

.play .ratio-9x16 iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
}

.play .tvnome {
  color: #f7f6f8;
  font-family: 'nunito sans';
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}

.play .title-play {
  margin-top: 10px;
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.play .player {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.especiais {
  background-color: #208fbb;
  margin: 50px 0;
  padding: 50px 0;
}

.especiais .head {
  display: block;
  color: #f7f6f8;
  font-family: 'nunito sans';
  font-weight: 900;
  font-size: 3rem;
  text-transform: uppercase;
  border-bottom: solid 1px #f7f6f8;
  padding: 0 20px 0 0;
}

.especiais .manchete {
  margin-bottom: 15px;
}

.especiais .title {
  font-size: 1.15em;
  line-height: 1.75rem;
  margin-bottom: 20px;
}

.especiais .title a {
  color: #f7f6f8;
}

footer {
  background-color: #f7f6f8;
  margin-top: 60px;
  padding: 40px 0;

}

.footer-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  color: #151429;
  letter-spacing: .1rem;
  font-size: .9rem;
  font-weight: 700;
}

.footer-img {
  margin: 5px;
}

footer .btn {
  background-color: #208fbb;
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: .1rem;
  font-size: .9rem;
  font-weight: 700;
  margin: 3px 0;
}

footer .btn:hover {
  background-color: #151429;
  color: #ffffff;
}

.copy {
  margin-top: 10px;
  font-family: 'epilogue';
  font-weight: 400;
  font-size: .9rem;
  text-align: center;
}

#radios_list {
  font-family: "epilogue" !important;
  font-size: 0.9rem;
}

#radios_audio {
  width: 100% !important;
  height: 30px !important;
  border-radius: 0 !important;
}

@media (max-width: 576px) {
  .play .tvnome {
    font-size: 1.2rem;
  }
}

.page-numbers {
  background-color: #898fa1;
  color: #151429;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.page-numbers {
  text-decoration: none;
}

.page-numbers.current {
  background-color: #208fbb;
  font-weight: 700;
}