@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #040a2a;
}
img {
	/*max-width:100%;*/
	border:0px;
}
.block {
	display: block;
}
.cboth {
	clear: both;
}
.uppercase {
	text-transform: uppercase;

}
.cabecalho {
}
.cabecalho .logotipo {
	padding: 0px;
	float: left;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cabecalho .menu-geral {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.bg_paginas {
	background-color: #f2f3f6;
	height: 20px;
}
.menu-geral li {
	padding: 0px;
	list-style-type: none;
	float: left;
	background-image: url(../img/separador.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu-geral li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin-right: 1px;
}
.menu-geral li a:hover {
	color: #FFFFFF;
	background-color: #019ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.menu-geral li .on {
	color: #FFFFFF;
	background-color: #019ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.cabecalho .mega {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	color: #C4C4C4;
}
.cabecalho .mega a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #C4C4C4;
}
.c-slideshow {
	height: 328px;
	width: 100%;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.c-slideshow .slideshow {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.c-slideshow .slideshow .slide {
	height: 328px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.slide .imagem {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 1;
	left: -50%;
	right: -50%;
}
.slide .conteudo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 10;
	left: 0px;
	right: 0px;
	top: 70px;
	text-align: left;
}
.conteudo .titulo {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #019ccc;
	text-decoration: none;
	text-transform: uppercase;
}
.conteudo .subtitulo {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #000c39;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 13px;
}
.conteudo .descricao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	width: 465px;
}
.c-slideshow .pg {
	position: absolute;
	z-index: 15;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	width: 1000px;
	bottom: 15px;
}
.c-slideshow .pg a {
	background-image: url(../img/bt_slide.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 0px;
	height: 17px;
	width: 17px;
	text-indent: -5000em;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.c-slideshow .pg .activeSlide {
	background-position: right center;
}
/*.menu-servicos {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}*/
.botao-link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #019ccc;
	font-size: 15px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	border: 1px solid #FFFFFF;
	line-height: normal;
}
.botao-link-grande {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #019ccc;
	font-size: 20px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	border: 1px solid #FFFFFF;
	line-height: 22px;
	width: 389px;
	text-align: center;
	letter-spacing: 1.5px;
	-moz-box-shadow: 0px 0px 2px #333333;
	-webkit-box-shadow: 0px 0px 2px #333333;
	box-shadow: 0px 0px 2px #333333;
	
	-webkit-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;			
}
.botao-link-grande:hover {
	text-shadow: 0px 0px 4px #000000;
	-moz-box-shadow: 0px 0px 20px #999999;
	-webkit-box-shadow: 0px 0px 20px #999999;
	box-shadow: 0px 0px 20px #999999;	
	
	-webkit-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;	
}
.botao-link-grande:active {
	-moz-box-shadow: 0px 0px 20px #c2c2c2;
	-webkit-box-shadow: 0px 0px 20px #c2c2c2;
	box-shadow: 0px 0px 20px #c2c2c2;	
		
	-webkit-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}	
.botao-link-cinza {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #999999;
	font-size: 13px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	border: 1px solid #FFFFFF;
	line-height: normal;
}
.botao-link:hover, .botao-link-cinza:hover {
	background-color: #050d38;
}
.bg_conteudos {
	background-color: #f7f7f7;
	background-image: url(../img/barra-sombra.png);
	background-repeat: repeat-x;
	background-position: left -3px;
}

.conteudos {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
}
/*.conteudos a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666666;
	text-decoration: underline;
	font-size: 14px;
}
.conteudos a:hover {
	color: #999999;
}*/
.conteudos .block1 {
	height: 50px;
	clear: both;
}
.conteudos .block2 {
	height: 30px;
	clear: both;
}


.conteudos .imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 45px;
}
.conteudos h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #4b4a4a;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.conteudos .p-h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #4b4a4a;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.conteudos .subtitulo {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.conteudos p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.conteudos .servicos {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.conteudos .servicos li {
	list-style-type: none;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #5D5D5D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.conteudos .servicos li a{
	color: #666666;
	text-decoration: none;	

}
.conteudos .noticias {
}
.noticias .noticia {
	clear: both;
	margin-bottom: 10px;
}
.noticias .noticia a {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	min-height: 110px;
}
.noticias .noticia .thumb {
	float: left;
	margin-right: 15px;
	height: 108px;
	width: 135px;
}
.noticias .noticia .titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.noticias .noticia .data {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #feb529;
	text-transform: uppercase;
}
.noticias .noticia .descricao {
	color: #666666;
}
.noticias .noticia .sabermais {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 300;
	color: #bebebe;
	text-transform: uppercase;
	text-align: right;
	display: block;
}
.noticias   .noticia:hover   .sabermais, .noticia-destaque:hover .sabermais {
	color: #666666;
}

.noticias .vertodas {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #999999;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	line-height: normal;
}
.noticias .vertodas:hover {
	background-color: #050d38;
}
.n-colunas  .noticia  {
	float: left;
	clear: none;
	width: 475px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
}
.noticias .subtitulo {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #737373;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
}

.noticias .noticia-destaque  {
	float: left;
	clear: none;
	width: 475px;
	margin-right: 50px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
}
.noticia-destaque a {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 15px;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	text-align: center;
}

.noticia-destaque .thumb {
	margin-right: auto;
	width: 445px;
	height: 356px;
	margin-left: auto;
}
.noticia-destaque .titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.noticia-destaque .data {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #feb529;
	text-transform: uppercase;
}
.noticia-destaque .descricao {
	color: #666666;
}
.noticia-destaque .sabermais {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 300;
	color: #bebebe;
	text-transform: uppercase;
	text-align: right;
	display: block;
}
.noticia-destaque .caixa-destaque {
	position: absolute;
	z-index: 10;
	left: 15px;
	bottom: 14px;
	background-image: url(../img/bg_sombra.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 415px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
.pontinhos {
	display: none;
}


.bg_pedido-orcamento {
	background-image: url(../img/barra-sombra.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.pedido-orcamento {
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pedido-orcamento .mensagem {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	font-size: 30px;
	float: left;
	background-image: url(../img/megasites_rodape.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin: 0px;
	line-height: 36px;
	height: 42px;
}
.pedido-orcamento .mensagem-botao {
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bg_rodape {
	background-color: #050d38;
	background-image: url(../img/bg_rodape.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.rodape {
	padding-top: 20px;
	padding-bottom: 20px;
}
.rodape .titulo {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.rodape .titulo strong {
	font-weight: normal;
}
.rodape .links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.rodape .links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	margin-bottom: 8px;
	display: inline-block;
}
.rodape .links a:hover {
	color: #FFFFFF;
}
.rodape .servicos {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rodape .servicos li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding-bottom: 8px;
}
.rodape .servicos li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.rodape .servicos li a:hover {
	color: #FFFFFF;
}
.rodape .servicos li .bullet {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 5px;
}
.rodape .morada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	line-height: 20px;
}
.rodape .morada a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.rodape .morada .mapa {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}
.rodape .morada .mapa img {
	background-color: #333333;
	padding: 1px;
	border: 1px solid #cccccc;
	margin-bottom: 3px;
}
.bg_copyright {
	background-image: url(../img/bg_rodape.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #040a2a;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.copyright strong {
	color: #FFFFFF;
	text-transform: uppercase;
}
.scrollup {
	position: fixed;
	z-index: 9000;
	right: 10px;
	bottom: 10px;
	background-image: url(../img/bt_scrollup.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 47px;
	text-indent: -5000em;
	display: none;
}
.scrollup:hover {
	position: fixed;
	z-index: 9000;
	right: 10px;
	bottom: 10px;
	background-image: url(../img/bt_scrollup.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 47px;
	text-indent: -5000em;
}
.conteudos  .conversatemporeal {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
	line-height: normal;
}
.conteudos .conversatemporeal .skype {
	background-image: url(../img/skype.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 45px;
}
.conteudos .conversatemporeal .skype a{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #00aeef;
	text-decoration: none;
	display: block;
	text-align: justify;
	padding-left: 110px;
}
.conteudos .conversatemporeal .skype a:hover {
	text-decoration: underline;
}
.conteudos  .mapa-localizacao {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
	line-height: normal;
	margin-bottom: 15px;
}
.conteudos .mapa-localizacao p {
	margin: 0px;
	padding: 0px;
}
.conteudos .mapa-localizacao .mapa {
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.conteudos .mapa-localizacao a {
	text-decoration: none;
	display: block;
}
.conteudos .mapa-localizacao a:hover {
	text-decoration: underline;
	color: #666666;
}
.conteudos .mapa-localizacao a .tit {
	font-size: 22px;
	color: #666666;
	font-family: 'Raleway', sans-serif;
	;
	font-weight: 500;
	text-transform: uppercase;
}
.conteudos .mapa-localizacao a .morada {
	color: #999999;
	font-size: 13px;
	display: inline-block;
	margin-top: 10px;
}



.c-form {
	padding: 20px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
}
.form {
	padding: 0px;
	margin: 0px;
}
.form .box {
	font-size: 14px;
	margin: 0px;
	color: #333333;
	padding: 2px;
	border: 1px solid #000039;
	font-family: Arial, Helvetica, sans-serif;
}
.form .box {
	font-size: 12px;
	color: #000000;
	border: 1px solid #C3C3C3;
	background-image: url(../img/bg_gradient-preto.png);
	background-repeat: repeat-x;
	background-position: left -18px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	outline:none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form .box:focus {
	border:1px solid #333333;
	outline:none;
}
.form .bts {
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #333333;
	border: 1px solid #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	margin-left: 0px;
	background-image: url(../img/bg_gradient-branco.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.form .bts:hover {
	background-color: #333333;
	border: 1px solid #333333;
	background-image: none;
}
.cookies {
	font-family: Arial;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 4px;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
}
@media (max-width:767px) {
.cookies {
	top: auto;
	bottom: 0px;
}
}
.cookies .cookie-mensagem {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0px;
}
.cookies .cookie-bts {
	text-align: center;
}
.cookies .cookie-bts .btn-default {
	  color: #0c0c0c;
    background-color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-right: 10px;
	padding: 3px 10px;
}
.cookies .cookie-bts .btn-default.btn-cookies {
	background-color: #019ccc;
	color: #fff;
}