:root {
	--talento-orange: #e96322;
	--talento-pink: #e61673;
}

body.talento header .headerRight {
	display: none;
}
body.talento #cta.page {
	margin-bottom: 0;
}
#cta .bgCover .imgCta {
	height: 100%;
	top: 0;
}

#wrapperLogoTalento {
	width: 100%;
	height: 165px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}
#wrapperLogoTalento img {
	width: min(100%, 360px);
	padding-bottom: 4.5rem;
	position: absolute;
	bottom: 0;
}

body.talento main #intro p {
	padding: 0;
	margin-bottom: 6rem;
	font-family: 'ParqueChas-WideMedium', sans-serif;
	font-size: 2.8rem;
	text-align: center;
}
body.talento main #intro p span {
	font-family: 'ParqueChas-ExpandedBlack', sans-serif;
}
main #intro .wrapperBtns {
	width: min(100%, 98rem);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}
body.talento .wrapperBtns .btn, 
main #intro .wrapperBtns .btn {
	font-family: 'ParqueChas-ExpandedBlack', sans-serif;
	font-size: 1.8rem;
	text-align: center;
	text-transform: uppercase;
}
main #intro .wrapperBtns .btn {
	width: calc(33.33% - 1.5rem);
	min-width: 30rem;
	margin: 0;
	display: block;
	font-size: 2.4rem;
}
body.talento .btn.orange, 
main #intro .wrapperBtns .btn.orange {
	border-color: var(--talento-orange);
	background-color: var(--talento-orange);
}
main #intro .wrapperBtns .btn.orange:hover {
	border-color: #d0581d;
	background-color: #d0581d;
}
body.talento .btn.pink, 
main #intro .wrapperBtns .btn.pink {
	border-color: var(--talento-pink);
	background-color: var(--talento-pink);
}
main #intro .wrapperBtns .btn.pink:hover {
	border-color: #d21369;
	background-color: #d21369;
}

body.talento .section h3.orange {
	color: var(--talento-orange);
}

.section.doubleColoredSection {
	height: 45vw;
	min-height: 340px;
	max-height: 720px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section.doubleColoredSection .box {
	height: 100%;
}
.section.doubleColoredSection .wrapperData {
	width: 40%;
	height: 100%;
	min-width: 32rem;
	padding-left: var(--side-padding-global);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
.section.doubleColoredSection .wrapperData h3, 
.section.doubleColoredSection .wrapperData p {
	color: #fff;
}
#wrapperDesafios h3, 
body.talento .section .box > h3, 
.section.doubleColoredSection .wrapperData h3 {
	font-size: clamp(2.9rem, 5.5vw, 3.6rem);
}
.section.doubleColoredSection .wrapperBtns {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 1.5rem;
}
.section.doubleColoredSection .wrapperBtns .btn.orange {
	border-color: #ff812d;
	background-color: #ff812d;
}
.section.doubleColoredSection .wrapperBtns .btn.orange:hover {
	color: #ff812d !important;
	border-color: #fff;
	background-color: #fff;
}
.section.doubleColoredSection .wrapperBtns .btn.pink {
	border-color: #ff3992;
	background-color: #ff3992;
}
.section.doubleColoredSection .wrapperBtns .btn.pink:hover {
	color: #ff3992 !important;
	border-color: #fff;
	background-color: #fff;
}

#wrapperDesafios {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 2rem;
}
#wrapperDesafios h3 {
	width: 100%;
}
#wrapperDesafios p, 
#wrapperDesafios ul, 
#wrapperDesafios h4, 
#wrapperDesafios .wrapperBtn {
	width: min(100%, 50rem);
}
#wrapperDesafios h3,  
#wrapperDesafios h4, 
#wrapperDesafios ul, 
#wrapperDesafios ul li::before {
	color: var(--talento-pink);
}
#wrapperDesafios h4 {
	font-size: 1.8rem;
}
body.talento .section #wrapperDesafios ul {
	margin: 0;
}
body.talento .section #wrapperDesafios ul li {
	padding-left: 3rem;
	font-family: 'ParqueChas-ExpandedBlack', sans-serif;
	font-size: 1.8rem;
}
#wrapperDesafios .wrapperBtn .btn {
	font-family: 'ParqueChas-ExpandedBlack', sans-serif;
	border-color: var(--talento-pink);
	background-color: var(--talento-pink);
}

.section.galeria.gray {
	margin: 0;
}
.section.galeria h5 {
	font-family: 'ParqueChas-WideBold', sans-serif;
	font-size: 1.8rem;
	color: #888888;
}
.slider {
	width: 100%;
	margin: 1.6rem auto 0;
	position: relative;
	overflow: hidden;
}
.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}
.slide {
	flex: 0 0 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.slide.active {
	position: relative;
	opacity: 1;
}
.slide img {
	width: 100%;
	height: auto;
	display: block;
}
#wrapper .slider .caption {
	width: 100%;
	height: 100%;
	padding: 0 7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	align-content: center;
	font-family: 'ParqueChas-ExpandedBlack', sans-serif;
	font-size: clamp(2.9rem, 5.5vw, 3.6rem);
	color: #fff;
	text-align: center;
	line-height: 1;
}
.slider .arrow {
	width: 3rem;
	padding: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	color: #a1a1a1;
	font-size: 1.8rem;
	line-height: 1;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	aspect-ratio: 1/1;
	background-color: #fff;
}
.slider .prev {
	left: 2.5rem;
}
.slider .next {
	right: 2.5rem;
}
/* Transition styles */
.slider[data-transition="move"] .slides {
	display: flex;
}
.slider[data-transition="move"] .slide {
	opacity: 1;
}
.slider[data-transition="fade"] .slides {
	display: block;
}
.slider[data-transition="fade"] .slide {
	position: absolute;
	top: 0;
	left: 0;
}
.slider[data-transition="fade"] .slide.active {
	position: relative;
}

.slider.sliderDivisor .wrapperTitle, 
.slider.sliderDivisor .wrapperDesc {
	position: absolute;
	z-index: 1;
}
.slider.sliderDivisor .wrapperTitle {
	padding: 2.5rem 0 0 2.5rem;
	top: 0;
	left: 0;
}
.slider.sliderDivisor .wrapperDesc {
	width: min(100%, 48rem);
	right: 0;
	bottom: 0;
}
.slider.sliderDivisor .wrapperTitle h3, 
body.talento .slider.sliderDivisor .wrapperTitle .subtitulo {
	font-family: 'ParqueChas-ExpandedBlack', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.slider.sliderDivisor .wrapperTitle h3 {
	/* font-size: clamp(2.2rem, 1.8vw, 2.8rem); */
	font-size: clamp(2.9rem, 5.5vw, 3.6rem);
}
body.talento .slider.sliderDivisor .wrapperTitle .subtitulo {
	font-size: clamp(2rem, 1.6vw, 2.6rem);
	text-transform: capitalize;
}
body.talento .slider.sliderDivisor .wrapperDesc {
	--wrapperDesc-bkg-color: var(--brand-green);
	background-color: var(--wrapperDesc-bkg-color);
}



@media (max-width: 1000px) {
	#wrapperLogoTalento {
		height: auto;
	}
	#wrapperLogoTalento img {
		padding-top: 4.5rem;
		position: relative;
	}
}
@media (max-width: 768px) {
	#cta .bgCover .imgCta {
		background-position: 0% center !important;
	}
}
@media (max-width: 620px) {
	body.talento .slider.sliderDivisor .wrapperDesc {
		padding: 2rem 2rem 2rem 8rem;
	}
}
@media (max-width: 560px) {
	#cta .bgCover .imgCta {
		background-position: 20% center !important;
	}
}
@media (max-width: 440px) {
	body.talento .slider.sliderDivisor .wrapperTitle {
		padding-top: 1rem;
	}
	.slider.sliderDivisor .slide img {
		width: auto;
		height: 34rem !important;
		max-width: unset;
	}
}