.div-links-uteis {
  background-color: #f2f2f2;
}
.div-links-uteis .title-informativos {
  font-size: 34px;
  color: #000000;
  text-align: center;
  font-weight: 900;
  margin: 45px 0 30px;
  margin-bottom: 70px;
}
.title-informativos::after {
  content: '';
  border-bottom: 7px solid #D90000;
  width: 125px;
  position: absolute;
  bottom: 30%;
  left: 46%;
}
.div-links-uteis .row-informativos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.div-links-uteis .row-informativos .div-img {
  height: 70px;
  display: flex;
  margin-bottom: 20px;
}
.div-links-uteis .row-informativos a {
  display: flex;
  height: 140px;
  flex-direction: column;
  align-items: center;
}
.div-links-uteis .row-informativos a p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .title-informativos::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 30%;
    left: 43%;
  }
}
@media screen and (max-width: 768px) {
  .div-links-uteis .row-informativos a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .div-links-uteis .row-informativos a {
    height: 165px;
    width: 130px;
  }
  .div-links-uteis .row-informativos {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    flex-wrap: wrap;
  }
  .title-informativos::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 30%;
    left: 41%;
  }
}
@media (min-width: 564px) and (max-width: 600px) {
  .div-links-uteis .row-informativos a {
    height: 165px;
    width: 244px;
  }
}
@media screen and (max-width: 563px) {
  .div-links-uteis .row-informativos a {
    height: 165px;
    width: 130px;
  }
  .div-links-uteis .title-informativos{
    font-size: 25px;
  }
  .title-informativos::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 35%;
    left: 40%;
  }
}
@media screen and (max-width: 499px) {
  .title-informativos::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 35%;
    left: 38%;
  }
}
@media screen and (max-width: 470px) {
  .div-links-uteis .title-informativos{
    font-size: 20px;
  }
  .title-informativos::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 35%;
    left: 33%;
  }
}
@media screen and (max-width: 360px) {
  .title-informativos::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 35%;
    left: 31%;
  }
}
@media screen and (max-width: 329px) {
  .div-links-uteis .row-informativos a {
    width: 135px;
    font-size: 12px;
  }
  .title-informativos::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 35%;
    left: 28%;
  }
}
  
}