.not-itens-pai {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
}

.not-card {
    width: 23%;
}

.noticias-img img {
    width: 100%;
    transition: 2s;
}

/* div#infraestrutura {
    background: url(./img/Fundo3.png);
   background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin: 5% 0;
    padding: 5% 0;
} */
div#infraestrutura {
    position: relative;
    overflow: hidden;
    margin: 0 0;
    padding: 5% 0 3% 0;
}

div#infraestrutura::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #dddedf;
    /* background: url(./img/Fundo3.png) no-repeat center/cover; */
    transition: transform 0.6s ease;
    z-index: -1;
}

div#infraestrutura:hover::before {
    transform: scale(1.1);
}

.efeito-not {
    background: #ffffff96;
    border-radius: 15px;
    padding: 0 0 25px 0;
    transition: 1s;
}

.noticias-img {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.texto-noticias {
    padding: 0 20px;
}

.texto-noticias h4 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
}

.texto-noticias p {
    font-size: 1.3rem;
    font-weight: 500;
    color: #858585;
}

.not-leia {
    padding: 0 20px;
}

.not-leia a {
    font-weight: 600;
    color: #56a379;
}

h3.not1 {
    font-weight: 800;
    font-size: 4rem;
    color: #3e4d68;
    text-align: center;
}

.not-subt p {
    font-size: 1.9rem;
    color: #3e4d68;
    text-align: center;
    /* width: 31%; */
    margin: auto;
}

.not-subt {
    margin-bottom: 6%;
}

.not-card:hover img {
    scale: 1.1;
    transition: 2s;
}

.not-card:hover .efeito-not {
    background: #ffffffdb;
    transition: 1s;
    transform: translateY(-20px);
}

.vejatodas a {
    display: inline-block;
    width: fit-content;
    background: #ffb200;
    color: #3d4d67;
    padding: 7px 21px;
    border-radius: 20px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vejatodas {
    text-align: center;
    margin: 5% 0 0 0;
    position: relative;
}

p.data {
    text-transform: capitalize;
    background: #ffb200;
    color: #755a2f;
    font-size: 1rem;
    font-weight: 600;
    width: fit-content;
    padding: 5px 14px;
    border-radius: 16px;
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: 2;
}

.texto-noticias h4 {
    min-height: 64px;
}

.noticias-img {
    position: relative;
}

.vejatodas a:hover {
    text-decoration: none;
    color: #ed8a6c;
    transform: translateY(-8px);
    /* mais suave que top */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media screen and (max-width:1100px) {
    h3.not2 {
        display: none;
    }

    .not-card {
        width: 40%;
        margin-bottom: 4%;
    }

    .not-subt p {
        width: 66%;
    }
}

@media screen and (max-width:700px) {
    .not-card {
        width: 40%;
        margin-bottom: 4%;
    }
}

@media screen and (max-width:600px) {
    .not-card {
        width: 80%;
        margin-bottom: 4%;
    }
}