@font-face
{
font-family: horatio_b;
src: url('horatio_d_medium.ttf')
     
}
@font-face
{
font-family: horatio_l;
src: url('Horatio_D_Light.ttf')
     
}

body{
	margin:0;
	padding:0;
	color: rgb(255,255,255);
	font-family:horatio_l;
	font-size:17px;
	background:url(../img/bg_master.jpg) #5ec9ff repeat-x;
	
}
#c-menu{
	width:100%;
	height:261px;
	overflow:hidden;
	background:url(../img/bg_menu_master.jpg) no-repeat center top;
	position:relative;
	margin:0;
	padding:0;
}

#menu{
	width:960px;
	height:140px;
	margin:0 auto;
	position:relative;
	
	padding:0;
}

#logo{
	width: 400px;
	height:100px;
	float:left;
	margin-top:2px;
	
	text-align:center;
}

#logo img{width:400px;}

#menu-top{
	width:480px;
	height:30px;
	float:right;
	margin-top:60px;
	text-align:right;
	color:#FFF;
	font-size:24px;
}
#menu-top a{text-decoration:none; margin:0 15px; text-shadow:none; color:#fff;}
#menu-top a:hover{color: #0cC; text-shadow:0 0 10px #0CC;}

#tudo{
	width:100%;
	min-height:100px;
	position:relative;
	background:#5ec9ff;
	 
	
}

#master_titulo{
	position:absolute;
	top:-80px;	
	
	
	color:#fff;
	text-shadow:#036 2px 2px 5px;
	
}

/*/////////         Empresa         ///////////*/

#text_empresa{
	width:960px;
	min-height: 100px;
	margin:0 auto;
	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
}


#video_empresa{
	width:960px;
	min-height:100px;
	margin:0 auto;
	
}


/*/////////         Empresa         ///////////*/	


/*/////////         Serviços         ///////////*/	

#c-servicos{
	width:960px;
	min-height:400px;
	margin:0 auto;
	position: relative;
	
	margin-top:50px;
	
}
#servicos{
	width:250px;
	min-height: 300px;
	float:left;
}
#servicos ul{
	margin:0;
	padding:0;
	width:250px;
	list-style:none;
	
}

.menu-l {
	width: 250px;
	height:35px;
	font-size:24px;
	background-color:#5ec9ff;
	color:#FFF;
	cursor:pointer;
	padding-top:5px;
	
	transition: background-color 0.4s, color 0.4s ;
	
}
.menu-l:hover{
	background-color:#0c508a;
	color:#0cc;
}
.menu-l:active{
	background-color:#07d;
	
}

.servi-ativo{
	background-color:#0c508a;
	color:#0cc;
}

#servicos ul li a{
	margin-left:30px;
	margin-top:15px;	
}

#sombra{
	background:url(../img/sombra_servicos.jpg) no-repeat left bottom;
	width:70px;
	height:380px;
	float:left;
}
#servico{
	width:630px;
	float:right;
	min-height: 400px;
	
}
.divisao-h{ clear:both; width:750px; height:1px; background:#4bb3fa; border-bottom:solid 1px #a2e0ff; margin:40px auto;}




/*/////////         Serviços         ///////////*/	

/*/////////         Portifólio         ///////////*/	


#nav-port{
	width:830px;
	position:absolute;
	right:0px;
	top:-15px;
	height:30px;
	text-align:center;
	font-family:horatio_l;
	font-size:17px;
	color:#FFF;
	background:#0c508a;
	border-radius:7px;
	padding-top:5px;
}
#nav-port a{text-decoration:none; margin:0 5px; text-shadow:none; color:#fff;}
#nav-port a:hover{color: #0cC; text-shadow:0 0 10px #0CC;}
.port-ativo{color: #0cC; text-shadow:0 0 10px #0CC;}
#cont-port{
	width: 960px;
	min-height:350px;
	margin:0 auto;
	position:relative;
	padding-top:40px;
	
}

.titulo-port{
	width:930px;
	height:29px;
	padding-top:10px;
	background:url(../img/bg_port.jpg) repeat-x;
	font-family:horatio_b;
	font-size:17px;
	color:#565656;
	padding-left:30px;
}

.sombra-port{
	width:100%;
	height:27px;
	background:url(../img/sombra_port.jpg) no-repeat;
}

.next-port{
	width:27px;
	height:45px;
	background:url(../img/next_slide.png) no-repeat;
	background-position:top;
	position:absolute;
	right:0px;
	top:155px;
	cursor:pointer;
}.next-port:hover{background-position:bottom;}
.prev-port{
	width:27px;
	height:45px;
	background:url(../img/prev_slide.png) no-repeat;
	background-position:top;
	position:absolute;
	left:0px;
	top:155px;
	cursor:pointer;
}.prev-port:hover{background-position:bottom;}

.c-slide-port{
	width:900px;
	
	
	
	margin:0 auto;
}

.slide-port{
	width:900px;
	min-height:350px;
}

.c-trab-port{
	width:265px;
	height:170px;
	cursor:pointer;
	overflow:hidden;
	border:3px solid #fff;
	
	
	margin:0 10px;
	margin-bottom:10px;
	
	float:left;
	background:#000;
	text-align: center;
	
	
	
}
.c-trab-port:hover{background: url(../img/lupa.jpg) no-repeat center #000;}
.c-trab-port img{
	/*
	max-height:200px;
	max-width:350px;
	*/
	opacity: 1;
	transition:opacity 0.5s;
}
.c-trab-port img:hover{
	opacity: 0.5;
}
.meio-port{
	margin:0 10px;
}
	

	


/*/////////         Portifólio         ///////////*/	


/*/////////         Contato         ///////////*/	
#discri-contato{
	width:630px;
	position:absolute;
	left:200px;
	top:-36px;
	height:54px;
	text-align:center;
	font-family:horatio_l;
	font-size:17px;
	color:#FFF;
	background:#0c508a;
	border-radius:7px;
	padding-top:5px;
}

#discri-contato a{color: #0cC; text-shadow:0 0 10px #0CC; text-decoration:none;}
#c-contato{
	width:960px;
	min-height:400px; 
	position:relative;
	margin:0 auto;
}
#fale{
	padding-top:40px;
	font-size:22px;
	font-family:horatio_b;
	margin-bottom:40px;	
	width:620px;
	float:left;
	

}

#facebook{
	width:300px;
	height:400px;
	float:right;
}
.contato-input{
	font-size:22px;
	border-radius:5px;
	border:#3796c6 solid 1px;
	color:#27343a;
	font-family:horatio_b;
}
.contato-input:focus{
	background:#d5e8f2;
	outline:solid 1px #fff;
	border-radius:5px;
}



	

/*/////////         Contato         ///////////*/	

























#c-rodape{
	clear:both;
	
	width:100%;
	height:124px;
	background: url(../img/bg_rodape.jpg) repeat-x;
}
#rodape{
	padding-top:10px;
	width:960px;
	height:114px;
	margin:0 auto;
	position:relative;
	font-size:16px;
}
#contato{
	width:960px;
	padding-top:15px;
	height:40px;
	text-align:center;
	margin:0 auto;
	
	
}
#menu-baixo{
	width:470px;
	padding-top:5px;
	height:60px;
	float: right;
}
.link-baixo{
	text-decoration:none;
	color:#fff;
	margin:0 15px;
	font-size:20px;
	text-shadow:none;
}.link-baixo:hover{ text-shadow:0 0 10px #0CC; color:#0cc;}
#diretos{
	clear:both;
	width:100%;
	height: 20px;
	padding-top:7px;
	text-align:center;
}
#creditos{
	position:absolute;
	width:100px;
	height:35px;
	right:0px;	
}
	
