*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Tahoma";
}
.container{
	max-width: 1280px;
	padding: 0 2%;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.logo{
	width: 350px;
	height: 200px;
	background-image: url('../images/Logo.png');
	background-size: 100% 100%;
	float: left;
	padding: 20px 10px;
	background-repeat: no-repeat;
}
header{
	width: 100%;
	background-image: url('../images/banner.png');
	background-size: cover;
	background-position: center;
	min-height: 600px;
	padding: 30px 0;
}
nav.desktop{
	float: right;
}
nav.desktop ul{
	list-style-type: none;
	margin-right: 100px;
}
nav.desktop ul li{
	display: inline-block;
	padding: 10px 0;
}
nav.desktop ul li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	color: white;
	padding: 20px;
}
nav.mobile{
	display: none;
	float: right;
}

nav.mobile ul{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 70px 0 30px 0;
	top: 0px;
	background: rgb(165,197,219);
	display:none;
	text-align: center;
}

nav.mobile h3{
	position: relative;
	z-index: 2;
	color: white;
	cursor: pointer;
	font-size: 26px;
}

nav.mobile li{
	padding:10px 0;
}

nav.mobile a{
	display: block;
	color: white;
	text-decoration: none;
}
div.text-header{
	float: left;
	max-width: 700px;
	height: 380px;
	padding: 40px 0;
}
div.text-header p{
	color: white;
	font-weight: normal;
	font-size: 28px;
	line-height: 45px;
}
section.descricao{
	text-align: center;
	padding: 25px 0;
}
div.descricao-paragrafo{
	position: relative;
	height: 150px;
	max-width: 600px;
	display: inline-block;
}
div.descricao-paragrafo p{
	color: black;
	font-size: 23px;
	font-weight: normal;
}
div.icon-descricao{
	width: 100%;
	padding: 20px 0;
}
div.icon-descricao img{
	width: 335px;
	height: 480px;
	display: inline-block;
	margin: 0 40px;
}
section.colaboradores{
	padding: 20px 0;
	width: 100%;
	background-color: rgb(211,213,215);
	background-size: cover;
}
div.banner-colaboradores{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}
div.banner-colaboradores h2{
	font-weight: normal;
	font-size: 30px;
}
div.img-colaboradores{
	width: 100%;
	display: inline-block;
}
div.img-colaboradores img.lg{
	height: 100px;
}
div.img-colaboradores img{
	width: 230px;
	height: 130px;
	margin: 30px;
}
section.img-info{
	width: 100%;
	padding: 20px 0;
}
div.banner-img-info{
	display: inline-block;
}
div.banner-img-info img{
	width: 200px;
	height: 200px;
	margin-left: 150px;
}
footer{
	width: 100%;
	background-color: rgb(165,197,219);
	height: 60px;
}
footer p{
	font-size: 15px;
	font-weight: normal;
	padding: 20px 20px;
	float: left;
}
footer h5{
	font-size: 15px;
	font-weight: normal;
	padding: 20px 20px;
	float: right;
}
@media screen and (max-width: 1024px){
	.logo{
	width: 200px;
	height: 150px;
	background-image: url('../images/Logo.png');
	background-size: 100% 100%;
	float: left;
	padding: 20px 10px;
	background-repeat: no-repeat;
	}
	nav.desktop{display: none;}
	nav.mobile{display: block;}
	div.text-header p{
	color: white;
	font-weight: normal;
	font-size: 20px;
	line-height: 35px;
	padding-top: 30px;
	}
	div.descricao-paragrafo p{
	color: black;
	font-size: 18px;
	font-weight: normal;
	}
	div.icon-descricao{
	width: 100%;
	padding-top: 5px;
	}
	div.img-colaboradores{
	width: 100%;
	display: block;
	text-align: center;
	}
	footer p{
	font-size: 12px;
	font-weight: normal;
	padding: 20px 5px;
	float: left;
	}
	footer h5{
	font-size: 12px;
	font-weight: normal;
	padding: 20px 5px;
	float: right;
	}


	
}