.instrumento {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-basis: calc(20% - 1em);
	max-width: calc(20% - 1em);
	margin-right: 1em;
	position: relative;
}

.instrumentoContent::after {
	content: "";
	/* margin-left: 1em; */
	border: 0.5px solid var(--grey-2);
	height: 27%;
	position: absolute;
	left: 90%;
}

.instrumentoContent {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding-right: 9%;
}
/*.instrumento:nth-child(5n){
    margin-right: 0;
}*/
.itemThumb {
	margin-bottom: 1em;
	margin-bottom: 1em;
	height: 30vh;
	height: 15vh;
	z-index: 4;
}

.page-template-adquisicion img {
	/*width: 100%;*/
	height: 100%;
	object-fit: cover;
}

.instrumentTitle {
	margin-bottom: 0.25em;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 1.12em;
	max-width: 80%;
}
.category {
	font-size: 0.75em;
	line-height: 1.4em;
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	margin-bottom: 1em;
	font-family: "Ubuntu";
	font-weight: 600;
}

.page-template-adquisicion .category {
	max-width: 70%;
}
/*.excerpt{
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    height: 3em;
}*/

.wrap {
	display: flex;
	flex-wrap: wrap;
	padding-top: 5em;
}

.description {
	line-height: 1.5em;
}

.key-features {
	margin-top: 4em;
	line-height: 2em;
	list-style-type: disc;
	padding-left: 1.5em;
}

.instrumentoContent .saberMas {
	color: var(--blue);
	font-size: 1em;
	padding-bottom: 6em;
	font-weight: 600;
	/*margin-top: 1em;*/
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
