﻿ @media (min-width: 768px)
{
/*desktop*/
	.bloco1 p{
		font-size:20px; 
	}
	#benvindo p{
		column-count:3;
		-moz-column-count:3;
		-webkit-column-count:3;
		color:rgb(63,63,63);
		padding:20px;
		text-align:justify;
		justify-content:justify;
	}
	#benvindo{
		width:100%;
		padding-bottom:30px;
		text-align:justify;
		justify-content:justify;
	}
	#bldest{
		flex-direction:row;
		justify-content:space-between;
	}
	#blnot{
		flex-direction:row;
		justify-content:space-between;
	}
	#blnote{
		width:30%;
	}
	#blh{
		width:30%;

	}
	.destaques{
		width:75%;
		margin:auto;
		display:flex;
		justify-content: space-between;
	}
	#maisdestaques{
		width:75%;
		justify-content:center;
		display:flex;
		flex-direction:column;
	}
	.lin_ev{
		border:0px solid blue;
		left:0px;
		position:relative;
		display:flex;
		justify-content: space-between;
		width: 100%;
	}
}
@media (max-width: 768px)
{
	/*mobile*/
	.bloco1 p{
		font-size:10px; 
	}
	.destaques{
		width:98%;
		display:flex;
		flex-direction:column;
		margin:auto;
		align-items:center;
	}
	#maisdestaques{
		width:100%;
		justify-content:center;
		display:flex;
		flex-direction:column;
	}
	#benvindo p{
		column-count:1;
		-moz-column-count:1;
		-webkit-column-count:1;
		color:rgb(63,63,63);
		padding:20px;
		text-align:justify;
		justify-content:justify;
	}
	#benvindo{
		width:100%;
		padding-bottom:30px;
		text-align:justify;
		justify-content:justify;
	}
	#bldest{
		flex-direction:column;
		justify-content:center;
	}
	#blnot{
		flex-direction:column;
		align-items:center;
	}
	#blnote{
		width:98%;
	}
	#blh{
		width:98%;
	}
	.lin_ev{
		border:0px solid blue;
		left:0px;
		position:relative;
		display:flex;
		flex-direction:column;
		align-items:center;
		width: 100%;
	}
}


.titulo1{
	font-size:30px;
	color: rgb(255,255,255);
	text-align:center;
	font-weight:bold;
}

.destaques{
	
	padding-bottom:40px;
	border:0px solid blue;
	top:0px;
	position:relative;
}
.t_md{
	color:black;
	width:100%;
}
.abloco{
	width:300px;
	height:200px;
}
.abloco2{
	color:black;
	width:300px;
	height:300px;
	margin-top:80px;
	opacity:0.75;
	text-align:left;
	font-size:25px;
	font-weight:bold;
	transition:0.3s;
}
.bloco1:hover .hd{
	height:180px;
	margin-top:0;
}
.bloco1:hover .sm1{
	display:flex;
}
.sm1{
	display:none;
	padding-top:40px;
	padding-left:10px;
	font-size:30px;
	color:rgb(200,172,130);
}
.hd{
	margin-top:100px;
	border:0px solid blue;
	width:96%;
	height:80px;
	transition: 0.4s;
	color:white;
	text-align:left;
	font-family: "overpassbold", sans-serif;
	font-weight:bold;
	padding-top:20px;
	padding-left:4%;
	font-size:15px;
	background:rgb(0,0,0,0.75);
}



.bloco1{
	border:1px solid black;
	width:300px;
	height:200px;
	padding:0px;
	margin-top:40px;
	object-fit:cover;
	background-size: 100% 100%;	
	
}
.bloco{
	border:1px solid black;
	width:300px;
	height:300px;
	padding:0px;
	object-fit:cover;
	height:60%;
	height:60%;
	background-size: 100% 100%;
}
.abloco2:hover{
	opacity:1;
	color:black;
	filter: brightness(110%);
}
.bloco1 img{
	width:100%;
}
.bloco1 p .bloco1 h4{
	padding:10px;
}
.bloco1 h4{
	padding:10px;
}

