@charset "UTF-8";

/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {box-sizing: border-box; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }img {display: block;max-width: 100%;}strong {font-weight:bold;}*{ box-sizing: border-box }

/* page styles */
html {
  	scroll-padding-top: 60px;
	scroll-behavior: smooth;
}

@media (min-width: 992px) {
	html {
		scroll-padding-top: 80px;
	}
}

.page-wrapper {
	background-color: #1C1C29;
	color: #FFFFFF;
	font-family: 'Albert Sans', Arial, sans-serif;
	overflow-x: hidden;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto {
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }
.col-auto { flex: 0 0 auto; width: auto; }
.d-flex { display: flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

@media (min-width: 768px) {
    .col-md-1 { width: 8.33333333%; }
    .col-md-2 { width: 16.66666667%; }
    .col-md-3 { width: 25%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-5 { width: 41.66666667%; }
    .col-md-6 { width: 50%; }
    .col-md-7 { width: 58.33333333%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-9 { width: 75%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-11 { width: 91.66666667%; }
    .col-md-12 { width: 100%; }
	.col-md-auto { flex: 0 0 auto; width: auto; }
	.text-md-left { text-align: left; }
	.text-md-center { text-align: center; }
	.text-md-right { text-align: right; }
}

@media (min-width: 992px) {
    .col-lg-1 { width: 8.33333333%; }
    .col-lg-2 { width: 16.66666667%; }
    .col-lg-3 { width: 25%; }
    .col-lg-4 { width: 33.33333333%; }
    .col-lg-5 { width: 41.66666667%; }
    .col-lg-6 { width: 50%; }
    .col-lg-7 { width: 58.33333333%; }
    .col-lg-8 { width: 66.66666667%; }
    .col-lg-9 { width: 75%; }
    .col-lg-10 { width: 83.33333333%; }
    .col-lg-11 { width: 91.66666667%; }
    .col-lg-12 { width: 100%; }
	.col-lg-auto { flex: 0 0 auto; width: auto; }
	.text-lg-left { text-align: left; }
	.text-lg-center { text-align: center; }
	.text-lg-right { text-align: right; }
}

/* header */
.header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 60px;
	width: 100%;
	padding: 12px 0;
	transition: .3s ease-in-out;
	z-index: 9999;
}

.header.is-fixed,
.header.is-ouvidoria {
	background: #008FA1;
}

.header .menu {
	background: url('../img/icon-header.svg')no-repeat center;
	width: 26px;
	height: 26px;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	z-index: 9999;
	position: relative;
	cursor: pointer;
}

.header nav {
	opacity: 0;
	left: -100%;
	position: absolute;
	display: block;
	top: -100%;
	left: -100%;
	width: 100%;
	background: #1c1c28;
	padding: 12px 0 24px 0;
	transition: opacity .3s ease-in-out;
}

.header nav.is-visible {
	top: 0;
	left: 0;
	opacity: 1;
}

.header nav a {
	color: #fff;
	text-decoration: none;
	padding: 16px 24px;
	display: block;
}

@media (min-width: 992px) {
	.header {
		min-height: 80px;
		padding: 32px 0;
		right: 0;
		left: 0;
	}

	.header.is-fixed,
	.header.is-ouvidoria {
		padding: 1px 0;
	}

	.header .menu {
		display: none;
	}

	.header nav {
		display: flex;
		gap: 24px;
		position: static;
		opacity: 1;
		background: transparent;
		padding: 0;
	}

	.header nav a {
		color: #fff;
		text-decoration: none;
		transition: all .3s ease-in-out;
		position: relative;
		padding-top: 23px;
	}

	.header nav a:after  {
		content: '';
		width: 33px;
		height: 3px;
		display: block;
		margin-top: 4px;
		transition: all .3s ease-in-out;
	}

	.header nav a:hover:after {
		background: #DB9649;
	}

	.header nav a:last-child {
		padding-right: 0;
	}
}

/* hero */
.hero {
	background: #008FA1;
	color: #FFFFFF;
	width: 100%;
	padding-top: 90px;
	position: relative;
	z-index: 1;
}

.hero .bg-hero {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 45vw;
	z-index: -1;
}

.hero h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
}

.hero h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
}

.hero p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 220px;
	margin: 0 auto 24px;
}

.hero img.image-hero {
	max-width: 70%;
	margin: 0 auto;
}

.hero .image-logos {
	margin: 48px auto 36px;
}

.hero .hero-anchor-content {
	display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom: 24px;
}

.hero .hero-anchor {
	color: #FFFFFF;
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
	font-size: 16px;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
}

.hero .hero-anchor img {
	width: 30px;
	animation: setaDescendo .8s ease-in-out infinite;
}

@keyframes setaDescendo {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    30% {
        opacity: 1; /* Aparece rápido no início */
    }
    100% {
        transform: translateY(10px); /* Distância que ela desce */
        opacity: 0; /* Some no final do trajeto */
    }
}

@media (min-width: 992px) {
	.hero {
		padding-top: 150px;
	}

	.hero h2 {
		font-size: 38px;
	}

	.hero h1 {
		font-size: 32px;
	}

	.hero p {
		font-size: 20px;
		max-width: 280px;
		margin: 0;
	}

	.hero img.image-hero {
		max-width: 100%;
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.hero h2 {
		font-size: 46px;
	}

	.hero h1 {
		font-size: 40px;
	}

	.hero p {
		font-size: 24px;
		max-width: 340px;
	}
}

@media (min-width: 1400px) {
	.hero {
		min-height: 800px;
	}

	.hero h2 {
		font-size: 54px;
	}

	.hero h1 {
		font-size: 48px;
	}
}

/* beneficios */
#beneficios {
	padding: 24px 0;
}

#beneficios h2 {
	background: linear-gradient(90deg, #DB964A 0%, #D2842B 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	max-width: 420px;
	margin-bottom: 24px;
}

#beneficios p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 16px;
}

#beneficios p.end {
	margin-bottom: 48px;
}

#beneficios .box {
	background: #EBEBEB;
	display: flex;
	flex-direction: column;
	border-radius: 28px;
	height: 368px;
	max-width: 280px;
	margin: 0 auto 32px;
	padding: 32px 24px;
}

#beneficios .box .box-icon {
	display: flex;
	align-items: center;
	width: 88px;
	height: 88px;
	margin-bottom: 48px;
}

#beneficios .box h3 {
	color: #1C1C29;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}

#beneficios .box p {
	color: #1C1C29;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	#beneficios {
		padding: 48px 0;
	}

	#beneficios h2 {
		font-size: 32px;
		max-width: 520px;
	}

	#beneficios p {
		font-size: 20px;
	}

	#beneficios .box {
		max-width: 320px;
	}

	#beneficios .box h3,
	#beneficios .box p {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	#beneficios {
		padding: 72px 0;
	}

	#beneficios h2 {
		font-size: 40px;
		max-width: 620px;
	}

	#beneficios p {
		font-size: 24px;
	}
}

@media (min-width: 1400px) {
	#beneficios h2 {
		font-size: 48px;
		max-width: 640px;
	}
}

/* como-funciona */
#como-funciona {
	padding: 24px 0;
}

#como-funciona h2 {
	background: linear-gradient(90deg, #DB964A 0%, #D2842B 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
}

#como-funciona p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 16px;
}

#como-funciona p.end {
	margin-bottom: 48px;
}

#como-funciona img {
	margin: 0 auto;
}

@media (min-width: 992px) {
	#como-funciona {
		padding: 48px 0;
	}

	#como-funciona h2 {
		font-size: 32px;
	}

	#como-funciona p {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	#como-funciona {
		padding: 72px 0;
	}

	#como-funciona h2,
	#como-funciona h3 {
		font-size: 40px;
	}

	#como-funciona p {
		font-size: 24px;
	}
}

@media (min-width: 1400px) {
	#como-funciona h2,
	#como-funciona h3 {
		font-size: 48px;
	}
}

/* faq */
#duvidas {
	color: #FFFFFF;
	padding: 24px 0;
}

#duvidas h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 32px;
}

#duvidas h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

#duvidas p {
	font-size: 16px;
	line-height: 1.4;
}

#duvidas .faq-questions {
	margin-bottom: 16px;
}

#duvidas .faq-questions-item {
	cursor: pointer;
	background: #008FA1;
	border-radius: 12px;
	margin-bottom: 16px;
	overflow: hidden;
}

#duvidas .faq-questions-item-header {
	padding: 20px 20px 20px 60px;
	position: relative;
}

#duvidas .faq-questions-item-header:before {
	content: '';
	background: url('../img/icon-arrow-faq.svg') no-repeat center;
	background-size: contain;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 12px;
}

#duvidas .faq-questions-item-header.is-opened:before {
	transform: rotate(90deg);
}

#duvidas .faq-questions-item-content {
	background: #EBEBEB;
	color: #1C1C29;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 0.35s ease, opacity 0.25s ease;
}

#duvidas .faq-questions-item-content.is-opened {
	opacity: 1;
}

#duvidas .faq-questions-item-content > div {
	padding: 20px;
}

@media (min-width: 768px) {
	#duvidas .faq-questions-item-header {
		padding: 20px 40px 20px 120px;
	}

	#duvidas .faq-questions-item-header:before {
		width: 46px;
		height: 46px;
		margin-top: -23px;
		left: 32px;
	}

	#duvidas .faq-questions-item-content > div {
		padding: 40px;
	}
}

@media (min-width: 992px) {
	#duvidas {
		padding: 48px 0;
	}

	#duvidas h2 {
		font-size: 32px;
	}

	#duvidas h3 {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	#duvidas {
		padding: 72px 0;
	}

	#duvidas h2 {
		font-size: 40px;
	}

	#duvidas p {
		font-size: 20px;
	}
}

@media (min-width: 1400px) {
	#duvidas h2 {
		font-size: 48px;
	}

	#duvidas h3 {
		font-size: 32px;
	}
}

/* contato */
#contato {
	background: #EBEBEB url('../img/bg-footer.svg') no-repeat left top;
	background-size: 100%;
	color: #1C1C29;
	padding: 96px 0 24px;
}

#contato h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	max-width: 480px;
	margin-bottom: 32px;
}

#contato h2 span {
	color: #008FA1;
}

#contato p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 32px;
}

#contato .button {
	color: #1C1C29;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	text-decoration: none;
}

#contato .kob-footer {
	max-width: 40vw;
	margin: 0 auto;
}

@media (min-width: 992px) {
	#contato {
		padding: 118px 0;
	}

	#contato h2 {
		font-size: 32px;
	}

	#contato .kob-footer {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {

	#contato h2 {
		font-size: 40px;
	}

	#contato p {
		font-size: 20px;
	}

	#contato .button {
		font-size: 24px;
	}
}

@media (min-width: 1400px) {
	#contato h2 {
		font-size: 48px;
	}
}

/* footer */
.footer {
	background: #008FA1;
	padding: 20px 0;
}

.footer .icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.footer .icons p {
	font-weight: 700;
	margin-bottom: 0;
}

.footer a {
	display: inline-block;
}

.footer .button {
	color: #EBEBEB;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	margin-bottom: 16px;
	text-decoration: none;
}

@media (min-width: 992px) {
	.footer p,
	.footer .button {
		font-size: 18px;
		margin-bottom: 0;
	}
}

/* OUVIDORIA */
.breadcrumb {
	background: #EBEBEB;
	display: flex;
	align-items: center;
	min-height: 60px;
	margin-top: 60px;
	width: 100%;
	padding: 12px 0;
}

.breadcrumb p {
	color: #1C1C29;
	display: flex;
	align-items: center;
	gap: 8px;
}

.breadcrumb a,
.breadcrumb .separator {
	color: #008FA1;
	font-weight: 700;
	text-decoration: none;
}

@media (min-width: 992px) {
	.breadcrumb {
		min-height: 80px;
		margin-top: 80px;
		padding: 32px 0;
		right: 0;
		left: 0;
	}
}

.ouvidoria-intro {
	background: #EBEBEB;
	padding: 32px 0;
}

.ouvidoria-intro h1 {
	color: #008FA1;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 16px;
}

.ouvidoria-intro p {
	color: #1C1C29;
	font-size: 20px;
	margin-bottom: 16px;
}

.ouvidoria-intro p.end {
	color: #008FA1;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0!important;
}

@media (min-width: 768px) {
	.ouvidoria-intro {
		padding: 40px 0;
	}

	.ouvidoria-intro h1 {
		font-size: 48px;
		margin-bottom: 24px;
	}

	.ouvidoria-intro p {
		margin-bottom: 24px;
	}

	.ouvidoria-intro p.end {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.ouvidoria-intro {
		padding: 72px 0;
	}

	.ouvidoria-intro h1 {
		font-size: 70px;
		margin-bottom: 56px;
	}

	.ouvidoria-intro p {
		font-size: 32px;
		margin-bottom: 56px;
	}

	.ouvidoria-intro p.end {
		font-size: 24px;
	}
}

.ouvidoria-quando {
	background: #008FA1;
	padding: 48px 0;
}

.ouvidoria-quando h2 {
	color: #EBEBEB;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}

.ouvidoria-quando p {
	color: #EBEBEB;
	font-size: 20px;
	margin-bottom: 24px;
}

.ouvidoria-quando p.space {
	margin-bottom: 24px;
}

.ouvidoria-quando h3 {
	color: #EBEBEB;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.ouvidoria-quando ul {
	list-style-position: inside;
	list-style-type: numeric;
	color: #EBEBEB;
	font-size: 20px;
	margin: 0 0 0 8px;
}

.ouvidoria-quando ul li:not(:last-of-type) {
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.ouvidoria-quando {
		padding: 64px 0;
	}

	.ouvidoria-quando h2 {
		font-size: 32px;
		margin-bottom: 32px;
	}

	.ouvidoria-quando p.space {
		margin-bottom: 32px;
	}
}

@media (min-width: 992px) {
	.ouvidoria-quando {
		padding: 104px 0;
	}

	.ouvidoria-quando h2 {
		font-size: 56px;
		margin-bottom: 56px;
	}

	.ouvidoria-quando p {
		font-size: 32px;
	}

	.ouvidoria-quando p.space {
		margin-bottom: 56px;
	}

	.ouvidoria-quando h3 {
		font-size: 40px;
		margin-bottom: 24px;
	}

	.ouvidoria-quando ul {
		font-size: 32px;
	}
}

.ouvidoria-como {
	background: #1C1C29;
	padding: 48px 0;
}

.ouvidoria-como h2 {
	color: #DB964A;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}

.ouvidoria-como h3 {
	color: #EBEBEB;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.ouvidoria-como p {
	color: #EBEBEB;
	font-size: 20px;
	margin-bottom: 24px;
}

.ouvidoria-como .telefone {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 16px;
}

.ouvidoria-como .telefone p {
	color: #EBEBEB;
	font-size: 14px;
	margin: 0;
}

.ouvidoria-como .telefone p.numero {
	font-size: 24px;
	font-weight: 700;
}

.ouvidoria-como a.button {
	background: #DB964A;
	border-radius: 16px;
	color: #1C1C29;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	height: 44px;
	text-align: center;
	text-decoration: none;
}

@media (min-width: 768px) {
	.ouvidoria-como {
		padding: 64px 0;
	}

	.ouvidoria-como h2 {
		font-size: 32px;
		margin-bottom: 32px;
	}

	.ouvidoria-como p {
		margin-bottom: 32px;
	}

	.ouvidoria-como .telefone p.numero {
		font-size: 32px;
	}

	.ouvidoria-como a.button {
		width: 224px;
	}
}

@media (min-width: 992px) {
	.ouvidoria-como {
		padding: 104px 0;
	}

	.ouvidoria-como h2 {
		font-size: 56px;
		margin-bottom: 56px;
	}

	.ouvidoria-como h3 {
		font-size: 40px;
		margin-bottom: 24px;
	}

	.ouvidoria-como p {
		font-size: 32px;
		margin-bottom: 56px;
	}

	.ouvidoria-como .telefone {
		flex-direction: row;
		align-items: baseline;
		margin-bottom: 24px;
	}

	.ouvidoria-como .telefone p {
		font-size: 24px;
	}

	.ouvidoria-como .telefone p.numero {
		font-size: 56px;
	}

	.ouvidoria-como a.button {
		font-size: 32px;
		width: 377px;
		height: 80px;
	}
}