*{
	box-sizing: border-box;

}
body, html {
    min-height: 100%;

    width: 100%;
    margin: 0px;
    padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
    min-width: 100%;
    color: #313131;
}
a:focus{
	outline:none;
}
body{
	position: relative;
}
.content{
	max-width: 1383px;
	margin: 0 auto;
}
body.home {
	font-size: 0;
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
/*    background: #000;
*/
}
.bx-wrapper{
	height: 100%;
}
.ibg-bg{
	position: absolute;
	left: 0;
	top: 0;
    transition: all 0.3s ease;
    opacity: 0.3

}
body.home .bg{
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	font-size: 0;
	background: #000;

}
body.home .bg .imagem{
		position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;

	opacity: 0.2
}
body.home .bg .imagem ul li{
	background-position: center center;
	background-size: cover;	
}
body.home .bg .imagem ul li img{
	opacity: 0;
	width: 100%;
	height: 100%;
}
.home .main{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	z-index: 3;
	text-align: center;

}
.home .main div h2{
	font-size: 40px;
	color: #fff;
}
.home .main .logo{
/*    transition: all 0.3s ease;
	
	animation-name: dropHeader;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 3s;*/
	-webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;	

    width: 100%;

}
.home .main .logo img{
		max-width: 100%;
	}
.home .main .link a{
	width: 100%;
	left: 0;
    color: #fff;
    display: inline-block;
    padding: 30px 15px 76px;
    font-size: 25px;
/*    color: #000;*/
    text-decoration: none;
    opacity: 1;
	position: absolute;
    display: none;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;	
}
.home .main a img{
	max-width: 60px;
}
.home .main .link{
	width: 100%;
	display: inline-block;
	margin-top: 80px;
    position: absolute;
    bottom:100px;
	left: 0;
}
.home .main h1{
	font-size: 50px;
	display: inline-block; 
	padding-top: 50px;
/*    transition: all 0.3s ease;
*/	-webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;	
	min-height: 120px;
	max-width: 90%;
}
.home .main h1 p{
	white-space: nowrap;
	width: 100%;
/*	animation: bounceIn 4s steps(60, end); 
*/	line-height: 60px;
	font-weight: 300;
	text-transform: uppercase;
/*	padding: 10px 15px;*/
	-webkit-animation-duration: 3s;
    -o-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;

}
.home .main h1 p strong{
	font-weight: 700;
}

.home .main h1 span{
	animation: blink 1s infinite;
}





@keyframes dropHeader {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes link {
  0% {
    opacity: 0;
  }
  100% {

    opacity: 1;
  }
}
/*@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background: black;
}*/
/*@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}*/
body > .conteudo{
	position: relative;
	background: #fff;
}
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: right;
	padding: 25px 0;
	background: #33302f;
	z-index: 999;
}
body.home header{
	position: absolute;

}
body.home header.fixed{
	position: fixed;
}
header .content .logo{
	float: left;
}
header .content nav{
	display: inline-block;
	text-align: left;
}
header .content nav ul li{
	display: inline-block;
	padding: 10px 17px;
	font-size: 18px;
}
header .content nav ul li a{
	padding: 0 5px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
/*header .content nav ul li a.active{
	font-weight: 700;
}*/
section{
	padding-top: 170px;
	text-align: center;
}
section h2, footer h2 {
    font-size: 31px;
    text-transform: uppercase;
    padding-bottom: 58px;
}

section #tabs{
	font-size: 15px;
	color: #000;
}
section #tabs ul{
	margin-bottom: 30px;
}
section #tabs ul li{
	display: inline-block;
	vertical-align: top;
}

section #tabs ul li a{
	color: #313131;
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: 3px solid  rgba(49, 49, 49, 0.2);
}
section #tabs ul li.ui-tabs-active a{
	border-bottom: 3px solid #313131;
	font-weight: 700;
}
section #tabs > div > .content{
	width: 70%;
	font-size: 0;
	text-align: center;

}
section #tabs > div > .content > div{
	-webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;	
}
section #tabs > div .content .text{
	width: 38%;
	display: inline-block;
	font-size: 17px;
	text-align: left;
	line-height: 25px;
	vertical-align: top;
/*	margin-right: 2%;
	padding: 15px 10px;*/
/*	background: rgba(0,0,0,0.05);*/
	width: 60%;
	padding-bottom: 30px;
	text-align: center;

}
section #tabs > div .content h3{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
/*	border-bottom: 1px solid rgba(0,0,0,0.1);
*/	padding-bottom: 10px;
	text-align: center;

}
/* Exterior */
section #tabs ul li a.exterior{
	border-bottom-color:  rgba(71, 164, 200, 0.2)
}
section #tabs ul li.ui-tabs-active a.exterior{
	border-bottom-color:  rgba(71, 164, 200, 1);
	color: rgba(71, 164, 200, 1);
}
section #tabs > div.exterior .content h3{
	color: rgba(71, 164, 200, 1)
}
/* Digital */
section #tabs ul li a.digital{
	border-bottom-color:  rgba(39, 116, 185, 0.2)
}
section #tabs ul li.ui-tabs-active a.digital{
	border-bottom-color:  rgba(39, 116, 185, 1);
	color: rgba(39, 116, 185, 1);
}
section #tabs > div.digital .content h3{
	color: rgba(39, 116, 185, 1)
}
/* Luminosos */
section #tabs ul li a.luminosos{
	border-bottom-color:  rgba(192, 94, 164, 0.2)
}
section #tabs ul li.ui-tabs-active a.luminosos{
	border-bottom-color:  rgba(192, 94, 164, 1);
	color: rgba(192, 94, 164, 1);
}
section #tabs > div.luminosos .content h3{
	color: rgba(192, 94, 164, 1)
}
/* Display */
section #tabs ul li a.display{
	border-bottom-color:  rgba(144, 65, 140, 0.2)
}
section #tabs ul li.ui-tabs-active a.display{
	border-bottom-color:  rgba(144, 65, 140, 1);
	color: rgba(144, 65, 140, 1);
}
section #tabs > div.display .content h3{
	color: rgba(144, 65, 140, 1)
}
/* Viaturas */
section #tabs ul li a.viaturas{
	border-bottom-color:  rgba(135, 202, 53, 0.2)
}
section #tabs ul li.ui-tabs-active a.viaturas{
	border-bottom-color:  rgba(135, 202, 53, 1);
	color: rgba(135, 202, 53, 1);
}
section #tabs > div.viaturas .content h3{
	color: rgba(135, 202, 53, 1)
}
/* Montras */
section #tabs ul li a.montras{
	border-bottom-color:  rgba(38, 122, 59, 0.2)
}
section #tabs ul li.ui-tabs-active a.montras{
	border-bottom-color:  rgba(38, 122, 59, 1);
	color: rgba(38, 122, 59, 1);
}
section #tabs > div.montras .content h3{
	color: rgba(38, 122, 59, 1)
}
/* Vinis */
section #tabs ul li a.vinis{
	border-bottom-color:  rgba(247, 170, 26, 0.2)
}
section #tabs ul li.ui-tabs-active a.vinis{
	border-bottom-color:  rgba(247, 170, 26, 1);
	color: rgba(247, 170, 26, 1);
}
section #tabs > div.vinis .content h3{
	color: rgba(247, 170, 26, 1)
}
/* Fresa */
section #tabs ul li a.fresa{
	border-bottom-color:  rgba(242, 121, 35, 0.2)
}
section #tabs ul li.ui-tabs-active a.fresa{
	border-bottom-color:  rgba(242, 121, 35, 1);
	color: rgba(242, 121, 35, 1);
}
section #tabs > div.fresa .content h3{
	color: rgba(242, 121, 35, 1)
}


section #tabs > div .content .text p{
	margin-bottom: 30px;
}
section #tabs > div .content .text p:last-child{
	margin-bottom: 0;
}
section #tabs > div .content .image{
	width: 60%;
	display: inline-block;
}
section #tabs > div.intro .content{
	position: relative;
	text-align: center;
}
section #tabs > div.intro .content .image{
	background: url(../images/insignia/intro/01.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size:auto 80% ;
	height: 300px;

}
section #tabs > div .content .image a{
	position: relative;
	display: inline-block;

}
section #tabs > div .content .image a span{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	background: url(../images/plus.png) no-repeat center center rgba(255,255,255,0.7);
   transition: all 0.3s ease;
}
section #tabs > div .content .image a:hover span{
	opacity: 1;
}
section #tabs > div .content .image img{
	max-width: 100%;
	opacity: 1;
    transition: all 0.3s ease;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
section #tabs > div .content .image img:hover{
	opacity: 1;
/*	-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
/*    filter: grayscale(100%);*/
}
section.projecto{
	padding-top: 50px;
	padding-bottom: 100px;
}
section.projecto ul{
	font-size: 0;
	width: 100%;
}
section.projecto div.content{
	width: 50%;
	display: inline-block;

}
section.projecto div.content img{
	width: 100%;
}
section.projecto div.content #freewall > div{
	overflow: hidden;
}
section.projecto div div a{
	display: inline-block;
	width: 100%;
}
#freewall {
	width: 100%;
	height: 100%;
	margin: 20px 0;
}
#fancybox-overlay {
    overflow-y: hidden !important;
}

.home #freewall {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;  
}
.home #freewall article{
	display: inline-block;
	padding: 5px;
}
#freewall article img{
	width: 100%;
}
section.text .content h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}
section.text .content h2{
	padding-bottom: 0;
}
section.text .content .area{
	margin: 50px 0;
	text-transform: uppercase;
}
section.text .content .area p{
	font-size: 17px;
	line-height: 25px;
}
section.text .content .area p span{
	font-weight: 700;
}

section#contactos{
	padding-top: 90px;
/*	background: url(../images/mapa.png) no-repeat center bottom;
	background-size: cover;*/
	position: relative;
}
section#contactos #map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;

}
section#contactos .mapa{
	position: relative;z-index: 1;
}
section#contactos .content{
	width: 50%;
	display: inline-block;
	padding: 60px 0;
	max-width: 700px;

}
section#contactos .content{
	background: none;
}
section#contactos .content h2, section#contactos .content h3{
	margin-bottom: 60px;
	padding-bottom: 0;
}
section#contactos .content form{
	margin-top: 60px;
}
section#contactos .content form input, section#contactos .content form textarea{
	width: 100%;
	border: 1px solid #c2c2c2;
	border-radius: 0;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
	line-height: 60px;
	padding: 0 15px;
	margin-bottom: 20px;
	min-height: 62px;
}
section#contactos .content form textarea{
	height: 268px;
	resize: none;	
}
section#contactos .content form input[type="submit"]{
	border:0;
	background: none;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: #33302f;
}
section#contactos .content form input[type="submit"]:hover{
	background: #33302f;
}

section#contactos .content p{
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}
section#contactos .content p a{
	color: #393939;
	text-decoration: none;	
}




section#outdoors{
	padding-top: 90px;
	overflow: hidden;
}
section#outdoors .fundo{
	padding: 50px 0;
}
section#outdoors .content{
	font-size: 18px;
	width: 40%;
}
section#outdoors .content h2{
	color: #fff;
}
section#outdoors .content p{
	line-height: 30px;
	color: #fff;
	margin-bottom: 20px;
}
section#outdoors .content .text a{
	-webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;	
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 20px 30px;
    text-transform: uppercase;
    margin-top: 20px;
	display: none;
	opacity: 0;
	  -moz-transition: all 700ms ease-out;
	  -webkit-transition: all 700ms ease-out;
	  -o-transition: all 700ms ease-out;
	  transition: all 700ms ease-out;
	  -moz-transform: translate3d(0px, 200px, 0px);
	  -webkit-transform: translate3d(0px, 200px, 0px);
	  -o-transform: translate(0px, 200px);
	  -ms-transform: translate(0px, 200px);
	  transform: translate3d(0px, 200, 0px);
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  backface-visibility: hidden;

/*    opacity: 0;
    display: none;*/
}
section#outdoors .content .text .botao.in-view{
	display: inline-block;
}
section#outdoors .content .text .botao.in-view a{
	opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  display: inline-block;
}
/*section#outdoors .content .text a.fadeInUp{
	opacity: 1;
	display: inline-block;
}*/
section#outdoors .content .text .botao{
	height: 60px;
}
section#outdoors .content p:last-child{
	margin-bottom: 0;
}
footer{
	padding: 0 0 60px;
	padding-top: 100px;
	text-align: center;
}
footer ul{
	font-size: 0;
	max-width: 50%;
	display: inline-block;
}
footer ul li{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
footer ul li img{
	max-width: 70%;
}
footer ul li:last-child img{
	max-width: 67%;
}
footer p{
	width: 100%;
	font-size: 17px;
	color: #393939;
	padding-top: 60px;
	line-height: 28px;
}
footer p a{
	color: #393939;
	font-weight: 700;
	text-decoration: none;

}
main{
	background: #fff;
}
#contactos_form ul{
	font-size: 0;
	padding-top: 80px;
}
#contactos_form > div{
	-webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;	
}
#contactos_form ul li{
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	opacity: 0.4;
}
#contactos_form ul li.ui-tabs-active{
	opacity: 1;
}
#contactos_form ul li:last-child{
	margin-right: 0;
}
#contactos_form ul li a{
	font-size: 20px;
	color: #313131;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 4px solid rgba(49,49,49,1);
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
}
#contactos_form ul li.ui-tabs-active a{

	font-weight: 700;

}
.bx-wrapper .bx-loading{ display: none; }

@media only screen and (max-width: 850px){
	section #tabs > div > .content{
		width: 90%;
	}
	section #tabs > div .content .text{
		width: 100%;
	}
	section #tabs > div.intro .content .image{
		 background-attachment: scroll;
	}
	section #tabs > div .content .image{
		width: 90%;
	}
	section #tabs > div.intro .content .image{
		background-size: cover;
	}
	section#outdoors .content{
		width: 80%;
	}
}

@media only screen and (max-width: 480px){
	section#contactos .content{
		width: 90%;
	}
	.js .nav-collapse {

	  width: 100%;
	  text-align: center;


	}
	.home .main .logo, nav .container .logo{
		width: 60%;
		float: left;
	}
	nav .container .logo{
		position: absolute;
	}
	nav .container {
		text-align: right;
	}
	.nav-collapse ul {
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  display: block;
	  list-style: none;
	  padding-top: 30px;
	}
	 nav .container ul{
	 	margin-top: 30px;
	 }
	.nav-collapse li {
	  width: 100%;
	  display: block;
	}
	#nav-menu{
		width: 100%;
		display: inline-block;
	}

	.js .nav-collapse {
	  clip: rect(0 0 0 0);
	  max-height: 0;
	  position: absolute;
	  display: block;
	  overflow: hidden;
	  zoom: 1;

	  transition: all .2s linear 0.1s;

	}
	section #tabs ul li a{
		overflow: hidden;
	}
	section.projecto div.content{
		width: 90%;
	}
	header .content .logo, nav .container .logo{
		padding-left: 20px;
	}
	section #tabs ul{
		font-size: 0;
		padding: 0 5%;
		text-align: left;
	}
	.submenu.nav-collapse li{
		width: 49%;
		margin-right: 2%;
	}
	.submenu.nav-collapse li:nth-of-type(2n){
		margin-right: 0;
	}
	.submenu.nav-collapse li a{
		width: 100%;
		text-align: center;
	}
	.home #freewall article{
		width: 100%;
	}
	.home .main .logo{
		display: inline-block;
		float: none;
	}
	.home .main h1 p{
		white-space: normal;
	}
}

@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	

}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}





