h2 > a{
	text-decoration: none;
}
.contenido-blog{
	margin-top: 40px
}
.contenido-blog .button-arrow{
	text-transform: uppercase;
}

.item_blog_3 .image{
	margin-bottom: 20px;
}
.item_blog_3 p.title a{
	text-decoration: none;
	font-family: 'Maison Neue Bold';
}

.format-standard .image-single{
	width: 100%;
	display: block;
	height: 257px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px
}
.format-standard .resumen{
	display: none;
}
.format-standard p.title a{
	text-decoration: none;
	font-family: 'Maison Neue Bold';
}

.sticky{
	display: block;
    width: 100%;
    max-width: 100%;
    flex: none;
}
.sticky .image,
.sticky .texto{
	display: inline-block;
	vertical-align: middle;
	width: 49%
}
.sticky .texto .control{
	padding-left: 40px;
}
.sticky .image .image-single{
	width: 100%;
	display: block;
	height: 345px;
	background-size: cover;
	background-position: center;
}
.sticky p.title a{
	text-decoration: none;
	color: #00afbf;
	font-size: 30px;
	font-family: 'Maison Neue Bold';
}
.sticky .resumen{
	display: block;
}
.button-container{
	margin-bottom: 0
}
.pagination-container{
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
}
.pagination-container a{
	background-color: #00afbf;
	color: white;
	text-decoration: none;
	width: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Maison Neue Bold';
	padding: 5px
}
.pagination-container span{
	background-color: #f3f3f3;
	color: #00afbf;
	text-decoration: none;
	width: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Maison Neue Bold';
	padding: 5px
}
.single-blog .image{
	background-position: center;
	background-size: cover;
	display: block;
	height: 345px;
}
.single-blog li{
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
}
.single-blog ul{
	margin-bottom: 30px
}
.single-blog .data{
	margin-bottom: 10px;
	font-size: 12px
}
.single-blog .text{
	float: right;
	width: 80%
}
.single-blog .social{
	float: left;
	width: 20%
}
.last-news h2.title-secondary{
	margin-bottom: 40px
}
.social p{
	font-size: 12px;
	margin-bottom: 10px
}
.ssbp-wrap a{
	display: block;
	width: 100%
}
.ssba-classic-2 .ssbp-text{
	display: block !important;
}


@media only screen and (max-width: 991px) {
	.single-blog .text{
		float: right;
		width: 70%
	}
	.single-blog .social{
		float: left;
		width: 30%
	}
}


@media only screen and (max-width: 767px) {

	.format-standard .image-single{
		height: 185px
	}
	.sticky .image, .sticky .texto{
		display: block;
		width: 100%
	}
	.sticky .texto .control {
	    padding-left: 0px;
	}
	.single-blog .text,
	.single-blog .social{
		float: none;
		display: block;
		width: 100%
	}
}

@media only screen and (max-width: 575px) {
	.sticky .image .image-single,
	.format-standard .image-single{
		height: 260px
	}
	.sticky p.title a{
		font-size: 20px
	}
}