/* ACTUALITAT */
.contBlog{
	float: left;
	position: relative;
	width: 100%;
	/*height: 166px;*/
	/*height: auto;*/
    overflow: hidden;
	border-bottom: 2px dashed #bbb;
	padding: 40px 0;
}
.contBlog:last-child{
	border: none;
}

.contBlog img{
	/* border-radius: 20px; */
	float: left;
    margin-right: 2%;
    position: relative;
    width: 40%;
}
.contBlog img.imgPrin{
	/*margin-bottom: 20px;*/
	
}
.contBlog img.noMargin{
    margin-right: 0;
}
.contBlog .contGal{
    width: 100%;
	float: left;
}
.contBlog .bottomdisa{
	/*width: 64%;*/
	width: 97%;
	bottom: 0;
    height: 50px;
    position: absolute;
    right: 3%;
}
.contBlog .contInfo{
	float: left;
	min-height: 126px;
    position: relative;
	width: 58%;
	/*width: -webkit-calc(65% - 30px);
    width: -moz-calc(65% - 30px);
    width: calc(65% - 30px);*/
}
 .contBlog .contInfo .data{
	font-size: 14px;
	width: 100%;
}
.contBlog.first img{
    width: 40%;
}
.contBlog.first .contInfo{
	margin-bottom: 50px;
	width: 58%;
	width: -webkit-calc(60% - 20px);
    width: -moz-calc(60% - 20px);
    width: calc(60% - 20px);
}
.contBlog .contInfo .title{
	margin-top: 5px;
	font-size: 50px !important;
	width: 100%;
	text-align: left;
	font-weight: normal;
}
.contBlog .contInfo .text{
	font-size: 14px;
}
.contBlog .contInfo p{
	margin-top: 0px !important;
	font-size: 20px !important;
}

.contBlog .contInfo .text a:hover, .contBlog .contInfo p a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 768px){
	.contBlog img{
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contBlog .contInfo{
		width: 100% !important;
	}
}