/* @group BOX ARTIGOS BLOG */

.blog_lista {
	
	width: 100%;
	padding-top: 70px;
	
}

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

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

.box_blog_img {
	
	width: 180px;
	height: 130px;
	
	border-radius: 5px;
	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
	background-position: center center;
	background-size: 200px;
	background-repeat: no-repeat;
	
	background-color: #DCDCDC;
	
}

.box_blog_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;
	
}

.box_blog_data {
	
	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 */

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

.blog_photo {
	
	width: 900px;
	height: 400px;
	
	background-position: center center;
	background-size: 900px;
	background-repeat: no-repeat;
	
	background-color: #DCDCDC;
	
}

.blog_box_artigo {
	
	width: 620px;
	float: right;
	
}

.blog_artigo_titulo {
	
	width: 100%;
	
	margin-top: 60px;
	border-top: 1px solid #DCDCDC;
	padding-top: 50px;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 45px;
	font-weight: 100;
	color: #5D7B91;
	
}

.blog_artigo_data {
	width: 350px;
	margin-top: 35px;
	float: left;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #9B9B9B;
	
}

.blog_artigo_tags {
	width: 400px;
	margin-top: 35px;
	float: right;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #9B9B9B;
	text-transform: lowercase;
}

.blog_artigo_texto {
	
	width: 100%;
	clear: none;
	margin-top: 100px;
	margin-bottom: 50px;
	
	font: 14px/24px 'Roboto Slab', serif;
	font-weight: 100;
	color: #656262;
}

.blog_box_notes {

	width: 164px;
	float: left;
	
}

.blog_box_notes_photos {
	
	height: 230px;
	
	margin-top: 60px;
	margin-bottom: 25px;
	
	padding-top: 15px;
	padding-bottom: 10px;
	
	border-top: 1px dashed #DFDFDF;
	border-bottom: 1px dashed #DFDFDF;
	
	text-align: center;
	
}

.blog_notes_photos {
	
	width: 65px;
	height: 55px;
	
	margin: 7.5px;
	
	background-color: #EAF4F3;
	border-radius: 5px;
	
	background-size: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	
	display: inline-block;
	
}

.blog_box_notes_excerto {

	width: 150px;
	margin-bottom: 25px;

	font-family: 'Roboto', serif;
	font-weight: 200;
	font-size: 14px;
	color: #9B9B9B;
	line-height: 24px;
	text-align: left;
	
	font-family: 'Source Sans Pro', sans-serif;
	
}




