html {
	scroll-behavior: smooth;
}

#faq-page img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 432px;
	width: auto;
	max-width: 100%;
	border-radius: 16px;
}

#progress-bar {
	position: fixed;
	top: 64px;
	width: 100%;
	background-color: #0AD692;
	z-index: 1;
}

#progress-bar .progress {
	background: #0EC98B;
	height: 100%;
	width: 0%;
}

#progress-bar .progress-bar-text {
	display: flex;
	position: fixed;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	width: calc(100% - 30px);
	top: 65px;
}

#progress-bar,
#progress-bar .progress-bar-text {
	height: 15px;
}

#progress-bar.tall-bar,
#progress-bar.tall-bar .progress-bar-text {
	height: 40px;
}


#progress-bar .progress-bar-text p {
	margin-bottom: 0;
}

#progress-bar .progress-bar-text p.conheca-mais i {
	font-size: var(--font-default);
	padding-right: 10px;
}

#progress-bar .progress-bar-text a,
#progress-bar .progress-bar-text a:hover {
	text-decoration: none;
	color: var(--color-default);
}

#progress-bar .progress-bar-text p span.bar {
	padding: 0 10px;
}

#faq-page {
	margin-top: 144px;
	padding: 0 20px;
}

#faq-page .questions .faq-question {
	margin-top: 64px;
}

#faq-page .questions .faq-question .name {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
	font-family: var(--font-default);
	font-weight: bold;
}

#faq-page .questions .faq-question .answer {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

#faq-page .questions .faq-question .answer li {
	line-height: 32px;
}

#faq-banner #last-modified {
	margin-bottom: 0;
	font-size: 16px;
}

#faq-banner h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 64px;
}

#faq-page .questions {
	margin-top: 32px;
	margin-right: 32px;
}

#faq-banner #banner-description {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: justify;
	font-size: 20px;
}

#faq-banner .image-container,
#faq-page .questions .image-container {
	display: flex;
	justify-content: center;
}

#faq-page a:not(li > a) {
	color: var(--color-light);
}

#faq-banner #banner-image {
	margin-top: 24px;
}

#faq-banner p {
	line-height: 30px;
	font-size: 16px;
}

#summary {
	margin-top: 96px;
	box-shadow: 1px 4px 6px 1px rgba(90, 90, 90, 0.322);
	border-radius: 10px;
	padding: 16px;
	height: fit-content;
	height: -moz-fit-content;
	height: -webkit-max-content;
}

#summary h3 {
	text-align: center;
	margin: 0;
	padding-top: 16px;
	font-size: 20px;
	font-family: var(--font-default-strong);
}

#summary .summary {
	padding: 16px;
	margin: 0;
}

#summary .summary li {
	font-size: 14px;
	line-height: 24px;
	padding-top: 8px;
}

#summary .summary li a {
	text-decoration: none;
}

#footer-banner {
	padding: 0;
}

@media screen and (max-width: 839px) {
	#progress-bar,
	#progress-bar .progress-bar-text {
		height: 20px !important;
	}

	#progress-bar .progress-bar-text.hide-mobile {
		display: none;
	}

	#faq-page {
		margin-top: 112px;
		padding: 0 20px;
	}

	#faq-page .questions {
		margin-right: 0;
	}

	#faq-banner h1 {
		font-size: 48px;
	}

	#summary {
		order: -1;
	}

	#faq-banner {
		order: -2;
	}

	#faq-page img {
		height: 240px;
		width: auto;
	}
}
