/*Syles new bblblog*/
.bblblog{
	background-color: #deede9;
}
.bblblog-content{
	padding: 20px 0;
	margin-top: 60px;
}

.bblblog-content h2{
	text-align: center;
	font-family: Gotham-Rounded-Book, sans-serif;
	font-size: 34px;
	color: #000;
}

.image-content, .image-content img{
	height: 225px;
}

.title-post{
	font-size: 16px;
	color: #000;
	font-family: Gotham-Rounded-Book, sans-serif;
	margin: 0 auto;
	width: 285px;
	display: block;
}

.category-blog{
	font-family: Gotham-Rounded-Book, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}

.leer-post-text{
	font-family: Gotham-Rounded-Book, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.leer-post-text:hover{
	color: #000;
}

.leer-post-img{
	background: url('../img/next.svg') top center;
	background-repeat: no-repeat;
    display: block;
    background-size: 50% 50%;
    height: 25px;
    width: 100%;
    position: absolute;
}

.bblblog-content .swiper-pagination {
    position: relative;
}

/*flechas*/
.bblblog .slider-button{
	top: 20%;
}

@media (max-width: 767px){
	.bblblog .slider-button{
		display: none;
	}
	.bblblog-content h2{
		font-size: 30px;
	}
}


@media (max-width: 510px){
	/*22px headings en home mobile*/
	.bblblog-content h2{
		font-size: 22px;
	}
	.title-post{
		width: auto;
		font-size: 13px;
	}
}

