.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: 5% 0;
	padding: 5% 0 3% 0;
	background: linear-gradient(96.75deg, #00a86b 0.01%, #00422a 99.32%);
}

div#infraestrutura::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(./img/TINS2026-LOGO-SIMBOLO21.png);
	background-repeat: no-repeat;
	transition: transform 0.6s ease;
	z-index: -1;
	background-position: right;
}
div#infraestrutura:hover::before {
	transform: scale(1.1);
}
.efeito-not {
	background: white;
	border-radius: 15px;
	padding: 0 0 25px 0;
	transition: 1s;
	border: 1px solid white;
}

.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;
	margin-top: 10px;
	min-height: 70px;
}

.texto-noticias p {
	font-size: 1.3rem;
	font-weight: 500;
	color: #858585;
}

.not-leia {
	padding: 0 20px;
}

.not-leia a {
	font-weight: 600;
	color: #1e78d4;
}

h3.not1 {
	font-weight: 800;
	font-size: 6rem;
	color: white;
	text-align: center;
	margin-bottom: 50px;
}

.not-subt p {
	font-size: 1.9rem;
	color: #00a86b;
	text-align: center;
	width: 31%;
	margin: auto;
	font-weight: bold;
}

.not-subt {
	margin-bottom: 0%;
}

.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: white;
	color: #00a86b;
	padding: 7px 21px;
	border-radius: 10px;
	font-size: 1.8rem;
	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: #ec8362;
	color: white;
	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 > p {
    min-height: 59px;
}
.noticias-img {
	position: relative;
}
.categoria {
	margin-top: 5px;
	color: #1e78d4 !important;
}

.categoria p {
	color: #1e78d4;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 0px;
}

.vejatodas a:hover {
	text-decoration: none;
	color: #00422a;
	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%;
	}
}
