.destaque{
	width: 100%;
	margin-top: 10px;
	position: relative;
	transition: ease .3s;
}
.destaque:hover .img img{
	transform: scale(1.2);
	transition: ease .5s;
}
.destaque .img{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom-left-radius: 30px;
}
.destaque .img img{
	width: 100%;
	min-height: 600px;
	object-fit: cover;
	border-bottom-left-radius: 30px;
	transition: ease .5s;
}
.destaque .img::after{
	content: "";
	width: 100%;
	height: 100%;
	min-height: 600px;
	border-bottom-left-radius: 30px;
	background: linear-gradient(to bottom, rgba(32, 57, 90, 0) 45%, #20395A 100%);
	position: absolute;
	top: 0;
	z-index: 1;
}
.destaque .absolute{
	position: absolute;
	width: 100%;
	bottom: 50px;
	z-index: 2;
	pointer-events: none;
}
.destaque .container{
	display: flex;
	gap: 30px 50px;
	justify-content: space-between;
}
.destaque .container .texto{
	max-width: 1030px;
	width: 100%;
}
.destaque .container .texto h5{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	font-family: "Asap Condensed", serif;
}
.destaque .container .texto h3{
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	font-family: "Asap Condensed", serif;
}
.destaque .container .texto p{
	font-size: 23px;
	color: #fff;
	margin-top: 10px;
	line-height: 1;
}
.destaque .container .link{
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: self-end;
	max-width: 209px;
	width: 100%;
	height: 52px;
	border-radius: 5px;
	background-color: var(--cor-1);
	background-image: url(../imagens/noticia/bg.png);
	background-size: auto;
	background-position: 97% 50%;
	background-repeat: no-repeat;
	transition: ease .3s;
}
.destaque .container .link a{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.destaque:hover .link{
	background-color: var(--primaria);
	transition: ease .3s;
}


.noticia{
	width: 100%;
	gap: 20px;
	padding: 100px 0;
	background-image: url(../imagens/noticia/bg1.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left bottom;
}
.noticia .titulo{
	width: 100%;
}
.noticia .titulo .container{
	align-items: center;
	text-align: center;
	gap: 5px;
}
.noticia .noticia-topo{
	width: 100%;
	border-bottom: 1px solid #ffffff52;
}
.noticia .noticia-topo .titulo.container{
	width: 100%;
	text-align: center;
	align-items: center;
	gap: 5px;
}
.noticia .noticia-topo .container{
	display: flex;
	gap: 10px;
}
.noticia .noticia-topo .container .links{
	max-width: calc(100% - 339px);
	width: 100%;
	height: 62px;
	display: flex;
	gap: 10px;
	padding-bottom: 5px;
	overflow-x: auto;
	white-space: nowrap;
}
.noticia .noticia-topo .container .links::-webkit-scrollbar {
	height: 5px;
}
.noticia .noticia-topo .container .links::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.noticia .noticia-topo .container .links::-webkit-scrollbar-thumb {
  background-color: var(--cor-1);
}
.noticia .noticia-topo .container .links::-webkit-scrollbar-thumb:hover {
  background-color: var(--cor-1);
}
.noticia .noticia-topo .container .links a{
	min-width: 180px;
	height: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 5px 15px;
	color: var(--cor-1);
	font-size: 20px;
	font-weight: 600;
	border-radius: 3px;
	border: 1px solid var(--cor-1);
	transition: ease .3s;
}
.noticia .noticia-topo .container .links a:hover,
.noticia .noticia-topo .container .links a.ativo{
	background-color: var(--cor-1);
	color: #fff;
	transition: ease .3s;
}
.noticia .noticia-topo .container .pesquisar{
	max-width: 329px;
	width: 100%;
	height: 52px;
	position: relative;
	border: 1px solid #0000001c;
	border-radius: 3px;
}
.noticia .noticia-topo .container .pesquisar input{
	width: 100%;
	height: 100%;
	padding: 0 62px 0 10px;
	color: #0000004d;
	font-size: 20px;
}
.noticia .noticia-topo .container .pesquisar input::placeholder{
	color: #0000004d;
	font-size: 20px;
}
.noticia .noticia-topo .container .pesquisar button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background-color: var(--cor-1);
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	position: absolute;
	right: 0;
}
.noticia .noticia-conteudo{
	width: 100%;
}
.noticia .noticia-conteudo .container{
	gap: 75px;
}
.noticia .noticia-conteudo .noticia-div{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 25px;
	row-gap: 25px;
}
.noticia .noticia-conteudo .box{
    max-width: 489px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    align-content: flex-start; 
	background-color: #fff;
    border-bottom-left-radius: 30px;
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
}
.noticia .noticia-conteudo .box .img,
.noticia .noticia-conteudo .box .img img{
    width: 100%;
    max-height: 290px;
    object-fit: cover;
    overflow: hidden;
    transition: transform .3s;
}
.noticia .noticia-conteudo .box:hover .img img{
	transform: scale(1.2);
	transition: transform .3s;
}
.noticia .noticia-conteudo .box .texto{
	display: flex;
	align-items: center;
    width: 100%;
    padding: 20px 20px 100px 20px;
	gap: 10px;
    background-color: #fff;
    border-bottom-left-radius: 30px;
}
.noticia .noticia-conteudo .box .texto h5{
	width: 100%;
	font-size: 28px;
	font-weight: 700;
	color: var(--primaria);
}
.noticia .noticia-conteudo .box .texto p{
	width: 100%;
	font-size: 20px;
	color: #222222;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 5; 
	-webkit-box-orient: vertical; 
}
.noticia .noticia-conteudo .box .texto a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 270px;
	width: 100%;
	height: 60px;
	margin: auto auto 0;
	background-color: var(--cor-1);
	border-radius: 5px;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	bottom: 20px;
	transition: ease .3s
}
.noticia .noticia-conteudo .box:hover .texto a{
	background-color: var(--primaria);
	transition: ease .3s
}




/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	.banner .texto{
		padding: 50px 5%;
	}
}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){
	
}

@media screen and (max-width: 1280px){
	.noticia .noticia-conteudo .noticia-div{
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 1100px){
    
}

/* MOBILE */
@media screen and (max-width: 1000px){
    
}

@media screen and (max-width: 800px){
    .destaque .container{
		flex-direction: column;
	}
	.destaque .container .link{
		align-self: center;
	}

	.noticia .noticia-topo .container{
		flex-direction: column;
	}
	.noticia .noticia-topo .container .pesquisar{
		order: 0;
		margin-left: auto;
	}
	.noticia .noticia-topo .container .links{
		max-width: 100%;
		order: 1;
	}
}

@media screen and (max-width: 600px){
    .noticia .noticia-conteudo .noticia-div{
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 500px){
	
}

@media screen and (max-width: 375px){

}