html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin: 0;  
	padding: 0;  
	border: 0;  
	outline: 0;  
	font-size: 100%;  
	vertical-align: baselinebaseline;  
	background: transparent;  
}  
body {  
	margin: 0; 
	padding: 0px;
	width: 100%;
    height: 100%;
	font-family: 'Ubuntu', sans-serif;
	overflow-x:hidden !important;
} 

html {
    width: 100%;
    height: 100%;
}
ol, ul {  
	list-style: none;  
}  
blockquote, q {  
	quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
	content: '';  
}  
  
:focus {  
	outline: 0;  
}  
  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
} 

.header{
	width:100%;
	position:absolute;
	z-index:1;
	margin-top:30px;
}

.header-in{
	max-width:1140px;
	margin:0 auto;
}

.logo{
	float:left;
}

#menu-mobile{
	padding-top:10px;
	float:right;
	padding-right: 10px;
	width:70%;
}

#menu-mobile ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
	text-align:right;
}
#menu-mobile ul li {
	display: inline;
	margin-left: 1em;
	padding:10px;
}
#menu-mobile ul li:first-child {
	margin-left: 0;
}
#menu-mobile ul li a {
	color: #fff;
	font-size:16px;
}
#menu-mobile ul li a:hover {
	color: #fff;
}
#menu-mobile ul li a, #menu-mobile ul li a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

.idiomas{
	width:15px;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.idiomas::after{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff transparent;
    border-image: none;
    border-style: solid solid none;
    border-width: 0.313em 0.313em medium;
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    right: -0.313em;
    vertical-align: middle;
    width: 0;
}

#menu-mobile li > ul {
    position:relative;
    top:auto;
    max-height:0;
    visibility: hidden;
    z-index:99999;
    overflow:hidden;
    -webkit-transition: max-height 0.2s ease, visibility 0s linear 0.5s;
    -moz-transition: max-height 0.2s ease, visibility 0s linear 0.5s;
    -o-transition: max-height 0.2s ease, visibility 0s linear 0.5s;
    -ms-transition: max-height 0.2s ease, visibility 0s linear 0.5s;
    transition: max-height 0.2s ease, visibility 0s linear 0.5s;
}
#menu-mobile ul li:hover > ul {
    visibility: visible;
    max-height: 216px;
    transition-delay: 0s;
}
#menu-mobile li > ul li {
    height:36px;
    width:100%;
    padding-top:0;
}
#menu-mobile li > ul li:last-child {
    border-bottom:none;
}
#menu-mobile li > ul li a {
    height:20px;
    color:#fff;
    width:100%;
    text-align:right;
    display:block;
}
#menu-mobile li > ul li:hover > a {
    color:#FFF;
}
#menu-mobile li > ul li.selected > a, #menu li > ul li.selected:hover > a {
    color:#fff;
}

.cb-slideshow,
.cb-slideshow:after { 
    position: relative;
    width: 100%;
    height: 900px;
    top: 0px;
    left: 0px;
    z-index: 0; 
    float:left;
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}

.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    top:50%;
	margin-top:-100px;
	padding: 20px 30px 0px;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}

.cb-slideshow li div h3, .cb-slideshow li div h2  { 
    font-size: 75px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight:700;
    text-align: center;
    line-height:45px;
}

.cb-slideshow li div h3{
	font-size:35px;
}	

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/slide1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/slide2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/slide1.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/slide2.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/slide1.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/slide2.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

.seta-wrapper {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.content{
	float:left;
	width:100%;
}

.content-in{
	max-width:1140px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
}

.barra{
	float:left;
	width:8px;
	height:43px;
	background-color:#363F48;
}

.titulo{
	float:left;
	margin-left:5px;
}

.txt-up{
	font-size:20px;
	float:left;
	color:#363F48;
	line-height:15px;
}

.txt-down{
	font-size:30px;
	float:left;
	clear:left;
	color:#363F48;
	font-weight:700;
}

.servicos{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom: 40px;
}

.servico{
	height:240px;
	border: #363F48 2px solid;
}

.servico-in{
	text-align:center;
	margin-top:52px;
	position:absolute;
	z-index:1;
	width:100%;
	left:0px;
}

.wrapper-image{
	width:100%;
	float:left;
	text-align:center;
}

.wrapper-text{
	width:100%;
	float:left;
	text-align:center;
	font-size:20px;
	color:#363F48;
}

.bold{
	font-weight:700;
}

.icon1{
	margin-bottom:15px;
}

.icon2{
	margin-bottom:18px;
}

.icon3{
	margin-bottom:15px;
}

.icon4{
	margin-bottom:15px;
}

.icon5{
	margin-bottom:30px;
	margin-top:25px;
}

.icon6{
	margin-bottom:15px;
}

.servico-wrapper{
	width:100%;
	height:240px;
}

#img-servico1{
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/servico1.jpg');
	position:absolute;
	width:100%;
	height:238px;
	left:0px;
	z-index:1;
	opacity:0;
}

#img-servico2{
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/servico2.jpg');
	position:absolute;
	width:100%;
	height:238px;
	left:0px;
	z-index:1;
	opacity:0;
}

#img-servico3{
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/servico3.jpg');
	position:absolute;
	width:100%;
	height:238px;
	left:0px;
	z-index:1;
	opacity:0;
}

#img-servico4{
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/servico4.jpg');
	position:absolute;
	width:100%;
	height:238px;
	left:0px;
	z-index:1;
	opacity:0;
}

#img-servico5{
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/servico5.jpg');
	position:absolute;
	width:100%;
	height:238px;
	left:0px;
	z-index:1;
	opacity:0;
}

#img-servico6{
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/servico6.jpg');
	position:absolute;
	width:100%;
	height:238px;
	left:0px;
	z-index:1;
	opacity:0;
}

.no-left{
	padding-left:0px !important;
}

.no-right{
	padding-right:0px !important;
}

.content-grey{
	float:left;
	width:100%;
	background-color:#E4E4E4;
}

.projetos{
	float:left;
	clear:left;
	width:100%;
	margin-top:10px;
	margin-bottom:25px;
}

.wrapper-projeto{
	float: left;
    position: relative;
    width: 100%;
}

.projeto{
	position:absolute;
	z-index:1;
}

.txt-projeto{
	width:245px;
	height:160px;
	background-color:#fff;
	position:absolute;
	z-index:2;
	right:0px;
	bottom:0px;
	padding:20px;
}

.barra-peq{
	float:left;
	width:4px;
	height:24px;
	background-color:#363F48;
}

.txt-peq{
	font-size:12px;
	float:left;
	color:#363F48;
	line-height:12px;
	font-weight:700;
}

.txt-peq2{
	font-size:12px;
	float:left;
	color:#363F48;
	line-height:12px;
	font-weight:700;
	margin-top:5px;
}


.texto{
	float:left;
	clear:left;
	color:#363F48;
	margin-top:20px;
	font-size:11px;
}

.footer{
	width:100%;
	float:left;
	background-color:#3E3E3F;
	padding-top:34px;
	padding-bottom:4px;
}

.footer-in{
	max-width:1140px;
	margin:0 auto;
}

.barra-white{
	float:left;
	width:8px;
	height:43px;
	background-color:#fff;
}

.txt-up-white{
	font-size:20px;
	float:left;
	color:#fff;
	line-height:15px;
}

.txt-down-white{
	font-size:30px;
	float:left;
	clear:left;
	color:#fff;
	font-weight:700;
}

.title-contacts{
	float:left;
	color:#fff;
	font-size:12px;
	font-weight:700;
	margin-top:30px;
	clear:left;
}

.title-contacts2{
	float:left;
	color:#000000;
	font-size:12px;
	font-weight:700;
	margin-top:30px;
	clear:left;
}

.text-contacts{
	float:left;
	color:#fff;
	font-size:12px;
	clear:left;
}

.contacts{
	clear:left;
}

.barra-white2{
	float:right;
	width:8px;
	height:43px;
	background-color:#fff;
}

.titulo2, .titulo3{
	float:right;
	margin-right:5px;
}

.txt-up-white2{
	font-size:20px;
	float:right;
	color:#fff;
	line-height:15px;
}

.txt-down-white2{
	font-size:30px;
	float:right;
	clear:right;
	color:#fff;
	font-weight:700;
}

.certificacoes{
	float:right;
	clear:right;
	margin-top:30px;
}

.no-bottom{
	padding-bottom:0px !important;
}

.footer2{
	width:100%;
	float:left;
	background-color:#231F20;
	padding-top:0px;
	padding-bottom:0px;
}

.abe{
	float:left;
}

.top{
	float:right;
	cursor:pointer;
	margin-top:20px;
}

.barra-header{
	float:left;
	width:12px;
	height:99px;
	background-color:#fff;
}

.text-header{
	float:left; 
	width: 100%;
	position:absolute;
	top:50%;
	padding-left:10px;
}

.header2{
	width:100%;
	float:left;
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/sobre.jpg');
	padding-top:30px;
	height:480px;
	position:relative;
}

.txt-up-header{
	font-size:85px;
	float:left;
	color:#fff;
	line-height:85px;
	font-weight:700;
	margin-top:-12px;
}

.txt-down-header{
	font-size:28px;
	float:left;
	clear:left;
	color:#fff;
	
}

.barra-titulo{
	float:left;
	width:8px;
	height:33px;
	background-color:#363F48;
}

.titulo-sobre{
	float:left;
	font-size:30px;
	font-weight:700;
	color:#363F48;
	line-height:30px;
	margin-top: 2px;
}

.texto-sobre{
	float:left;
	clear:left;
	font-size:12px;
	margin-top:35px;
	color:#000;
	margin-bottom:30px;
}

.barra-titulo2{
	float:right;
	width:8px;
	height:33px;
	background-color:#363F48;
}

.titulo-sobre2{
	float:right;
	font-size:30px;
	font-weight:700;
	color:#363F48;
	line-height:30px;
	margin-top: 2px;
}

.valor{
	width:100%;
	border: 2px solid #363F48;
	height:112px;
	padding-top:32px;
}

.valores{
	width:100%;
	float:left;
	clear:left;
	margin-top:5px;
	margin-bottom:30px;
}

.nome-valor{
	width:100%;
	color:#363F48;
	font-size:20px;
	font-weight:700;
	text-align:center;
}	

.wrapper-certificacao{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:60px;
}

.header3{
	width:100%;
	float:left;
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/produtos.jpg');
	padding-top:30px;
	height:480px;
	position:relative;
}

.header4{
	width:100%;
	float:left;
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url('../images/contactos.jpg');
	padding-top:30px;
	height:480px;
	position:relative;
}

.text-contacts2{
	float:left;
	color:#000000;
	font-size:12px;
	clear:left;
	margin-bottom:20px;
}

.contactos{
	width:100%;
	float:left;
	margin-top:5px;
}

.titulo-contactos{
	float:left;
	font-size:30px;
	font-weight:700;
	color:#363F48;
	line-height:30px;
	margin-top:7px;
}

#form-contact{
	float: left;
    width: 100%;
	margin-bottom:60px;
}	

#form-contact input{
	float:left;
	width:100%;	
	height:44px;
	border:#363F48 solid 1px;
	background-color:#e4e4e4;
	color:#000;
	font-size:12px;
	padding-left:10px;
}

#form-contact textarea{
	float:left;
	width:100%;	
	height:130px;
	padding-top:10px;
	border:#363F48 solid 1px;
	background-color:#e4e4e4;
	color:#000000;
	resize:none;
	font-size:12px;
	padding-left:10px;
}

#form-contact button{
	float:left;
	color:#363F48;
	background-color:#e4e4e4;
	border:#363F48 solid 1px;
	width:100px;
	height:37px;
	font-size:15px;
}

.noneClass{
	display:none;	
}

.map-container{
	height:454px;
	overflow:hidden;
}

.mapa{
	width:100%;
	position:relative;
	top:-46px; 
	border:none;
}

.header5{
	width:100%;
	float:left;
	background-attachment: scroll;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:30px;
	height:480px;
	position:relative;
}

#filter-list {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	text-align:center;
}

#filter-list li {
  	display: inline-block;
  	width: auto;
  	padding: 10px 30px;
	margin-right: 15px;
	font-size: 18px;
	cursor:pointer;
	color:#363f48; 
	margin-bottom:10px;
}
#filter-list li:hover {
	border-bottom:3px #363f48 solid;
}
#filter-list li.active {
	border-bottom:3px #363f48 solid;
}

#portfolio {
	display: block;
  	width: 100%;
  	padding: 0 12px;
  	margin-bottom: 35px;
	text-align: center;
}

#portfolio .item {
	display: none;
	opacity: 0;
}

.item {
    position:relative;
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1;
	-webkit-transition:all .4s ease-out;
	transition:all .4s ease-out;
}


.portfolio-thumb {
    display:block;
    position:relative;
    overflow:hidden;
}

.scrollimation .portfolio-thumb {
	-webkit-transform:translateY(100px);
	transform:translateY(100px);
	opacity:0;
	-webkit-transition:opacity .4s ease-out, -webkit-transform .4s ease-out;
	transition:opacity .4s ease-out, transform .4s ease-out;
}

.touch .scrollimation .portfolio-thumb,
.scrollimation .portfolio-thumb.in {
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	opacity:1;
}

.portfolio-thumb .overlay-mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#363f48;
    opacity:0;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
	filter:alpha(opacity=0);
    z-index:1;
    -webkit-transition:opacity .3s ease-out;
    transition:opacity .3s ease-out;
}


.portfolio-thumb:hover .overlay-mask {
    opacity:0.50;
	filter:alpha(opacity=50);
}

.portfolio-thumb .enlarge,
.portfolio-thumb .link{
    display:inline-block;
    margin:0;
    margin-top:-25px;
    font-size:50px;
    line-height:50px;
    color:#fff;
    opacity:0;
	filter:alpha(opacity=0);
    position:absolute;
    height:50px;
    width:64px;
    top:50%;
    left:50%;
    text-align:center;
    z-index:2;
}

.portfolio-thumb .enlarge{
    margin-left:-38px;
    -webkit-transform:translateX(-200px);
    transform:translateX(-200px);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.portfolio-thumb:hover .enlarge{
    -webkit-transform:translateX(0);
    transform:translateX(0);
    opacity:1;
	filter:alpha(opacity=100);
    -webkit-transition:all .3s ease-out .3s;
    transition:all .3s ease-out .3s;
}

.portfolio-thumb .link{
    margin-left:20px;
    -webkit-transform:translateX(200px);
    transform:translateX(200px);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.portfolio-thumb:hover .link{
    -webkit-transform:translate(0);
    transform:translate(0);
    opacity:1;
	filter:alpha(opacity=100);
    -webkit-transition:all .3s ease-out .6s;
    transition:all .3s ease-out .6s;
}

.portfolio-thumb .enlarge.centered,
.portfolio-thumb .link.centered{
    margin-left:-32px;
    -webkit-transform:translateY(-200px);
    transform:translateY(-200px);
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.portfolio-thumb:hover .enlarge.centered,
.portfolio-thumb:hover .link.centered{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition-delay:0.3s;
    transition-delay:0.3s;
}

.portfolio-thumb .project-title {
    display:block;
    width:100%;
    position:absolute;
    bottom:-100px;
    background:#000;
    margin:0;
    padding:20px 0;
    font-size:21px;
    font-weight:300;
    color:#FFF;
    text-align:center;
	opacity:0.65;
	filter:alpha(opacity=0.65);
    z-index:2;
    -webkit-transition:bottom .4s ease-out,color .2s ease-out;
    transition:bottom .4s ease-out,color .2s ease-out;
}

.portfolio-thumb .project-title2 {
    display:block;
    width:100%;
    position:absolute;
    bottom:0px;
    background:#000;
    margin:0;
    padding:20px 0;
    font-size:18px;
    font-weight:300;
    color:#FFF;
    text-align:center;
	opacity:0.65;
	filter:alpha(opacity=0.65);
    z-index:2;
    -webkit-transition:bottom .4s ease-out,color .2s ease-out;
    transition:bottom .4s ease-out,color .2s ease-out;
}
.portfolio-thumb:hover .project-title {
    bottom:0;
    -webkit-transition:bottom .3s ease-out .1s,color .2s ease-out 0s;
    transition:bottom .3s ease-out .1s,color .2s ease-out 0s;
}

.portfolio-thumb .project-title:hover {
    color:#FFF;
}  

.portfolio-thumb .enlarge.centered,
.portfolio-thumb .link.centered{
    margin-left:-32px;
    -webkit-transform:translateY(-200px);
    transform:translateY(-200px);
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.portfolio-thumb:hover .enlarge.centered,
.portfolio-thumb:hover .link.centered{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition-delay:0.3s;
    transition-delay:0.3s;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 100000;
  text-align: center;
  top:0px;
}

#loading-image {
  position: relative;
  top: 45%;
  z-index: 100000;
}
.carregar{
	font-size: 12px;
	position: relative;
	top: 52%;
}

#subloading {
    display: inline-block;
    height: 70px;
    left: 50%;
    margin-top: -70px;
    margin-left: -70px;
    position: absolute;
    top: 50%;
    width: 150px;
}

.btn-wrapper{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:40px;
}

.btn-back{
    color: #363f48;
    font-size: 16px;
    float:left;
    padding-left:30px;
}

.btn-back:hover{
	text-decoration:underline;
}

.link-contacts{
	text-decoration:none;
	color:#fff;
}

@media only screen and (max-width : 992px) {
	.no-left{
		padding-left:15px !important;
	}

	.no-right{
		padding-right:15px !important;
	}
	
	.projeto, .projeto2{
		width:100% !important;
	}
	
	.txt-projeto{
		width:100% !important;
	}
	
	.wrapper-projeto{
		margin-bottom:35px !important;
	}
	
	.abe{
		padding-left:15px !important;
	}

	.top{
		padding-right:15px !important;
	}
	
	.barra-titulo2{
		float:left !important;
	}
	
	.titulo3{
		float:left !important;
		margin-left:5px !important;
	}
	
	.titulo-sobre2{
		float:left !important;
	}
	
	.valores{
		margin-top:35px !important;
	}
	
	.servicos{
		margin-top:40px !important;
	}	
	
	.projetos{
		margin-top:40px !important;
	}	
	
	.contactos{
		margin-top:35px !important;
		margin-bottom:40px !important;
	}
	
	#form-contact button{
		margin-left:15px !important;
	}
	
	#form-contact{
		margin-top:30px !important;
	}
}

@media only screen and (max-width : 900px) {
	.logo{
		width:130px !important;
	}
}

@media only screen and (max-width : 750px) {
	.box-dir{
		float:left !important;
		clear:left !important;
	}
	.barra-white2{
		float:left !important;
	}
	
	.titulo2{
		float:left !important;
		margin-left:5px !important;
	}
	
	.txt-up-white2{
		float:left !important;
	}

	.txt-down-white2{
		float:left !important;
		clear:left !important;
	}
	
	.certificacoes{
		float:left !important;
		clear:left !important;
	}
	
	.txt-up-header{
		font-size:45px !important;
		line-height:45px !important;
	}

	.txt-down-header{
		font-size:17px !important;
	}
	
	.cb-slideshow li div h2{
		font-size:50px !important;
	}
	
	.barra-header{
		display:none !important;
	}
}