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

header {
  background-color: #151429;
  height: 80px;
  line-height: 80px;
  position: fixed;
  top: 0;
  z-index: 2;
}

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

header .submarca span {
  color: #208fbb;
  font-size: .9rem;
}

section.container {
  margin-top: 100px;
}

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

.sidebar {
  position: sticky;
  top: 80px;
  z-index: 1;
}

.blog {
  padding: 20px;
  background-color: #f7f6f8;
  margin-bottom: 30px;
}

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

.title {
  font-family: 'epilogue';
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 700;
  margin-bottom: 14px;
}

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

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

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

.item {
  background-color: #ffffff;
  font-size: 1.1rem;
  font-family: 'epilogue';
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #898fa1;
}

.item .autor {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: 'nunito sans';
  margin-bottom: 14px;
}

.item .autor .foto {
  width: 70px;
  border-radius: 50%;
  border: solid 1px #208fbb;
}

.item .autor .nome {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.1rem;
}

.item .autor .nome span {
  display: block;
  font-weight: 400;
  font-size: .9rem;
  color: #208fbb;
}

.item .autor .data {
  margin-left: auto;
  font-size: .9rem;
  color: #898fa1;
}

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;
}