*{
	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;
	/*max-height: 700px;*/
	background-size: cover;
	background-position: center;
	background-image: url('../imagens/capa.jpg');
	filter: contrast(110%);
	font-weight: 300;
}

.container_menu{
	background-color: rgba(70, 0, 125, 0.65);
	padding:15px 1%;
}

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: 80px;
	list-style-type: none;
	text-align: center;
}

nav.mobile-menu ul li{
	padding:8px 0;
	transition: 0.4s;
	border-bottom: 1px solid black;
}

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{
	position: relative;
	float: left;
	width: 160px;
	height: 40px;
	color: white;
	/*background-image: url('../imagens/diligia.png');*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

header nav.desktop-menu ul{
	list-style-type: none;
}

header nav.desktop-menu li{
	float: left;
	padding:0 20px;
	margin-top: 10px;
}

header nav.desktop-menu li a{
	text-decoration: none;
	color: white;
}

header nav.desktop-menu li a:hover{
	font-weight: bold;
}

.chamada1{
	max-width: 600px;
	float: left;
	background-color: rgba(70, 0, 125, 0.65);
	border-radius: 25px;
	padding: 1%;
	margin-top: 450px;
}

.chamada1 h2{
	font-weight: 300;
	font-size: 50px;
	color: white;
	font-weight: 350;
}

.chamada1 p{
	font-size: 20px;
	color: white;
	font-weight: 350;
}

section.sessao1{
	width: 100%;
	background-color: #472562;
	padding:0 2%;
	min-height: 200px;
}

section.sessao1 .container{
	max-width: 1000px;
	height: calc(100% + 30px);
}

.texto-sessao1{
	float: left;
	width: 100%;
	position: relative;
	left: 55px;
	margin-top:60px;
	padding-left: 80px;
	color: white;
}

.texto-sessao1 h2{
	font-size: 26px;
	font-weight: 300;
}

.texto-sessao1 p{
	margin-top:6px;
	margin-left: -100px;
	font-size: 18px;
}

div .device-sessao1{
	/* float: left;
	width: 50%;
	position: relative;
	top:-30px;
	height: 100%;
	background-image: url('../imagens/device.png');
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	
	float: right;
	position: relative;
	top:-30px;
	width: 100%;
	height: 100%;
	background-color: red;
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

.bg_img1{
	color: white;
	float: left;
	width: 50%;
	padding:20px 0 480px 0;
	background-color: #835FA7;
	background-image: url("../imagens/serviços")
}
.bg_img2{
	color: white;
	float: left;
	width: 50%;
	padding:20px 0 300px 0;
	background-color: #835FA7;
}
.bg_img3{
	color: white;
	float: left;
	width: 50%;
	padding:20px 0 280px 0;
	background-color: #835FA7;
}

.img1{
	position: absolute;
	margin: 2% 2%;
	width: 700px;
	height:400px;
	border-radius: 20px;
	background-size: 100% 100%;
	background-color: transparent;
	background-image: url("../imagens/servicos.jpg");
}

.img2{
	position: absolute;
	margin: 2% 2%;
	width: 700px;
	height:220px;
	border-radius: 20px;
	background-size: 100% 100%;
	background-color: transparent;
	background-image: url("../imagens/crescer.jpg");
}

.img3{
	position: absolute;
	margin: 2% 8%;
	width: 500px;
	height:220px;
	border-radius: 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("../imagens/calc.png");
}

/*.wraper-part1{
	max-width: 600px;
	float: right;
	padding:0 30px;
}*/


.part2{
	float: left;
	width: 50%;
	padding:20px 0 10px 0;
	background: white;
}



.texto-autor{
	float: left;
	width: 100%;
	padding: 2%;
}

.part2:nth-child(2){
		padding:10px 0 10px 0;
}
.part2:nth-child(3){
		padding:10px 0 10px 0;
}

.texto-autor p{
	color: #232323;
	font-size: 15px;
}

.texto-autor p, .texto-autor h2, .texto-autor ul{
	margin-left: 35px;
}

div .container img{
	border: none;
	outline: none;
}


/***/


footer{
	padding:20px 1%;
	background: #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;
}


#face{
	float: left;
	margin-left: 5%;
	margin-top: -10px;
	width: 30px;
	height:30px;
	background-image: url('../imagens/face.png');
	background-size: 100% 100%;
	background-color: transparent !important;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	border-radius: 100%;
	
}
#insta{
	float: left;
	margin-left: 3%;
	margin-top: -10px;
	width: 30px;
	height:30px;
	background-image: url('../imagens/insta.png');
	background-size: 100% 100%;
	background-color: transparent !important;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	border-radius: 100%;
	
}
#linke{
	float: left;
	margin-left: 3%;
	margin-top: -10px;
	width: 30px;
	height:30px;
	background-image: url('../imagens/linke.png');
	background-size: 100% 100%;
	background-color: transparent !important;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	border-radius: 100%;
	
}


@media screen and (max-width: 830px){

	.chamada1{
		max-width: none;
		width: 100%;
		text-align: center;
		float: none;
		margin:170px 0;
	}

	.chamada1 p{
		font-size: 15px;
		color: white;
		margin-top:10px;
		transition: font-size 12s;
		font-weight: 300;
	}

	#insta{
		margin-top: -60px;
		margin-left: -10px;
	} 
	#face{
		margin-top: -20px;
		margin-left: 10px;
	}
	#linke{
		margin-top: -20px;
		margin-left: 10px;
	}

}

@media screen and (max-width: 768px){

	header{
		width: 100%;
		height: auto;
		min-height: 90vh;
		padding:40px 2%;
	}

	.container_menu{
		height: 60px;
	}

	nav.desktop-menu{
		display:none;
	}

	nav.mobile-menu{
		display: block;
	}


	section.sessao1{
		animation-delay: 1s;
		padding:40px 2%;
		height: auto;
		text-align: left;
	}

	.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;
	}

	#insta{
		margin-top: -60px;
		margin-left: -10px;
	} 
	#face{
		margin-top: -20px;
		margin-left: 10px;
	}
	#linke{
		margin-top: -20px;
		margin-left: 10px;
	}

}

@media screen and (max-width: 580px){
	.img1, .img2, .img3{
		width: 0%;
		padding:0px 0;
	}
	.bg_img1, .bg_img2{
		width: 100%;
		padding:40px 0;	
	}
	.bg_img3{
		width: 0%;
		padding:0px 0;	
	}

	.part2{
		width: 100%;
		padding:40px 0;
	}

	.sessao2 img{
		top: 16px;
		margin-top:20px;
		padding-left: 5px;
		width: 50px;
		height: 50px;
	}
	
	footer{
		text-align: center;
	}

	footer p:nth-of-type(1){
	    float: none;
	}

	footer p:nth-of-type(2){
		float: none;
		margin-top:8px;
	}

	#insta{
		margin-top: -60px;
		margin-left: -10px;
	} 
	#face{
		margin-top: -20px;
		margin-left: 10px;
	}
	#linke{
		margin-top: -20px;
		margin-left: 10px;
	}

}