p.timeline-date.text-right {
  margin-top: 30px !important;
}
p.timeline-date.text-left {
  margin-top: 24px !important;
}
strong {
 font-weight: 900; 
}
.logo > a {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 32px;
}
.logo > a > strong {
  font-weight: 700 !important;
}
.sppb-btn-custom {
  border: 1px solid #3286ad;
}
.lista-calendario {
  list-style: none;
  padding-left: 0;
}
.lista-calendario li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.lista-calendario li:before {
  content: "\f133";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.lista-doc {
  list-style: none;
  padding-left: 0;
}
.lista-doc li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.lista-doc li:before {
  content: "\f2b9";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.footer > div.container {
  border-top: 2px solid #f9f6f3;
  padding-top: 50px;
}
.footer2 > div.container {
  border-top: 2px solid #f9f6f3;
  padding-top: 20px;
}

.menu-lateral {
  background-color: #f9f6f3;
  border-radius: 20px !important;
}
figure.article-full-image {
  text-align: center;
}