*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans";
}

html,body{
	height: 100%;
}

.container{
	max-width: 1280px;
	margin:0 auto;
}

.clear{
	clear: both;
}

header{
	width: 100%;
	height: 90vh;
	min-height: 800px;
	padding:40px 2%;
	/*max-height: 700px;*/
	background-size: cover;
	background-position: center;
	background-image: url('../imagens/capa.png');
	font-weight: 300;
}

header nav{
	float: right;
}

nav.mobile-menu{
	cursor: pointer;
	display: none;
	width: 32px;
	height: 32px;
	background-image: url('../imagens/menu.png');
	background-size: 100% 100%;
}

/*nav.mobile-menu:hover ul{
	opacity: 1;
}*/

nav.mobile-menu ul{
	display: none;
	/*transition: 1s;*/
	background-color: white;
	position: absolute;
	width: 100%;
	left: 0;
	top: 90px;
	list-style-type: none;
	text-align: center;
}

nav.mobile-menu ul li{
	padding:8px 0;
	transition: 0.4s;
	border-bottom: 1px solid #BC9C22;
}

nav.mobile-menu ul li:hover{
	background-color: rgb(230,230,230);
}

nav.mobile-menu ul li a{
	color: black;
	text-decoration: none;
}

header .logo{
	float: left;
	width: 90px;
	height: 90px;
	background-size: contain;
	background-image: url('../imagens/logo.jpg');
	background-repeat: no-repeat;
	border-radius: 16px;
}

.galeria{
	border-radius: 16px;
}
header .logocontato{
	float: left;
	margin-bottom: 50px;
	width: 90px;
	height: 90px;
	background-size: contain;
	background-image: url('../imagens/logo.jpg');
	background-repeat: no-repeat;
}


header nav.desktop-menu ul{
	list-style-type: none;
}

header nav.desktop-menu li{
	float: left;
	padding:0 20px;
}

header nav.desktop-menu li a{
	text-decoration: none;
	font-weight: bold;
	color:black;
	/*color: #BC9C22;*/
}


.chamada1{
	background-color: white;
	width: 50%;
	height: 50%;
	opacity: 0.7;
	/*max-width: 600px;*/
	float: right;
	margin:200px -30px;
	text-align: center;
}

.chamada1 h2{
	position: center;
	font-weight: bold;
	font-weight: 300;
	font-size: 30px;
	padding:0 0px;
	color: black;
	font-weight: bolder;
	margin-top: 20px;

}

.chamada1 p{
	font-size: 20px;
	color: black;
	margin-top:30px;
	text-align: center;
	font-weight: bolder;
	
}
.servicos3{
	margin-top: 100px;
	width: 33.3%;
	float: right;
	text-align: center;
	
}

.servicos3 h2{
	color:white;
}

.servicos3 ul li{
	text-decoration: none;
	color: white;
	list-style-type: none;
}
	

.servicos2{
	margin-top: 100px;
	width: 33.3%;
	float: left;
	text-align: center;
	
}

.servicos2 h2{
	color:white;
}

.servicos2 ul li{
	text-decoration: none;
	color: white;
	list-style-type: none;
}
	
.servicos1{
	margin-top: 100px;
	width: 33.3%;
	float:left;
	text-align: center;
	
	
}
.servicos1 h2{
	color:white;
}

.servicos1 ul li{
	text-decoration: none;
	color: white;
	list-style-type: none;
}

section.sessao1{
	width: 100%;
	background-color: black;
	padding:0 2%;
	height: 400px;
}

section.sessao1 .container{
	max-width: 1000px;
	height: calc(100% + 30px);
}

.texto-sessao1{
	float: left;
	width: 50%;
	position: relative;
	left: 45px;
	margin-top:60px;
	padding-left: 80px;
	color: white;
}

.texto-sessao1-servicos{
	width: 50%;
	position: absolute;
	left: 500px;
	margin-top:60px;
	padding-left: 90px;
	color: white;
}

.texto-sessao1 h2{
	font-size: 26px;
	font-weight: 300;
}


	

}
.texto-sessao1 p{
	margin-top:20px;
	font-size: 15px;
}

.texto-sessao1 ul{
	font-size: 15px;
	list-style-position: outside;
	padding-left: 15px;
}

.texto-sessao1 ul li{
	width: 100%;
	margin-top:8px;
}

.btn1-texto a{
	list-style: none;
	text-decoration: none;
	font-size: 13px;
	color: white;
	text-align: center;
	cursor: pointer;
}

.btn1-texto{
	background-color:#BC9C22;
	width: 165px;
	height: 44px;
	margin-top:30px;
	text-align: center;
	line-height: 44px;
	border-radius: 30px;
}

.device-sessao1{
	float: left;
	width: 50%;
	position: relative;
    top: 5px;
	height: 90%;
	background-image: url('../imagens/5.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.sessao2{
	padding-left: 2%;
	padding-right: 2%;
	background: white;
	text-align: center;
}

.sessao2 .container{
	max-width: 1000px;
}

.sessao2 h2{
	color: #BC9C22;
	font-weight: 300;
}

.sessao2 p{
	margin-top:20px;
	max-width: 900px;
	display:inline-block;
}

.sessao2 .container a > img{
 width:200px;
}

.sessao3{
	width: 100%; 
}

.part1{
	color: white;
	float: left;
	width: 50%;
	padding:140px 0 90px 0;
	background: #192123;
}

.wraper-part1{
	max-width: 600px;
	float: right;
	padding:0 30px;
}

.part1 h2{
	font-weight: 300;
	font-style: italic;
	font-size: 23px;
}

.part1 p{
	font-size: 15px;
	line-height: 35px;
	margin-top:10px;
}

.part2{
	float: left;
	width: 50%;
	padding:140px 0 90px 0;
	background: white;
}

.sobre-autor{
	float: left;
	max-width: 600px;
	padding-left: 30px;
}

.titulo-autor{
	float: left;
	width: 100%;
}

.wraper-titulo-autor{
	float: left;
}

.titulo-autor h2{
	color: #232323;
	font-weight: 400;
	font-size: 21px;
	padding-right: 20px;
}

.titulo-autor p{
	font-size: 13px;
	color: #232323;
	font-style: italic;
	font-weight: 300;
}

.titulo-autor .img-autor{
	float: left;
	width: 40px;
	height:40px;
	position: relative;
	top:-4px;
	border-radius: 20px;
	background-color: gray;
}

.texto-autor{
	float: left;
	width: 100%;
	margin-top:10px;
}

.texto-autor p{
	color: #232323;
	font-size: 15px;
}

.slider-bullets{
	width: 100%;
	float: left;
	padding-left: 30px;
	margin-top:12px;
}

.slider-bullets span{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 8px;
	cursor: pointer;
	border-radius: 8px;
	background-color: rgb(200,200,200);
}

/* Aqui estou começando a sessão de número 4! */

section.sessao4{
	background-color: black;
	padding:100px 0;
}

.form{
	float: left;
	width: 50%;
	color: white;
	padding-left: 10px;
}

.form h2{
	font-size: 23px;
	font-weight: 300;
}

.form p{
	font-size: 15px;
	font-weight: 300;
	max-width: 400px;
	padding-right: 10px;
}

.form form{
	margin-top:15px;
}

.form form input[type=text]{
	width: 90%;
	max-width: 480px;
	margin-top:8px;
	height: 58px;
	padding-left: 8px;
	line-height: 58px;
	border:1px solid rgb(200,200,200);
}

.form form textarea{
	width: 90%;
	margin-top:8px;
	max-width: 480px;
	padding:15px;
	border:1px solid rgb(200,200,200);
	height: 160px;
}

.form form input[type=submit]{
	border: 0;
	background-color: #BC9C22;
	width: 165px;
	height: 44px;
	font-size: 13px;
	color: white;
	cursor: pointer;
	margin-top:15px;
	border-radius: 30px;
}

.map-wraper{
	float: left;
	width: 50%;
	padding:0 10px;
	color: white;
}

.map-wraper h2{
	font-size: 23px;
	font-weight: 300;
}

.map-wraper3{
	margin-top:10px;
	width: 100%;
	max-width: 480px;
	position: relative;
}

.map-wraper2{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	padding-top:100%;
}

.map{
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	border:5px solid rgb(200,200,200);
}

/***/


footer{
	padding: 40px 2%;
	background-color: #192123;
	color: white;

}

footer p:nth-of-type(1){
	float: left;
	font-size: 14px;

}
footer p:nth-of-type(2){
	float: right;
	font-size: 14px;
}

@media screen and (max-width: 830px){
	.redessociaisfacebook{
		float: right;
		cursor: pointer;
		background-repeat: no-repeat;
		margin-top: 50px;
		margin-bottom: 20px;
		width: 50px;
		height: 50px;
	}
	
	.redessociaisinsta{
		float: right;
		cursor: pointer;
		background-repeat: no-repeat;
		margin-top: 50px;
		margin-bottom: 20px;
		width: 50px;
		height: 50px;
	}
	



	.texto-sessao1-servicos{
		width: 50%;
		position: absolute;
		left: 500px;
		margin-top:60px;
		padding-left: 90px;
		color: white;
	}
	

	.chamada1{
		position: center ;
		background-color: #ccc;
		width: 100%;
		height: 420px;
		float: none;
		bottom: 50px;
		max-width: none;
		width: 100%;
		text-align:center;
	    float: none;
		margin:70px 0;
		opacity: 0.8;
	
	}




	.chamada1 h2{
		position: center;
		font-weight: bold;
		font-weight: 300;
		font-size: 30px;
		padding:0 0px;
		color: black;
		font-weight: bolder;
		margin-top: 50px;
		
	}

	.chamada1 p{
		font-weight: bold;
		font-size: 20px;
		font-weight: bold;
		color: black;
		margin-top:20%;
		margin-left: auto;
	}
}

@media screen and (max-width: 768px){


	header .logo{
		position: absolute;
		top:2px;
		float: left;
		width: 90px;
		height: 90px;
		background-size: contain;
		background-image: url('../imagens/logo.jpg');
		background-repeat: no-repeat;
	}

	.servicos1{
		width: 100%;
		border-bottom: 1px solid white;
		border-top: 1px solid white;
		margin-top: -2px;
	}
	.servicos2{
		width: 100%;
		border-bottom: 1px solid white;
		margin-top: -2px;
	}
	.servicos3{
		width: 100%;
		border-bottom: 1px solid white;
		margin-top: -2px;
	}

	.chamada1{
		position: center ;
		background-color: #ccc;
		width: 100%;
		height: 420px;
		float: none;
		bottom: 50px;
		max-width: none;
		width: 100%;
		text-align:center;
	    float: none;
		margin:70px 0;
		opacity: 0.8;
		margin-top: 180px;
	}

header{
	width: 100%;
	height: auto;
	min-height: 90vh;
	padding:40px 2%;
}

nav.desktop-menu{
	display:none;
}

nav.mobile-menu{
	display: block;
}


section.sessao1{
	padding:40px 2%;
	height: auto;
	text-align: center;
}

.sessao1 .container{
	height: auto;
}


.texto-sessao1{
	width: 100%;
	margin-top:0;
	padding-left: 0;
	position: static; 
	float: none;
	display: inline-block;
}

.texto-sessao1 ul{
	display: inline-block;
	margin-top:20px;
}

.texto-sessao1 ul li{
	float: none;
	text-align: left;
}

.btn1-texto{
	display: inline-block;
}

.device-sessao1{
	display: none;
}

.sessao2{
	padding-top: 40px;
}

section.sessao4 .container{
	text-align: center;
}

.form{
	float: none;
	width: 100%;
}

.form p{
	display: inline-block;
	float: none;
}

.map-wraper{
	float: none;
	width: 100%;
	padding:0 8%;
	margin-top:40px;
}


.map-wraper3{
	margin-top:10px;
	width: 100%;
	padding-top: 100%;
	display: inline-block;
	max-width: none;
	position: relative;
}

.map-wraper2{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	padding-top:0;
}

}

.redessociaisfacebook{
	float: right;
	margin-right:240px;
	cursor: pointer;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 50px;
	height: 50px;
}

.redessociaisinsta{
	float: right;
	cursor: pointer;
	
	background-repeat: no-repeat;
	margin-right: 260px;
	
	margin-top: 50px;
	margin-bottom: 20px;
	width: 50px;
	height: 50px;
}

@media screen and (max-width: 600px){
	

@media screen and (max-width: 580px){
	.redessociaisfacebook{
		float: right;
		margin-right: 25%;
		cursor: pointer;
		background-repeat: no-repeat;
		margin-top: 50px;
		margin-bottom: 20px;
		width: 50px;
		height: 50px;
	}
	
	.redessociaisinsta{
		float: right;
		margin-right: 25%;
		cursor: pointer;
		background-repeat: no-repeat;
		margin-top: 50px;
		margin-bottom: 20px;
		width: 50px;
		height: 50px;
	}
	
	
	header .logo{
		position: absolute;
		top:2px;
		float: left;
		width: 90px;
		height: 90px;
		background-size: contain;
		background-image: url('../imagens/logo.jpg');
		background-repeat: no-repeat;
	}

	.chamada1{
		position: center ;
		background-color: #ccc;
		width: 100%;
		height: 420px;
		float: none;
		bottom: 50px;
		max-width: none;
		width: 100%;
		text-align:center;
	    float: none;
		margin:70px 0;
		opacity: 0.8;
		margin-top: 180px;
	}
	
	.part1{
		width: 100%;
		padding:40px 0;
	}

	.part2{
		width: 100%;
		padding:40px 0;
	}

	.sessao2 img{
		top: 2px;
		margin-top:20px;
	}

	footer{
	text-align: center;

}

	footer p:nth-of-type(1){
	float: none;
}
	footer p:nth-of-type(2){
	float: none;
	margin-top: 10px;
}
}