﻿.dt-container{
	width:100%;

}

.destaque-tile{
	float:left;
	display:inline;
	width:260px;
	height:400px;	
}

.destaque-tile:first-child{
	margin:0 20px 0 0;
}

.destaque-tile{
	margin:0;
}


.dt-container .dt-list{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;	
}

.destaque-image{
	width:100%;
	height:160px;
	background-position:top center;
	background-size:cover;
	cursor:pointer;
}

.destaque-details{
	width:100%;
	margin-top:10px;
}

.destaque-details span:first-child{
	font-family:"Segoe UI", sans-serif;
	font-size:12px;
	color:#4A4A4A;
	line-height:16px;
	text-align:left;
}

.destaque-details span:first-child:before{
	font-family:"FontAwesome";
	content: "\f02b";
	padding-right:4px;
}


.destaque-details span:last-child{
	font-family:"Segoe UI";
	font-size:12px;
	color:#707070;
	line-height:16px;
	text-align:left;
	float:right;
	font-style:italic;
}

.destaque-content{
	margin:8px 0;
	word-wrap:break-word;
}

.destaque-content h3{
	margin-bottom:12px;
	color:#007ac3;
}

.destaque-content a{
	font-family:"Segoe UI";
	font-size:20px;
	color:#007AC3;
	line-height:24px;
}

.destaque-content a:first-child:visited{
	font-family:"Segoe UI";
	font-size:20px;
	color:#007AC3;
	line-height:24px;
}


.destaque-content p{
	font-family:"Segoe UI";
	font-size:14px;
	color:#000000;
	line-height:17px;
	text-align:left;
}

.destaque-footer{
	width:100%;
}

.destaque-footer a{
	font-family:"Segoe UI";
	font-size:12px;
	font-weight:700;
	color:#007AC3;
	line-height:19px;
	text-align:right;
	float:right;
}