@charset "iso-8859-1";
/* CSS Document */

@font-face {
    font-family: 'din_lightregular';
    src: url('../fonts/light/ff_din_light-webfont.eot');
    src: url('../fonts/light/ff_din_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/light/ff_din_light-webfont.woff') format('woff'),
         url('../fonts/light/ff_din_light-webfont.ttf') format('truetype'),
         url('../fonts/light/ff_din_light-webfont.svg#din_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinregular';
    src: url('../fonts/medium/ff_din_medium-webfont.eot');
    src: url('../fonts/medium/ff_din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/medium/ff_din_medium-webfont.woff') format('woff'),
         url('../fonts/medium/ff_din_medium-webfont.ttf') format('truetype'),
         url('../fonts/medium/ff_din_medium-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
	padding:0;
	margin:0;
	list-style:none;
}
*2{
	padding:0;
	margin:0;
	list-style:none;
	line-height:1px;
}
a:hover, a:active, a:focus, a:visited {
	outline:none;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:lighter;	
}
.menu-bar{
	background:#fff;
	height:65px;
	box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
	margin-bottom:0;
	position:relative;
	z-index:10000;
}
.menu-bar .container{
	height:65px;
	width:1000px;	
}
.menu-bar .brand{
	padding:4px 20px;	
}
.menu-bar .nav{
	margin-top:-10px;
	height:65px;
}
.menu-bar .item-nav{
	height:65px;
	border-left:solid 1px #eeeeee;	
}
.menu-bar .item-nav a{
	font-family: 'din_lightregular';
	font-size:14px;

	text-transform:uppercase;
	height:65px;
	line-height:68px;
	padding:0 15px !important;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;
}
.menu-bar .button-atende{
	float:right;
	height:65px;
	padding:0 13px;
	background:#2e749d;
	display:block;
	margin-top:-10px;
	font-family: 'din_lightregular';
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
.menu-bar .button-atende img{
	margin-right:6px;
	float:left;
	margin-top:22px;
}
.menu-bar .button-atende p{
	float:right;
	margin-top:22px;
}
.menu-bar .button-atende:hover,
.menu-bar .button-atende:focus{
	text-decoration:none;
}
.atende-bar{
	background:#2e749d;
	height:100px;
	margin-bottom:0;
	display:none;
}
.atende-bar .container{
	height:100px;
	width:1000px;	
}
.atende-bar .telefones{
	width:320px;
	height:100px;
	margin-left:0px;
	margin-right:20px;
	border-right:solid 1px #286691;	
}
.atende-bar .contato-website{
	width:235px;
	height:100px;
	margin-left:20px;
	margin-right:20px;
	border-right:solid 1px #286691;	
}
.atende-bar .alfama-atende{
	width:362px;
	height:100px;
	margin-left:20px;
	margin-right:0px;
}
.atende-bar .telefones h2,
.atende-bar .contato-website h2,
.atende-bar .alfama-atende h2{
	font-family: 'din_lightregular';
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	line-height:normal;
	margin-top:25px;	
}
.atende-bar .telefones h3{
	font-family: 'dinregular';
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	line-height:normal;	
	float:left;
	margin-top:4px;
}
.atende-bar .button-contato{
	font-family: 'din_lightregular';
	color:#fff;
	font-size:14px;
	background:#193e54;
	padding:4px 10px;
	text-transform:uppercase;
	float:left;
	margin:3px;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}
.atende-bar .button-contato:hover,
.atende-bar .button-contato:focus{
	text-decoration:none;
	background:#3498db;	
}
.atende-bar .alfama-atende form{
	float:left;	
	margin-top:3px;
}
.atende-bar .alfama-atende .input-small{
	font-family: 'din_lightregular';
	font-size:12px;
	color:#7f8c8d;
	border-radius:0;
	width:115px;
	height:25px;
	line-height:25px;
	padding:0 5px;		
}
.atende-bar .alfama-atende .btn-acessar{
	font-family: 'din_lightregular';
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	border-radius:0;
	border:none;
	background:#193e54;
	text-shadow:none;
	margin-top:0;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}
.atende-bar .alfama-atende .btn-acessar:hover{
	background:#3498db;			
}
.button-cliente{
-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}
.button-cliente .container{
	width:1000px;
	height:auto;
}
.button-cliente .btn-cliente{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	width:215px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	background:#f0812d;
	display:block;
	float:right;
	margin-right:159px;
	margin-top:-35px;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
.button-cliente .btn-cliente p{
	float:left;	
}
.button-cliente .btn-close{
	background:#c36925;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
    width: 20px;
	margin-right:-5px;
}
.button-cliente .btn-cliente:hover{
	background:#f39c12;	
}
.social-bar{
	width:45px;
	height:auto;
	position:fixed;
	left:0;
	top:130px;
	z-index:10000;	
}
.social-bar .social-icon{
	position:relative;
	float:left;
	width:45px;
	height:43px;
}
.social-bar .icon{
	float:left;
	margin-bottom:1px;
	background:#7f8c8d;
	padding:10px;
	display:block;
	position:relative;
	z-index:2;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
.social-bar .phone:hover .icon{
	background:#333333;	
}
.social-bar .twitter:hover .icon{
	background:#2AA9E0;	
}
.social-bar .gplus:hover .icon{
	background:#EE3E2B;	
}
.social-bar .youtube:hover .icon{
	background:#BE202C;	
}
.social-bar .facebook:hover .icon{
	background:#3B5998;	
}
.social-bar .linkedin:hover .icon{
	background:#67AFD3;	
}
.social-bar .blog:hover .icon{
	background:#F0812D;	
}
.social-bar .info_icon{
    left: -250px;
    position: absolute;
    top: 0;
    width: 215px;
	font-family: 'dinregular';
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:11px 0;	
	text-transform:uppercase;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;
}
.social-bar .social-icon .info_icon:hover,
.social-bar .social-icon .info_icon:focus{
	text-decoration:none;	
}
.social-bar .social-icon:hover .info_icon{
	left:46px;	
}
.social-bar .phone:hover .info_icon{
	background:#333333;
}
.social-bar .twitter:hover .info_icon{
	background:#2AA9E0;
}
.social-bar .gplus:hover .info_icon{
	background:#EE3E2B;
}
.social-bar .youtube:hover .info_icon{
	background:#BE202C;
}
.social-bar .facebook:hover .info_icon{
	background:#3B5998;
}
.social-bar .linkedin:hover .info_icon{
	background:#67AFD3;
}
.social-bar .blog:hover .info_icon{
	background:#F0812D;	
}
.slider-destaque,
.slider-destaque .lista-slides{
	width:100% !important;
	height:auto;
	float:left;
	z-index:10;
}
.slider-destaque .slide{
	width:100% !important;
	height:565px;
	z-index:1;	
	display:block;
}
.slider-destaque .container{
	width:1000px;
	height:49px !important;
	z-index:12;	
	position:relative;
}
.slider-destaque #prev{
	float:left;
	display:block;
	margin-top:-49px;
	padding:14px 21px;
	background:#95A5A6;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;
}
.slider-destaque #next{
	float:left;
	display:block;
	margin-left:56px;
	margin-top:-49px;
	padding:14px 21px;
	background:#95A5A6;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;
}
.slider-destaque #prev:hover,
.slider-destaque #next:hover{
	background:#7F8C8D;	
}
.alfama-sobre{
	clear:both;	
	position:relative;
	z-index:12;	
}
.alfama-sobre .container{
	width:1000px;
	height:auto;
	padding-bottom:25px;
	border-bottom:solid 1px #e5e5e5;
}
.alfama-sobre .sobre-txt{
	width:745px;
	height:auto;
	margin-top:20px;
	margin-left:0;
	margin-right:20px;
}
.alfama-sobre .sobre-txt .title{
	font-family: 'din_lightregular';
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
	width:100%;
	height:70px;
	text-align:center;
	line-height:70px;
	background:#f0812d;	
}
.alfama-sobre .sobre-txt .title span{
	font-family: 'dinregular';	
}
.alfama-sobre .sobre-txt .txt{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#333333;
	width:100%;
	float:left;
	margin-top:10px;
}
.alfama-sobre .usuarometro{
	width:235px;
	height:auto;
	float:right;
	margin-left:0;
	margin-right:0;
	margin-top:-50px;
	position:relative;
}
.alfama-sobre .usuarometro .title{
	font-family: 'din_lightregular';
	font-size:26px;
	color:#fff;
	width:100%;
	height:50px;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	background:#7f8c8d;
	margin:0;
}	
.alfama-sobre .usuarometro .desc{
	background:#95A5A6;
    color: #FFFFFF;
    font-family: 'din_lightregular';
    font-size: 12px;
    line-height: 16px;
    padding: 24px 15px;
		
}
.alfama-sobre .usuarometro .desc span{
	font-family: 'dinregular';		
}
.alfama-sobre .usuarometro .contador{
	font-family: 'dinregular';	
	color:#fff;
	font-size:34px;
	text-align:center;
	width:100%;
	height:70px;
	line-height:70px;
	background:#7f8c8d;
	margin-top:-9px;
	display:block;	
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;
}
.alfama-sobre .usuarometro .contador:hover{
	background:#707b7c;	
}
.servicos{
	width:1000px;
	height:auto;
	margin-left:0;
	margin-top:40px;
}
.servicos .item-servico{
	width:150px;
	height:auto;
	margin-left:0;
	margin-right:20px;
}
.servicos .icon{
	width:auto;
	display:table;
	margin:0 auto;
}
.servicos .title{
	font-family: 'dinregular';
	font-size:20px;
	text-align:center;
	margin:0;
}
.servicos .desc{
	font-family: 'din_lightregular';
    font-size: 14px;
	color:#333333;
	text-align:center;	
}
.servicos .todos{
	width:150px;	
	height:120px;
	text-align:center;
/*background:#95A5A6;	*/
background:#F0812D;	
	margin:0;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;
}
.servicos .todos .title{
	font-family: 'din_lightregular';
	font-size:17px;
	text-transform:uppercase;
	color:#fff;		
	margin-top:40px;
}
.servicos .todos:hover,
.servicos .todos:focus{
	text-decoration:none;
	background:#7f8c8d;
}
.servicos .sistemas .title{
	color:#16a085;
}
.servicos .website .title{
	color:#f0812d;
}
.servicos .servicos_web .title{
	color:#2980b9;
}
.servicos .ecommerce .title{
	color:#c0392b;
}
.servicos .streaming .title{
	color:#2c3e50;
}
.nossos-trabalhos{
	clear:both;	
}
.nossos-trabalhos .container{
	width:1000px;
	height:auto;
	margin-top:44px;
	padding-bottom:25px;
	border-bottom:solid 1px #e5e5e5;
}
.nossos-trabalhos .title{
	font-family: 'din_lightregular';
	font-size:26px;
	text-transform:uppercase;
	color:#fff;		
	width:320px;
	height:55px;
	line-height:55px;
	text-align:center;
	background:#2c3e50;
	margin:0;	
}
.nossos-trabalhos .button-todos{
	font-family: 'din_lightregular';
	font-size:20px;
	text-transform:uppercase;
	color:#fff;		
	width:320px;
	height:55px;
	line-height:55px;
	text-align:center;
	background:#2e749d;
	margin:0 0 0 1px;			
	display:block;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;
}
.nossos-trabalhos .button-todos:hover,
.nossos-trabalhos .button-todos:focus{
	text-decoration:none;
	background:#2c3e50;	
}
.nossos-trabalhos .lista-trabalhos{
	width:1000px;
	height:auto;
	margin:25px 0 0 0;
}

.nossos-trabalhos .trabalho{
	width:235px;
	height:auto;
	margin-left:0;
	margin-right:20px;
}
.nossos-trabalhos .last{
	margin-right:0;	
}
.nossos-trabalhos .trabalho .sharing{
	float:right;	
	margin-bottom:1px;
}
.nossos-trabalhos .trabalho .sharing .rede{
	float:left;	
	margin-right:1px;
	position:relative;
	top:35px;
}
.nossos-trabalhos .trabalho .gplus{
	-webkit-transition:  all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition:  all 0.5s ease-out 0s;
	-ms-transition:  all 0.5s ease-out 0s;
	transition:  all 0.5s ease-out 0s;	
}
.nossos-trabalhos .trabalho .twitter{
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.nossos-trabalhos .trabalho .facebook{
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
.nossos-trabalhos .trabalho .img{
	position:relative;
	clear:both;	
}
.nossos-trabalhos .trabalho .hover{
	width:234px;
	height:146px;
	position:absolute;
	top:0;
	left:0;
	background:rgba(44, 62, 80, 0);
	overflow:hidden;
	z-index:1;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
.nossos-trabalhos .trabalho .hover .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:150px;
	margin-left:-23px;
	z-index:10;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;
}	
.nossos-trabalhos .trabalho:hover .hover{
	background:rgba(44, 62, 80, 0.65);	
}
.nossos-trabalhos .trabalho:hover .hover .icon{
	margin-top:-23px;	
}
.nossos-trabalhos .trabalho .title-trabalho{
	font-family: 'din_lightregular';
	font-size:16px;
	text-transform:uppercase;
	margin:0;		
}
.nossos-trabalhos .trabalho .categoria{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#333333;	
}
.nossos-trabalhos .trabalho:hover .rede{
	top:0;	
}
.clientes .container{
	width:1000px;
	height:auto;
	margin-top:44px;
	padding-bottom:25px;
	border-bottom:solid 1px #e5e5e5;
}
.clientes .info{
	width:1000px;
	height:auto;
	text-align:center;
	font-family: 'din_lightregular';
	font-size:18px;
	color:#333333;
	margin:0;	
}
.clientes .lista_clientes{
	width:1000px;
	height:auto;
	margin:15px 0 0 0;	
}
.clientes .cliente{
	width:150px;
	height:auto;
	margin:0 20px 0 0;
	/*opacity: 0.80;
  	filter: alpha(opacity = 80);*/
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.clientes .cliente:hover{
	/*opacity: 1;
  	filter: alpha(opacity = 100);*/
}
.clientes .cliente a{
	cursor:default;	
}
.clientes .cliente img{
	width:auto;
	display:block;
	margin:0 auto;
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); Firefox 10+, Firefox on Android */
	/*filter: gray; /* IE6-9 */
	/*-webkit-filter: grayscale(100%); Chrome 19+, Safari 6+, Safari 6+ iOS */	
}
.clientes .cliente img:hover{
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);*/
}
.clientes .todos{
	font-family: 'din_lightregular';
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	width:150px;
	height:40px;
	text-align:center;
	line-height:40px;	
	background:#f0812d;
	margin:0;
	margin-top:52px;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;
}
.clientes .todos:hover,
.clientes .todos:focus{
	text-decoration:none;
	background:#d35400;
}
.depoimentos .container{
	width:1000px;
	height:auto;
	margin-top:44px;
}
.depoimentos .title{
	font-family: 'din_lightregular';
	font-size:26px;
	text-transform:uppercase;
	color:#fff;		
	width:235px;
	height:55px;
	line-height:55px;
	text-align:center;
	background:#239d57;
	margin:0;	
}
.depoimentos .button-todos{
	font-family: 'din_lightregular';
	font-size:20px;
	text-transform:uppercase;
	color:#fff;		
	width:275px;
	height:55px;
	line-height:55px;
	text-align:center;
	background:#2ecc71;
	margin:0 0 0 1px;			
	display:block;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;
}
.depoimentos .button-todos:hover,
.depoimentos .button-todos:focus{
	text-decoration:none;
	background:#239d57;	
}
.depoimentos .video{
	margin:1px 0 0 0;
	width:660px;	
}
.depoimentos .contato{
	width:320px;
	height:400px;
	background:#95A5A6;
}
.depoimentos .contato .title{
	font-family: 'din_lightregular';
	font-size:26px;
	text-transform:uppercase;
	color:#fff;		
	width:280px;
	height:55px;
	line-height:55px;
	text-align:center;
	background:#7f8c8d;
	margin:-56px 0 0 0;		
}
.depoimentos .contato .form-horizontal{
	margin-top:38px;	
}
.depoimentos .contato .controls{
	margin-left:20px;	
}
.depoimentos .contato #inputNome,
.depoimentos .contato #inputEmail,
.depoimentos .contato #textareaMensagem{
	width:265px;
	height:35px;
	line-height:35px;
	background:#fff;
	border:solid 1px #7f8c8d;
	font-family: 'din_lightregular';
	font-size:16px;
	border-radius:0;
	margin-top:-15px;
}
.depoimentos .contato #textareaMensagem{
	height:140px;	
}
.depoimentos .contato .img_captcha{
	float: left;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: -13px;	
}
.depoimentos .contato #inputCaptcha{
	width:150px;
	height:35px;
	line-height:35px;
	background:#fff;
	border:solid 1px #7f8c8d;
	font-family: 'din_lightregular';
	font-size:16px;
	border-radius:0;
	margin-top:-15px;
}
.depoimentos .contato .btn{
	width:130px;
	height:40px;
	text-align:center;
	font-family: 'dinregular';
	font-size:20px;
	color:#fff;
	background:#2c3e50;
	text-transform:uppercase;
	border-radius:0;
	border:none;
	text-shadow:none;
	float:right;
	margin-right:22px;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;
}
.depoimentos .contato .btn:hover{
	background:#2e749d;	
}
.solucoes .container{
	width:1000px;
	height:auto;
	margin-top:44px;
	padding-bottom:25px;
	border-bottom:solid 1px #e5e5e5;
}
.solucoes .info{
	width:1000px;
	height:auto;
	text-align:center;
	font-family: 'din_lightregular';
	font-size:18px;
	color:#333333;
	margin:0;
	line-height:24px;
}
.solucoes .lista_solucoes{
	width:1000px;
	height:auto;
	margin-top:44px;
	padding-bottom:25px;
	margin-left:0;
}	
.solucoes .solucao{
	width:320px;
	height:190px;
	margin-right:20px;
	margin-left:0;
	display:block;
	overflow:hidden;
	text-decoration:none;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
.solucoes .solucao .info_solucao{
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
.solucoes .solucao .desc_solucao{
	padding:25px;
	font-family: 'din_lightregular';
	font-size:14px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	line-height:18px;
}
.solucoes .last{
	margin-right:0;	
}
.solucoes .oraculo{
	background:#cadff5;
}	
.solucoes .oraculo .desc_solucao{
	color:#3276b5;	
}
.solucoes .oraculo .logo_solucao{
	margin-top:55px;
	margin-bottom:60px;	
	margin-left:35px;	
}
.solucoes .oraculo .bt_conheca{
	background:#3276B5;
    color: #FFFFFF;
    margin-top: 5px;
    padding: 5px 8px;
    position: relative;
    top: 14px;	
	text-transform:uppercase;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;
}
.solucoes .oraculo .bt_conheca:hover{
	background:#214e77;
}
.solucoes .construtor{
	background:#0b3936;
}	
.solucoes .construtor .desc_solucao{
	color:#fff;	
}
.solucoes .construtor .logo_solucao{
	margin-top:25px;
	margin-bottom:50px;	
	margin-left:68px;
}
.solucoes .construtor .bt_conheca{
	background:#1abc9c;
    color: #FFFFFF;
    margin-top: 5px;
    padding: 5px 8px;
    position: relative;
    top: 14px;	
	text-transform:uppercase;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;
}
.solucoes .construtor .bt_conheca:hover{
	background:#159a80;
}
.solucoes .sgw{
	background:#ecf0f1;
}
.solucoes .sgw .desc_solucao{
	color:#ea7611;	
}
.solucoes .sgw .logo_solucao{
	margin-top:85px;
	margin-bottom:75px;	
	margin-left:65px;
}
.solucoes .sgw .bt_conheca{
	background:#F0812D;
    color: #FFFFFF;
    margin-top: 5px;
    padding: 5px 8px;
    position: relative;
    top: 14px;	
	text-transform:uppercase;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;
}
.solucoes .sgw .bt_conheca:hover{
	background:#d35400;
}	
.solucoes .solucao:hover .info_solucao{
	margin-top:-204px;	
}
.novidades .container{
	width:1000px;
	height:auto;
	margin-top:44px;
	padding-bottom:25px;
	border-bottom:solid 1px #e5e5e5;		
}
.novidades .title{
	font-family: 'din_lightregular';
	font-size:26px;
	text-transform:uppercase;
	color:#fff;		
	width:400px;
	height:55px;
	line-height:55px;
	text-align:center;
	background:#7f8c8d;
	margin:0;	
}
.novidades .button-todos{
	font-family: 'din_lightregular';
	font-size:20px;
	text-transform:uppercase;
	color:#fff;		
	width:275px;
	height:55px;
	line-height:55px;
	text-align:center;
	background:#333333;
	margin:0 0 0 1px;			
	display:block;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;
}
.novidades .button-todos:hover,
.novidades .button-todos:focus{
	text-decoration:none;
	background:#7f8c8d;	
}
.novidades .container{
	width:1000px;
	height:auto;
	margin-top:44px;
	padding-bottom:55px;
	margin-bottom:35px;
	border-bottom:solid 1px #e5e5e5;	
}
.novidades .lista_novidades{
	width:1000px;
	height:auto;
	margin:25px 0 0;
}
.novidades .novidade{
	width:320px;
	height:390px;
	margin-right:20px;
	margin-left:0;
}
.novidades .novidade .blog_novidade{
	font-family: 'din_lightregular';
	font-size:12px;
	text-transform:uppercase;
	float:left;
	margin-top:8px;
	margin-left:15px;		
}
.novidades .novidade .sharing{
	float:right;	
	margin-bottom:1px;
}
.novidades .novidade .sharing .rede{
	float:left;	
	margin-right:1px;
	position:relative;
	top:35px;
}
.novidades .novidade .gplus{
	-webkit-transition:  all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition:  all 0.5s ease-out 0s;
	-ms-transition:  all 0.5s ease-out 0s;
	transition:  all 0.5s ease-out 0s;	
}
.novidades .novidade .twitter{
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.novidades .novidade .facebook{
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
.novidades .novidade .img{
	position:relative;
	clear:both;	
}
.novidades .novidade .hover{
	width:320px;
	height:152px;
	position:absolute;
	top:0;
	left:0;
	background:rgba(44, 62, 80, 0);
	overflow:hidden;
	z-index:1;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
.novidades .novidade .hover .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:150px;
	margin-left:-23px;
	z-index:10;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;
}	
.novidades .novidade-container:hover .hover .icon{
	margin-top:-23px;	
}
.novidades .novidade .title-trabalho{
	font-family: 'dinregular';
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	line-height:24px;
	color:#fff;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;		
}
.novidades .novidade .txt{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#fff;
	margin-top:12px;	
}
.novidades .novidade-container:hover .rede{
	top:0;	
}
.novidades .novidade:hover a{
	text-decoration:none;	
}
.novidades .desc_novidade{
    height: 155px;
    padding: 15px;
    width: 289px;	
}
.novidades .novidade .button-blog{
    color: #FFFFFF;
    float: right;
    font-family: 'din_lightregular';
    font-size: 12px;
    margin-right: 1px;
    margin-top: 1px;
    padding: 4px 8px 4px 30px;
    text-transform: uppercase;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;			
}
.novidades .alfamaweb .blog_novidade{
	color:#2e749d;	
}
.novidades .alfamaweb .desc_novidade{
	background:#2e749d;	
}
.novidades .alfamaweb .novidade-container:hover .title-trabalho{
	color:#263646;	
}
.novidades .alfamaweb .novidade-container:hover .hover{
	background:rgba(44, 62, 80, 0.65);		
}
.novidades .alfamaweb .button-blog{
	background:#77a5bf;	
}
.novidades .alfamaweb .button-blog:hover{
	background:#2e749d;	
}
.novidades .construtor .blog_novidade{
	color:#0b3936;	
}
.novidades .construtor .desc_novidade{
	background:#0b3936;	
}
.novidades .construtor .novidade-container:hover .title-trabalho{
	color:#1e9a92;	
}
.novidades .construtor .novidade-container:hover .hover{
	background:rgba(31, 161, 153, 0.65);	
}
.novidades .construtor .button-blog{
	background:#607e7c;	
}
.novidades .construtor .button-blog:hover{
	background:#0b3936;	
}
.novidades .alfamacursos .blog_novidade{
	color:#f0812d;	
}
.novidades .alfamacursos .desc_novidade{
	background:#f0812d;	
}
.novidades .alfamacursos .novidade-container:hover .title-trabalho{
	color:#8a4a1a;	
}
.novidades .alfamacursos .novidade-container:hover .hover{
	background:rgba(138, 74, 26, 0.65);	
}
.novidades .alfamacursos .button-blog{
	background:#efab6f;	
}
.novidades .alfamacursos .button-blog:hover{
	background:#f0812d;	
}
.novidades .last{
	margin-right:0;	
}
.likebox .container{
	width:1000px;
	height:auto;
}
footer{
	width:100%;
	height:205px;
	margin-top:60px;
	background:#7f8c8d;	
}
footer .enderecos_footer{
	width:100%;
	height:45px;
	background:#6f7d7e;	
}
footer .container,
footer .enderecos_footer .container{
	width:1000px;
	height:auto;	
}
footer .endereco{
	font-family: 'din_lightregular';
    font-size: 12px;
	color:#fff;
	width:490px;
	height:45px;
	margin:0;
}
footer .endereco address{
	line-height:45px;
	float:left;	
}
footer .btn-mapa{
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'din_lightregular';
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    margin-top: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 62px;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
footer .btn-mapa:hover,
footer .btn-mapa:focus{
	text-decoration:none;	
}
footer .aracaju{
	border-right:solid 1px #7f8c8d;	
	padding-right:2px;
}
footer .aracaju .btn-mapa{
	background:#ef7920;
}
footer .aracaju .btn-mapa:hover{
	background:#f39c12;
}
footer .recife .btn-mapa{
	background:#2980b9;
}
footer .recife{
	float:right;	
}
footer .recife .btn-mapa:hover{
	background:#3498db;
}
footer .logo_footer{
	margin: 45px 20px 0 0;
    width: 150px;	
}
footer .telefones{
	font-family: 'dinregular';
    font-size: 16px;
	color:#fff;
	margin-top:45px;
	margin-left:0;
}
footer .redes{
	float:right;
	width:235px;
	height:auto;
	margin:35px 0 0;	
}
footer .redes ul{
	margin:0;
	float:right;	
}
footer .redes li{
	list-style:none;
	padding:5px;
	margin-right:5px;
	float:left;	
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
footer .redes li:hover{
	background:red;	
}
footer .redes .last{
	margin-right:0;	
}
footer .redes .twitter:hover{
	background:#2aa9e0;	
}
footer .redes .gplus:hover{
	background:#ee3e2b;	
}
footer .redes .youtube:hover{
	background:#be202c;	
}
footer .redes .facebook:hover{
	background:#3b5998;	
}
footer .redes .linkedin:hover{
	background:#67afd3;	
}
footer .copyright{
	font-family: 'din_lightregular';
    font-size: 12px;
	color:#fff;
	text-transform:uppercase;
	clear: both;
    float: left;
    margin: 35px 0 0;	
}
footer .button-top{
	clear: both;
    float: right;
    margin: -22px 0 0;
    text-transform: uppercase;
}
footer .button-top a{
	color:#fff;	
	font-family: 'dinregular';
    font-size: 12px;
	float:right;
}
footer .button-top img{
	float: left;
    margin-right: 5px;
    margin-top: 4px;	
}
/*---- INTERNAS ----*/
/*---- LISTAGEM TRABALHOS ----*/
.img-destaque{
	width:100%;
	height:70px;
	overflow:hidden;
}
.title-page{
    margin-top: -5px;
    position: relative;	
}
.title-page .container{
	width:1000px;
	height:auto;
	margin-bottom:35px;
}
.title-page .breadcrumb{
	border-radius:0;
	font-family: 'din_lightregular';	
	position:absolute;
	top:0;
	width:970px;
}
.fixedTop{
	position:fixed !important;
	top:65px !important;
	z-index:10;	
}
.title-page .title{
	font-family: 'din_lightregular';
    font-size: 26px;
	color:#2e749d;
	text-transform:uppercase;	
}
.title-page  .desc{
	font-family: 'din_lightregular';
    font-size: 14px;
	color:#333333;	
	clear:both;
}
.lista_trabalhos .container{
	width:1000px;
	height:auto;
	border-bottom:none;
}
.lista_trabalhos .filtro_trabalhos{
	width:1000px;
	height:auto;
	margin:0;
	position:relative;
}
.lista_trabalhos .button-filtro{
	width:215px;
	height:40px;
	padding-left:20px;
	background:#ef7920;
	display:block;
	float:left;	
	line-height:38px;
	text-align:center;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.lista_trabalhos .button-filtro p{
	float:left;	
	font-family: 'din_lightregular';
    font-size: 16px;
	color:#fff;
	text-transform:uppercase;
	margin-top:1px;	
}
.lista_trabalhos .button-filtro:hover,
.lista_trabalhos .active{
	background:#d35400;	
}
.lista_trabalhos .filtros{
    height: 40px;
	float:left;
    width: auto;
    margin-left:1px;
	display:none;
}
.lista_trabalhos .filtro{
	width:auto;
	height:40px;
	padding:0 10px;
	line-height:40px;
	text-align:center;
	background:#F0812D;	
	font-family: 'din_lightregular';
    font-size: 14px;
	text-transform:uppercase;
	color:#fff;
	float:left;
	margin-right:1px;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.lista_trabalhos .filtro:hover,
.lista_trabalhos .filtro:focus{
	text-decoration:none;	
}
.lista_trabalhos .filtro:hover{
	background:#F39C12;
}
.header-trabalho .faixa_title{
	width:1000px;
	float:left;
	height:auto;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom:15px;
	background:#fff;
	margin-top:0;
	padding-top:15px;
}
.header-trabalho .title{
	float:left;
	margin-top:60px;	
}
.header-trabalho .arrows{
	width:87px;
	height:41px;
	float:right;
	margin-top:47px;
}
.header-trabalho .arrows .next,
.header-trabalho .arrows .prev{
	background:#95A5A6;
    display: block;
    float: right;
    padding: 10px 15px;	
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.header-trabalho .arrows .prev{
	float:left;
}
.header-trabalho .arrows .next:hover,
.header-trabalho .arrows .prev:hover{
	background:#7f8c8d;		
}
.barraFixa{
	position:fixed;
	top:65px;
	z-index:2;
}
.corretorTop{
	margin-top:180px;
}
.boxFixo{
	position:fixed;
	top:188px;	
}
.info_trabalho .container{
	width:1000px;
	height:auto;
	position:relative;
}
.corretorRight{
	float:right;
}
.info_trabalho{
	position:relative;	
}
.info_trabalho .desc_trabalho{
	width:320px;
	height:auto;
	margin:0;
	margin-right:20px;	
	position:absolute;
}


#portamento_container {position:absolute; left:0; top:0;} /* take the absolute positioning of the sidebar */
#portamento_container #desc_trabalho {float:none; position:absolute;}
#portamento_container #desc_trabalho.fixed {position:fixed; left:auto; top:auto;} /* become fixed position, but reset the top and right values */


.desc_trabalho .title_trabalho{
	font-family: 'din_lightregular';
    font-size: 18px;
	color:#16a085;
	text-transform:uppercase;
	margin:0;		
}
.desc_trabalho .tags_trabalho{
	float:left;	
	margin:0;
}
.desc_trabalho .tag{
	list-style:none;
	font-family: 'din_lightregular';
    font-size: 14px;
	color:#fff;
	background:#BDC3C7;
	float:left;
	margin-right:1px;
	padding:4px 6px;
}
.desc_trabalho .txt_trabalho{
	font-family: 'din_lightregular';
    font-size: 14px;
	color:#333333;
	clear: both;
    float: left;
    margin-top: 15px;
}
.desc_trabalho .button-site{
	background:#008D6C;
    clear: both;
    color: #FFFFFF;
    float: left;
    font-family: 'din_lightregular';
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s	
}
.desc_trabalho .button-site:hover{
	text-decoration:none;
	background:#1abc9c;		
}
.imagens_trabalho{
	float:right;	
}
.info_trabalho .imagens_trabalho{
	width:660px;
	height:auto;
	margin:0;
}
.imagens_trabalho .img_leitura{
	border-bottom:solid 1px #e5e5e5;
	margin-bottom:40px;
	padding-bottom:40px;
}
.info_trabalho .imagem{
	float:left;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom:50px;
	margin-bottom:50px;
}
.imagens_trabalho .button-topo{
	background:#008D6C;
    width:126px;
	clear: both;
    color: #FFFFFF;
	display:table;
	margin:0 auto 35px;
    font-family: 'din_lightregular';
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s	
}
.imagens_trabalho .button-topo:hover{
	text-decoration:none;
	background:#1abc9c;		
}
.imagens_trabalho .button-topo img{
	margin-right: 6px;
    margin-top: -4px;	
}
.info_alfama .container{
	width:1000px;
	height:auto;
}
.info_alfama .slider_alfama,
.info_alfama .imagens_slider{
	width:1000px;
	height:397px;
	margin:0;
	position:relative;
}
.info_alfama .slider_alfama #prev2{
	background:#fff;
    padding: 10px 10px 12px;
    position: absolute;
    top: 194px;
	left:0;
    z-index: 4;	
}
.info_alfama .slider_alfama #next2{
	background:#fff;
    padding: 10px 10px 12px;
    position: absolute;
    top: 194px;
	right:0;
    z-index: 4;	
}
.info_alfama .institucional{
	width:1000px;
	height:auto;
	margin:50px 0 0;
	border-bottom:solid 1px #f0f0f0;
	padding-bottom:40px;
	margin-bottom:40px;
}
.info_alfama .info{
	width:314px;
	height:auto;
	margin:0;
	margin-right:20px;	
	padding-right:9px
}
.info_alfama .last{
	margin-right:0;	
	padding-right:0;
}
.info_alfama .info .title{
	font-family: 'dinregular';
	font-size:20px;
	text-transform:uppercase;
	margin:0;	
}
.info_alfama .info .desc{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#333333	
}
.info_alfama .missao .title{
	color:#16a085;
}
.info_alfama .visao .title{
	color:#f0812d;
}
.info_alfama .valores .title{
	color:#c0392b;
}
.container_10_anos{
	margin-left:0;
}
.faixa_10_anos{
	width:1000px;
	height:auto;
}
.info_alfama .intro{
	font-family: 'din_lightregular';
	font-size:18px;
	color:#333333;
	text-align:center;
	margin:0;
	line-height:24px;	
	margin-bottom:50px;
}
.info_alfama .faixa_10anos{
	float:left;
	margin-bottom:1px;	
}
.info_alfama .faixa_info{
	width:1000px;
	height:64px;
	line-height:64px;	
	text-align:center;
	background:#EF7920;
	font-family: 'din_lightregular';
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	clear:both;
	margin-bottom:1px;
}
.info_alfama .faixa_info span{
	font-family: 'dinregular';	
}
.info_alfama .bt_projeto{
	width:490px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-family: 'din_lightregular';
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	background:#193E54;	
	display:block;
	margin:0 auto;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s	
}
.info_alfama .bt_projeto:hover{
	background:#3498db;
}
.info_alfama .bt_projeto:hover,
.info_alfama .bt_projeto:focus{
	text-decoration:none;	
}
.lista_solucoes .servicos{
	width:1000px;
	height:auto;
	margin:0;
}
.lista_solucoes .intro{
	font-family: 'din_lightregular';
	font-size:18px;
	color:#333333;
	text-align:center;
	margin:0;
	line-height:24px;	
	margin-bottom:50px;
	float:left;
}
.lista_solucoes .lista_servicos{
	width:320px;
	height:auto;
	margin:0;
	margin-right:20px;	
	margin-bottom:40px;
}
.lista_solucoes .servicos .last{
	margin-right:0;	
}
.lista_solucoes .servico{
	font-family: 'din_lightregular';
	font-size:14px;
	width:320px;
	height:90px;
	line-height:15px;
	text-align:center;
	color:#fff;
	background:#7f8c8d;
	margin-bottom:10px;
}
.lista_solucoes .p.titulo{
	line-height:10px;
}
.vagas_alfama .container{
	width:1000px;
	height:auto;
}
.vagas_alfama .img_equipe{
	width:1000px;
	height:393px;
	margin:0;
	position:relative;
	margin-bottom:35px;	
}
.vagas_alfama .img_equipe .legenda{
	font-family: 'din_lightregular';
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	background:#ef7920;
	padding:10px;
	position:absolute;
	bottom:0;
	right:0;	
}
.vagas_alfama .lista_vagas{
	width:1000px;
	height:auto;
	margin:0;
}
.vagas_alfama .lista_vagas .title{
	font-family: 'dinregular';
	font-size:20px;
	text-transform:uppercase;
	color:#778586;
}
.vagas_alfama .box_vaga{
	margin:0;
	margin-right:20px;
	width:235px;
	height:auto;
	margin-bottom:12px;
	position:relative;
}
.vagas_alfama .linha_vagas{
	float:left;	
}
.vagas_alfama .vaga{
	width:211px;
	height:205px;
	background:#16a085;
	margin:0;
	margin-right:20px;
	margin-top:10px;
	padding:5px 12px;
	position:relative;
	display:block;	
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s	
}
.vagas_alfama .vaga .title{
	font-family: 'dinregular';
	font-size:26px;
	text-transform:uppercase;
	color:#fff;	
	line-height:normal;
}
.vagas_alfama .vaga .desc{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#fff;	
}
.vagas_alfama .vaga .bt_vaga{
	padding:5px 8px;
	color:#4A4A4A; /*fff*/
	font-family: 'din_lightregular';
	text-transform:uppercase;
	position:absolute;
	bottom:15px;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s	
}
.vagas_alfama .vaga:hover,
.vagas_alfama .vaga:focus{
	text-decoration:none;
}
.vagas_alfama .vaga:hover,
.vagas_alfama .active{
	background:#1abc9c;
}
.vagas_alfama .bt_vaga{
	background: #F0F0F0; /*#0f6c5a*/	
}
.vagas_alfama .second .vaga{
	background:#ef7920;	
}
.vagas_alfama .second .vaga:hover,
.vagas_alfama .second .active{
	background:#f39c12;	
}
.vagas_alfama .second .bt_vaga{
	background: #F0F0F0; /*#b95e19*/	
}
.vagas_alfama .third .vaga{
	background:#bc2d1e;
}
.vagas_alfama .third .vaga:hover,
.vagas_alfama .third .active{
	background:#e74c3c;	
}
.vagas_alfama .third .bt_vaga{
	background: #F0F0F0; /*#852015*/	
}
.vagas_alfama .last .vaga{
	background:#2980b9;	
}
.vagas_alfama .last .vaga:hover,
.vagas_alfama .last .active{
	background:#3498db;	
}
.vagas_alfama .last .bt_vaga{
	background: #F0F0F0; /*#215370*/	
}
.vagas_alfama .last{
	margin-right:0 !important;
}
.vagas_alfama .form{
	background: #7F8C8D;
    height: 205px;
    clear:both;
	float:left;
	margin-top:1px;
    padding: 5px 12px;
    width: 211px;
	display:none;
	position:absolute;
	top:9px;
}
.vagas_alfama .form .intro{
	font-family: 'din_lightregular';
	font-size:18px;
	color:#fff;
	margin-bottom:12px;
}
.vagas_alfama .form .controls{
	margin:0;	
}
.vagas_alfama .form #inputNome,
.vagas_alfama .form #inputEmail,
.vagas_alfama .form #inputTel{
	font-family: 'din_lightregular';
	font-size:14px;
	border-radius:0;
	width:200px;
	height:25px;
	line-height:25px;
	padding:0 5px;
	margin-bottom:8px;		
}
.vagas_alfama .form .btn{
	font-family: 'din_lightregular';
	color:#fff;
	text-transform:uppercase;
	border-radius:0;
	border:none;
	background:#16a085;
	text-shadow:none;
	margin-top:0;
	float:left;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}
.vagas_alfama .form .btn:hover{
	background:#1abc9c;			
}
.vagas_alfama .second .btn{
	background:#EF7920;	
}
.vagas_alfama .second .btn:hover{
	background:#F39C12;	
}	
.vagas_alfama .third .btn{
	background:#BC2D1E;	
}
.vagas_alfama .third .btn:hover{
	background:#E74C3C;	
}
.vagas_alfama .last .btn{
	background:#2980b9;	
}
.vagas_alfama .last .btn:hover{
	background:#3498db;	
}	
.vagas_alfama .form .btn-fechar{
	float: left;
    margin-left: 8px;
    margin-top: 4px;
	font-family: 'din_lightregular';
	font-size:14px;	
}
.vagas_alfama .form .btn-fechar a{
	margin-left:6px;	
	font-family: 'dinregular';
	font-size:14px;
	color:#fff;	
}
.vagas_alfama .lista_vantagens{
	width:1000px;
	height:auto;
	margin:0;
	margin-bottom:25px;
}
.vagas_alfama .lista_vantagens .title{
	font-family: 'dinregular';
	font-size:20px;
	text-transform:uppercase;
	color:#778586;
}
.vagas_alfama .vantagem{
	margin:0;
	margin-right:20px;
	width:320px;
	height:auto;
	margin-bottom:12px;
}
.vagas_alfama .vantagem .title{
	font-family: 'dinregular';
	font-size:18px;
	text-transform:uppercase;
	color:#778586;		
}
.vagas_alfama .vantagem .desc{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#333333;	
}
.vagas_alfama .lista_vantagens .last{
	margin-right:0;	
}
.vagas_alfama .trabalhe .title{
	color:#079a7d;	
}
.vagas_alfama .dia-dia .title{
	color:#ef7920;	
}
.vagas_alfama .voce .title{
	color:#bc2d1e;	
}
.lista_solucoes .container{
	width:1000px;
	height:auto;
}
.lista_solucoes .solucao_box{
	width:320px;
	height:auto;
	margin:0;
	margin-right:20px;	
}
.lista_solucoes .last{
	margin-right:0;
}
.lista_solucoes .title{
	color: #778586;
    font-family: 'dinregular';
    font-size: 18px;
    text-transform: uppercase;
}
.lista_solucoes .desc{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#333333;
	border-bottom:solid 1px #e5e5e5;
	margin-bottom:30px;
	padding-bottom:22px;
}
.lista_solucoes .button-solucao{
	width:320px;
	height:50px;
	text-align:center;
	font-family: 'din_lightregular';
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	line-height:50px;
	display:block;
	clear:both;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}

.lista_solucoes .button-solucao-pequeno{
	width:104px;
	height:50px;
	text-align:center;
	font-family: 'din_lightregular';
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	line-height:50px;
	display:inline-block;
	clear:both;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}

.lista_solucoes .button-oraculo-grande{
	width:320px;
	height:24px;
	text-align:center;
	margin-bottom: 3px;
	font-family: 'din_lightregular';
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	line-height:23px;
	display:block;
	clear:both;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}

.lista_solucoes .button-oraculo-pequeno{
	width:104px;
	height:24px;
	text-align:center;
	font-family: 'din_lightregular';
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	line-height:23px;
	display:inline-block;
	clear:both;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}

.lista_solucoes .button-construtor-pequeno{
	width:104px;
	height:24px;
	text-align:center;
	margin-bottom:3px;
	font-family: 'din_lightregular';
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	line-height:23px;
	display:inline-block;
	clear:both;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}

.font-11{
	font-size:11px !important;
}

.lista_solucoes .button-solucao-medio{
	width:158px;
	height:50px;
	text-align:center;
	font-family: 'din_lightregular';
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	line-height:50px;
	display:inline-block;
	clear:both;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}
.lista_solucoes .oraculo .title,
.lista_solucoes .oraculo .title_prints{
	color:#5a91c9;
}
.lista_solucoes .oraculo .imagem:hover{
	border:solid 1px #5a91c9;	
}
.lista_solucoes .oraculo .button-solucao{
	background:#5a91c9;
}
.lista_solucoes .oraculo .button-solucao:hover,
.lista_solucoes .oraculo .button-solucao:focus{
	background:#4f80b1;	
	text-decoration:none;
}

.lista_solucoes .oraculo .button-solucao-pequeno{
	background:#5a91c9;
}
.lista_solucoes .oraculo .button-solucao-pequeno:hover,
.lista_solucoes .oraculo .button-solucao-pequeno:focus{
	background:#4f80b1;	
	text-decoration:none;
}

.lista_solucoes .oraculo .button-solucao-medio{
	background:#5a91c9;
}
.lista_solucoes .oraculo .button-solucao-medio:hover,
.lista_solucoes .oraculo .button-solucao-medio:focus{
	background:#4f80b1;	
	text-decoration:none;
}

.lista_solucoes .oraculo .button-oraculo-pequeno{
	background:#5a91c9;
}
.lista_solucoes .oraculo .button-oraculo-pequeno:hover,
.lista_solucoes .oraculo .button-oraculo-pequeno:focus{
	background:#4f80b1;	
	text-decoration:none;
}

.lista_solucoes .oraculo .button-oraculo-grande{
	background:#5a91c9;
}
.lista_solucoes .oraculo .button-oraculo-grande:hover,
.lista_solucoes .oraculo .button-oraculo-grande:focus{
	background:#4f80b1;	
	text-decoration:none;
}

.lista_solucoes .construtor .title,
.lista_solucoes .construtor .title_prints{
	color:#0b3936;
}
.lista_solucoes .construtor .imagem:hover{
	border:solid 1px #0b3936;	
}
.lista_solucoes .construtor .button-solucao{
	background:#0b3936;
}
.lista_solucoes .construtor .button-solucao:hover,
.lista_solucoes .construtor .button-solucao:focus{
	background:#1e9a92;	
	text-decoration:none;
}

.lista_solucoes .construtor .button-solucao-pequeno{
	background:#0b3936;
}
.lista_solucoes .construtor .button-solucao-pequeno:hover,
.lista_solucoes .construtor .button-solucao-pequeno:focus{
	background:#1e9a92;	
	text-decoration:none;
}

.lista_solucoes .construtor .button-solucao-medio{
	background:#0b3936;
}
.lista_solucoes .construtor .button-solucao-medio:hover,
.lista_solucoes .construtor .button-solucao-medio:focus{
	background:#1e9a92;	
	text-decoration:none;
}

.lista_solucoes .construtor .button-construtor-pequeno{
	background:#0b3936;
}
.lista_solucoes .construtor .button-construtor-pequeno:hover,
.lista_solucoes .construtor .button-construtor-pequeno:focus{
	background:#1e9a92;	
	text-decoration:none;
}

.lista_solucoes .sgw .desc{
	padding-bottom:13px;
}
.lista_solucoes .sgw .title,
.lista_solucoes .sgw .title_prints{
	color:#ec7817;
}
.lista_solucoes .sgw .imagem:hover{
	border:solid 1px #ec7817;	
}
.lista_solucoes .sgw .button-solucao{
	background:#ec7817;
}
.lista_solucoes .sgw .button-solucao:hover,
.lista_solucoes .sgw .button-solucao:focus{
	text-decoration:none;
}

.lista_solucoes .sgw .button-solucao-pequeno{
	background:#ec7817;
}
.lista_solucoes .sgw .button-solucao-pequeno:hover,
.lista_solucoes .sgw .button-solucao-pequeno:focus{
	text-decoration:none;
}

.lista_solucoes .sgw .button-solucao-medio{
	background:#ec7817;
}
.lista_solucoes .sgw .button-solucao-medio:hover,
.lista_solucoes .sgw .button-solucao-medio:focus{
	text-decoration:none;
}

.lista_solucoes .sgw-demo .desc{
	padding-bottom:13px;
}
.lista_solucoes .sgw-demo  .title,
.lista_solucoes .sgw-demo  .title_prints{
	color:rgb(3, 52, 82);
}
.lista_solucoes .sgw-demo  .imagem:hover{
	border:solid 1px rgb(3, 52, 82);	
}
.lista_solucoes .sgw-demo  .button-solucao{
	background:rgb(3, 52, 82);
}
.lista_solucoes .sgw-demo  .button-solucao:hover,
.lista_solucoes .sgw-demo  .button-solucao:focus{
	background:rgb(55, 102, 131);
	text-decoration:none;
}

.lista_solucoes .sgw-demo  .button-solucao-pequeno{
	background:rgb(3, 52, 82);
}
.lista_solucoes .sgw-demo  .button-solucao-pequeno:hover,
.lista_solucoes .sgw-demo  .button-solucao-pequeno:focus{
	background:rgb(55, 102, 131);
	text-decoration:none;
}

.lista_solucoes .sgw-demo  .button-solucao-medio{
	background:rgb(3, 52, 82);
}
.lista_solucoes .sgw-demo  .button-solucao-medio:hover,
.lista_solucoes .sgw-demo  .button-solucao-medio:focus{
	background:rgb(55, 102, 131);
	text-decoration:none;
}

.lista_solucoes .imobiliaria .desc{
	padding-bottom:13px;
}
.lista_solucoes .imobiliaria .title,
.lista_solucoes .imobiliaria .title_prints{
	color:rgb(32, 95, 101);
}
.lista_solucoes .imobiliaria .imagem:hover{
	border:solid 1px rgb(13, 181, 144);	
}
.lista_solucoes .imobiliaria .button-solucao{
	background:rgb(32, 95, 101);
}
.lista_solucoes .imobiliaria .button-solucao:hover,
.lista_solucoes .imobiliaria .button-solucao:focus{
	background:rgb(13, 181, 144);	
	text-decoration:none;
}

.lista_solucoes .imobiliaria .button-solucao-pequeno{
	background:rgb(32, 95, 101);
}
.lista_solucoes .imobiliaria .button-solucao-pequeno:hover,
.lista_solucoes .imobiliaria .button-solucao-pequeno:focus{
	background:rgb(13, 181, 144);	
	text-decoration:none;
}

.lista_solucoes .imobiliaria .button-solucao-medio{
	background:rgb(32, 95, 101);
}
.lista_solucoes .imobiliaria .button-solucao-medio:hover,
.lista_solucoes .imobiliaria .button-solucao-medio:focus{
	background:rgb(13, 181, 144);	
	text-decoration:none;
}

.lista_solucoes .atende .desc{
	padding-bottom:13px;
}
.lista_solucoes .atende .title,
.lista_solucoes .atende .title_prints{
	color:rgb(107, 163, 177);
}
.lista_solucoes .atende .imagem:hover{
	border:solid 1px rgb(210, 226, 230);	
}
.lista_solucoes .atende .button-solucao{
	background:rgb(107, 163, 177);
}
.lista_solucoes .atende .button-solucao:hover,
.lista_solucoes .atende .button-solucao:focus{
	background:rgbrgb(210, 226, 230);	
	text-decoration:none;
}

.lista_solucoes .atende .button-solucao-pequeno{
	background:rgb(107, 163, 177);
}
.lista_solucoes .atende .button-solucao-pequeno:hover,
.lista_solucoes .atende .button-solucao-pequeno:focus{
	background:rgb(210, 226, 230);	
	text-decoration:none;
}

.lista_solucoes .atende .button-solucao-medio{
	background:rgb(107, 163, 177);
}
.lista_solucoes .atende .button-solucao-medio:hover,
.lista_solucoes .atende .button-solucao-medio:focus{
	background:rgb(210, 226, 230);	
	text-decoration:none;
}

.lista_solucoes .sms .desc{
	padding-bottom:13px;
}
.lista_solucoes .sms .title,
.lista_solucoes .sms .title_prints{
	color:rgb(14, 107, 192);
}
.lista_solucoes .sms .imagem:hover{
	border:solid 1px rgb(14, 107, 192);	
}
.lista_solucoes .sms .button-solucao{
	background:rgb(14, 107, 192);
}
.lista_solucoes .sms .button-solucao:hover,
.lista_solucoes .sms .button-solucao:focus{
	background:rgb(35, 141, 235);	
	text-decoration:none;
}

.lista_solucoes .sms .button-solucao-pequeno{
	background:rgb(14, 107, 192);
}
.lista_solucoes .sms .button-solucao-pequeno:hover,
.lista_solucoes .sms .button-solucao-pequeno:focus{
	background:rgb(35, 141, 235);	
	text-decoration:none;
}

.lista_solucoes .sms .button-solucao-medio{
	background:rgb(14, 107, 192);
}
.lista_solucoes .sms .button-solucao-medio:hover,
.lista_solucoes .sms .button-solucao-medio:focus{
	background:rgb(35, 141, 235);	
	text-decoration:none;
}

.lista_solucoes .pontos .desc{
	padding-bottom:13px;
}
.lista_solucoes .pontos .title,
.lista_solucoes .pontos .title_prints{
	color:rgb(28, 91, 58);
}
.lista_solucoes .pontos .imagem:hover{
	border:solid 1px rgb(28, 91, 58);	
}
.lista_solucoes .pontos .button-solucao{
	background:rgb(28, 91, 58);
}
.lista_solucoes .pontos .button-solucao:hover,
.lista_solucoes .pontos .button-solucao:focus{
	background:rgb(39, 127, 68);	
	text-decoration:none;
}

.lista_solucoes .pontos .button-solucao-pequeno{
	background:rgb(28, 91, 58);
}
.lista_solucoes .pontos .button-solucao-pequeno:hover,
.lista_solucoes .pontos .button-solucao-pequeno:focus{
	background:rgb(39, 127, 68);	
	text-decoration:none;
}

.lista_solucoes .pontos .button-solucao-medio{
	background:rgb(28, 91, 58);
}
.lista_solucoes .pontos .button-solucao-medio:hover,
.lista_solucoes .pontos .button-solucao-medio:focus{
	background:rgb(39, 127, 68);	
	text-decoration:none;
}

.lista_solucoes .boleto .desc{
	padding-bottom:13px;
}
.lista_solucoes .boleto .title,
.lista_solucoes .boleto .title_prints{
	color:rgb(28, 91, 58);
}
.lista_solucoes .boleto .imagem:hover{
	border:solid 1px rgb(28, 91, 58);	
}
.lista_solucoes .boleto .button-solucao{
	background:rgb(28, 91, 58);
}
.lista_solucoes .boleto .button-solucao:hover,
.lista_solucoes .boleto .button-solucao:focus{
	background:rgb(39, 127, 68);	
	text-decoration:none;
}

.lista_solucoes .boleto .button-solucao-pequeno{
	background:rgb(28, 91, 58);
}
.lista_solucoes .boleto .button-solucao-pequeno:hover,
.lista_solucoes .boleto .button-solucao-pequeno:focus{
	background:rgb(39, 127, 68);	
	text-decoration:none;
}

.lista_solucoes .boleto .button-solucao-medio{
	background:rgb(28, 91, 58);
}
.lista_solucoes .boleto .button-solucao-medio:hover,
.lista_solucoes .boleto .button-solucao-medio:focus{
	background:rgb(39, 127, 68);	
	text-decoration:none;
}

.lista_solucoes .recrutamento .desc{
	padding-bottom:13px;
}
.lista_solucoes .recrutamento  .title,
.lista_solucoes .recrutamento  .title_prints{
	color:rgb(239, 149, 15);
}
.lista_solucoes .recrutamento .imagem:hover{
	border:solid 1px rgb(239, 149, 15);	
}
.lista_solucoes .recrutamento  .button-solucao{
	background:rgb(239, 149, 15);
}
.lista_solucoes .recrutamento  .button-solucao:hover,
.lista_solucoes .recrutamento  .button-solucao:focus{
	background:rgb(251, 176, 64);
	text-decoration:none;
}

.lista_solucoes .recrutamento  .button-solucao-pequeno{
	background:rgb(239, 149, 15);
}
.lista_solucoes .recrutamento  .button-solucao-pequeno:hover,
.lista_solucoes .recrutamento  .button-solucao-pequeno:focus{
	background:rgb(251, 176, 64);
	text-decoration:none;
}

.lista_solucoes .recrutamento  .button-solucao-medio{
	background:rgb(239, 149, 15);
}
.lista_solucoes .recrutamento  .button-solucao-medio:hover,
.lista_solucoes .recrutamento  .button-solucao-medio:focus{
	background:rgb(251, 176, 64);
	text-decoration:none;
}

.lista_solucoes .eventos .desc{
	padding-bottom:13px;
}
.lista_solucoes .eventos  .title,
.lista_solucoes .eventos  .title_prints{
	color:rgb(3, 52, 82);
}
.lista_solucoes .eventos  .imagem:hover{
	border:solid 1px rgb(3, 52, 82);	
}
.lista_solucoes .eventos .button-solucao{
	background:rgb(3, 52, 82);
}
.lista_solucoes .eventos  .button-solucao:hover,
.lista_solucoes .eventos  .button-solucao:focus{
	background:rgb(55, 102, 131);
	text-decoration:none;
}

.lista_solucoes .eventos  .button-solucao-pequeno{
	background:rgb(3, 52, 82);
}
.lista_solucoes .eventos  .button-solucao-pequeno:hover,
.lista_solucoes .eventos  .button-solucao-pequeno:focus{
	background:rgb(55, 102, 131);
	text-decoration:none;
}

.lista_solucoes .eventos  .button-solucao-medio{
	background:rgb(3, 52, 82);
}
.lista_solucoes .eventos  .button-solucao-medio:hover,
.lista_solucoes .eventos  .button-solucao-medio:focus{
	background:rgb(55, 102, 131);
	text-decoration:none;
}

.lista_solucoes .ads  .title,
.lista_solucoes .ads  .title_prints{
	color:rgb(3, 52, 82);
}
.lista_solucoes .ads  .imagem:hover{
	border:solid 1px rgb(3, 52, 82);	
}
.lista_solucoes .ads .button-solucao{
	background:rgb(3, 52, 82);
}
.lista_solucoes .ads  .button-solucao:hover,
.lista_solucoes .ads  .button-solucao:focus{
	background:rgb(55, 102, 131);
	text-decoration:none;
}

.lista_solucoes .ads  .button-solucao-pequeno{
	background:rgb(3, 52, 82);
}
.lista_solucoes .ads  .button-solucao-pequeno:hover,
.lista_solucoes .ads  .button-solucao-pequeno:focus{
	background:rgb(55, 102, 131);
	text-decoration:none;
}

.lista_solucoes .ads  .button-solucao-medio{
	background:rgb(3, 52, 82);
}
.lista_solucoes .ads  .button-solucao-medio:hover,
.lista_solucoes .ads  .button-solucao-medio:focus{
	background:rgb(55, 102, 131);
	text-decoration:none;
}

.btn-depoimentos{
	font-family: 'din_lightregular';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	background: #95A5A6;
	display: block;
	float: left;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	margin-top: 66px;
	margin-left: 12px;
	cursor:pointer;	
}
.btn-depoimentos:hover{
	background: #7F8C8D;
	text-decoration:none;
	color:#fff;		
}
.lista_clientes_full .container{
	width:1000px;
	height:auto;
}
.lista_clientes_full .lista_clientes{
	width:1000px;
	height:auto;
	margin:0;	
}
.lista_clientes_full .linha_clientes{
	float:left;
	margin-bottom:0px;	
	min-height:145px;
}
.lista_clientes_line{
	border-bottom:solid 1px #e3e3e3;
	padding-bottom:65px;	
}
.lista_clientes_full .cliente{
	width:146px;
	height:auto;
	margin:0 20px 0 0;
/*	opacity: 0.8;
  	filter: alpha(opacity = 80);*/
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.lista_clientes_full .cliente:hover{
/*	opacity: 1;
  	filter: alpha(opacity = 100);*/
}
.lista_clientes_full .cliente a{
	cursor:default;	
}
.lista_clientes_full .cliente img{
	width:85%;
	display:block;
	margin:0 auto;	
	/* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");  Firefox 10+, Firefox on Android */
	/* filter: gray;  IE6-9 */
	/* -webkit-filter: grayscale(100%);  Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.lista_clientes_full .cliente img:hover{
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
	/*-webkit-filter: grayscale(0%);	*/
}
.lista_clientes_full .depoimentos{
	width:1000px;
	height:auto;
	clear:both;
	float:left;
	margin-top:30px;
}
.lista_clientes_full .depoimentos .intro{
	font-family: 'din_lightregular';
	font-size:18px;
	color:#333333;
	text-align:center;
	margin:0;
	line-height:24px;	
	margin-bottom:50px;	
}	
.lista_clientes_full .depoimentos .video{
	margin:0 auto;
	height:398px;	
}
.lista_clientes_full .carousel_depoimento{
	position:relative;
	float:left;
	margin-bottom:65px;
}
.lista_clientes_full .carousel_depoimento #next2,
.lista_clientes_full .carousel_depoimento #prev2{
	background:#95A5A6;
    display: block;
    padding: 20px 25px;
	top:160px;	
	position:absolute;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.lista_clientes_full .carousel_depoimento #prev2{
	left:85px;	
	float:left;
}
.lista_clientes_full .carousel_depoimento #next2{
	right:85px;
	float:right;	
}
.lista_clientes_full .carousel_depoimento #next2:hover,
.lista_clientes_full .carousel_depoimento #prev2:hover{
	background:#7f8c8d;		
}
.lista_clientes_full .thumbs_depoimentos{
    float: left;
    height: auto;
    margin: 0 170px;
    width: 660px;
}
.lista_clientes_full .thumbs_depoimentos .thumb{
	width:144px;
	height:auto;
	padding:3px;
	margin:0;
	margin-right:20px;
	background:#778586;	
	margin-top:20px;
	cursor:pointer;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.lista_clientes_full .thumbs_depoimentos .last{
	margin-right:0;	
}
.lista_clientes_full .thumbs_depoimentos .title_depoimento{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#fff;
	margin:0 0 0 2px;	
}
.lista_clientes_full .thumbs_depoimentos .info_title{
	font-family: 'din_lightregular';
	font-size:12px;
	color:#fff;
	float:left;
	margin:-12px 0 0 2px;		
}
.lista_clientes_full .thumbs_depoimentos .thumb:hover,
.lista_clientes_full .thumbs_depoimentos .activeSlide{
	background:#c20000;	
}
.contato .container{
	width:1000px;
	height:auto;
}
.contato .container .mapas{
	width:1000px;
	height:350px;
	position:relative;
	margin:0;
	margin-bottom:50px;
	display:none;
}
.contato .container .info_mapa{
	font-family: 'din_lightregular';
	font-size:16px;
	color:#fff;	
	text-transform:uppercase;
	position:absolute;
	right:42px;
	bottom:0;
	width:150px;
	text-align:center;
	height:40px;
	line-height:40px;
}
.contato .container .mapa_close{
	font-family: 'din_lightregular';
	font-size:16px;
	color:#fff;	
	text-transform:uppercase;
	padding:10px 16px;
	position:absolute;
	right:0;
	bottom:0;
	background:#95A5A6;
	cursor:pointer;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;	
}
.contato .container .mapa_close:hover{
	background:#7F8C8D;	
}
.contato .label_laranja {
	background:#ef7920;	
}
.contato .label_azul {
	background:#136291;	
}
.hidden{
	display:none;	
}
.contato .info_endereco{
	width:490px;
	height:auto;
	margin:0;
	margin-right:20px;
}
.contato .endereco{
	width:235px;
	height:auto;
	margin:0;
	margin-right:20px;	
}
.contato .recife{
	margin-right:0;
}
.contato .title_endereco{
	font-family: 'dinregular';
	font-size:20px;
	text-transform:uppercase;	
	margin:0;	
}
.contato .txt_endereco,
.contato .fone,
.contato .fax,
.contato .email,
.contato .email a{
	font-family: 'din_lightregular';
	font-size:14px;
	color:#333333;		
}
.contato .fone span,
.contato .fax span,
.contato .email span{
	font-family: 'dinregular';
	font-size:15px;
}
.contato .bt_mapa{
	font-family: 'din_lightregular';
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	padding:6px 10px;
	float:left;
	margin-top:10px;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;		
}
.contato .bt_mapa:hover,
.contato .bt_mapa:focus{
	text-decoration:none;	
}
.contato .aracaju .title_endereco{
	color:#ef7920;
}	
.contato .aracaju .fone span{
	color:#16a085;	
}
.contato .aracaju .fax span{
	color:#f0812d;	
}
.contato .aracaju .email span{
	color:#c0392b;	
}
.contato .aracaju .bt_mapa{
	background:#EF7920;	
}
.contato .aracaju .bt_mapa:hover{
	background:#F39C12;	
}
.contato .recife .title_endereco{
	color:#136291;
}	
.contato .recife .fone span{
	color:#16a085;	
}
.contato .recife .email span{
	color:#136291;	
}
.contato .recife .bt_mapa{
	background:#2980B9;	
}
.contato .recife .bt_mapa:hover{
	background:#3498DB;	
}
.contato .tel_central{
	width:490px;
	height:60px;
	line-height:54px;
	text-align:center;
	background:#778586;
	font-family: 'din_lightregular';
	font-size:22px;
	color:#fff;
	margin:0;
	margin-top:30px;
}
.contato .tel_central span{
	font-family: 'dinregular';
	font-size:30px;
	margin-left:20px;
	position:relative;
	top:3px;	
}
.contato .form_contato{
	width:490px;
	height:auto;
	margin:0;
}
.contato .form_contato .title_form{
	font-family: 'dinregular';
	font-size:20px;
	text-transform:uppercase;	
	margin:0;
	color:#778586;	
}
.contato .form_contato .form-horizontal{
	margin:0;
	margin-top:12px;	
}
.contato .form_contato .controls{
	margin-left:0;	
}
.contato .form_contato #inputNome,
.contato .form_contato #inputEmail,
.contato .form_contato #inputTel,
.contato .form_contato #textareaMensagem,
.contato .form_contato #security_code{
	width:320px;
	height:35px;
	line-height:35px;
	background:#fff;
	border:solid 1px #7f8c8d;
	font-family: 'din_lightregular';
	font-size:16px;
	border-radius:0;
	margin-top:-5px;
}
.contato .form_contato #security_code{
	width:212px;	
}
.contato .form_contato #textareaMensagem{
	width:475px;
	height:140px;	
}
.contato .form_contato .img_captcha{
	float: left;
    margin-right: 13px;
    margin-top: -5px;	
}
.contato .form_contato #inputCaptcha{
	width:150px;
	height:35px;
	line-height:35px;
	background:#fff;
	border:solid 1px #7f8c8d;
	font-family: 'din_lightregular';
	font-size:16px;
	border-radius:0;
	margin-top:-8px;
}
.contato .form_contato .btn{
	width:130px;
	height:40px;
	text-align:center;
	font-family: 'dinregular';
	font-size:20px;
	color:#fff;
	background:#2c3e50;
	text-transform:uppercase;
	border-radius:0;
	border:none;
	text-shadow:none;
	float:left;
	margin-right:22px;
	-webkit-transition:  all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition:  all 0.35s ease-out 0s;
	-ms-transition:  all 0.35s ease-out 0s;
	transition:  all 0.35s ease-out 0s;
}
.contato .form_contato .btn:hover{
	background:#2e749d;	
}




#header_anchor .container .txt_intro{
	color: #FFFFFF;
    float: left;
    font-family: 'dinregular';
    font-size: 50px;
    line-height: 10px;
    margin-top: 130px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#header_anchor .container .txt_intro p{
	background: rgba(0, 0, 0, 0.25);
	padding:20px 10px 24px;
	margin-bottom:0;
	float:left;
	clear:both;	
}
#header_anchor .container .txt_intro span{
	color:#F39C12;	
}
.redes{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-left: 0;	
}
.redes li{
	float:left;
	margin-right:10px;	
}
.novidades{
	display:none;	
}
.likebox .container{
	margin-top:35px;	
}
.orange{
	border-top: 5px solid #EF7920;
	color:#EF7920;	
}
.green{
	border-top: 5px solid #16A085;
	color:#16A085;
}
.red{
	border-top: 5px solid #e74c3c;
	color:#e74c3c;	
}
.blue{
	border-top: 5px solid #2980B9;
	color:#2980B9;	
}
.purple{
	border-top: 5px solid #9b59b6;
	color:#9b59b6;	
}
.dark{
	border-top: 5px solid #bdc3c7;
	color:#bdc3c7;	
}
.menu-orange:hover{
	color:#EF7920 !important;	
}
.menu-green:hover{
	color:#16A085 !important;
}
.menu-red:hover{
	color:#e74c3c !important;	
}
.menu-blue:hover{
	color:#2980B9 !important;	
}
.menu-purple:hover{
	color:#9b59b6 !important;	
}
.menu-dark:hover{
	color:#bdc3c7 !important;	
}
.sucesso{
	background:#0AA43D;
    margin-left: 0;
    padding: 20px;
    text-align: center;	
	font-family: 'din_lightregular';
	font-size:16px;
	color:#fff;
	margin-bottom:35px;
	position:relative;
}
.sucesso .closeSend{
	padding: 0px 5px;
	background: #07732b;
	position: absolute;
	right: 18px;
	top: 20px;
	cursor: pointer;
}