main{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
	gap: 100px;
	background-color: var(--bg1);
}
span.tag{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: var(--vermelho-escuro);
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.banner{
	width: 100%;
	position: relative;
}
.banner picture{
	width: 100%;
	position: relative;
}
.banner picture img{
	width: 100%;
}
.banner picture:after{
	content: "";
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../imagens/contato/filter.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	z-index: 1;
}
.banner .absolute{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}


.detalhes{
	width: 100%;
	height: fit-content;
	margin-top: -190px;
    position: relative;
    z-index: 1;
}
.detalhes .container{
	min-height: 164px;
	padding: 30px 50px;
	background-color: #fff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 30px;
	box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
}
.detalhes .container h2{
	max-width: 420px;
	width: 100%;
}
.detalhes .container p{
	max-width: 788px;
	width: 100%;
	color: var(--cinza);
}


.destaque{
	width: 100%;
}
.destaque .container{
    gap: 50px;
}
.destaque .topo{
	display: flex;
	width: 100%;
    gap: 20px;
}
.destaque .blog-destaque{
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.destaque .blog-maior{
	max-width: 57%;
    width: 100%;
}
.destaque .blog-maior .box{
    width: 100%;
    background-color: #fff;
    position: relative;
    align-content: flex-start;  
    border-radius: 20px;
    border-radius: 20px;   
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
}
.destaque .blog-maior .box .img,
.destaque .blog-maior .box .img img{
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform .3s;
    position: relative;
}
.destaque .blog-maior .box:hover .img img{
	transform: scale(1.2);
	border-top-left-radius: 30px;
	transition: transform .3s;
}
.destaque .blog-maior .box .texto{
	display: flex;
    width: 100%;
    padding: 20px;
    gap: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.destaque .blog-maior .box .texto .txt{
	width: 100%;
	display: flex;
	gap: 15px;
}
.destaque .blog-maior .box .texto .txt a{
	margin-top: 15px;
}
.destaque .blog-maior .box:hover .texto .txt a{
	border-bottom: 1px solid var(--vermelho-escuro);
    transition: ease .3s;
}



.destaque .blog-menor{
	max-width: 43%;
    width: 100%;
    gap: 20px;
}
.destaque .blog-menor .box{
	display: flex;
	align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #D5D5D5;
    padding-top: 20px;
}
.destaque .blog-menor .box:nth-child(1){
	border-top: 0;
	padding-top: 0;
}
.destaque .blog-menor .box .img{
	width: 200px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.destaque .blog-menor .box .img img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .5s;
}
.destaque .blog-menor .box:hover .img img{
	transform: scale(1.2);
	transition: transform .3s;
}
.destaque .blog-menor .box .texto{
	display: flex;
	max-width: calc(100% - 182px);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    gap: 30px;
    align-items: center;
    padding: 20px;
    border-bottom-right-radius: 30px;
}
.destaque .blog-menor .box .texto .txt{
	display: flex;
	gap: 10px;
}



.blog{
	width: 100%;
}
.blog .titulo{
	width: 100%;
	margin-bottom: 50px;
}
.blog .titulo .container{
	gap: 5px;
}
.blog .blog-topo{
	width: 100%;
	margin-bottom: 50px;
}
.blog .blog-topo .titulo.container{
	width: 100%;
	text-align: center;
	align-items: center;
	gap: 5px;
}
.blog .blog-topo .container{
	display: flex;
	align-items: center;
}
.blog .blog-topo .container .links{
	width: 100%;
	display: flex;
	gap: 15px;
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 5px;
}
.blog .blog-topo .container .links::-webkit-scrollbar {
	height: 5px;
}
.blog .blog-topo .container .links::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.blog .blog-topo .container .links::-webkit-scrollbar-thumb {
  background-color: var(--vermelho);
}
.blog .blog-topo .container .links::-webkit-scrollbar-thumb:hover {
  background-color: var(--vermelho);
}
.blog .blog-topo .container .links a{
	display: flex;
	text-align: center;
	 white-space: nowrap;
	align-items: center;
	padding: 18px 25px;
	color: #2C2C2C;
	font-size: 24px;
	font-weight: 400;
	background-color: transparent;
	border: 2px solid var(--vermelho-escuro);
	border-radius: 50px;
	transition: ease .3s;
}
.blog .blog-topo .container .links a:hover,
.blog .blog-topo .container .links a.ativo{
	background-color: var(--vermelho-escuro);
	color: #fff;
	font-weight: 800;
	transition: ease .3s;
}

.blog .blog-conteudo{
	width: 100%;
}
.blog .blog-conteudo .container{
	gap: 75px;
}
.blog .blog-conteudo .blog-div{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 15px;
	row-gap: 15px;
}
.blog .blog-conteudo .box{
    max-width: 563px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    align-content: flex-start; 
    border-radius: 20px;
	background-color: #fff;
    border: 1px solid #aaaaaa66;
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
}
.blog .blog-conteudo .box .img,
.blog .blog-conteudo .box .img img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform .3s;
    position: relative;
}
.blog .blog-conteudo .box:hover .img img{
	transform: scale(1.2);
	transition: transform .3s;
}
.blog .blog-conteudo .box .texto{
	display: flex;
    width: 100%;
    gap: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	position: relative;
}
.blog .blog-conteudo .box .texto .txt{
	display: flex;
	min-height: 200px;
	gap: 15px;
	position: relative;
	padding: 20px 20px 20px 20px;
}
/* .blog .blog-conteudo .box .texto .txt h4{
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
} */
.blog .blog-conteudo .box .texto .txt a{
	margin-top: auto;
}
.blog .blog-conteudo .box:hover .texto .txt a{
	border-bottom: 1px solid var(--vermelho-escuro);
    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){
	
}

@media screen and (max-width: 1100px){
	.banner,
	.banner picture,
	.banner picture img{
		height: 340px;
		object-fit: cover;
	}
	.banner picture:after{
		background-size: cover;
	}

    .blog-destaque{
    	flex-wrap: wrap;
    }
    .destaque .blog-destaque .blog-maior{
    	max-width: 100%;
    	margin: auto;
    }
    .destaque .blog-destaque .blog-maior .box{
    	width: 100%;
    }
    .destaque .blog-destaque .blog-menor{
    	max-width: 100%;
    	width: 100%;
    	flex-direction: unset;
    	justify-content: space-evenly;
    }
    .destaque .blog-destaque .blog-menor .box{
    	width: 100%;
    	height: fit-content;
    }

    .blog .blog-conteudo .blog-div{
		grid-template-columns: 1fr 1fr;
	}

}

/* MOBILE */
@media screen and (max-width: 1000px){
    .detalhes .container{
    	flex-wrap: wrap;
    	justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 800px){
	.detalhes{
		margin-top: 0;
	}
	.detalhes .container{
		padding: 30px 20px;
	}

	.blog .blog-topo .container .links a{
		font-size: 20px;
		padding: 10px 15px;
	}

    .blog .blog-conteudo .blog-div{
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 600px){
    .banner,
	.banner picture,
	.banner picture img{
		height: unset;
		object-fit: contain;
	}

	.destaque .blog-destaque .blog-menor .box{
		flex-direction: column;
	}
	.destaque .blog-destaque .blog-menor .box .img,
	.destaque .blog-destaque .blog-menor .box .img img{
		width: 100%;
		height: fit-content;
	}

	
	.destaque .blog-menor .box .texto{
		max-width: 100%;
	}
}

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

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

}