
.img-noti img {
  width: 100%;
}

.img-noti {
  position: relative;
}
.card-noticia.col-md-6 {
  margin-bottom: 4%;
}
.img-noti.col-md-5 {
  padding: 0;
  margin-bottom: 5%;
}
.noticias {
  padding: 1% 0%;
  margin: 7% 2% 5% 2%;
}
.com-content-article__body {
  margin-top: 4%;
}
.txt-noti.col-md-9 {
  margin: 0 !important;
  padding: 0;
}
.instituicao {
  display: flex
;
gap: 7px;
  margin-bottom: 1%;
}
.instituicao2 p {
  font-size: 15px;
}
.convidado-pai h2 {
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #004997;
  width: 50%;
  justify-self: center;
  padding-bottom: 14px;
}
h2.linha {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #ffb33c;
  width: 50%;
  justify-self: center;
}
.instituicao p {
  font-size: 15px;
  margin: 0;
}
.link-noti a {
  font-size: 15px;
  color: #004a93 !important;
}
.link-noti a {
  font-size: 15px;
  color: #ffb33c !important;

  font-weight: 700;
}
.txt-noti > h3 {
  margin: 0;
  margin-bottom: 2%;
  padding: 6px;
  color: #004997;
  line-height: 20px;
  font-size: 1.8rem;
  border: solid 2px #fcc66c;
  width: 100%;
  font-weight: 900;
}
.convidado-pai h2 {
  text-align: center;
  font-weight: 700;
  justify-self: center;
  padding-bottom: 14px;
  border-bottom: 2px solid blue;
  width: 47%;
}
h2.linha {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #ffb33c;
  width: 50%;
  justify-self: center;
}
.link-noti a {
  color: black;
}
.img-noti img {
  border-radius: 15px;
}
.botao-veja {
  border: 3px solid #f1971a;
  border-radius: 15px;
  width: 20%;
}

.botao-veja p {
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #f1971a;
  margin: 0;
}

.botao-veja a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4%;
}

.botao-veja {
  border: 2px solid #f1971a;
  border-radius: 13px;
  width: 20%;
  padding: 17px;
  margin: auto;
}

/* #fx2 .moduletable > h3 {
  font-size: 4.1rem;
  font-weight: 900;
  color: #2a4d98;
  position: relative;
  margin-left: 1%;
  width: fit-content;
  padding-right: 2%;
} */

#fx2 .moduletable > h3 {
  font-size: 4.1rem;
  font-weight: 900;
  color: #2a4d98;
  position: relative;
  width: fit-content;
  padding-right: 3%;
  padding-left: 6%;
  border-bottom: 7px solid #ff9700;
}
/* #fx2 .moduletable > h3::before {
  content: "";
  width: 31%;
  height: 33px;
  position: absolute;
  background: url(../img/linha.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -46%;
  left: -7%;
  display: block;
} */
#fx2 .moduletable > h3::after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  bottom: -15px;
  background: #ff9700;
  display: block;
  z-index: 4;
}
.noticias-pai {
  padding: 0 5%;
}