#trapezoid {
	width: 110%;
	height: 165%;
}
@media (max-width: 1024px) {
	#trapezoid {
		width: 90%;
		left: 45%;
	}
}
#cta.page .pageTitle h1 {
	padding-bottom: 2.5rem;
}

#hero .txtIntro {
	max-width: 92rem;
	margin: 0 auto 6.4rem;
}
#hero .txtIntro p {
	font-size: 2.8rem;
	text-align: center;
}
#hero h4 {
	padding-bottom: 3rem;
	font-size: 4.2rem;
	text-align: center;
}

@media (min-width: 769px) {
	#counters .grid [class*="col-"]:first-child > p {
		text-wrap: balance;
	}
}
#counters .wrapper-numbers {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: start;
	column-gap: 1.5rem;
}
#counters .wrapper-numbers .counter-valor {
	font-family: 'ParqueChas-WideMediumItalic', sans-serif;
	font-size: 8rem;
	line-height: 0.75;
}
#counters .wrapper-numbers .wrapper-counter-txt .counter-texto {
	display: block;
	font-family: 'ParqueChas-WideMediumItalic', sans-serif;
	font-size: 2.4rem;
	color: #888;
}
#counters .wrapper-numbers .wrapper-counter-txt a {
	display: block;
	font-family: 'ParqueChas-WideBold', sans-serif;
	font-size: 2rem;
}

.divisor.paddingTop {
	padding-top: 9rem;
}
.divisor .imgSeparator .title h3 {
	padding-top: 3.6rem;
	padding-left: 3.8rem;
	margin: 0;
	line-height: 1;
}
#dataIcons {
	padding-bottom: 9rem;
	background-color: #ebebeb;
}
/* #dataIcons .wrapper-colText {
	column-gap: 10rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 410px), 1fr));
} */
#dataIcons .colText {
	column-count: 2;
	column-width: 41rem;
	column-gap: 10rem;
}
#dataIcons.green {
	background-color: var(--brand-green);
}
#dataIcons.green .grid-equalHeight {
	justify-content: center;
}
#dataIcons.green p {
	color: #fff;
}



@media (min-width: 768px) and (max-width: 1500px) {
	#cta.page .pageTitle {
		left: 8.5rem;
	}
}