.iw-category-posts.iw-archive {
	--iw-archive-lg-column-gap: 30px;
	--iw-archive-lg-row-gap: 30px;
	--iw-archive-lg-column-count: 3;

	--iw-archive-md-column-gap: 30px;
	--iw-archive-md-row-gap: 30px;
	--iw-archive-md-column-count: 2;

	--iw-archive-sm-column-gap: 30px;
	--iw-archive-sm-row-gap: 30px;
	--iw-archive-sm-column-count: 1;
}


.iw-category-posts article {
	user-select: none;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, .2);
	padding-bottom: 0 !important;
}
.iw-category-posts article > a {
	text-decoration: none;
	display: block;
	height: 100%;
	position: relative;
}
.iw-category-posts article .portada-interna {
	width: 100%;
	height: 300px;
	margin-bottom: 0 !important;
}
.iw-category-posts article .portada-interna img {
	position: static !important;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.iw-category-posts article .contenido-post {
	padding: 20px;
}
.iw-category-posts article .contenido-post h2 {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.iw-category-posts article .contenido-post p {
	text-decoration: none;
	color: #333;
}
.iw-category-posts article span.acceso-blog {
	position: absolute;
	bottom: 20px;
	left: 20px;
}