
  .not {
    display: flex;
    justify-content: center;
    text-align-last: center;
    column-gap: 61px;
}
h2.botaonotici {
  margin-bottom: auto !important;
  font-size: 21px;
  font-weight: 700;
  border: 4px solid;
  padding: 10px 25px;
  color: white;
  display: inline-block;
  border-radius: 32px;
  background: #007cff;
}
h2.botaonotici a {
  color: white;
  font-weight: 600;
}
.botnot {
    text-align: center;
}
h2.ttlnot {
    text-align: center;
    font-weight: 900;
    color: #000000;
    border-bottom: 6px solid #0c82ff;
    width: 24%;
}
.titulonoti {
    text-align: -webkit-center;
    padding: 4% 0;
}
.img-not {
    /* width: 75%; */
    padding: 5px;
    border: 2px solid #0c82ff;
    border-radius: 25px;
}

.img-not img {
    width: 100%;
    border-radius: 8%;
}

.card-not {
  width: 27%;
}

.txt-not {text-align-last: start;padding: 10px;}

/* .txt-not h2 {
    padding-top: 9px;
    font-weight: 700;
    font-size: 2.2rem;
} */

.txt-not h2 {
    padding-top: 0px;
    font-weight: 700;
    font-size: 2rem;
    min-height: 50px;
    color: #06982f;
}
.txt-not a {
    /* margin-top: 4px !important; */
    color: #00828f;
    font-weight: 700;
}

.txt-not p {
    margin-bottom: 3%;
    /* color: black; */
}
#fx2 a:hover{
  text-decoration: none;
}
div#noticias h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.8rem;
    color: #0070b1;
    margin-bottom: 2.2%;
}
.com-content-category-blog__item.blog-item img {
    width: 387px;
    height: 265px;
}
div#fx2 .moduletable > h3 {
  justify-self: center;
  font-size: 4rem;
  font-weight: 800;
  color: #007cff;
  margin: 3% 0px 8% 0;
  width: fit-content;
  position: relative !important;
}

div#fx2 .moduletable > h3::after {
  content: "";
  width: 68%;
  height: 4px;
  position: absolute;
  background: #00a83b;
  display: block;
  z-index: 9;
  margin: auto;
  bottom: -7px;
  justify-self: anchor-center;
}
div#fx2 .moduletable > h3::before {
  content: "";
  width: 42%;
  height: 4px;
  position: absolute;
  background: #00a83b;
  display: block;
  z-index: 9;
  margin: auto;
  bottom: -15px;
  justify-self: anchor-center;
}