#intro {
	background: url(../imagens/bg/sala.jpg) no-repeat center;
	background-size: cover;	
}

#intro h2 {
	color: #797C80;
}


#intro h3 {
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	/*color: #bbbdc0;*/
	color: #797C80;
	letter-spacing: -3px;
	line-height: 1;
}

.navbar .nav {
	margin: 4px 10px 0 0;
}

#navigation {
	border-bottom: solid 1px #DDD;
}

#navigation .container {
	/*background: url(../imagens/bg/rocket-back.png) no-repeat;*/
	background: url(../imagens/bg/rocket-deitado2.png) no-repeat;
}


.titulos {
	text-align: center;
	margin-bottom: 40px;
}

.topicos {
	font-size: 12px;
}

#services .visto i {
	font-size: 10px;
	color: #bbbdc0;
}

.centrar {
	text-align: center;
}

.sub-titulos {
	font-size: 14px;
	font-weight: 100;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 35px 0px 30px 0px;
}

.caixa {
	background-color: #E9E9EF;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.5);
}

.caixa i {
	color: #4d90fe;
}

.caixa-azul {
	background-color: #d0eafa;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.5);
}
.caixa-azul p {
	margin-bottom: 0px;
}

.caixa-titulo-noticia {
	background-color: #F5F5FF;
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
}

.noticia-titulo {
	color: #4d90fe;
	padding: 20px;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: -1px;	
	text-align: center;
}

.noticia-texto {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 55px;
}

#works {
	background: #f4f5f6;
/*	background: url(../imagens/bg/webdesign-back.jpg) repeat;*/
}

#gallery {
	background: url(../imagens/bg/news-back.png) repeat;
}

.sites {
	margin-bottom: 40px;
	text-align: center;
}

.sites img {
	margin: 0px 7px 25px 7px;
	border: 12px solid #FFF;
	-webkit-box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.5);	
}

.sites a img {
	opacity: 0.8;
}
.sites a:hover img {
	opacity: 1;
}

#navigation .navbar-inner .container .btn-navbar {
	color: #444;
	text-shadow: none;
}

@media (max-width: 350px) {
	.navbar-inner img {
		margin-top: 5px;
		width: 160px;
		/*height: 10px;*/
		/*display: none;*/
	} 
}

/*#contact iframe {
	width: 100%;
	height: 680px;
}*/ 

/*@media (max-width: 980px) {
	#contact iframe {
		width: 50%;
		height: 680px;
	} 
}*/