.blog
{
	position: relative;
	background: #000;
	padding: 180px 0;
}
.blogpost
{
	position: relative;
	width: 100%;
	margin-top: 30px;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.blogpost .imgBx
{
	height: 200px;
	
}
.blogpost .imgBx img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
	
}
.blogpost .imgBx:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.blogpost .content
{
	padding: 15px;

}
.blogpost .content h1
{
	margin: 0;
	padding: 0 0 10px;
	font-weight: 600;
	font-size: 1.5rem;

}
.btnD2{
	background: #b1b0b0;	
	padding: 10px 20px;
	color: red;
	text-align: center;
}
.btnD2:hover
{	
	color: #fff;	
	padding: 10px 20px;
	
}

.face:hover,
.whatts:hover,
.tel:hover{
	opacity: 0.7;
}
.vagasabertas::after{
	content: 'Vagas Abertas!';	
	font-size: 9px;
	text-align: right;
	display: inline-block;
	position: absolute;
	margin-left: 98px;
	bottom: 19px;
	
}
.vagasabertas2::after{
	content: 'Vagas Abertas!';	
	font-size: 8px;
	text-align: right;
	display: inline-block;
	position: absolute;
	margin-left: 190px;
	bottom: 19px;
	
}