#ultimos-posts{
	position: relative;
	display: none;
}
#ultimos-posts.slick-initialized .slick-slide{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 275px auto;
	height: 100%;
	min-height: 491px;
}


/* #ultimos-posts .post-card{
	position: relative;
	height: 100%;
} */

#ultimos-posts .post-card .post-thumbnail{
    height: 275px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ultimos-posts .post-card .post-detail{
    padding: 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#ultimos-posts .post-card .post-detail h3 {
	color: #333c3f;
	font-size: 12px;
	font-weight: 700;
	margin: 10px 0 0 0 ;
	padding: 0;
	text-transform: uppercase;
}

#ultimos-posts .post-card .post-detail .leer-mas {
	background-color: #0084d4;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	max-width: 150px;
	font-size: 14px;
	margin: 10px auto;
    display: block;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}
