
.videos{
	float: left;
	width: 100%;
	margin-bottom: 150px;
}

.videos .listagem .destaques{
	float: left;
	width: calc(100% / 3 - 20px);
	margin-right: 20px;
	background: #FFF;
	height: 390px;
	margin-bottom: 20px;
	border-radius: 10px;
	border:solid 1px #DFDFDF;
	overflow: hidden;
}

.videos  .listagem .destaques figure img{
	max-width: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.videos  .listagem .destaques figure{
	float: left;
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.videos  .listagem .destaques:hover{
	border:solid 1px #DF358A;
}

.videos  .listagem .destaques:nth-of-type(3n+3){
	margin-right: 0px;
}

.videos  .listagem .destaques h3{
	font-size: 20px;
	float: left;
	font-family: bebas;
	color: #333;
	text-align: left;
	font-weight: 400;
	position: relative;
	box-sizing: border-box;
	padding: 0px 20px 0px 20px; 
	margin-top: 0px;
	margin-bottom: 20px;
}

.videos .listagem .destaques p{
	float: left;
	font-family: bebas;
	color: #535353;
	text-align: left;
	font-weight: 400;
	position: relative;
	box-sizing: border-box;
	padding: 0px 20px 0px 20px; 
	margin-top: 0px;

}

.videos .listagem .destaques .data{
	font-size: 14px;
	font-family: bebas
}

.videos .listagem .destaques .texto{
	font-size: 15px;
	font-family: bebas;
}

.videos .destaques figure:before {
	position: absolute;
	content: url('../img/icone-8.png');
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	width: 57px;
	height: 57px;
}
