.no-padding {
  padding: 0;
}
.title-bloco::after {
  content: '';
  border-bottom: 7px solid #D90000;
  width: 125px;
  position: absolute;
  bottom: 28%;
  left: 46%;
}
.carouselNoticia{
  height: 290px;
}
.div-noticias .div-bloco-noticias .bloco-noticias {
  display: flex;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-destaque {
  width: 790px;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-destaque .img-destaque {
  width: 100%;
  height: 177px!important;
  object-fit: cover;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-destaque .carousel-caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 22px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-destaque .carousel-control {
  display: flex;
  align-items: center;
  color: black;
  background: transparent;
  opacity: 1;
  justify-content: center;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-destaque .carousel-control .div-icon-banner i {
  background: white;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 28px;
  box-shadow: 1px 1px 4px #797979;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-destaque .right-icon {
  right: -40px !important;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-destaque .left-icon {
  left: -40px !important;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-outras {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  justify-content: space-between;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-outras .bloco-outras a {
  display: flex;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-outras .bloco-outras a .img-outras img {
  width: 265px;
  height: 165px;
  object-fit: cover;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-outras .bloco-outras .div-descricao-outras {
  padding: 4px 17px;
  width: 290px;
  position: relative;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-outras .bloco-outras .div-descricao-outras .p-chapeu {
  color: #0a8f31;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-outras .bloco-outras .div-descricao-outras .p-title {
  font-weight: 900;
  color: black;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-outras .bloco-outras .div-descricao-outras .p-artigo {
  color: black;
  text-align: justify;
}
.div-noticias .div-bloco-noticias .bloco-noticias .div-outras .bloco-outras .div-descricao-outras .border-bottom {
  position: absolute;
  width: 84%;
  height: 1px;
  background-color: #dbdbdb;
  bottom: 1px;
}
.div-noticias .div-bloco-noticias .div-ultimas {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.div-noticias .div-bloco-noticias .div-ultimas .bloco-ultimas {
  width: 270px;
}
#title-blue {
  font-size: 17px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2C74FB;
  border-bottom: 1px solid #2C74FB;
  opacity: 1;
}
#title-reddish{
  font-size: 17px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FC4C4C;
  border-bottom: 1px solid #FC4C4C;
  opacity: 1;
}
#title-purple{
  font-size: 17px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #AD00EB;
  border-bottom: 1px solid #AD00EB;
  opacity: 1;
}
#title-green{
  font-size: 17px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #54C71C;
  border-bottom: 1px solid #54C71C;
  opacity: 1;
}
.div-noticias .div-bloco-noticias .div-ultimas .bloco-ultimas img {
  width: 270px;
  height: 180px;
  object-fit: cover;
}
.p-title-ultimas {
    padding-top: 5px;
    padding-bottom: 50px;
    height: 50px;
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.7px;
    color: #707070;
    opacity: 0.9;
    text-transform: uppercase;
}
.alinhamento{
  display: flex;
  align-items: center;
  justify-content: center;
}
.div-button {
  margin-top: 25px;
  background-color: #EEEFEF;
  border: #EEEFEF;
  margin-top: 20px;
  width: 480px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.div-button a {
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.div-noticias .title-bloco {
  font-size: 34px;
  color: #000000;
  text-align: center;
  font-weight: 900;
  margin: 45px 0 30px;
  margin-bottom: 60px;
}
@media (min-width: 600px) and (max-width: 1199px) {
  .alinhamentoNoticias{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .title-bloco::after {
      content: '';
      border-bottom: 7px solid #D90000;
      width: 125px;
      position: absolute;
      bottom: 28%;
      left: 44%;
  }
  .carousel-inner {
    display: contents;
  }
}
@media screen and (max-width: 991px) {
  .div-noticias .div-bloco-noticias .bloco-noticias .div-outras {
    flex-direction: row;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
  }
  .div-noticias .div-bloco-noticias .bloco-noticias {
    flex-direction: column;
  }
  .div-noticias .div-bloco-noticias .bloco-noticias .div-destaque {
    width: 100%;
  }
  .div-noticias .div-bloco-noticias .bloco-noticias .div-outras .bloco-outras a {
    flex-direction: column;
    align-items: center;
  }
  .div-noticias .div-bloco-noticias .div-ultimas {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .title-bloco::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 28%;
    left: 41%;
  }
  .div-noticias .div-bloco-noticias .bloco-noticias .div-destaque .right-icon {
    right: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .title-bloco::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 28%;
    left: 40%;
  }
  .div-noticias .title-bloco{
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .div-button a {
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  .title-bloco::after {
    content: '';
    border-bottom: 7px solid #D90000;
    width: 125px;
    position: absolute;
    bottom: 28%;
    left: 35%;
  }
  .div-noticias .title-bloco {
    font-size: 25px;
  }
}
/*# sourceMappingURL=04-noticias.css.map */