@charset "utf-8";
/* CSS Document */




*{
	margin: 0;
	padding: 0;
	font-family: helvetica;
	list-style-type: none;
}


#top{
	width: 100%;
	background-attachment: contain;
	background-position: center;
	background-repeat: no-repeat;
}

header{
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: transparent;
	-webkit-transition: background-color .5s;
}

nav{
	display: table;
	margin: auto;
	margin-top: 15px;
	height: 40px;
	-webkit-transition: margin-left .5s;
}

ul{
	display: block;
	float: left;
	list-style: none;
}



ul li{
	float: left;
	margin: 10px;
	padding: 2px;
}


ul a{
	color: #999;
	text-decoration: none;
}

ul a:hover{
	color: #090;
	text-decoration: overline;
}

img#logo{
	float:left;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	-webkit-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}

/*FIM DO CABEÇALHO*/



/*CORPO DO SITE*/

#conteudo{
    padding: 20px 0 20px 0;
    overflow: hidden;
    background-image: url(../pictures/Textura%20bege.jpg);
    width: 95%;
    height: 90%;
    margin: 1em auto;
    box-shadow: 5px 5px 10px #0076a3;
    -webkit-box-shadow: 5px 5px 10px #0076a3;
    -moz-box-shadow: 5px 5px 10px #0076a3;
    border-radius: 10px;
	text-align:center;
}
	
#conteudo h1{
	text-align:center;
	font-family:helvetica;
	text-decoration: underline;
}

#conteudo h4{
	text-align:center;
	font-family:helvetica;
	text-decoration: underline;
	display:block;
	list-style: none;

}

#conteudo .home{
    float: left;
    display: inline-flex;
    height: 333px;
    margin-top: 50px;
    margin-left: 13%;
}


#conteudo #Projetos{
    width: 194px;
    height: 131px;
    margin-bottom: 30px;
	border-radius:10px;
}
	
#conteudo #PainelDePartida{
    width: 194px;
    height: 131px;
    margin-bottom: 30px;
    margin-left: 11%;
	border-radius:10px;
}
	
	
#conteudo #Retrofitting{
    width: 194px;
    height: 131px;
    margin-bottom: 30px;
	margin-left: 11%;
	border-radius:10px;
}



/*#top, #bot {
    width: 100%;
}
#top {
    height: calc(100%  - 40px);
}

#bot{
	width: 800px;
	height: 500px
	border: 1px solid #000;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 10px #0076a3;
    -webkit-box-shadow: 5px 5px 10px #0076a3;
    -moz-box-shadow: 5px 5px 10px #0076a3;

}*/
/*CORPO DO SITE*/


/*RODAPÉ*/


#rodape{
	width: 100%;
    height: 100px;
    background-color: #000;
}

.rede_social{
	width: 182px;
	padding: 5px;
	float:left;
	position:absolute;
}

.info{
    width: 400px;
    height: 70px;
	text-align:center;
	margin: 0 auto;
	margin-top:15px;
}

.info p{
	font-size:10px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	text-align:center;
	margin: 0 auto;
}

span {
	font-size:10px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	text-align:center;
	margin: 0 auto;
	position:relative;
}

.area_restrita{
	width:100px;
	height:30px;
	float: right;
}

.area_restrita h1{
	font-size:10px;
	font-family:'Source Sans Pro', sans-serif;
}

.area_restrita h1 a{
	text-decoration:none;
	font-size:10px;
	font-family:'Source Sans Pro', sans-serif;
	color:#FFF;
}

.area_restrita h1 a:hover{
	color: #03F;
}
