.eventoItem, .abbonamentoItem {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 45px;
}

.eventoItem .pre-content .img-thumb {
	padding: 45px 0;
	text-align: center;
}

.eventoItem .pre-content .img-thumb a>span{
	color: black;
	font-size: 30px;
	line-height: 2.2em;
	text-decoration: none;
	
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.eventoItem .pre-content .img-thumb a>span:hover{
	color: #6691CE;
}

.eventoItem .post-content .img-thumb{
	padding: 15px;
}

.eventoItem .post-content .img-thumb a>p{
	line-height: 1.2em;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.eventoItem .post-content .img-thumb a>p:first-child {
	color: black;
	font-weight: bold;
	font-size: 27px;
	line-height: 15px;
}

.eventoItem .post-content .img-thumb a>p:nth-child(2){
	color: black;
	font-size: 20px;
	line-height: 10px;
}

.eventoItem .post-content .img-thumb a>p:nth-child(3){
	color: black;
	font-weight: bold;
	font-size: 20px;
	line-height: 10px;
	margin-top: 15%;
}

.eventoItem .post-content .img-thumb a>p:nth-child(4){
	color: black;
	font-size: 20px;
	line-height: 10px;
}

.eventoItem .post-content .img-thumb a>p:hover{
	color: #6691CE;
}

.eventoItem .post-content .img-thumb .post-info.clearfix p {
    line-height: 1.2em;
}

.abbonamentoItem .post-content .img-thumb{
	padding: 15px;
}

.abbonamentoItem .post-content .img-thumb a>p{
	line-height: 1.2em;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.abbonamentoItem .post-content .img-thumb a>p:first-child {
	color: black;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5em;
}

.abbonamentoItem .post-content .img-thumb a>p:hover {
	color: #6691CE;
}