.maluco-historia-card {
	background-color: rgba(255, 255, 255, 0.72);
	border: 1px solid #dab88b;
	border-radius: 10px;
	box-sizing: border-box;
	height: 100%;
	padding: 5%;
}

.maluco-historia-card__link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.maluco-historia-card__title {
	color: #a3691e;
	font-family: "Pacifico", cursive;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

.maluco-historia-card__image-wrap {
	border: 4px solid #dab88b;
	border-radius: 10px;
	overflow: hidden;
}

.maluco-historia-card__image {
	display: block;
	height: 250px;
	object-fit: cover;
	width: 100%;
}

.maluco-historia-card__resumen {
	color: #000;
	font-family: "Noto Sans", sans-serif;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1.45;
	padding: 10px 5px 0;
}

.maluco-historia-card__resumen p {
	margin: 0 0 0.75em;
}

.maluco-historia-card__resumen p:last-child {
	margin-bottom: 0;
}
