@import "instrumentoLista.css";
.topSideInfo {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 80vh;
}
.topSideInfo .wrapper-two {
	padding-bottom: 4em;
}
.iconWrapper svg,
.iconWrapper svg path {
	fill: #fff;
}
.iconWrapper {
	border-radius: 50%;
	border: 2px solid #fff;
	display: inline-block;
	margin-bottom: 2em;
	width: 110px;
	height: 110px;
}
.iconWrapper svg {
	width: 100%;
	height: 100%;
}
.topSideInfo .iconWrapper svg {
	width: 100%;
	display: block;
	position: relative;
}

.topSectionFull {
	height: 100%;
}
.topSideInfo .topSectionFull h1 {
	/*margin-bottom: 0.7em;*/
}
.navSubsection {
	background-color: var(--blue);
	padding: 1.3em;
	color: white;
	z-index: 10;
	position: sticky;
	top: 11.9%;
}
.navSubsection .wrapper-two {
	display: flex;
	justify-content: flex-start;
}
.navSubsection .subnavItem {
	margin-right: 1em;
	text-align: center;
	max-width: 140px;
}
.navSubsection .subnavItem:last-child {
	margin-right: 0;
}
.navSubsection .subnavItem .iconWrapper {
	margin-bottom: 1em;
	width: 65px;
	height: 65px;
}

.navSubsection .subnavItem p {
	font-size: 0.7777em;
	line-height: 1.2em;
	text-align: center;
	max-width: 100%;
}

.catContent img {
	height: 15vh;
	width: 15vh;
	/*object-fit: cover;*/
}
.subcatSection {
	padding: 4em 0;
}
.subcatSection:nth-child(even) {
	background-color: var(--grey-4);
}
.subcatsSectionContainer .subCatHeader {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.subcatsSectionContainer .subCatHeader h2 {
	padding: 0;
	margin: 0;
	max-width: 500px;
}
.subcatsChildren {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 2em;
	column-count: 3;
	column-gap: 2em;
	counter-reset: my-awesome-counter;
	right: -3em;
	position: relative;
}
.subcatsChildren li {
	margin-bottom: 1em;
	counter-increment: my-awesome-counter;
	position: relative;
	line-height: 1.5em;
	padding-right: 3em;
}
.subcatsChildren li:hover::before {
	border-width: 2px;
	font-weight: bold;
}
.subcatsChildren li::before {
	content: counter(my-awesome-counter);
	position: absolute;
	top: 0;
	left: -3em;
	border-radius: 50%;
	width: 1.85em;
	font-size: 0.8em;
	height: 1.85em;
	border: 1px solid var(--blue);
	color: var(--blue);
	line-height: 1.85em;
	text-align: center;
}
.subCatHeader .iconWrapper {
	margin-bottom: 0;
	border: 2px solid var(--blue);
	margin-right: 2em;
}

.subCatHeaderContainer {
	margin-top: 4em;
	margin-bottom: 4em;
}

.breadcrumb {
	margin-bottom: 2em;
}

.breadcrumb img {
	vertical-align: middle;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.breadcrumb .iconWrapper {
	height: 2em;
	width: 2em;
	margin-left: 0;
	margin-right: 1em;
	border: 1px solid #000;
}
.breadcrumb .iconWrapper img {
	margin-right: 0;
	margin-left: 0;
	filter: invert(1);
}

.subCatChildPageContent {
	padding-top: 8em;
}

.subCatHeaderContainer {
	display: flex;
}

.catTitle {
	background-color: var(--grey-2);
	margin-right: 1em;
	padding: 0.75em 2em;
	font-size: 0.8888em;
	border-radius: 2em;
	color: var(--blue);
	cursor: pointer;
}
.catTitle.active {
	color: white;
	background-color: var(--blue);
	cursor: initial;
}

.catContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.catContent > p {
	margin-top: 4em;
}

.mainContentChildCategory {
	padding-bottom: 4em;
}

.menu-contextual {
	counter-reset: short-link-counter;
	display: flex;
	align-items: center;
}

.menu-contextual li {
	margin-right: 2em;
}

.menu-contextual li:last-child a {
	margin-right: 0;
}

.menu-contextual li a::before {
	content: counter(short-link-counter);
	counter-increment: short-link-counter;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 0.1em;
	height: 1.5em;
	width: 1.5em;
	display: inline-block;
	text-align: center;
	line-height: 1.15em;
	margin-right: 0.5em;
}

.partner {
	padding-right: 1em;
	padding-left: 1em;
	align-self: center;
	width: 15%;
}

div.partner:last-child {
	width: 10%;
	padding-right: 0;
	padding-left: 2em;
}

.menu-contextual > li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-contextual {
	counter-reset: short-link-counter;
}

.parametros {
	padding: 4em 0;
}

.term-biociencias .parametros {
	padding: 0;
}

.parametros h2 {
	margin-bottom: 2em;
}

small {
	font-size: 0.25em;
}

@media screen and (max-width: 767px) {
	.aplicaciones > p:last-child {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.parametros {
		padding: 0 5% 12% 0;
		overflow-x: scroll;
		margin-right: 0;
		width: 100%;
	}
	body.archive .infografia+.wrapper-two {
		position: relative;
	}
	body.archive .infografia+.wrapper-two::after {
		content: "";
		position: absolute;
		height: 100%;
		width: 5%;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background: transparent;
		background: -moz-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF",GradientType=1);
	}
	body.archive .infografia+.wrapper-two table {
		border-right: 5vw solid #FFF;
	}
	.tax-sector #content .subCatHeader {
		justify-content: unset;
	}
	.subCatHeader .iconWrapper {
		width: 20vw;
		height: 20vw;
		min-width: 20vw;
		min-height: unset;
		vertical-align: middle;
		margin: 0;
	}
	.tax-sector .subCatHeader h2 {
		display: inline-block;
		margin-left: 1em;
	}
	.beneficios > h2, .beneficios-content > p {
		max-width: 100%;
	}
	.coloredArrow {
		vertical-align: middle;
		margin-left: .25em;
	}
	.navSubsection > .subcatsSectionContainer > .wrapper-two {
		width: 95%;
		margin-right: 0;
	}
	.navSubsection > .subcatsSectionContainer > .wrapper-two .menu-contextual {
		padding-right: 5%;
	}
	.topSideInfo {
		background-attachment: scroll;
	}
}
