#faixa-4 > div > h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2%;
  color: #D4001E;
}
.noticias > .col-md-3 img {
  width: 96%;
}
.texto-not {
  margin-top: -5%;
  width: 96%;
  background-color: #fff;
  height: 193px;
}
.noticias .col-md-3 {
  padding: 7px 0px;
  margin: 0 15px;
  border: darkgray solid;
  border-radius: 17px;
}

.texto-not p,
.texto-not h3,
.texto-not a {
  padding: 10px 35px;
}
.noticias {
  display: flex;
  justify-content: center;
}

.data-not {
  position: absolute;
  top: 7%;
  left: 15%;
}
.not-img {
  text-align: center;
  height: auto;
}
.noticias .col-md-3 {
  display: grid;
  justify-items: center;
}
/* .noticias a {
  color: white;
} */
.texto-not h3 {
  margin: 0;
  font-size: 1.8rem;
  color: #D4001E;
  font-weight: 500;

}
.texto-not .cat {
  padding: 5px 15px!important;
  margin-top: 1%;
  width: 115px;
  background: #440001;
  color: white;
  text-decoration: none;
  height: 30px;
  text-align: center;
}

.not-img {
  margin-top: 7px;
}
.texto-not a {
  display: flex;
  padding: 0px!important;
}

.texto-not p {
  color: black;
  border-left: solid #440001;
}
.noticias .col-md-3 {
  padding: 0;
  margin: 0 15px;
  border: darkgray solid;
  border-radius: 17px;
}


.botao-gal {
  margin-top: 3%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.botao-gal a {
  color: #9b0328;
}
.texto-not {
  position: relative;
}
.texto-not a {
  padding: 0 65px;
  margin-top: -3%;
}
img.mais-not1 {
  width: 15px !important;
}
img.mais-not {
  width: 10px !important;
}
.data-not span {
  background: #4f4f4f;
  padding: 10px;
  color: #fafafa;
  font-size: 1.7rem;
}
.data-not {
  display: flex;
}
.mes-ano {
  background: white;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #8592a4;
}
