body #cta.page {
	max-height: 56rem;
	margin-bottom: 0;
}
body #cta.page .pageTitle {
	padding: 17rem 0 17rem;
}

#wrapperLogoTalento {
	width: 100%;
	height: 16.5rem;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}
#wrapperLogoTalento img {
	width: min(100%, 36rem);
	padding-bottom: 4.5rem;
	position: absolute;
	bottom: 0;
}

body #wrapper main #intro p {
	padding: 0;
	margin-bottom: 6rem;
	font-family: 'ParqueChas-WideMedium', sans-serif;
	font-size: 2.8rem;
	text-align: center;
}

.section.socials h3 {
	text-align: center;
	color: #666;
}
.section.socials #wrapper-social-header {
	margin-top: 2.5rem;
	position: relative;
	right: unset;
	bottom: unset;
	justify-content: center;
}
.section.socials #wrapper-social-header a {
	width: 3.8rem;
	opacity: 1;
}
.section.socials #wrapper-social-header a::after {
	display: none;
}
.section.socials #wrapper-social-header a svg path {
	fill: var(--brand-green);
}



@media (max-width: 1000px) {
	#wrapperLogoTalento {
		height: auto;
	}
	#wrapperLogoTalento img {
		padding-top: 4.5rem;
		position: relative;
	}
}