.noticiaCard {
    width: 353px;
    min-height: 300px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    margin: 10px;
}
.noticiaCard::before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.1));
}
.noticiaCard .conteudo {
    position: relative;
    padding: 20px;
    z-index: 2;
}
.paginacao {
    text-align:center;
    margin-top:40px;
}
.paginacao a, .paginacao span {
    display:inline-block;
    padding:10px 16px;
    margin:0 6px;
    background:#54ae2b;
    color:#fff;
    border-radius:4px;
    text-decoration:none;
    font-weight:500;
    transition:0.3s;
}
.paginacao a:hover {
    background:#3a7d1d;
}
.paginacao a.atual {
    background:#333;
}
.paginacao span {
    background:transparent;
    color:#333;
    font-weight:bold;
}
.heightVH {
    height: auto;

}

.btn-vermais {
    display: inline-block;
    background: #54ae2b; 
    color: #fff !important;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-top: 10px;
}
.btn-vermais:hover {
    background: #3a7d1d; 
    color: #fff;
}

.banner-conteudo {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 80px;
  margin-left: 80px;
}
.banner-conteudo h1 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wrapper1 {
  width: calc(100% - 60px);
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0px 30px 0px 30px;
  z-index: 200;
  position: relative;
  align-content: center;
}

.banner-topo {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner-topo::after {
    content:"";
    position:absolute;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.4);
}
.banner-topo h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 76px;
    padding: 15px 10px 0px;
}

.banner-conteudo {
    position: relative;
    z-index: 2;
    text-align: left; /* deixa alinhado à esquerda */
}

.banner-conteudo h1 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
}