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

::selection {
	background: #8dc63f; color: #fff; /* Safari */
}
::-moz-selection {
	background: #8dc63f; color: #fff;/* Firefox */
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #555;
	font-size: 12px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* Slides */

#slides {
	width: 960px;
	height: 345px;
	z-index: 1;
	background-color: #f0f0f0;
}

.slides_container {
	width:960px;
	height:345px;
}
.slides_container div {
	width:960px;
	height:345px;
	display:block;
}

.pagination-slides {
	display: none;
}

#slides .prev {
	position: absolute;
	width:24px;
	height:43px;
	z-index:101;
	top: 151px;
	left: 0;
	padding-left: 5px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
}

#slides .next {
	position: absolute;
	width:24px;
	height:43px;
	z-index:101;
	top: 151px;
	right: 0;
	padding-right: 5px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
}

#slides .prev:hover {
	padding-left: 15px;
}

#slides .next:hover {
	padding-right: 15px;
}

#slides a:active {
	top: 153px;
}

#slides img {
	border: none;
}

/* /Slides */



#menu-wrapper {
	width: 100%;
	height: 62px;
	position: fixed;
	z-index: 100;
}

#menu {
	width: 632px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
}

#icone {
	width: 80px;
	height: 62px;
	background-image: url(images/menu-icone.png);
	float: left;
}

#inicio {
	width: 76px;
	height: 62px;
	background-image: url(images/menu-inicio.png);
	float: left;
}

#inicio:hover {
	background-image: url(images/menu-inicio-hover.png);
}

#inicio:active {
	background-image: url(images/menu-inicio-active.png);
}

#sobre {
	width: 76px;
	height: 62px;
	background-image: url(images/menu-sobre.png);
	float: left;
}

#sobre:hover {
	background-image: url(images/menu-sobre-hover.png);
}

#sobre:active {
	background-image: url(images/menu-sobre-active.png);
}

#projetos {
	width: 93px;
	height: 62px;
	background-image: url(images/menu-projetos.png);
	float: left;
}

#projetos:hover {
	background-image: url(images/menu-projetos-hover.png);
}

#projetos:active {
	background-image: url(images/menu-projetos-active.png);
}

#contato {
	width: 97px;
	height: 62px;
	background-image: url(images/menu-contato.png);
	float: left;
}

#contato:hover {
	background-image: url(images/menu-contato-hover.png);
}

#contato:active {
	background-image: url(images/menu-contato-active.png);
}

#logo {
	width: 210px;
	height: 62px;
	background-image: url(images/menu-logo.png);
	float: left;
}

#slider-fundo {
	background-color: #222;
	background-image: url(images/inicio-textura.jpg);
	width: 100%;
	height: 400px;
}

#pagina-titulo-fundo {
	background-color: #222;
	background-image: url(images/inicio-textura.jpg);
	width: 100%;
	height: 160px;
}

#barra-preta {
	background-color: #222;
	width: 100%;
	height: 30px;
}

#wrapper-inicio {
	width: 100%;
	position: absolute;
	top: 110px;
}

#wrapper {
	width: 100%;
	position: absolute;
	top: 84px;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 190px;
}

#footer {
	width: 100%;
	height: 120px;
	background-color: #333;
	bottom: 0;
	position: absolute;
}

#footer-960 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

#foto-slider {
	width: 960px;
	height: 345px;
}

#sobre-a-empresa {
	width: 465px;
	margin-top: 62px;
	margin-bottom: 60px;
	float: left;
}

#sobre-os-projetos {
	width: 465px;
	margin-top: 62px;
	margin-left: 30px;
	margin-bottom: 60px;
	float: left;
}

#imagem-sobre {
	margin-top: 95px;
}

#mapa-contato {
	margin-top: 75px;
}

#imagem-mapa {
	margin-top: 55px;
	float: left;
}

#texto-mapa {
	width: 465px;
	float: right;
	font-size: 16px;
	font-family: "Signika Negative", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	line-height: 23px;
	margin-top: 168px;
}

#equipe-colunas {
	margin-bottom: 50px;
}

#projetos-colunas {
	margin-top: -35px;
}

#texto-contato {
	width: 300px;
	line-height: 18px;
	margin-top: 45px;
	float: left;
}

.hiddenPic {display:none;}

.inicioclass {
	display: none;
}

.sobreclass {
	display: none;
}

.projetosclass {
	display: none;
}

.contatoclass {
	display: none;
}

.titulo {
	font-family: "Signika Negative", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 30px;
	color: #333;
	letter-spacing: -0.065em;
}

.foto-box {
	margin-top: 18px;
	margin-bottom: 22px;
}

.texto-box {
	line-height: 15px;
}

.saiba-mais {
	font-weight: bold;
	color: #333;
	float: right;
}

.titulo-barra {
	width: 960px;
	border-bottom: solid 1px #bbb;
	padding-top: 60px;
	margin-bottom: 50px;
}

#titulo-barra-contato {
	width: 630px;
	border-bottom: solid 1px #bbb;
	margin-top: 42px;
	margin-bottom: 30px;
}

#equipe-contato {
	float: right;
}

.contato-equipe1 {
	width: 300px;
	float: left;
	font-size: 14px;
}

.contato-equipe2 {
	width: 300px;
	float: right;
	margin-left: 30px;
	font-size: 14px;
}

.areas {
	width: 300px;
	float: left;
}

.areas2 {
	width: 300px;
	float: left;
	margin-left: 30px;
}

.imagem-areas {
	float: left;
}

.titulo-areas {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-left: 15px;
}

.texto-areas {
	font-size: 11px;
	line-height: 35px;
	margin-left: 15px;
}

.texto-areas strong {
	color: #333;
}

.footer1 {
	width: 300px;
	float: left;
}

.footer2 {
	width: 300px;
	float: left;
	margin-left: 30px;
}

.footer3 {
	width: 300px;
	float: left;
	margin-left: 30px;
	text-align: right;
}

.texto-footer {
	color: #fff;
	font-size: 11px;
}

#footer a {
	color: #fff;
}

.titulo-pagina {
	font-family: "Signika Negative", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 48px;
	color: #fff;
	letter-spacing: -0.045em;
}

#texto-sobre {
	font-family: "Signika Negative", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	color: #555;
	line-height: 23px;
	text-indent: 75px;
	text-align: justify;
	margin-top: 70px;
}

strong {
	color: #333;
}

.titulo-equipe {
	font-family: "Signika Negative", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 22px;
	letter-spacing: -0.045em;
}

.equipe1 {
	width: 300px;
	height: 150px;
	background-color: #eaebe6;
	float: left;
	margin-top: 30px;
}

.equipe2 {
	width: 300px;
	height: 150px;
	background-color: #eaebe6;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.equipe3 {
	width: 300px;
	height: 150px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.projetos1 {
	width: 300px;
	float: left;
	margin-top: 30px;
}

.projetos2 {
	width: 300px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

#projetos-colunas img {
	border: none;
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
}

#projetos-colunas img:hover {
	opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}

.clientes1 {
	width: 300px;
	float: left;
	margin-top: -10px;
}

.clientes2 {
	width: 300px;
	float: left;
	margin-left: 30px;
	margin-top: -10px;
}

.legenda-projetos {
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 14px;
}

.clear {
	clear: both;
}


/* Sobre */

.arq-hover {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	color: #fff;
	width: 260px;
	height: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	font-family: "Signika Negative", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	letter-spacing: -0.045em;
	font-weight: bold;
	text-align: center;
	display: block;
	opacity:0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
}

.arqsub {
	font-weight: normal;
	font-size: 14px;
}

.equipe1:hover .arq-hover {
	opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.equipe2:hover .arq-hover {
	opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.arq-semfoto .arq-hover {
	opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#arq01 {
	background-image:url(images/300x150/01.jpg);
}

#arq02 {
	background-image:url(images/300x150/02.jpg);
}

#arq03 {
	background-image:url(images/300x150/03.jpg);
}

#arq04 {
	background-image:url(images/300x150/04.jpg);
}

#arq05 {
	background-image:url(images/300x150/05.jpg);
}

#arq06 {
	background-image:url(images/300x150/06.jpg);
}

#arq07 {
	background-image:url(images/300x150/07.jpg);
}

#arq08 {
	background-image:url(images/300x150/08.jpg);
}

#arq09 {
	background-image:url(images/300x150/09.jpg);
}

#arq10 {
	background-image:url(images/300x150/10.jpg);
}

#arq11 {
	background-image:url(images/300x150/11.jpg);
}

#arq12 {
	background-image:url(images/300x150/12.jpg);
}

#arq13 {
	background-image:url(images/300x150/13.jpg);
}

/* Sobre */