.banners {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.bar1 {
  border-bottom: solid 2px #393d93;
  padding: 10px 0;
  font-family: 'Arsenal';
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bar1 a {
  text-decoration: none;
  color: #000;
}

.bar2 {
  border-bottom: solid 1px #e6e6e6;
  padding: 30px 0;
}

.bar2 .links-a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.bar2 .links-b {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.bar2 .logo img {
  height: 100px;
}

.bar3 {
  border-bottom: solid 2px #393d93;
  padding: 10px 0;
  font-family: 'Arsenal';
  font-size: 1rem;
  font-weight: 700;
  min-height: 46px;
}

.bar3 a {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px;
  color: #000;
}

.manchete {
  background-color: #f4f4f4;
}

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

.manchete .titulo {
  display: flex;
  height: 100%;
  font-family: 'Arsenal';
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.manchete .titulo a {
  text-decoration: none;
  color: #000000;
}

.manchete .titulo a:hover {
  text-decoration: none;
  color: #393d93;
}

.manchete .titulo span {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

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

.submanchete .titulo {
  font-family: 'Arsenal';
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}

.submanchete .titulo a {
  text-decoration: none;
  color: #000000;
}

.submanchete .titulo a:hover {
  text-decoration: none;
  color: #393d93;
}

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

.nortepoliticolink {
  color: #f4f4f4;
  text-decoration: none;
}

.nortepolitico {
  background-image: url(../img/norte_politico.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #002144;
  font-size: 1.2rem;
  min-height: 350px;
  font-family: 'Arsenal';
  margin-bottom: 25px;
  padding: 30px 20px;
  color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.nortepolitico .titulo {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.nortepolitico span {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  padding: 2px;
  display: inline-flex;
  justify-content: center;
}

.nortepolitico span:first-child {
  background-color: #6073a0;
}

.nortepolitico span:last-child {
  background-color: #00a279;
}

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

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

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

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

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

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

.g1 {
  border-bottom: solid 2px #393d93;
  padding-right: 20px;
  font-family: 'Arsenal';
  font-size: 2rem;
  font-weight: 700;
}

.g2 {
  border-bottom: solid 1px #e6e6e6;
  font-family: 'Arsenal';
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.g2 a {
  text-decoration: none;
  color: #393d93;
}

.colunas {
  display: flex;
  gap: 10px;
}

.colunas .foto {
  height: 90px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  border: solid 2px #f4f4f4;
}

.colunas .texto {
  font-family: 'Arsenal';
  font-size: .9rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.colunas .texto span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
}

.colunas .texto a {
  text-decoration: none;
  color: #000000;
}

.colunas .texto a:hover {
  text-decoration: none;
  color: #393d93;
}

.capas {
  background-color: #f4f4f4;
  padding: 20px 20px 40px 20px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.capas .foto {
  width: 94%;
  aspect-ratio: 3/5;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin: 0 auto;
}

.brasilia {
  background-color: #f4f4f4;
  padding: 20px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.brasilia .titulo a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Arsenal';
  text-decoration: none;
  color: #000000;
}

.brasilia .titulo a:hover {
  color: #393d93;
}

.videos .video {
  width: 100%;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.videos .titulo {
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Arsenal';
  cursor: pointer;
}

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

.editorias .titulo {
  font-family: 'Arsenal';
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  margin-top: 10px;
}

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

.editorias a:hover {
  text-decoration: none;
  color: #393d93;
}

.bar4 {
  background-color: #393d93;
  padding: 20px 0;
  font-family: 'Arsenal';
  font-size: 1rem;
  font-weight: 400;
  margin-top: 80px;
  color: #f4f4f4;
}

.bar4 .logo img {
  height: 100px;
}

.bar4 .links {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bar4 .btn:hover,
.bar4 .btn {
  color: #393d93;
  background-color: #f4f4f4;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.bar5 {
  background-color: #e6e6e6;
  padding: 10px 0;
  font-family: 'Arsenal';
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

.bar5 .link {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: .9rem;
  margin: 0 10px;
}