.img-fundo-especial {
  height: 120px;
  position: relative;
  overflow: hidden;
}
.img-fundo-especial img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
  position: absolute;
}
.circulo-cres{
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 35px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  position: relative;
  z-index: 2;
  line-height: 44px;
}
.img-post-relacionado{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  height: 250px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.ver-todas-esp{
  border-bottom: 1px solid #324673;
  padding-top: 10px;
}
.posts-relacionados{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.section-heading {
  margin-bottom: 80px;
}
#s2id_input_origem {
  border-right: 1px solid #333;
}
#select2-chosen-2 {
  border: none;
}
.select2-drop-mask {
  position: unset;
}
.itens-especial{
  line-height: 18px;
  width: 83%;
}
.coluna-imp{
  flex-direction: column!important;
}
.black-teste{
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.35);
  -webkit-backdrop-filter: blur(15px);
  padding: 0 20px;
  width: fit-content;
}
.main-banner {
  background-position: center center;
  padding: 290px 0 180px 0;
  background-attachment: fixed;
}
.w40{
  width: 40%;
}