.conteudo {
  font-family: "Roboto", sans-serif;
  /* color: #2f3139; */
  line-height: 1.2;
  font-size: 16px;
  margin-top: 30px;
  margin: 0 auto;
}
.section_text {
  display: flex;
  flex-direction: row;
  margin: 40px auto;
}

.conteudo_text {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #2f3139;
  font-weight: lighter;
  padding: 15px 15px 15px 0;
  display: flex;
  margin-left: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}

.mosaico_conteudo {
  background: linear-gradient(#2f3139 80%, transparent 80%) left/ 2px 100%;
  background-repeat: no-repeat;
}
.noti_arrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.noti_arrow img {
  width: 25px;
  transform: rotateZ(270deg);
  opacity: 0;
}
.noti_arrow p {
  text-align: left;
  margin: 15px;
  width: 200px;
}
.noti_arrow:hover .noti_arrow_img {
  opacity: 1;
  color: #63130d;
  font-weight: 700;
}
.noti_arrow:hover .noti_arrow_p {
  color: #63130d;
  font-weight: 700;
}
.cont_noticias {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.noticia {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  margin: 20px;
}
.noticia a {
  text-decoration: none;
  color: #2f3139;
}
.noti_text {
  width: 230px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-left: 60px;
}
.noti_title {
  background-color: #fff;
  width: 250px;
  max-width: 250px;
  padding: 15px 5px 5px 70px;
  font-size: 18px;
  text-align: left;
  word-break: break-word;
  /* text-transform: lowercase; */
}

.noti_title h4:first-letter {
  text-transform: capitalize;
}
.noti_date {
  background-color: rgba(0, 0, 0, 0);
  padding: 3px 10px 10px 30px;
  font-size: 11px;
}
.noti_img {
  width: 116px;
  height: 116px;
  border-radius: 100px;
  border: 5px solid #fff;
  position: absolute;
  overflow: hidden;
}
.noti_img img {
  height: 116px;
  min-width: 100%;
}
.noticia:hover .noti_img {
  border: 10px solid #63130d;
}

.noticia:hover .noti_title {
  background-color: #63130d;
  color: #f2f2f2;
}
.noti_img:hover img {
  filter: contrast(1) saturate(1.2);
}

.membro_apr {
  width: 150px;
}
@media screen and (min-width: 480px) {
  .conteudo_text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 840px) {
  .section_text,
  .section_noticias {
    max-width: 1100px;
    margin: 40px auto;
  }
  .section_text {
    justify-content: space-around;
  }
}
@media screen and (max-width: 840px) {
  .section_text {
    flex-wrap: wrap;
  }
}
