@charset "utf-8";
/* CSS Document */

body{
	border: none;
	margin: 0px;
	background-color:black;
	width: 100%;
	padding: 0px;
	align-content: center;
	
}

.imgTopo{
	
	background-image: url("../imagens/Topo.png");
	width: 1400px;
	height: 500px;
	margin: 0 auto;
	order: 	1;
	align-content: center;
	
}

.menu{
	box-shadow: 0px 0px 2px 2px #002;
   -webkit-box-shadow: 0px 0px 2px 2px #002;
   -moz-box-shadow: 0px 0px 2px 2px #002;
	width: 960px;
	height: 86px;
	margin: 0 auto;
	z-index:999999999;
	background-color: #134671;
	font-family:Gadugi, sans-serif; 
	font-size:26px;
	text-align:center;
	position: fixed;
	margin-left: -480px;
	top: 0px;
	left:50%;
}

.menuLink {
	
	text-align: center;
	cursor: pointer;
	
}

.menuLink a{
	
	text-align: center;
	font-weight: bold;
	color: white
	
}
.menuLink a:hover{
	
	color: yellow;
	
}

@media screen and (min-width: 1400px) {
.lema{
	position: absolute;
	top: 450px;
	background-image: url("../imagens/Mensagem.png");
	width: 1400px;
	height: 160px;
	z-index: 	3;
	align-content: center;
	left:50%;
	margin-left: -700px;
}
.social{
	position: absolute;
	top: 550px;
	left:50%;
	margin-left: -700px;
	width: 1400px;
	height: 670px;
	z-index: 	4;
	align-content: center;
	
}
.quemsomos{
	position: absolute;
	background-image: url(../imagens/QuemSomos.png);
	top: 1170px;
	left:50%;
	margin-left: -700px;
	width: 1400px;
	height: 404px;
	z-index: 	5;
	align-content: center;
	
}
.clientes{
	position: absolute;
	background-image: url(../imagens/bg.png);
	top: 1564px;
	left:50%;
	margin-left: -700px;
	width: 1400px;
	height: 500px;
	z-index: 	6;
	align-content: center;
	
}
.contatodiv{
	position: absolute;
	top: 2064px;
	left:50%;
	margin-left: -700px;
	width: 1400px;
	height: 700px;
	z-index: 	6;
	align-content: center;
	
}
}
@media screen and (max-width: 1399px) {
.lema{
	position: absolute;
	top: 450px;
	background-image: url("../imagens/Mensagem.png");
	width: 1400px;
	height: 160px;
	z-index: 	3;
	align-content: center;
}
.social{
	position: absolute;
	top: 550px;
	width: 1400px;
	height: 670px;
	z-index: 	4;
	align-content: center;
	
}
.quemsomos{
	position: absolute;
	background-image: url(../imagens/QuemSomos.png);
	top: 1170px;
	width: 1400px;
	height: 404px;
	z-index: 	5;
	align-content: center;
	
}
.clientes{
	position: absolute;
	background-image: url(../imagens/bg.png);
	top: 1564px;
	width: 1400px;
	height: 500px;
	z-index: 	6;
	align-content: center;
	
}
.contatodiv{
	position: absolute;
	top: 2064px;
	width: 1400px;
	height: 700px;
	z-index: 6;
	align-content: center;
	
}
}
