/* ====== DEFAULT ====== */
html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-optical-sizing: auto;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.transition {
	transition: all 0.2s linear;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.topoPage {
	background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
	padding: 70px 0 100px;
	margin-bottom: 50px;
}

.intro {
	margin-bottom: 70px;
}

.intro .boxAlign {
	margin-top: 50px;
}

.intro h1 {
	font-size: 30px;
	font-weight: 700;
	color: #53459A;
	line-height: 42px;
	margin-bottom: 15px;
}

.intro h5 {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-bottom: 25px
}

.intro p {
	font-size: 16px;
	color: #535353;
	line-height: 30px;
	margin-bottom: 25px
}

.intro .text-hidden p:nth-of-type(1n+3){
    display: none;
}

.intro .lkMore {
	font-size: 14px;
	font-weight: 600;
	color: #81888B;
	padding: 10px 30px;
	border-radius: 8px;
	background-color: #CFD8DC;
}

.intro .lkMore:hover {
	color: #FFF;
	background-color: #53459A;
}

.dados {
	padding: 120px 0;	
	margin-bottom: 110px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.dados::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
}

.dados .dadoPrev {
	width: 42px;
	height: 42px;
	background: var(--bs-white);
	z-index: 50;
	top: 50%;
	left: 15px;
	margin-top: -21px;
}

.dados .dadoNext {
	width: 42px;
	height: 42px;
	background: var(--bs-white);
	z-index: 50;
	top: 50%;
	right: 15px;
	margin-top: -21px;
}

.dados .dadoPrev:hover,
.dados .dadoNext:hover,
.candidatos .candPrev:hover,
.candidatos .candNext:hover {
	background: #53459A;
}

.dados .dadoPrev:hover img,
.dados .dadoNext:hover img,
.candidatos .candPrev:hover img,
.candidatos .candNext:hover img {
	filter: brightness(0) invert(1);
}

.slideDados {
	width: 72%;
}

.slideDados h3 {
	font-size: 20px;
	font-weight: 500;
	color: var(--bs-white);
}

.slideDados strong {
	font-size: 36px;
	font-weight: 700;
	color: var(--bs-white);
}

.desafios {
	margin-bottom: 95px;
}

.desafios h2,
.candidatos h2 {
	font-size: 38px;
	font-weight: 700;
	color: #53459A;
	line-height: 44px;
	margin-bottom: 30px;
}

.desafios ul li {
	border-radius: 8px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
	background: var(--bs-white);
	padding: 25px;
	margin-bottom: 30px;
}

.desafios ul li .num {
	font-size: 44px;
	font-weight: 600;
	color: #333;
	line-height: 44px;
	margin-bottom: 10px;
}

.desafios ul li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.desafios ul li p {
	font-size: 14px;
	color: #455A64;
	line-height: 20px;
}

.candidatos {
	padding-top: 24px;
	padding-bottom: 170px;
	background: url(../images/rumo-ao-amanha/bg-candidatos.png) no-repeat center center;
	background-size: contain;
}

.candidatos .candPrev {
	width: 42px;
	height: 42px;
	background: #ECEFF1;
	z-index: 50;
	top: 50%;
	left: 15px;
	margin-top: -21px;
}

.candidatos .candNext {
	width: 42px;
	height: 42px;
	background: #ECEFF1;
	z-index: 50;
	top: 50%;
	right: 15px;
	margin-top: -21px;
}

.slideCandidatos {
	width: 75%;
}

.slideCandidatos .swiper-slide {
	height: auto;
}

.slideCandidatos .swiper-slide {
	height: auto;
	padding: 40px 15px 30px;
}

.slideCandidatos .box {
	border-radius: 15px;
	width: 100%;
	background-color: var(--bs-white);
	box-shadow: 0px 8px 25px 0px rgba(93, 93, 93, 0.1);
	padding: 30px 20px 35px;
}

.slideCandidatos .voto-mais-candidato-imagem{
	margin-bottom: 15px;
    position: relative;
    max-width: 200px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.slideCandidatos .voto-mais-candidato-imagem::before{
    content: " ";
    padding-top: 100%;
    display: block;
}

.slideCandidatos .voto-mais-candidato-imagem img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center ;
    left: 0;
    top: 0;
}

.slideCandidatos .box h3 {
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.slideCandidatos .box p {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-top: 15px;
}

@media only screen and (min-width : 576px) {
	.intro h1 {
		font-size: 32px;
		line-height: 48px;
	}

	.slideDados {
		width: 82%;
	}

	.desafios ul li {
		width: 48%;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage {
		height: 535px;
		padding: 160px 0 0;
	}

	.slideDados {
		width: 86%;
	}

	.slideDados strong {
		font-size: 40px;
	}

	.slideCandidatos {
		width: 84%;
	}
}

@media only screen and (min-width : 992px) {
	.intro .boxAlign {
		margin-top: 15px;
	}

	.desafios h2,
	.candidatos h2 {
		font-size: 42px;
		line-height: 48px;
	}

	.desafios ul li {
		width: 23%;
		margin-right: 2%;
	}

	.desafios ul li:nth-child(4n+0) {
		margin-right: 0;
	}

	.candidatos {
		margin-bottom: 80px;
	}

	.slideCandidatos {
		width: 90%;
	}
}

@media only screen and (min-width : 1200px) {
	.slideDados {
		width: 90%;
	}
}

@media only screen and (min-width : 1400px) {
	.intro .colTxt {
		padding-left: 70px;
	}

	.intro .boxAlign {
		padding-right: 70px;
	}

	.slideDados {
		width: 88%;
	}
}