:root{

	--azul: #015fc9;
	--grey:#999999;
}


*{
	margin: 0;
	padding: 0;
	font-family: 'League Spartan', sans-serif;
}

a{
	text-decoration: none;
	color: inherit;
}

header{
	max-width: 1000px;
	background-color: white;
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 20px auto;
	border-radius: 10px;
	padding: 15px 20px;
	justify-content: space-between;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index: 3;
}

header nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav p{
	cursor: pointer;
	margin-right: 15px;
}

header nav p:hover{
	color: var(--azul);
}

nav button{
	display: none;
}

.cta{
	border-radius: 10px;
	padding: 15px 30px;
	background-color: var(--azul);
	color: white;
	display: block;
	text-align: center;
}

.hamb-con{
	border-radius: 10px;
	border: 1px solid var(--azul);
	width: 40px;
	height: 40px;
	cursor:pointer;
	padding: 8px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: space-between;
	display: none;
}

.hamb-con p{
	width: 100%;
	height: 2px;
	background-color: var(--azul);
}

.hero-con{
	background-image: url("images/banner_hero.jpg");
	min-height:680px;
	background-size: cover;
	background-position: center;
}

.hero-inner{
	max-width: 1000px;
	margin: 150px auto;
}

.hero-text{
	width: 50%;
}

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

.hero-inner h1 span{
	font-weight: initial;
}

.dados-carrossel{
	margin: 30px 0px;
	overflow: hidden;
}

.dados-carrossel p{
	color: white;
}

.dados-carrossel span{
	font-weight: bold;
	font-size: 25px;
}

.cta-banner{
	padding: 25px 0px;
	border-bottom: 3px solid white;
}

.difs-con{
	margin: 0 auto;
	width: 1000px;
	position: relative;
	top:-50px;
	display: flex;
	justify-content: space-between;
}

.dif{
	display: flex;
	align-items: center;
	width: 280px;
	background-color: white;
	padding: 10px 20px;
	justify-content: space-between;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	color: var(--azul);
}

.dif p{
	color: var(--grey);
}

.dif strong{
	color: var(--azul);
}

.dif img{
	margin-right: 10px;

}

.trab-con{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 25px;
	}

.trab-con h2{
	text-align: center;
	color: var(--azul);
}

.bullets{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.bullet{
	display: flex;
	max-width: 280px;
	align-items: center;
	color:var(--grey);
}

.bullet-number{
	background-color: var(--azul);
	padding: 10px;
	border-radius: 100%;
	width: 85px;
	height: 85px;
	flex-shrink: 0;
	text-align: center;
	font-size: 75px;
	color: white;
	line-height: 1.30;
	margin-right: 10px;
}

.parcs-con{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 75px;
}

.parcs-con h2{
	text-align: center;
	color: var(--azul);
}

.parcs-con div{
	margin-top: 40px;
	text-align: center;
}

.parcs-con img{
	margin-bottom: 25px;
	vertical-align: middle;
}

.ramos-con{
	margin: 0 auto;
	margin-top: 45px;
	max-width: 820px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ramo{
	width: 235px;
	border-radius: 10px;
	color: var(--azul);
	width: 150px;
	height: 150px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.ramo:after, .ramo:before{
	content: "";
	border-radius: 100%;
	background-color: var(--azul);
	height: 100px;
	width: 100px;
	position: absolute;
	
}

.ramo:after{
	right: -52px;
    top: -56px;
}

.ramo:before{
	left: -52px;
    bottom: -56px;
}

.ramo.primeiro{
	background-color:#f2f5f9;
	box-shadow: none !important;
	width: 320px;
	font-size: 20px;
}

.ramo.primeiro:after, .ramo.primeiro:before{
	display: none;
}

.cta.page{
	display:block;
	margin: 20px auto;
	padding: 25px 80px;
	width: 333px;

}

.about-con{
	max-width: 650px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-img{
	width: 250px;
	height: 280px;
	margin-right: 20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 10px;
	flex-shrink: 0;
	overflow: hidden;
}

.about-img img{
	width: 100%;
	height: auto;
}

.about-text{
	text-align: center;
	color: var(--azul);
}

.about-text p{
	margin-top: 15px;
	text-align: justify;
}

.depos-con{
	margin:30px auto;
	width: 1000px;
}

.depos-con h2{
	text-align: center;
	color: var(--azul);
}

.depo-carrossel{
	width: 350px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	padding: 0px 13px;
}


.depo-carrossel .swiper-slide{
	color: var(--azul);
	background-color:#f2f5f9;
	border-radius: 10px;
	padding: 30px 25px;
	text-align: justify;
	box-sizing: border-box;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.depo-carrossel .swiper-slide p{
	color: var(--grey);
	margin-top: 10px;
}

.faq-con{
	max-width: 1000px;
	margin: 25px auto;
}

.faq-con h2{
	text-align: center;
	color: var(--azul);
}

.faq{
	margin-top: 35px;
	text-align: center;
}

.pergunta{
	color: var(--azul);
	background-color:#f2f5f9;
	padding:20px;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin-bottom: 20px;
}

.resposta{
	margin-top: 20px;
	color: var(--grey);
	display: none;
}

footer{
	background-color: var(--azul);
	padding: 20px 0px;
}

.inner-footer{
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	color: white;
}

@media only screen and (max-width:1040px){


	.hamb-con{
		display: flex;
	}

	header{
		margin: 20px 5px;
	}

	nav button{
		display: initial;
		margin-top: 20px;
		border-radius: 5px;
		padding: 10px 25px;
		background-color:#e74c3c;
		color: white;
		border: none;
		cursor: pointer;
	}

	header nav{
		display: none;
		text-align: center;
		padding: 0px 10px;
		box-sizing: border-box;
	}

	nav{
		
		position: fixed;
		background-color: white;
		width: 100%;
		height: 100vh;
		top: 0;
		z-index: 10;
		left: 0;
		flex-direction: column;
		justify-content: initial !important;
	}

	nav p{
		margin: 20px 0px;
		margin-right: 0px !important;
	}

}

@media only screen and (max-width:1000px){

	.hero-text{
		margin: 0 auto;
		text-align: center;
		width: 80%;
		padding-bottom: 15px;
	}

	.hero-inner{
		margin-bottom: 20px;
	}

	.difs-con{
		top: initial;
		width: initial;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 20px;
	}

	.dif{
		margin-bottom: 15px;
	}

	.trab-con{
		width: 100%;
	}

	.bullets{
		flex-direction: column;
		align-items: center;
	}

	.bullet{
		margin-bottom: 20px;
	}

	.ramos-con{
		padding: 0px 5px;
		justify-content: center;
	}

	.ramo.primeiro{
		width: 100%;
		margin: 20px 5px;
	}

	.ramo:nth-child(even){
		margin-right:10px;
	}

	.cta.page{
		box-sizing: border-box;
		margin:0px 5px;
		width: initial;
	}

	.about-con{
		flex-direction: column;
	}

	.about-text{
		margin-top: 25px;
		padding: 0px 10px;
	}

	.depos-con{
		width: initial;
	}

	.depo-carrossel{
		width: initial;
	}

	.faq-con{
		padding: 0px 5px;
	}

	.inner-footer{
		width: 100%;
	}

}