body {
	font-family: "Montserrat", sans-serif !important;
	font-optical-sizing: auto;
}

.img-responsive {
	display: block;
	margin: auto;
	height: auto;
	max-width: 100%;
}

:root {
	--hero:#5e96b8;
	--heroText:#1f2a44;
	--cardRadius:14px;
	--shadow:0 2px 0 rgba(0,0,0,.08);
	--dot:#333333;
	--pill:#213b63;
	--pillGlow:rgba(33,59,99,.15);
}

.stage {
	position: relative;
	background-color: var(--hero);
	padding: 22px 0 0;
	min-height: 420px;
}

.wrap {
	width: min(1420px, 96vw);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.cards-viewport {
	overflow: hidden;
	padding: 18px 0 10px;
	margin: 0 -8px;
	cursor: grab;
	user-select: none;
	touch-action: pan-y;
}

.cards-viewport.is-dragging {
	cursor: grabbing;
}

.cards-track {
	display: flex;
	gap: 22px;
	align-items: stretch;
	will-change: transform;
	transition: transform .35s ease;
}

.op-card {
	width: 280px;
	min-width: 280px;
	background: #f2f2f2;
	border-radius: var(--cardRadius);
	box-shadow: var(--shadow);
	padding: 18px 18px 16px;
	position: relative;
	border: 1px solid rgba(0,0,0,.06);
}

.op-title {
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 8px;
	color: #2c2c2c;
}

.block {
	margin: 10px 0 0;
}

.label {
	font-weight: 700;
	color: #333;
	font-size: 14px;
	margin-bottom: 3px;
}

.value {
	font-size: 14px;
	color: #333;
	line-height: 1.35;
}

.muted {
	color: #666;
}

.badge-ballon {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	display: grid;
	place-items: center;
}

.badge-ballon svg {
	display: block;
}

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 0 26px;
}

.dot {
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: width .25s ease, background-color .25s ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.dot.is-active {
	width: 92px;
	background: var(--pill);
	box-shadow: 0 10px 18px var(--pillGlow);
}

@media (max-width: 768px) {
	.dot.is-active {
		width: 70px;
	}
}

.dot:hover {
	filter: brightness(0.95);
}

.dot.inactive {
	opacity: .95;
}

.dot.active {
	outline: 3px solid rgba(255,255,255,.35);
	outline-offset: 3px;
}

.controls {
	display: flex;
	justify-content: space-between;
	margin-top: -10px;
	pointer-events: none;
}

.ctrl-btn {
	pointer-events: auto;
	border: 0;
	background: rgba(255,255,255,.85);
	width: 42px;
	height: 42px;
	border-radius: 999px;
	box-shadow: 0 2px 0 rgba(0,0,0,.12);
	display: grid;
	place-items: center;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.hero h1 {
		font-size: 44px;
	}
	.op-card {
		width: 300px;
		min-width: 300px;
	}
}
@media (max-width: 768px) {
	.hero {
		padding: 36px 0 28px;
	}
	.hero h1 {
		font-size: 34px;
	}
	.hero p {
		font-size: 18px;
	}
	.stage::before {
		height: 120px;
	}
	.op-card {
		width: 280px;
		min-width: 280px;
	}
}

.logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 0 20px 30px;
	background-color: #fff;
}

.logos img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

#banner {
	min-height: 750px;
	background-image: url('img/banner.png');
	background-size: cover;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

#banner::after {
	content: '';
	position: absolute;
	bottom: -170px;
	left: 0;
	width: 100%;
	background-image: url('img/big-nuvem.png');
	display: block;
	height: 500px;
	background-size: cover;
}

#banner h1, #banner h2 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 50px;
}

#porque {
    padding: 50px 0;
	background-image: url('img/bg-porque.png');
	background-size: cover;
	display: flex;
	align-items: center;
	color: #fff;
	background-position: center;
	position: relative;
}


#porque p {
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
}

#porque h3 {
	font-size: 28px;
}

#seguranca {
	padding: 50px 0;
}

#seguranca h2 {
	color: #1d3051;
	font-size: 35px;
}

#seguranca p.text-center {
	font-size: 18px;
	font-weight: 400;
	width: 1040px;
	max-width: 100%;
	margin: 0 auto 50px;
}

#seguranca .box {
	margin: 50px auto 0;
	width: 1040px;
	max-width: 100%;
	padding: 50px;
	background-color: #f2f2f2;
	border-radius: 10px;
}

#seguranca .box p {
	font-size: 17px;
	font-weight: 400;
	color: #1d3051;
	margin-bottom: 15px;
}

.stage {
	padding: 50px 0 200px;
	position: relative;
	overflow: hidden;
}

.stage::after {
	content: '';
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	background-size: cover;
	background-image: url('img/nuvem-stage.png');
	height: 500px;
	background-size: cover;
	display: block;
}

.stage h2 {
	color: #1d3051;
	font-size: 35px;
}

.stage p {
	font-size: 18px;
	font-weight: 400;
	margin: 0 auto 50px;
	color: #fff;
}

#quem {
	padding:0 0 50px 0;
}

#quem h2 {
	color: #1d3051;
	font-size: 35px;
	text-align: left;
}

#quem h3,
#quem h5 {
	font-size: 18px;
	color: #3e8c91;
	margin-bottom: 20px;
}

#quem h5 {
	padding-left: 20px;
	margin-top: 30px;
}

#quem h4 {
	font-size: 18px;
	color: #282728;
	font-weight: 400;
}

#quem .box {
	padding: 20px;
	border-radius: 10px;
}

#quem p {
	font-size: 15px;
	font-weight: 400;
	color: #1d3051;
}

#quem .box1 {
	background-color: #f2f2f2;
}

#quem .box2 {
	background-color: #e3e9ed;
}

#quem .box3 {
	background-color: #d5e3ed;
}

footer {
	background-image: url('img/bg-footer.png');
	background-size: cover;
	color: #fff;
	text-align: center;
	min-height: 500px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

footer h2 {
	font-size: 35px;
}

footer::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	background-image: url('img/nuvem-footer.png');
	display: block;
	height: 370px;
	background-size: 100%;
}

@media (max-width: 1300px) {
	.stage::after,
	#banner::after,
	footer::after {
		display: none !important;
	}
}

@media (max-width: 768px) {
	#banner h1, #banner h2 {
		font-size: 15px;
	}

	#banner {
    	background-position: -870px;
	}

	footer {
    	background-position: center;
	}

    .stage {
        padding-bottom: 50px !important;
    }
	#porque {
    	background-position: left;
	}
	
	#porque p {
        font-size: 16px;
        text-shadow: 0 0 5px rgba(0, 0, 0, .9);
	}
	
	#seguranca h2 {
		font-size: 25px;
	}
	
	#seguranca p.text-center {
		font-size: 15px;
		width: 90%;
	}
	
	#seguranca .box {
		padding: 30px;
	}
	
	.stage h2 {
		font-size: 25px;
	}
	
	.stage p {
		font-size: 15px;
		width: 90%;
	}

    #quem {
        padding-top: 50px !important;
    }
	
	#quem h2 {
		font-size: 25px;
	}
	
	#quem h3,
	#quem h5 {
		font-size: 15px;
	}
	
	#quem h4 {
		font-size: 15px;
	}
	
	footer h2 {
		font-size: 25px;
	}

	.cards-viewport {
		padding: 10px 16px;
	}

	.cards-viewport {
		padding-left: 0;
		padding-right: 0;
	}

	.cards-track {
		padding-left: 7.5vw;
		padding-right: 7.5vw;
	}

	.op-card {
		width: 85vw;
		min-width: 85vw;
	}

	.logos {
		padding: 30px 20px;
	}
}

.developed-by {
	background-color: #2b2b2b;
	padding: 40px 0;
	text-align: center;
}

.developed-by p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 400;
}

.developed-by a {
	display: inline-block;
}

.developed-by img {
	max-width: 200px;
	height: auto;
	object-fit: contain;
}

.developed-by {
	background-color: #000;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #444;
}

.developed-by h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}

.developed-by p {
	color: #fff;
	font-size: 16px;
}

.developed-by a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.developed-by a:hover {
	color: red;
	text-decoration: none;
}