@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #f2f2f2;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.section{
	text-align: center;
}
img{
	border:none;
}
/* Menu
 * --------------------------------------- */
#menu li {
	width:240px;
	display: inline-block;
	margin-bottom:2px;
	color: #FFF;
	background: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
#menu li.active{
	
	/*background:#fff;
	background: rgba(255,255,255, 1);*/
	color: #121d26;
}
#menu li a{
	text-decoration:none;
	color: #FFF;
	background:#fff;
	background: rgba(255,255,255, 0.3);
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
#menu li a:hover{
	color: #121d26;
	background:#fff;
	background: rgba(255,255,255, 1);
}
#menu li.active a{
	color: #121d26;
	background:#fff;
	background: rgba(255,255,255, 1);
}

#menu li.active a:hover{
	color: #121d26;
	
}
#menu li:hover{
	/*background:#fff;
	background: rgba(255,255,255, 1);*/
	color: #121d26;
}
#menu li a,
#menu li.active a{
	width:66px;
	height:66px;
	padding: 0px;
	display:block;
	overflow:hidden;
	text-align:center;
	line-height:66px;
	font-size:66px;
	float: right;
	z-index:999;
}

.titulo_menu{
	width:0px;
	height:66px;
	display:block;
	overflow:hidden;
	float:right;
	background-color:#FFF;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	line-height:66px;
	text-align:left;
	color: #FFF;
	padding-left:0px;
	z-index:1;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
#menu li:hover .titulo_menu{
	width:144px;
	padding-left:20px;
	color: #121d26;
}


#menu li:hover a{
	color:#121d26;
	background-color:#FFF;
}

#menu li#item_diretivas:hover .titulo_menu, #menu li#item_diretivas:hover a{
	color: #3c3c3b;
}
#menu li#item_operativas:hover .titulo_menu, #menu li#item_operativas:hover a{
	color: #682364;
}
#menu li#item_multiusos:hover .titulo_menu, #menu li#item_multiusos:hover a{
	color: #b6ba50;
}
#menu li#item_espera:hover .titulo_menu, #menu li#item_espera:hover a{
	color: #d41432;
}
#menu li#item_complementos:hover .titulo_menu, #menu li#item_complementos:hover a{
	color: #346492;
}


#menu{
	position:fixed;
	margin-top: -250px !important;
    top: 50%;
	right:0px;
	height: 500px;
	z-index: 70;
	width:240px;
	/*width:68px;*/
	display:block;
	overflow:hidden;
	padding: 0;
	margin:0;
	z-index:99;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}







#menu_sec li {
	display:inline-block;
	margin-bottom:2px;
	color: #FFF;
	background:#fff;
	background: rgba(255,255,255, 0.3);
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
#menu_sec li.active{
	background:#fff;
	background: rgba(255,255,255, 1);
	color: #121d26;
}
#menu_sec li a{
	text-decoration:none;
	color: #FFF;
	transition: all 0.7s;
	-moz-transition: all 0.7s; /* Firefox 4 */
	-webkit-transition: all 0.7s; /* Safari and Chrome */
	-o-transition: all 0.7s; /* Opera */
}
#menu_sec li a:hover{
	color: #121d26;
}
#menu_sec li.active a{
	color: #121d26;
}

#menu_sec li.active a:hover{
	color: #121d26;
}
#menu_sec li:hover{
	background:#fff;
	background: rgba(255,255,255, 1);
	color: #121d26;
}
#menu_sec li a,
#menu_sec li.active a{
	width:66px;
	height:66px;
	padding: 0px;
	display:block;
	overflow:hidden;
	text-align:center;
	line-height:66px;
	font-size:66px;
}

#menu_sec{
	width:66px;
	height: 500px;
	display:block;
	overflow:hidden;
	position: absolute;
	margin-top: -250px !important;
    top: 50%;
	right:-70px;
	z-index: 70;
	padding: 0;
	margin:0;
	z-index:200;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}


.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}

#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

/* Section 1
 * --------------------------------------- */
#section1 .cont_img{
	width:114%;
	height:120%;
	display:block;
	overflow:hidden;
	margin-left:-7%;
	background:url(../images/fundo_home.jpg) center center no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#section1 .txt_home{
    width: 100%;
    height: 100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#section1 .svg_logo{
	width:370px;
}
#section1 a.idioma{
	color: #ffffff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	padding-right:10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
#section1 a:hover,#section1 a.selet_idioma{
	color: #94c128;
}
#section1 a.seta_baixo{
	border:none;
	opacity: 0.5;
    filter: alpha(opacity=50);
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
#section1 a.seta_baixo:hover{
	opacity: 1;
    filter: alpha(opacity=100);
}

/* Section 2
 * --------------------------------------- */

#section2 .cont_img{
	width:114%;
	height:120%;
	display:block;
	overflow:hidden;
	margin-left:-7%;
	margin-top:0px;
	background:url(../images/fundo_cadeiras.jpg) center center no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#section2 .txt_home{
    width: 100%;
    height: 100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#section2 .titulo_br_topo{
	background:url(../images/fundo_verde_transp.png) left top repeat;
	color:#ffffff;
	font-size:32px;
	line-height:38px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:900;
	text-align:center;
}
#section2 .fundo_verde{
	background:url(../images/fundo_verde_transp.png) left top repeat
}
#section2 .circulo_meio{
	background:url(../images/circulo_verde.png) center center  no-repeat;
	background-size: 400px 400px;
	width:400px;
	height:400px;
	font-size:40px;
	line-height:52px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
}
#section2 .circulo_meio span{
	font-size:20px;
	line-height:52px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color:#94c128;
}
#section2 .txt_verde{
	background:url(../images/fundo_verde_transp.png) left top repeat;
	color:#ffffff;
	font-size:16px;
	line-height:20px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:300;
	text-align:center;
}
#section2 .txt_verde p{
	color:#ffffff;
	font-size:16px;
	line-height:20px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:300;
	text-align:center;
}
#section2 .txt_verde_corta{
	background:url(../images/fundo_verde_transp.png) left top repeat;
	color:#3c3c3b;
	font-size:115px;
	line-height:90px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:100;
	text-align:center;
	text-transform:uppercase;
}

/* Section 3
 * --------------------------------------- */
#section3 .cont_img{
	width:114%;
	height:120%;
	display:block;
	overflow:hidden;
	margin-left:-7%;
	background: none;
}
#section3 .titulo_cadeiras{
	width: calc(100% + 200px);
	height: 118px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:-100px;
	border-bottom:320px solid #313131;
	color:#313131;
	font-size:150px;
	line-height:124px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
	padding-left: 200px;
	vertical-align:baseline;
}
#section3 .txt_home{
    width: 100%;
    height: 100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.tamanho_directivas{
	width:auto;
	margin-top:50px;
	margin-right:500px;
}
.cadeira{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	background: none;
	position:absolute;
	top:0px;
	left:0px;
}
a.seta_esquerda{
	border:none;
	opacity: 0.5;
    filter: alpha(opacity=50);
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
a.seta_esquerda:hover{
	opacity: 1;
    filter: alpha(opacity=100);
}
.seta_fundo_cadeiras{
	width:100%;
	height:40px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-60px;
	opacity: 0.5;
    filter: alpha(opacity=50);
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.seta_fundo_cadeiras:hover{
	opacity: 1;
    filter: alpha(opacity=100);
}
#section3 .txt_cadeira{
	width:280px;
	height:auto;
	margin-right:120px;
	color:#FFF;
	font-size:28px;
	line-height:30px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align: left;
	margin-top:60px;
}
/* Section 4
 * --------------------------------------- */
#section4 .cont_img{
	width:114%;
	height:120%;
	display:block;
	overflow:hidden;
	margin-left:-7%;
	background: none;
}
#section4 .titulo_cadeiras{
	width: calc(100% + 250px);
	height: 118px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:-200px;
	border-bottom:320px solid #531c50;
	color:#531c50;
	font-size:150px;
	line-height:124px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
	vertical-align:baseline;
}
#section4 .txt_home{
    width: 100%;
    height: 100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.tamanho_operativas{
	width:auto;
	margin-top:120px;
	margin-left:600px;
}
#section4 .txt_cadeira{
	width:360px;
	height:auto;
	margin-left:120px;
	color:#FFF;
	font-size:28px;
	line-height:30px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align: left;
	margin-top:60px;
}
/* Section 5
 * --------------------------------------- */
#section5 .cont_img{
	width:114%;
	height:120%;
	display:block;
	overflow:hidden;
	margin-left:-7%;
	background: none;
}
#section5 .titulo_cadeiras{
	width: calc(100% + 200px);
	height: 118px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:-150px;
	border-bottom:320px solid #b6ba50;
	color:#b6ba50;
	font-size:150px;
	line-height:124px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
	padding-left: 200px;
	vertical-align:baseline;
}
#section5 .txt_home{
    width: 100%;
    height: 100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.tamanho_multiusos{
	width:auto;
	margin-top:170px;
	margin-right:560px;
}
#section5 .txt_cadeira{
	width:370px;
	height:auto;
	margin-right:0px;
	color:#FFF;
	font-size:28px;
	line-height:30px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align: left;
	margin-top:30px;
}

/* Section 6
 * --------------------------------------- */
#section6 .cont_img{
	width:114%;
	height:120%;
	display:block;
	overflow:hidden;
	margin-left:-7%;
	background: none;
}
#section6 .titulo_cadeiras{
	width: calc(100% + 650px);
	height: 118px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:-600px;
	border-bottom:320px solid #b7112b;
	color:#b7112b;
	font-size:150px;
	line-height:124px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
	vertical-align:baseline;
}
#section6 .txt_home{
    width: 100%;
    height: 100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#section6 .cadeira{
	left:300px !important;
}
.tamanho_espera{
	width:auto;
	margin-top:130px;
	margin-left:600px;
}
#section6 .txt_cadeira{
	width:270px;
	height:auto;
	margin-left:120px;
	color:#FFF;
	font-size:28px;
	line-height:30px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align: left;
	margin-top:60px;
}
/* Section 7
 * --------------------------------------- */
#section7 .cont_img{
	width:114%;
	height:120%;
	display:block;
	overflow:hidden;
	margin-left:-7%;
	background: none;
}
#section7 .titulo_cadeiras{
	width: calc(100% + 250px);
	height: 118px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:-300px;
	border-bottom:320px solid #2d5780;
	color:#2d5780;
	font-size:150px;
	line-height:124px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
	padding-left: 200px;
	vertical-align:baseline;
}
#section7 .txt_home{
    width: 100%;
    height: 100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.tamanho_complementos{
	width:auto;
	margin-top:170px;
	margin-right:480px;
}
#section7 .txt_cadeira{
	width:220px;
	height:auto;
	margin-right:0px;
	color:#FFF;
	font-size:28px;
	line-height:30px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align: left;
	margin-top:30px;
}


/* Section 8 CONTACTOS
 * --------------------------------------- */

.logo_fundo{
	width:300px;
	height:100px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left: calc( 50% - 150px);
	/*background-color:#1c2934;*/
	text-align:center;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.svg_logo_fundo{
	height:32px;
	margin-top:35px;
}
.mapa_google{
	width:100%;
	height:500px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:-500px;
	left:0px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	background-color:#999;
}

.mapa_fixo{
	width:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}

#conteudo_contactos{
	position:absolute;
	bottom: calc( 50% - 160px);
	left: calc( 50% - 480px);
	width:940px;
	height:210px;
	display:block;
	overflow:hidden;
	padding:55px 10px;
	cursor:default;
	background: url(../images/fundo_menu.png);
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}


.cont_contactos{
	width:1024px;
	height:auto;
	display:block;
	overflow:hidden;
	position:absolute;
	top:200px;
	left:calc(50% - 512px);
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}


.cont_formulario{
	width:1024px;
	height:auto;
	display:block;
	overflow:hidden;
	margin:0px auto;
	color:#FFF;
	font-size:12px;
	line-height:18px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:400;
	text-align: left;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
#formulario{
	width:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	bottom:-100%;
	left:0px;
	background-color:#18232d;
	z-index:90;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.coluna_contactos{
	width: calc(24% - 61px);
	height:auto;
	min-height:144px;
	float:left;
	padding:38px 30px;
	border-left: 1px solid #29313a;
	font-size:14px;
	line-height:20px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:400;
	text-align:center;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.coluna_contactos p{
	width:100%;
	font-size:14px;
	line-height:20px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:400;
	text-align:center;
	padding:0px;
	margin:0px;
}
#clique{
	display: none;
	overflow:hidden;
	position:absolute;
	bottom:96px;
	left: calc(50% - 480px);
	width:960px;
	height:40px;
	cursor:pointer;
}
#conteudo_contactos_form{
	width:940px;
	height:250px;
	display:block;
	overflow:hidden;
	padding:35px 10px;
	position:absolute;
	bottom: calc( 50% - 160px);
	left: calc( 50% - 480px);
	background-color:#18232d
}


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

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

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

:-ms-input-placeholder {  
   color:#f1f1f1;
}
.col_50{
	width:50%;
	height:auto;
	float:left;
}
input{
	width:90%;
	border:1px solid #18232d;
	background: url(../images/border_input_1.gif) -10px bottom repeat-x #18232d;
	background-size: 1000px 2px;
	color:#FFF;
	font-size:12px;
	line-height:22px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:400;
	text-align: left;
	margin-bottom:20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
input:focus{
	border:1px solid #18232d;
	background: url(../images/border_input_1.gif) 450px bottom repeat-x #18232d;
	background-size: 1000px 2px;
	box-shadow: none;
}
textarea{
	width:90%;
	height:180px;
	border:1px solid #18232d;
	background:#18232d;
	border-bottom:1px solid #3b464f;
	color:#FFF;
	font-size:12px;
	line-height:18px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:400;
	text-align: left;
	margin-bottom:20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
textarea:focus{
	border:1px solid #3b464f;
	box-shadow: none;
}
button{
	float:right;
	width:84px;
	height:38px;
	color:#ffffff;
	font-size:11px;
	line-height:36px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align: center;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	background-color:#303942;
	cursor:pointer;
	border:none;
	margin-right:10%;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
button:hover{
	background-color:#94c128;
}
#volta{
	float:right;
	width:84px;
	height:38px;
	color:#ffffff;
	font-size:11px;
	line-height:36px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align: center;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	background-color:#303942;
	cursor:pointer;
	border:none;
	margin-right:10%;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
#volta:hover{
	background-color:#94c128;
}
input[type="text"], input[type="password"], textarea, select { 
  outline: none;
}

.coluna_100{
	width:100%;
	height:200px;
	display:block;
	overflow:hidden;
	height:auto;
	float:left;
	margin-top:35px;
	border-top:1px solid #21303d;
	color:#FFF;
	font-size:10px;
	line-height:20px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align:center;
	padding-top:24px;
}
.coluna_100 span{
	color:#8c9196;
	text-transform:uppercase;
}


.creditos_rodape{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:66px;
	display:block;
	overflow:hidden;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 400;
	font-size:11px;
	background:#18232d;
}

a#ver_mapa{
	color:#FFF;
	font-size:11px;
	line-height:20px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
a#ver_mapa:hover{
	color:#94c128;
}
a#esconder_mapa{
	color:#FFF;
	font-size:11px;
	line-height:20px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
a#esconder_mapa:hover{
	color:#94c128;
}
a#ver_form{
	color:#FFF;
	font-size:14px;
	line-height:20px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:400;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
a#ver_form:hover{
	color:#94c128;
}

button{
	float:right;
	width:84px;
	height:38px;
	color:#ffffff;
	font-size:11px;
	line-height:36px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:700;
	text-align: center;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	background-color:#303942;
	cursor:pointer;
	border:none;
	margin-right:10%;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
button:hover{
	background-color:#94c128;
}

.coluna_contactos i{
	font-size:30px;
	color:#94c128;
	text-align:center;
}


#janala_abre_01,#janala_abre_02,#janala_abre_03,#janala_abre_04,#janala_abre_05{
	width:100%;
	height:2000px;
	display: block; overflow-y:auto; overflow-x: hidden;
	position:absolute;
	top:0px;
	right:-100%;
	background: #ffffff;
	z-index:150;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

/* Cadeiras Directivas
* --------------------------------------- */


a.btn_ver_cadeira{
	width:150px;
	height:33px;
	display:block;
	overflow:hidden;
	line-height:33px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:400;
	text-align: center;
	text-transform:uppercase;
	font-size:18px;
	padding:0px;
	cursor:pointer;
	color:#313131;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .3);
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
a.btn_ver_cadeira:hover{
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1);
}

a.operativas_btn{
	color:#682364;
}

a.multiusos_btn{
	color:#b6ba50;
}

a.espera_btn{
	color:#b7112b;
}

a.complementos_btn{
	color:#2d5780;
}
#volta_home, #volta_diretivas, #volta_operativas, #volta_multiusos, #volta_espera, #volta_complementos, #volta_contactos{
	cursor:pointer !important;
}








/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip{
	color: #AAA;
}
@media (min-width: 1300px) {
.expande{
	width:40%;
}
}
tr.altura_td{
	height:400px !important;
}
td.largura_td{
	width:400px !important;
}
@media (max-height: 770px) {
	#section2 .circulo_meio{
		background-size: 300px 300px;
		width:300px;
		height:300px;
		font-size:28px;
		line-height:40px;
	}
	tr.altura_td{
		height:300px !important;
	}
	td.largura_td{
		width:300px !important;
	}
	#section2 .txt_verde_corta{
		color:#3c3c3b;
		font-size:90px;
		line-height:80px;
	}
	#section2 .titulo_br_topo{
		font-size:30px;
		line-height:34px;
	}
	#section3 .txt_cadeira{
			width:280px;
			margin-right:200px;
			font-size:24px;
			margin-top:-150px;
		}
		#section3 .titulo_cadeiras{
			height: 86px;
			top:0px;
			border-bottom:320px solid #313131;
			font-size:100px;
			line-height:100px;
			padding-left: 150px;
			padding-top:80px;
		}
		.tamanho_directivas{
			margin-right:400px;
		}
		#section4 .txt_cadeira{
			width:360px;
			margin-left:80px;
			font-size:24px;
			margin-top:-150px;
		}
		#section4 .titulo_cadeiras{
			height: 86px;
			margin-left:-200px;
			font-size:100px;
			line-height:100px;
			padding-top:100px;
		}
		.tamanho_operativas{
			margin-left:530px;
		}
		#section5 .txt_cadeira{
			width:370px;
			margin-right:200px;
			font-size:24px;
			margin-top:-150px;
		}
		#section5 .titulo_cadeiras{
			height: 86px;
			margin-left:-150px;
			font-size:100px;
			line-height:100px;
			padding-left: 150px;
			padding-top:100px;
		}
		.tamanho_multiusos{
			margin-right:570px;
		}
		#section6 .txt_cadeira{
			width:270px;
			margin-left:100px;
			font-size:24px;
			margin-top:-100px;
		}
		#section6 .titulo_cadeiras{
			height: 86px;
			margin-left:-500px;
			font-size:100px;
			line-height:100px;
			padding-top:80px;
		}
		.tamanho_espera{
			margin-left:200px;
		}
		#section7 .txt_cadeira{
			margin-right:200px;
			font-size:24px;
			margin-top:-160px;
		}
		#section7 .titulo_cadeiras{
			height: 86px;
			margin-left:-250px;
			font-size:100px;
			line-height:100px;
			padding-top:100px;
		}
		.tamanho_complementos{
			margin-right:600px;
		}
		#conteudo_contactos{
			position:absolute;
			bottom: calc( 50% - 160px);
			left: calc( 50% - 400px);
			width:760px;
			height:210px;
			display:block;
			overflow:hidden;
			padding:55px 10px;
			cursor:default;
		}
}
@media (max-width: 1300px) {
		#section3 .txt_cadeira{
			width:280px;
			margin-right:200px;
			font-size:24px;
			margin-top:-100px;
		}
		#section3 .titulo_cadeiras{
			height: 86px;
			top:0px;
			border-bottom:320px solid #313131;
			font-size:100px;
			line-height:100px;
			padding-left: 150px;
			padding-top:80px;
		}
		.tamanho_directivas{
			margin-right:400px;
		}
		#section4 .txt_cadeira{
			width:360px;
			margin-left:80px;
			font-size:24px;
			margin-top:-100px;
		}
		#section4 .titulo_cadeiras{
			height: 86px;
			margin-left:-200px;
			font-size:100px;
			line-height:100px;
			padding-top:80px;
		}
		.tamanho_operativas{
			margin-left:450px;
		}
		#section5 .txt_cadeira{
			width:370px;
			margin-right:200px;
			font-size:24px;
			margin-top:-100px;
		}
		#section5 .titulo_cadeiras{
			height: 86px;
			margin-left:-150px;
			font-size:100px;
			line-height:100px;
			padding-left: 150px;
			padding-top:80px;
		}
		.tamanho_multiusos{
			margin-right:500px;
		}
		#section6 .txt_cadeira{
			width:270px;
			margin-left:100px;
			font-size:24px;
			margin-top:-100px;
		}
		#section6 .titulo_cadeiras{
			height: 86px;
			margin-left:-500px;
			font-size:100px;
			line-height:100px;
			padding-top:80px;
		}
		.tamanho_espera{
			margin-left:200px;
		}
		#section7 .txt_cadeira{
			margin-right:200px;
			font-size:24px;
			margin-top:-100px;
		}
		#section7 .titulo_cadeiras{
			height: 86px;
			margin-left:-350px;
			font-size:100px;
			line-height:100px;
			padding-top:80px;
		}
		.tamanho_complementos{
			margin-right:450px;
		}
		#conteudo_contactos{
			position:absolute;
			bottom: calc( 50% - 160px);
			left: calc( 50% - 400px);
			width:760px;
			height:210px;
			display:block;
			overflow:hidden;
			padding:55px 10px;
			cursor:default;
		}
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
@media (max-width: 321px) {
}






