*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto";
}

/*Classes Auxiliares*/
.clear{clear: both;}
.container{max-width: 960px;padding: 0 2%;margin:0 auto;}

/*Estilos Site*/


/*Sessão 1*/

section.header-master{
	width: 100%;
	padding:30px 0 100px 0;
	min-height: 700px;
	background-image: url('../images/bg_01.png');
	background-size: cover;
}

section.header-master header{
	border-bottom: 3px solid rgba(71, 83, 88,0.14);
	padding-bottom: 20px;
}

div.logo{
	float: left;
	width: 166px;
	height: 64px;
	background-image: url('../images/logo.png');
	background-size: 100% 100%;
}


nav.mobile{display: none;}
nav.mobile{
	position: relative;
	top:10px;
	margin-right: 10px;
	float: right;
}

nav.mobile h3{
	cursor: pointer;
	color: white;
	font-size: 28px;
}
ul.nav-desktop{
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	background:#6CC5B2;
	list-style-type: none;
	display:none;
}

ul.nav-desktop li{
	padding:9px 0;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid white;
}

ul.nav-desktop a{
	color: white;
}
header nav.desktop{
	float: left;
	padding-left: 60px;
}

header nav.desktop ul{
	list-style-type: none;
}

header nav.desktop li{
	padding:0 15px;
	display: inline-block;
	font-size: 16px;
	color: white;
}

header nav.desktop li > a{
	color: inherit;
	text-decoration: none;
}

li.selected{
	color:#509d87;
	position: relative;
}

li.selected > span{
	position: absolute;
	bottom:0;
	width: 17px;
	height: 3px;
	background: #509d87;
}


div.telefone-header{
	float: left;
	position: relative;
	top: -3px;
}

div.telefone-header span{
	font-size: 22px;
	color: white;
	padding-left: 30px;
}

.content-header{padding:60px 0;}

.content-header .one{
	float: left;
	width: 50%;
}

.content-header .one h2{
	color: #509d87;
	font-weight: normal;
	font-size: 37px;
}

.content-header .one p,
.content-header .one span{
	padding:10px 0;
	font-size: 15px;
}

.content-header .one form input{
	display: inline-block;
}

.content-header .one form input[type=email]{
	width: 251px;
	height: 40px;
	margin:10px 0;
	border:3px solid #ccc;
	border-radius: 130px;
	padding-left: 15px;
}

.content-header .one form input[type=email]:focus{
	outline: 0;
}

.content-header .one form input[type=submit]{
	background-color:#00daaa;
	margin:10px 0;
	color: white;
	cursor: pointer;
	border:0;
	height: 40px;
	padding:0px 30px;
	border-radius: 30px;
	font-size: 14px;

}

.content-header .one span{
	color: #509d87;
	font-size: 13px;
	margin-top: 20px;
	display: block;
}

.content-header .two{
	float: left;
	width: 50%;
	padding:0 30px;
}

.content-header .two img{
	float: left;
	width: 50%;
	border:15px solid rgba(0,0,0,0);
}

/*Diferenciais*/
	section.diferenciais{
		padding:40px 0;
	}

	section.diferenciais > .container{
		display: flex;
		flex-wrap: wrap;
	}

	.diferencial-single{width: 33.3%;margin-bottom: 30px;padding:0 10px;}

	.diferencial-single img{
		max-width: 100%;
	}

	.diferencial-single h2{
		margin:20px 0;
		font-size: 30px;
		font-weight: normal;
		color: black;
	}

	.diferencial-single h2 > b{
		color: #7dd5b0;
	}

	.diferencial-single p{
		color: #2d2d2d;
		font-size: 14px;
		font-weight: bold;
	}

/**/

.sobre > .container{
	position: relative;
	max-width: 1440px;
}

.sobre-container{
	float: left;
	width: 50%;
}

.sobre-container img{
	max-width: 100%;
	position: relative;
	top: 30px;
	z-index: 2;
}

.sobre-container h2{
	font-size: 33px;
	margin:10px 0;
	color: #a9c4b8;
	font-weight: normal;
}

.sobre-container h2 > b{
	color: #03ca9f;
}

.sobre-container p{
	position: relative;
	z-index: 5;
	color: black;
	font-size: 15px;
}

.padsobre{padding:10px 50px 80px 0;}

section.depoimento{
	width: 100%;
	padding-top: 200px;
	padding-bottom: 300px;
	color: #2d2d2d;
	position: relative;
	top:-70px;
	z-index: 3;

	background-image: url('../images/bg_02.png');
	background-size: cover;
	text-align: center;
}

section.depoimento h2{
	font-weight: normal;
	font-size: 29px;
}

section.depoimento p{
	font-size: 15px;
}

section.etapas{
	padding: 40px 0;
}

section.etapas > .container{
	max-width: 1200px;
}

section.etapas h2{
	text-align: center;
	color: #3b3e42;
}

.etapas__single{
	float: left;
	width: 50%;
}

.etapas__group img{
	max-width: 100%;
	float: left;
}

.etapas__single .etapas__group:nth-of-type(1) img{
	width: 50%;
}

.etapas__group p{
	width: 50%;
	float: left;
	padding-top: 90px;
	padding-left: 30px;
	color: #509d87;
}

.etapas__group2{
	margin-bottom: 40px;
}

.etapas__group2 .circle{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 50%;
	border: 1px solid #ccc;
	position: relative;
}

.circle span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
}

.line{
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 99999;
	transform:translate(-50%,0);
	height: 40px;
	width: 1px;
	background: black;
}

.etapas__descricao{
	float: left;
	width: calc(100% - 100px);
	padding:0 20px;
}

.etapas__descricao h3{
	color: #03ca9f;
	font-size: 18px;
}

.etapas__descricao p{
	color: #2d2d2d;
	font-weight: bold;
	font-size: 14px;
}

section.diferencas{
	padding: 50px 0;
}

section.diferencas > .container{
	max-width: 800px;
	text-align: center;
}

.diferencas__single{
	float: left;
	width: 50%;
}

.diferencas__single h2,
.item-diferencas-1 span{
	color: #a9c4b8;
}

.diferencas__single h2{
	font-size: 30px;
	font-weight: normal;
}

.item-diferencas-1{
	display: inline-block;
	margin-top:10px;
	position: relative;
}

.item-diferencas-2{
	margin-top: 10px;
}

.line-diferencas-1{
	position: absolute;
	left: 0;
	top:11px;
	width: 100%;
	height: 3px;
	background: #e89595;
	transform:rotate(-5deg);
	z-index: 999;
}

.item-diferencas-1 span{
	font-weight: bold;
	font-size: 21px;
}

.item-diferencas-2 span{
	color: #7dd5b0;
	font-weight: bold;
	font-size: 21px;
}

section.contato{
	padding:40px 0;
	background: #98FCDE;
}

section.contato h2{
	text-align: center;
	color: #509d87;
	font-size: 24px;
}

section.contato p{
	font-size: 14px;
	
	border-bottom: 1px solid #509d87;
	padding:10px 0;
	display: block;
	text-align: center;
	color: #509d87;
}

section.contato > .container{max-width: 800px;}

section.contato .form-group{margin-top: 10px;}

section.contato input[type=text]{
	width: 100%;
	height: 40px;
	border-radius: 40px;
	border:1px solid #ccc;
	padding-left: 12px;
	margin-bottom: 10px;
}

section.contato input[type=text]:focus{
	outline: 0;
}

section.contato textarea{
	width: 100%;
	height: 120px;
	border:1px solid #ccc;
	padding:8px;
	resize: none;
}

section.contato input[type=submit]{
	width: 170px;
  height: 60px;
  border-radius: 100px;
  background-color: #0ed2a7;
  color: white;
  font-weight: bold;
  border:0;
}

footer{
	padding:20px 0;
	background: #6CC5B2;
	text-align: center;
}

@media screen and (max-width: 1300px){
	.sobre-container img{top: 0px;}
}

@media screen and (max-width: 1024px){
	.etapas__group{margin: 40px 0;}
	.etapas__single{width: 100%;}
	section.etapas > .container{
	max-width: 700px;
	}

	.etapas__group img{
		max-width: 100%;
		float: none;
		display: block;
		margin:0 auto;
	}


	.etapas__single .etapas__group:nth-of-type(1) img{
		max-width: 100%;
		width: auto;
	}

	.etapas__group p{
		width: 100%;
		text-align: center;
		display: block;
		float: none;
		padding-left: 0;
		padding-top: 10px;
	}

	section.diferencas{
		padding:0;
	}

	.diferencas__single{
	float: left;
	width: 100%;
	margin-bottom: 40px;
	border-right: 0 !important;
	}
}

@media screen and (max-width: 900px){

	.sobre > .container{
		z-index: 0;
	}
	.sobre-container img{

	top: 0px;
	}
	section.depoimento{
		top: 0;
	}
	.sobre-container{width: 100%;}
	.padsobre{padding:0;}
	.diferencial-single{
		width: 100%;
		text-align: center;
	}
	.content-header .one{text-align: center;width: 100%;}
	.content-header .two{
		display: none;
	}
	.telefone-header{
		display: none;
	}
	nav.desktop{display: none;}
	nav.mobile{display: block;}
	section.header-master{
		min-height: 400px;
	}
}

@media screen and (max-width: 480px){
	.etapas__group2{display: none;}
}