/* div#fx2 {
  padding: 5% 0;
} */

div#fx1 {
  border-top: 2px solid #cccccc2e;
  background: #ececec;
}

#fx1 > div > div > h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #004773;
  margin: 3%;
}

.nov-avo {
  position: relative;
  display: grid;
  place-items: center;
  row-gap: 30px;
}

.nov-card {
  position: relative;
}

.txt-nov-pai {
  position: absolute;
  width: 90%;
  padding: 0 10px;
  bottom: 0;
}

.img-nov img {
  width: 100%;
  box-shadow: 10px 10px 33px -15px rgba(102, 101, 102, 1);
}

/* categoria */
.cat-nov {
  position: absolute;
  background-color: #4271a6;
  border: 1px solid #4271a6;
  border-radius: 5px;
  width: fit-content;
  text-align: center;
  padding: 1%;
  top: -20px;
  left: 20px;
}

.cat-nov h4 {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 2px 4px;
  text-transform: uppercase;
}

.txt-nov h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: white;
  /* text-shadow: 1px 1px 2px #333; */
}

.txt-nov p {
  color: black;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 16px;
}

.txt-nov a {
  text-decoration: none;
  cursor: pointer;
}

#leia-mais {
  background: linear-gradient(#4471b5, #1b3d89);
  border: 1px solid #253d8d;
  border-radius: 12px;
  text-align: center;
  padding: 6px 10px;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  float: right;
}

#fx1 .moduletable {
  position: relative;
}

.bt-todas-nov {
  border: 2px solid #4271a6;
  text-align: center;
  padding: 5px 10px;
  width: fit-content;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 30px;
}

.bt-todas-nov a {
  color: #4271a6;
  font-weight: 800;
  font-size: 1.2rem;
  text-decoration: none;
  cursor: pointer;
}

.osBotoes-novidades {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 4%;
}

.txt-nov {
  bottom: 0;
  padding: 10px;
}

.btn-noticias,
.btn-oportunidades,
.btn-informes,
.btn-todas {
  color: #fff;
  font-size: 1.2rem;
  background-color: #4271a6;
  border: 1px solid #4271a6;
  border-radius: 5px;
  width: fit-content;
  text-align: center;
  padding: 1% 4%;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-noticias:hover,
.btn-oportunidades:hover,
.btn-informes:hover {
  background-color: #274971;
  color: white;
}

.selecionado {
  background-color: #274971;
  color: white;
}

.nov-card.col-md-3 {
  background: linear-gradient(26deg, #4271a6, #9abcde);
  padding: 0;
  width: 22%;
  margin: 0 1.5%;
}

.nov-card.col-md-3:hover > div {
  opacity: 0.7;
  transition: all 0.4s ease-out;
}
