section.mais-vistas{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}
.mais{
	float: right;
	margin-top: 9px;
}
.mais p{
	font-size: 1.2em;
}
.mais p a{
	color: #666;
}
.ico-mais-cobertura{
	float: right;
	width: 6px;
	height: 6px;
	background-image: url(../img/ico-mais.png);
	margin: -10px 0 0 8px;
}

.list-box-evento{
	float: left;
	width: 29%;
	height: auto;
	padding: 15px 1%;
	margin-top: 25px;
	margin-right: 3.5%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.list-box-evento h2{
	font-size: 1.4em;
	color: #2E3540;
}

.list-box-evento:nth-of-type(3n+0){
		margin-right: 0;
}
.foto-cobertura02{
	float: left;
	width: 100px;
	height: 56px;
	margin-right: 15px;

	filter: saturate(1.4); 
	-webkit-filter: saturate(1.4); 
	-moz-filter: saturate(1.4); 
	-o-filter: saturate(1.4); 
	-ms-filter: saturate(1.4); 
}

.ranking-maisvistas{
	float: left;
	position: relative;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	border-radius: 20px;
	background-color: #FF3A26;
	margin: -6px 0 0 -28px;

	font-size: 12px;
	color: #fff;
	text-align: center;
}




/* responsivo */
@media all and (max-width:760px){
	.list-box-evento{
		width: 98%;
	}
}

@media all and (max-width:690px){
	.mais{
		display: none;
	}
	section.mais-vistas{
		margin-bottom: 40px;
	}
}
/* and responsivo */