:root {
	--dark: #084070;
	--m: #0A5291;
	--clear: #CCC;
	--cor: #EE8600;
}

body {
	font: 16px Sora, "Open Sans";
	color: #000;
	overflow-x: hidden;
}

#privacidade {
	padding: 10px 20px;
	width: calc(100% - 20px);
	margin: 10px;
	position: fixed;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	border-radius: 10px;
	bottom: 0;
	a {
		color: #FFF;
	}
}

#whatsapp {
	width: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	img {
		width: 100%;
	}
}

.header {
	padding: 20px 0;
	position: relative;
	z-index: 99999;
	.header-logo {
		img {
			height: 50px;
		}
	}
	.header-top {
		background: rgba(255, 255, 255, 0.6) !important;
		backdrop-filter: blur(1px) !important;
		-webkit-backdrop-filter: blur(1px) !important;
		border: 1px solid #CCC;
		border-radius: 100px;
		padding: 10px 20px;
		box-sizing: bor;
		height: 70px;
	}
	.contato {
		text-align: right;
	}
	.header-menu {
		display: none;
	}
	.header-nav {
		ul {
			list-style: none;
			li {
				display: inline-block;
				font-size: 0.8em;
				a {
					color: #333;
					padding: 15px 10px;
				}
				a:hover {
					color: #000;
				}
			}
		}
	}

}

.hero {
	top: -90px;
	margin-bottom: -50px;
	position: absolute;
	.hero-pessoas {
		font-size: 0.8em;
		padding-top: 15px;
	}
	small {
		color: #ccc;
	}
	p {
		font-size: 1.3em;
		line-height: 25px;
		font-weight: 200;
	}
	h2 {
		font-size: 3.2em;
		color: var(--cor);
		font-weight: 600;
		margin: 50px 0 20px;

	}
	h3 {
		font-size: 1.5em;
		color: var(--dark);
		text-align: center;
	}
	h4 {
		font-size: 3em;
		color: var(--dark);
		text-align: center;
	}
}

.sobre {
	margin: 50px 0;
	p {
		color: #666;
		margin: 30px 0;
		line-height: 25px;
	}
	h3 {
		font-size: 1.5em !important;
		text-align: left;
	}
	.numbers {
		margin-top: 30px;
		.col-6:first-child {
			border-right: 1px solid #ccc;
		}
		.col-6:last-child {
			padding-left: 30px;
		}
	}

}

.container {
	position: relative;
}

.card {
	padding: 50px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #f1f1f1;
	margin-bottom: 50px;
	p {
		color:#666;
	}
}

.inovacao {
	.btn-servicos {
		border-left: 5px solid #CCC;
		
		padding: 10px 20px;
		border-radius: 0 20px 20px 0;
		color: #666;
		text-decoration: none;
		width: 100%;
		display: inline-block;
		
		span {
			font-size: 1.5em;
			margin-bottom: 15px;
			font-weight: 600;
		}
	}
	.btn-servicos:hover {
		border-left: 5px solid var(--cor);
		background: #CCC;
	}
	span i {
		padding: 10px;
		border-radius: 5px;
		color: #FFF;
	}
}

.box {
	background-color: rgb(22, 44, 79);
	color: #FFF;
	padding: 42px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 50px;
	h2 {
		font-size: 1.5em;
		line-height: 50px;
		font-weight: 400;
		strong {
			color: var(--cor);
		}
	}
	.cards {
		background: var(--dark);
		padding: 30px;
		box-sizing: border-box;
		width: 100%;
		border-radius: 40px;
		strong {
			color: var(--cor);
			margin-bottom: 30px;
		}
		p {
			line-height: 30px;
		}
		.icone {
			.icone-mais {
				width: 80px;
				height: 80px;
				display: inline-block;
				padding: 15px 10px;
				background: url(../images/btn.png) no-repeat;
				color: var(--cor);
				font-size: 3em;
				text-align: center;
				margin-bottom: 60px;
			}
		}
	}
}                          

.equipe {
	background: #061F3D;
	border-radius: 30px;
	padding: 100px;
	box-sizing: border-box;
	color: #FFF;;
	h2 {
		font-size: 2.5em;
		line-height: 40px;
		text-align: center;
		strong {
			font-weight: 600;
			color: var(--cor);
		}
	}
	.parceiros {
		margin: 30px 0;
	}
	.hr {
		width: 100%;
		height: 5px;
		background: #308BD3;
		margin: 30px 0;;
		border: 0
	}
	.col {
		flex-shrink: 20%;
	}
	.card-team {
		background: #FFF;
		color: #000;
		border-radius: 20px;
		padding: 20px;
		box-sizing: border-box;
		margin: 5px;
		.cargo {
			height: 60px;
		}
		a {
			width: 30px;
			height: 30px;
			padding: 5px;
			line-height: 20px;
			text-align: center;
			background-color: #061F3D;
			color: #FFF;
			text-decoration: none;
			margin: 5px;
			display: inline-block;
			border-radius: 100px;
		}
		.img {
			width: 70%;
			border-radius: 100px;
			margin-bottom: 30px;
		}
		.nome {
			height: 40px;
		}
	}
}

.tarja {
	background: var(--cor);
	color: white;
	font-size: 1.5em;
	margin: 30px 0 0 0;
	padding: 20px 0;
	width: 140%;
	overflow: hidden;
}

.como {
	.img {
		width: 80%;
	}
}

.marcado {
	background-color: #ccc;
}

.faq {
	padding: 30px 0;
	color: #333;
	h2 {
		margin: 30px 0;
	}
	p {
		line-height: 25px;
	}
	.accordion-item {
		border: 2px solid #333;
		margin-bottom: 10px;
		border-radius: 10px;
		.accordion-button {
			background: #FFF !important;
			border: 0;
		}
	}
	.accordion-item:has(.accordion-button:not(.collapsed)) {
		border: 2px solid #308BD3;
	}
	.accordion-button:focus:not(:focus-visible) {
		box-shadow: none;
		outline: none;
	}
}

.footer {
	background: #FCFCFC;
	color: #333;
	padding: 30px 0;
	.img {
		margin: 0 0 0 -30px;
		width: 70%;
	}
	a {
		color: #333;
		text-decoration: none;
	}
	.redes {
		a {
			width: 35px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			border: 1px solid #333;
			border-radius: 100px;
			margin-right: 10px;
			text-decoration: none;
			color: #333;
			display: inline-block;
		}
		a:hover {
			background: var(--cor);
		}
	}
	.hr {
		width: 100%;
		height: 2px;
		background: var(--cor);
		margin: 30px 0;
	}
	.bottom {
		font-size: 0.8em;
		.col-12:last-child {
			text-align: right;
		}
		a {
			color: #000
		}
	}
}

.grid {
	display: grid;
	grid-template-columns: 30% 70%;
}


.card-servicos {
	padding: 100px 20px;
	box-sizing: border-box;
	width: 100%;
	color: #FFF;
	text-shadow: 1px 1px 5px #000;
	background-size: cover;
	backdrop-filter: blur(1px) !important;
	-webkit-backdrop-filter: blur(1px) !important;
	margin: 20px 0;
	display: inline-block;
	border-radius: 20px;
	text-decoration: none;
}

.img {
	border-radius: 40px;
	margin: 30px 0;
}

@media (min-width: 960px) and (max-width: 1280px) {
	.hero {
		padding-top: 20px;
		.col-md-6:first-child {
			padding-top: 60px;
			.quero {
				height: 40px;
			}
		}
	}
}

@media (min-width: 480px) and (max-width: 960px) {
	body {
		font-size: 12px;
	}
	h2 {
		font-size: 2em;
	}
	main {
		position: relative;
		margin-top: 30px;
	}
	.hero {
		padding-top: 10px;
		.col-md-6:first-child {
			padding-top: 40px;
			.quero {
				height: 40px;
			}
		}
		.col-md-6:last-child {
			img {
				width: 100%;
				margin-top: -10px;
			}
		}
		p {
			font-size: 1.1em;
		}
		h2 {
			font-size: 2em;
		}

	}
	.tarja {
		font-size: 0.9em !important;
		font-weight: bold;
	}
	.header {
		position: relative;
		.header-top {
			height: 55px;
		}
		.header-logo {
			img {
				height: 35px;
			}
		}
		.header-nav {
			ul {
				li {
					a {
						font-size: 0.8em;
						padding: 10px 10px;
					}
				}
			}
		}
		.contato {
			margin-left: -15px;
			img {
				height: 35px;
			}
		}
		
	}
}


.footer {
    color: #333;
    padding: 30px 0;
    a {
        color: #333;
        text-decoration: none;
        margin: 20px 10px 0 0;
        &:hover {
            color: #fff;
        }
    }
}

.image {
	padding-bottom: 20px;
	.w-100 {
		border-radius: 10px !important;
	}
	.place {
		width: 100% !important;
		z-index: 9;
		margin-top: -100px;
		text-align: center;
		
	}
}

.contato {
	a {
		color: #333;
		text-decoration: none;
	}
	label {
		margin: 5px 0 5px 0;
	}
	.form-control, .btn {
		border-radius: 100px;
		margin-bottom: 10px;
	}
	textarea {
		border-radius: 20px !important;
	}
}

@media (max-width: 480px) {
	body, html {
		overflow-x: hidden !important;
	}
	.header {
		.header-top {
			position: relative;
			border-radius: 10px;
			height: auto;
			width: 300px;
			margin: 30px auto;
			text-align: center;
			background: #fff;
		}
		.contato {
			text-align: center;
			margin: 0 0 0 -10px!important;
		}
		.header-menu {
			display: block;
			text-align: center;
			width: 100%;
			padding: 30 0;
			display: inline-block;
			margin: 10px 0;
			color: var(--dark);
		}
		.header-nav {
			width: 100%;
			margin-left: -10px;
			display: none;
			ul {
				li {
					display: block;
					width: 100%;
					text-align: center;
				}
			}
		}
	}
	.hero {
		margin-top: 100px;
	}
	.container, .col-12 {
		text-align: center !important;
	}
	.equipe {
		padding: 15px !important;
		.cargo {
			height: 120px !important;
		}
		.nome {
			height: 70px !important;
		}
		h2 {
			font-size: 2em;
		}
	}
	.tarja {
		width: 100%;
		font-size: 0.9em;
	}
	.sobre {
		h2 {
			font-size: 3em;
		}
		h3 {
			font-size: 2em;
			line-height: 35px;
			text-align: center;
		}
	}
	.footer {
		img {
			width: 50% !important;
			margin-left: 10px !important;
		}
	}
	.inovacao {
		.card {
			padding: 20px 15px;
		}
	}
	.equipe {
		.nome, .cargo {
			height: 40px !important;
		}
	}
}