/*
==================
	 GERAIS
==================	
*/
*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
	background-color:#fff;
	text-align: center;
}

a{
	text-decoration: none;
	color:#fff;
}

#pull{
	display: none;
}

p3{
	text-decoration: none;
	color:#000;
	padding-left:10px;
	padding-right:10px;
}

/*
==================
	 HEADER
==================	
*/
header{
	width: 100%;
	height: auto;
}
.logo{
	width: 100%;
	height: 120px;
	background-image:url(../img/logo.png);
	background-position: center;
	background-color:#000;
	background-repeat:no-repeat;
}
.link-logo img{
	float: left;
}
.troca-idioma{
	float: right;
	padding: 10px;
	margin-top: 32px;
	font-size: 14px;

}
.troca-idioma a{
	color: #666;
}

.header{
	width: 100%;
	height: 124px;
	background-size: cover;
	background-position: center;
}

.home{
	background-image: url(../img/headers/home.jpg);
}

nav{
	width: 100%;
	height: 30px;
	background: #ffcc00;
	text-align: center;
	
}
nav a{
	color: #fff;
	font-weight: bold;
	padding: 6px 10px;
}
nav ul li{
	display: inline-block;
	line-height: 30px;
}

/*
==================
	 GRID
==================	
*/
.box{
	width: 70%;
	background: #efefef;
	display: inline-block;
	text-align: left;
	margin: 1px;
	color: #333;

}
.box p{
	padding: 15px;
}
.box img{
	padding: 0 0px;
}
.box strong{
	margin-left: 15px;
	color: #444;
}
.box li{
	margin-left: 40px;
}
.titulo-box{
	width: 100%;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	/*color: #999;*/
	color: #fff;
	background: #000;
	line-height: 30px;
	text-align: center;
}

.footer-box{
	width: 100%;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #999;
	background: #000;
	line-height: 30px;
	text-align: center;
}

.videos-box{
	width: 100%;
	height: auto;
	/*background: #ff0000;*/
	background: #ffcc00;

}

.projetos-box{
	width: auto;
	height:auto;
	font-size: 13px;
	color: #000;
	background: #FFCC00;
	line-height: 20px;
	text-align: justify;
	padding-left:10px;
	padding-right:10px;

}


.texto-box{
	width: 80%;
	height:auto;
	font-size: 13px;
	color: #000;
	background: #FFCC00;
	line-height: 20px;
	text-align: justify;
	padding-left:10px;
	padding-right:10px;
}

.box-in{
	width: 70%;
	display: inline-block;
	text-align: left;
	margin: 0px;
	color: #333;
}
.box-in p{
	padding: 10px;
	text-align: justify;
}
.box-in h1{
	font-size: 16px;
	color: #024a94;
	padding: 0 10px;
}
.box-in h2{
	font-size: 14px;
	color: #024a94;
	padding: 5px 10px;
}
.box-in img{
	max-width: 100%;
	min-width: 1px;
	margin: 0 auto;
	display: block;
	padding: 5px;
}

.data-noticia{
	font-size: 14px;
	display: inline;
}
.link-noticia{
	font-size: 12px;
	display: block;
	text-indent: 10px;
	padding: 5px 0;
}
.link-noticia img{
	margin-right: -5px;
}

/*referencias*/
.menu-ref{
	list-style: none;
}
.menu-ref li{
	display: inline-block;
	padding: 5px;
	font-size: 14px;
}
.menu-ref a, .lista-ref a{
	font-weight: bold;
	color: #024a94;
}
.lista-ref{
	list-style: none;
}
.lista-ref li{
	margin-left: 10px;
	padding: 5px 0;
	font-size: 14px;
}
.logo-ref{
	float: left;
	width: 30%;
}
.dados-ref p{
	font-size: 12px;
	line-height: 20px;
}
.voltar-ref{
	font-size: 14px;
	color: blue;
}

.link-contato{
	color: #333;
}
.clientes li{
	width: 35%;
	display: inline-block;
	padding: 20px;
}
.port{
	margin-left: 40px;
}
.noticias{
	list-style: none;
	margin-left: 10px;
}
.noticias li{
	padding: 10px 0;
}
/*
==================
	 FOOTER
==================	
*/
footer p{
	color: #777;
	font-size: 12px;
	padding: 10px 0;
}


/*
==================
  SUBIR PARA O TOPO
==================	
*/		
		
#subirTopo {
text-decoration: none;
background: rgba(100,100,100,.9);
bottom: 20px;
right: 12px;
color: #fff;
text-align: center;
cursor: pointer;
padding: 15px;
margin-bottom:50px;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
position: fixed;
border: 0;
font-family: sans-serif;
opacity: .8;
z-index: 100;

}

#subirTopo:hover {
opacity:1;
color:#ffcc00;
}



/*
==================
  MEDIA QUERIES
==================	
*/
@media screen and (max-width: 850px){
	nav{
		text-align: left;
		text-indent: 7%;
		
	}
	#pull{
		display: inline-block;
	}
	nav a#pull:after{
		content: "MENU";
		background: url(../img/menu-icon.png) no-repeat;
		background-size: cover;
		width: 20px;
		height: 20px;
		display: inline-block;
		text-indent: 30px;
		line-height: 22px;
	}
	#menu{
		display: none;
		position: relative;
		z-index: 2000;
	}
	#menu a{
		padding: 0;
	}
	#menu{
		margin-top: -2px;
	}
	nav ul li{
		background: #000;
		display: block;
		width: 100%;
		border-bottom: 1px solid #fff;
		text-indent: 16%;
		font-size: 1.1em;
	}
}


@media screen and (max-width: 450px){
	.box, .box-in{
		width: 90%;
	}
	nav{
		text-align: left;
		text-indent: 1%;
	}
	nav ul li{
		text-indent: 5%;
	}
}