@font-face {
	font-family:"Ubuntu";
	src: url("../fonts/Ubuntu-Regular.eot?") format("eot"),
		url("../fonts/Ubuntu-Regular.woff") format("woff"),
		url("../fonts/Ubuntu-Regular.ttf") format("truetype"),
		url("../fonts/Ubuntu-Regular.svg#Ubuntu") format("svg");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:"Ubuntu";
	src: url("../fonts/Ubuntu-Bold.eot?") format("eot"),
		url("../fonts/Ubuntu-Bold.woff") format("woff"),
		url("../fonts/Ubuntu-Bold.ttf") format("truetype"),
		url("../fonts/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
	font-weight:700;
	font-style:normal;
}

@font-face {
	font-family:"Ubuntu";
	src: url("../fonts/Ubuntu-Medium.eot?") format("eot"),
		url("../fonts/Ubuntu-Medium.woff") format("woff"),
		url("../fonts/Ubuntu-Medium.ttf") format("truetype"),
		url("../fonts/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
	font-weight:500;
	font-style:normal;
}

@font-face {
	font-family:"Ubuntu";
	src: url("../fonts/Ubuntu-Light.eot?") format("eot"),
		url("../fonts/Ubuntu-Light.woff") format("woff"),
		url("../fonts/Ubuntu-Light.ttf") format("truetype"),
		url("../fonts/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
	font-weight:300;
	font-style:normal;
}

*{
   margin: 0;
   border: 0; 
   padding: 0;
   outline: none;
   list-style: none;
}

*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, img {
   display: block;
}

hr {
	visibility: hidden;
	height: 0;
	padding: 0;
	width: 95%;
	clear: both;
}

#container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.wrapper{
   width: 970px;
   margin: 0 auto;
   position: relative;
   clear: both;
}

.wrapper:after {
   visibility: hidden;
   display: block;
   content: "";
   clear: both;
   height: 0;
}

#top {
	width: 100%;
	height: 91px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	z-index: 99999;
	box-shadow: 0 2px 5px #888888;
}

#header, #contato {
	float: left;
}

#header {
	width: 686px;
}

#header h1 {
	margin: 0 10px 0 0;
	padding: 0;
	width: 190px;
	float: left;
}

#header ul, #header li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header li {
	float: left;
	text-align: center;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
}

#header li a {
	display: block;
	text-decoration: none;
	color: #c1c1c1;
	padding: 0 12px;
	line-height: 91px;
	-webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
}

#header li a:active, #header li a:hover {
	color: #ca3db7;
}

#top-menu {
	display: inline-block;
	height: 91px;
}

#contato {
	width: 284px;
	border-left: 1px solid #e7e7e7;
}

#telefone, #social {
	float: left;
	line-height: 91px;
	height: 91px;
	display: inline-block;
}

#telefone {
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #f3732b;
	padding: 0 20px;
}

#social a {
	text-decoration: none;
}

#social img {
	border: none;
	margin: 25px auto;
	float: left
}

#slider{
	width: 100%;
	height: 570px;
	position: absolute;
	z-index: 1;
}

#slider.fixed{
	position: fixed;
}

#slideshow {
	width: 100%;
	height: 570px;
	overflow: hidden;
	margin-top: 91px;
	font-family: 'Ubuntu', sans-serif;
}

#slideshow li {
	width: 100%!important;
	height: 570px;
}

#slideshow h2{
	font-size: 33px;
	font-weight: 400;
	color: #000;
	line-height: 0.8em;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

#slideshow h2 b{
	font-weight: 700;
}

#slideshow span.recent{
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	line-height: 2.8em;
	text-transform: lowercase;
}

#slideshow .description{	
	background: black;
	padding: 12px 15px;
	display: inline-block;
	margin: 0 0 15px 0;
}

#slideshow .description p{
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin: 0;
}

#slideshow .button{
	background: url(../images/button.png);
	width: 135px;
	height: 61px;
	text-align: center;
}

#slideshow .button a{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 3.5em;
	text-decoration: none;
	text-shadow: 2px 2px 0px rgba(233, 164, 0, 1);
	-webkit-text-shadow: 2px 2px 0px rgba(233, 164, 0, 1);
	-moz-text-shadow: 2px 2px 0px rgba(233, 164, 0, 1);
	display: block;
}

#pager { z-index: 50; position: absolute; bottom: 8px; width: 100%; text-align: center;}
#pager a { 
	margin: 0 8px; 
	background: #fff; 
	text-decoration: none; 
	display: inline-block;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	outline: 0;
	background: url("../images/bullet.png") no-repeat -16px 0px;
}
#pager a.activeSlide { background: url("../images/bullet.png") no-repeat 0px 0px; }
#pager a:focus { outline: none; }

/* SERVIÇOS */

#decole {
	background: #f6f6f6;
	padding: 34px 0;
	text-align: center;
	margin: 661px 0 0 0;
	position: relative;
	z-index: 999;
	-webkit-transform: translate3d(0,0,0);
}

#decole h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: #f3732b;
	line-height: 0.9em;
	margin: 0 0 26px 0;
}

#decole p {
	color: #9e9e9e;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

#decole ul {
	margin: 0 auto;
	list-style-type: none;
	display: block;
	padding: 20px 0 0 0;
	overflow: hidden;
}

#decole li {
	float: left;
	width: 33.33%;
}

#decole li p {
	color: #9e9e9e;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
	line-height: 1.2em;
}

#decole li img{
	width: 171px;
	margin: 0 auto;
	-webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
}

#decole li:hover img {
    margin: -10px auto 10px;
}

#decole h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 2.2em;
	color: #f3732b;
}


/* PORTIFOLIO */

#portfolio {
	padding: 34px 0;
	background: #a02f91 url(../images/bg_portfolio.jpg);
	position: relative;
	z-index: 999;
	-webkit-transform: translate3d(0,0,0);
}

#portfolio h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: white;
	line-height: 0.8em;
	margin: 0 0 35px 0;
}

#portfolio ul, #portfolio li {
	list-style-type: none;
	padding: 0;
	float: left;
}

#portfolio li a,
#portfolio li a img {
	display: block;
	position: relative;
}

#portfolio li a {
	overflow: hidden;
}

#portfolio li a > div {
	position: absolute;
	background: rgba(3,4,5,0.86);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DB030405,endColorstr=#DB030405);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DB030405,endColorstr=#DB030405);
	width: 100%;
	height: 100%;
	text-align: center;
}

#portfolio li a > div {
	top: 0px;
	left: -100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#portfolio li a:hover div{
	left: 0px;
}

.texto-center {
	width: 90%;
	display: inline-block;
	vertical-align: middle;
}

#portfolio li a > div:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.port-details h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 31px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1em;
}

.port-details p {
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #bf2dac;
	text-transform: lowercase;
	margin: 0 0 13px 0;
}

.plus {
	width: 29px;
	height: 29px;
	background: url(../images/plus.png) no-repeat;
	display: inline-block;
}

.col-big.first{
	width: 474px; 
	height: 469px;
}

.col-big.last{
	width: 612px; 
	height: 541px;
	float: right !important;
}

.col-medium{
	width: 493px; 
	margin: 0 0 26px 0; 
	float: left;
}

.col-medium li{
	width: 467px; 
	height: 221px; 
	margin: 0 0 24px 26px;
}

.col-medium li.last{
	height: 224px; 
	margin: 0 0 0 26px;
}

.col-small{
	width: 332px; 
	margin: 0 26px 0 0; 
	float: left;
}

.col-small li{
	width: 333px; 
	height: 258px; 
	margin: 0 0 25px 0;
}

.col-small li.last{
	margin: 0;
}

/* POST VIEW */

.view-job {
	font-family: 'Ubuntu', sans-serif;
	background: #fff;
	position: relative;
	display: none;
	overflow: hidden;
	padding: 45px 0;position: relative;
	z-index: 2;
	z-index: 2;
}

.view-job h2{
	font-size: 58px;
	font-weight: 400;
	color: #a02f91;
	line-height: 0.9em;
	margin: 0 0 105px 0;
}

.view-job strong{
	font-size: 17px;
	font-weight: 700;
	color: #a02f91;
	line-height: 2.3em;
	letter-spacing: -0.5px;
}

.view-job p, .view-job li{
	font-size: 17px;
	font-weight: 300;
	color: #9e9e9e;
	line-height: 1.2em;
}

.view-job center{
	margin: 0 0 82px 0;
}

.view-job .close{
	width: 30px;
	height: 29px;
	position: absolute;
	right: 0;
	top: 17px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}

.view-job .descricao{
	width: 694px;
	margin: 0 91px 0 0;
	float: left;
}

.view-job .descricao_longa{
	width: 970px;
	margin: 0;
	float: left;
}

.view-job .tecnologias{
	width: 185px;
	float: left;
}

.view-job .botao{
	width: 250px;
	height: 44px;
	background: #a02f91;
	text-align: center;
	margin: 47px 0 0 0;
}

.view-job .botao a{
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	line-height: 2.4em;
	letter-spacing: -0.8px;
	text-decoration: none;
	display: block;
}


/* CLIENTES */

#clientes {
	padding: 34px 0;
	background: #efefef;
	position: relative;
	z-index: 999;
	-webkit-transform: translate3d(0,0,0);
}

#clientes h2, #clientes p {
	text-align: center;
}

#clientes h2 {
	color: #5f4283;
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 0.8em;
	margin: 0 0 30px 0;
}

#clientes p {
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color: #9e9e9e;
	margin: 13px 0 30px;
}

#clientes ul, #clientes li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#clientes li {
	border-right: 1px solid #f6f6f6;
	float: left;
}

#clientes li:before {
	position: absolute; 
	display: block; 
	content: '';
    border-right: 1px solid #e6e6e6;
    height: 100%; width: 100%;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}

#clientes li:last-child, #clientes li:first-child {
	border: 0;
}

#clientes_content {
	margin-top: 15px;
}

#logos{
	display: none;
}

.nbs-flexisel-item img {
	cursor: default!important;
}

.nbs-flexisel-item  {
	cursor: default!important;
}

/* FALE CONOSCO */

#fale{
	padding: 34px 0;
	background: #4b194e url(../images/mapa.jpg) repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	/*background: url(../images/mapa.png) no-repeat center top, #4b194e;
	background-blend-mode: overlay, overlay;
	-webkit-background-blend-mode: overlay, overlay;
	-moz-background-blend-mode: overlay, overlay;
	-ms-background-blend-mode: overlay, overlay;
	-o-background-blend-mode: overlay, overlay;*/
	position: relative;
	z-index: 999;
	-webkit-transform: translate3d(0,0,0);
}

#fale .wrapper{
	background: url(../images/aviao.png) no-repeat 407px 106px;
}

#fale h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: white;
	line-height: 0.8em;
	text-indent: -2px;
	margin: 0 0 23px 0;
}

#fale p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
	color: white;
}

#ajax{
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4em;
	color: white;
	margin: 28px 0 0 0;
}

#fcontato {
	width: 427px;
	display: block;
	margin-top: 20px;
	float: left;
}

#fcontato input[type="text"], textarea {
	background: #e3651c;
	width: 427px;
	border: 4px solid #e3651c;
	border-top: 4px solid #dc5415;
	border-left: 4px solid #dc5415;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #ffb990;
	font-size: 17px;
	padding: 5px 5px 5px 14px;
	display: block;
	resize: none;
	overflow: hidden;
}

#fcontato input[type="text"] {
	margin-bottom: 10px;
	height: 43px;
}

::-webkit-input-placeholder {
   color: #ffb990;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffb990;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffb990;  
}

:-ms-input-placeholder {  
   color: #ffb990;  
}

textarea {
	margin-top: 15px;
	height: 153px;
}

#fcontato input[type="submit"] {
	width: 235px;
	height: 55px;
	background: #a02f91;
	border: none;
	margin: 28px 0 16px;
	color: white;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(95, 32, 99, 0.39);
	-moz-box-shadow:    0px 5px 10px 0px rgba(95, 32, 99, 0.39);
	box-shadow:         0px 5px 10px 0px rgba(95, 32, 99, 0.39);
	-webkit-appearance: none;
}

#location {
	float: right;
	background: url(../images/maps.png) no-repeat 0 0;
	margin-top: 190px;
}

#location p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: white;
	margin: 0 0 0 40px;
	letter-spacing: -0.3px;
}

#location a {
	color: #e3651c;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

#prev, #next {
	top: 50%;
	margin-top: 43.5px;
	z-index: 9999;
	position: absolute;
}

#prev {
	background: url(../images/slide-left.gif) no-repeat -86px;
	width: 86px;
	height: 87px;
	overflow: hidden;
	text-indent: -300px;
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 5px 5px rgba(0, 0, 0, 0.08);
}

#prev:hover {
	background: url(../images/slide-left.gif) no-repeat;
}

#next {
	right: 0;
	background: url(../images/slide-right.gif) no-repeat;
	width: 86px;
	height: 87px;
	overflow: hidden;
	text-indent: -300px;
	box-shadow: 5px 5px rgba(0,0,0,0.08);
	-webkit-box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:    -5px 5px 0px 0px rgba(0, 0, 0, 0.08);
	box-shadow:         -5px 5px 0px 0px rgba(0, 0, 0, 0.08);
}

#next:hover {
	background: url(../images/slide-right.gif) no-repeat -86px;
}

.orange {
	color: #e3651c !important;
}

.active a {
	color: #ca3db7 !important;
}