/* @group CAIXAS NOVIDADES */

.destak {
	
	width: 100%;
	height: 900px;
	
	background-color: #EAF4F3;
	
	border-bottom: 1px solid #DCDCDC;
	
}

.destak_titulo {
	
	padding-top: 30px;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #9B9B9B;
	
}

.destak_boxs {

	width: 100%;
	padding-top: 30px;
	
}

.destak_box1 {
	
	width: 425px;
	height: 345px;
	background-color: #5D7B91;
	float: left;
	
}

.destak_box1_img {
	
	width: 100%;
	height: 100%;
	
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	
	float: left;
	z-index: 1;
	
}

.destak_box1_titulo {
	
	width: 395px;
	height: 60px;
	
	background-color: #5D7B91;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	
	margin-top: 265px;
	float: left;
	position: absolute;
	z-index: 2;
	/*opacity: 0.95;*/
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 100;
	color: white;
	text-align: justify;
	
}

.destak_box2 {
	
	width: 215px;
	height: 170px;
	background-color: #5D7B91;
	float: left;
	
}

.destak_box2_titulo {
	
	width: 195px;
	height: 35px;
	
	background-color: #5D7B91;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 120px;
	float: left;
	position: absolute;
	z-index: 2;
	/*opacity: 0.95;*/
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: white;
	text-align: justify;
	
}

.destak_box3 {

	width: 205px;
	height: 345px;
	background-color: #5D7B91;
	float: left;
	
}

.destak_box4 {

	width: 435px;
	height: 170px;
	background-color: #5D7B91;
	float: left;
	
}

.destak_monotone  {
	
	filter: grayscale(90%) contrast(140%);
	opacity: 0.45;
	
}

.destak_pb {
	
	filter: grayscale(100%);
	
}

.destak_box1:hover, .destak_box2:hover, .destak_box3:hover {
	
	cursor: pointer;
	opacity: 0.90!important;
	filter: grayscale(0%) contrast(80%);
	
}

/* @end */

/* @group ARTIGOS DO BLOG EM DESTAQUE */

.destak_blog {
	
	width: 100%;
	height: 550px;
	padding-top: 70px;
	
}

.destak_blog_titulo {
	
	width: 100%;
	height: 75px;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #DCDCDC;
	text-align: center;
	
}

.destak_blog_box {
	
	width: 200px;
	min-height: 190px;
	
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	margin: 5px;
	
	background-color: #fff;
	
	display: inline-block;
	top: 0px;
	position: relative;
	float: left;
}

.destak_blog_box:hover {
	
	background-color: #EAF4F3;
	cursor: pointer;
	
}

.destak_blog_box_ico {
	
	width: 13px;
	margin-right: 13px;
	margin-top: -2px;
	float: right;
	
}

.destak_blog_box_titulo {
	
	width: 170px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #4A4A4A;
	text-align: left;
	
}

.destak_blog_box_footer {
	
	width: 100%;
	height: 27px;
	padding-top: 12px;
	border-top: 1px solid #DCDCDC;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 9px;
	font-weight: 700;
	color: #DCDCDC;
	text-align: center;
	
	bottom: 0;
	position: absolute;
	
	
}

/* @end */

/* @group SERVIÇOS DO OMA */

.destak_service {
	
	width: 100%;
	height: 400px;
	padding-top: 100px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	background-color: #fff;
	
}

.destak_service_titulo {
	
	width: 100%;
	height: 75px;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4A4A4A;
	text-align: center;
	
}

.destak_service_box {
	
	width: 200px;
	height: 200px;
	
	margin-right: 20px;
	text-align: center;
	
	display: inline-block;
	
}

.destak_service_box_ico {
	
	width: 90px;
	height: 85px;
	
	border: 1px solid #5D7B91;
	border-radius: 5px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.destak_service_box_text {
	font: 12px/16px 'Source Sans Pro', sans-serif;
	font-weight: 100;
	color: #4A4A4A;	
}

/* @end */



















