/* LINHA DO TEMPO */

.linhadotempo {
	background-image: linear-gradient(#b6b6b6, #b6b6b6);
	background-size: 2px 100%;
	background-repeat: no-repeat;
	background-position: center center;
}


.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.espacador {
	height: 10vw;
}


.abola {
	display: inline;
	color: #f1c053;
	font-size: 3rem;
	padding: .3rem 0rem .3rem 0rem;
	text-align: center;
}

.evento-data {
	display: inline;
	font-size: 3rem;
	padding: .3rem 2rem .3rem 2rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}

.evento-titulo {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 2.6rem;
}

.evento-foto {
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 300px;
	background-size: cover;
}

.citacao {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
}

.evento-texto {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #656565;

}

.evento-texto strong {
	font-weight: bold;

}


@media (max-width: 768px) {

	.abola {
		font-size: 1.7rem;
		padding: .1rem 0rem .1rem 0rem;
	}

	.evento-data {
		font-size: 1.7rem;
		padding: .2rem 1rem .2rem 1rem;
	}

	.evento-foto {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		min-height: 200px;
	}

	.evento-texto {
		font-size: 1.1rem;
		line-height: 1.6rem;
		color: #3c3c3c;
	}

	.citacao {
		text-align: center;
	}

	.creditos {
		text-align: center !important;
	}

}




@media (max-width: 576px) {

	.evento-titulo {
		font-size: 2.1rem;
		line-height: 2.3rem;
	}

	.evento-texto {
		font-size: 1rem;
		line-height: 1.35rem;
	}

	.citacao {
		line-height: 1.5rem;
	}

}




.bg-cinza {
	background-color: #f3f3f3;
}






.sombra {
	filter: drop-shadow(0px 5px 10px #b2a998);
}






.box-data {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8rem;
	display: block;
	font-weight: 400;
	letter-spacing: -0.01em;
	padding: .5rem 1.5rem .5rem 1.5rem;
	margin-bottom: 20px;
}

.box-data:hover {
	cursor: pointer;
}

.box-data i {
	margin-right: .5rem;
}




.titulos {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 700;
	display: block;
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: .7rem;
}

.subtitulos {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5rem;
	line-height: 1.5rem;
	display: block;
	font-weight: normal;
	letter-spacing: -0.02em;
	text-align: center;
	color: #303030;
}


@media (max-width: 768px) {

	.titulos {
		font-size: 2rem;
		line-height: 2rem;
	}

	.subtitulos {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}

	.box-data {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.3rem;
		display: block;
		font-weight: 400;
		letter-spacing: -0.01em;
		padding: .3rem 1rem .3rem 1rem;
		margin-bottom: 20px;
	}


}


/* RESULTADOS */

#resultados {
	background-color: #7daedb;
	padding: 5rem 0 5rem 0;
}

.resultDados {
	background-color: rgb(81, 143, 190);
	padding: 1rem .5rem .5rem .5rem;
	border: solid 1px rgb(139, 187, 232);
	border-radius: .5rem;
}

#total-titulo,
#atual-titulo {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	text-align: center;
}

#total-valor,
#atual-valor {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
	word-spacing: -0.5rem;

}


@media (max-width: 768px) {

	#total-titulo,
	#atual-titulo {
		font-size: 1.2rem;
	}

	.resultDados {
		padding: .8rem .5rem .5rem .5rem;
	}


}

