.content-section--sticky-slides {
	position: relative;
	width: 100%;
	z-index: -1
}

.content-section--sticky-slides--badge {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	z-index: 100;
	width: 80px;
	height: 80px;
	opacity: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

@media (min-width:768px) {
	.content-section--sticky-slides--badge {
		width: 100px;
		height: 100px
	}
}

@media (min-width:992px) {
	.content-section--sticky-slides--badge {
		width: 150px;
		height: 150px
	}
}

.content-section--sticky-slides--badge svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

.content-section--sticky-slides--badge svg path,
.content-section--sticky-slides--badge svg polygon {
	fill: #ffb81c
}

.content-section--sticky-slides--badge:after {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	content: "";
	border-radius: 50%;
	/* background-color: #fff; */
	z-index: 1
}

.content-section--sticky-slides--slide {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	display: none;
	top: 0;
	left: 0
}

.content-section--sticky-slides--slide--image {
	position: absolute;
	top: 0;
	height: 50%;
	width: 100%;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	overflow: hidden
}

@media (min-width:768px) {
	.content-section--sticky-slides--slide--image {
		width: 50%;
		height: 100%
	}
}

.content-section--sticky-slides--slide--image img,
.content-section--sticky-slides--slide--image picture,
.content-section--sticky-slides--slide--image video {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.content-section--sticky-slides--slide--meta {
	 background-image: url(../images/voltam/voltam_3.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 50%;
	padding: calc(1.5rem + 40px) 30px 0;
	text-align: center
}

@media (min-width:768px) {
	.content-section--sticky-slides--slide--meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		top: 0;
		width: 50%;
		height: 100%;
		text-align: left
	}
}

.content-section--sticky-slides--slide--meta--headline {
	font-size: 55px;
	color: #152759;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}

@media (min-width:768px) {
	.content-section--sticky-slides--slide--meta--headline {
		padding: 0 50px 0 70px
	}
}

@media (min-width:992px) {
	.content-section--sticky-slides--slide--meta--headline {
		padding: 125px;
		padding-bottom: 0px;
	}
}

.content-section--sticky-slides--slide--meta--description {
	margin-top: 1.5rem;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}

@media (min-width:768px) {
	.content-section--sticky-slides--slide--meta--description {
		margin-top: 0;
		padding: 0 50px 50px 70px;
		position: absolute;
	}
}

@media (min-width:992px) {
	.content-section--sticky-slides--slide--meta--description {
		padding: 50px 125px
	}
}

.content-section--sticky-slides--slide.active-slide,
.content-section--sticky-slides--slide.first-slide {
	display: block
}

.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image,
.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image img,
.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image picture,
.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image video,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image img,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image picture,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image video {
	opacity: 1
}

.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image:after,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image:after {
	border: 0 solid #ffb81c
}

.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--meta--description,
.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--meta--headline,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--meta--description,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--meta--headline {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);

}

.u-text-color-grey{
	font-size: 20px;
	color: #000;
	padding: 0 0 0 150px;
    margin-bottom: 300px;
}

.content-section--sticky-slides--slide.first-slide {
	position: absolute
}

.content-section--sticky-slides--slide.active-slide {
	position: fixed
}

.content-section--sticky-slides--slide-surrogate {
	height: 100vh;
	width: 100%;
	position: relative
}

.content-section--sticky-slides.in-viewport .content-section--sticky-slides--slide {
	display: block
}

.content-section--sticky-slides.in-viewport .content-section--sticky-slides--badge {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}