@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500);
html{

}
body{
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration: none;
	color:inherit;
}
b{font-weight: bold;}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.nomrg{margin: 0 !important;}

.padtb10{padding: 10px 0;}
.padtb20{padding: 20px 0;}
.padt20{padding: 20px 0 0 0;}
.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.center{margin: 0 auto;}

.center-links{
	text-align:center;
	display: block;
	width: 100%;
}
.center-links a{
	display: inline-block;
}



.contact-bar-top{
	width: 100%;
	float: left;
	padding: 5px 0;
	background-color: #f1f1f1;
}

.top-bar{
	background-color: #fff;
	padding: 10px 0;
	width: 100%;
	float: left;
}

.top-bar > .container > a.logo{
	float: left;
	width: 263px;
}

.top-bar > .container > a.logo img{
	width: 100%;
}

.top-bar > .container > .menu{
	float: right;
	margin-top: 20px;
}
.top-bar > .container > .menu > li{
	float: left;
	position: relative;
	height: 30px;
}

.top-bar > .container > .menu{
	font-size: 16px;
	color: #868686;
	font-weight: bold;
}
.top-bar > .container > .menu a{
	float: left;
	margin-right: 30px;
	text-transform: uppercase;

}

.top-bar > .container > .menu > li > ul{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 30px;
	background-color: #005480;
	display: none;
}
.top-bar > .container > .menu li:hover ul{
	display: block;
}
.top-bar > .container > .menu > li > ul > li {

}
.top-bar > .container > .menu > li > ul > li > a {
	color: #fff;
	white-space: nowrap;
	padding: 5px 10px;
	border-bottom: 1px solid #00659c;
	width: 100%;

}
.top-bar > .container > .menu > li > ul > li > a:hover{
	color: #c2e3f5;
}

.top-bar > .container > .menu a.active, .top-bar > .container > .menu a:hover{
	color: #ad100b;
}

.contact-bar-top > .container > .contactos{
	float: left;
	margin-right: 40px;
}
.contact-bar-top > .container > .contactos .contacto{
	float: left;
	color: #323232;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;

}

.contact-bar-top > .container > .contactos .contacto i{
	float: left;
	margin-right: 10px;
	color: #005480;
	height: 12px;
	line-height: 18px;
}

.conteudo{
	width: 100%;
	float: left;
	background: url(../gfx/IMG_1595.JPG);
    background-repeat: no-repeat;
    padding-top: 50px;
    background-size: cover;
    background-position: center;
}

.conteudo .titulo{
	text-align: center;
	font-size: 67px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.conteudo .titulo.detalhe{
    font-size: 50px;
}
.conteudo .titulo.detalhe.noticia{
	text-align: left !important;
}
.conteudo .subtitulo{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.carousel-projetos .projeto{
	margin-bottom: 0 !important;
}
.projetos-home{
    padding-bottom: 30px;
}
.projetos-home .projeto{
	margin-bottom: 30px;
	position: relative;
	height: 357px;
	width: 100%;
}
.projetos-home .projeto .mask{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);

	z-index: 15;
	padding: 120px 20px 20px;
	opacity: 0;
	overflow:visible;

	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

.projetos-home .projeto .mask .detalhe{

	background-color: #9cc3de;
	margin-bottom: 10px;
}
.projetos-home .projeto .mask .texto{
	padding: 10px;
	background-color: #9cc3de;
	font-size: 13px;
	line-height: 18px;
}
.projetos-home .projeto .mask .texto.line{
	height: 35px;
	line-height: 35px;
	padding: 0 ;
	font-size: 14px;
}
.projetos-home .projeto .mask .designacao{
	margin-right: 10px;
	float: left;
	color: #fff7eb;
	padding: 0 10px;
	line-height: 35px;
	background-color: #4a96ce;

}

.projetos-home .projeto:hover .mask{
	opacity: 1;
}

.projetos-home .projeto .mask > .titulo{

}

.projetos-home .projeto .imagem{
	position: relative;
	z-index: 1;
}
.projetos-home .projeto .imagem img{
	width: 100%;
	overflow: hidden;
	height: 300px;
}

.projetos-home .projeto .titulo{
	background: rgba(18, 37, 70, 0.7);
	position: absolute;
	z-index: 20;
	top: 10px;
	left: 0;
	padding: 10px;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	height: auto;
    width: 100%;
}

/****/


.projetos-home{}
.projetos-home .projeto-small{
	margin-bottom: 30px;
	position: relative;
	height: 260px;
	width: 100%;
}
.projetos-home .projeto-small .mask{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	height: 250px;

	z-index: 15;
	padding: 100px 20px 20px;
	opacity: 0;
	overflow:visible;

	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

.projetos-home .projeto-small .mask .detalhe{
	background-color: #9cc3de;
	margin-bottom: 10px;
}
.projetos-home .projeto-small .mask .texto{
	padding: 10px;
	background-color: #9cc3de;
	font-size: 11px;
	line-height: 14px;
}
.projetos-home .projeto-small .mask .texto.line{
	height: 25px;
	line-height: 25px;
	padding: 0 ;
	font-size: 12px;
}
.projetos-home .projeto-small .mask .designacao{
	margin-right: 10px;
	float: left;
	color: #fff7eb;
	padding: 0 5px;
	line-height: 25px;
	background-color: #4a96ce;

}

.projetos-home .projeto-small:hover .mask{
	opacity: 1;
}

.projetos-home .projeto-small .mask > .titulo{

}

.projetos-home .projeto-small .imagem{
	position: relative;
	z-index: 1;
}
.projetos-home .projeto-small .imagem img{
	width: 100%;
	overflow: hidden;
	height: 250px;
}

.projetos-home .projeto-small .titulo{
	background: rgba(18, 37, 70, 0.7);
	position: absolute;
	z-index: 20;
	top: 10px;
	left: 0;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	/*height: 80px;*/
}








.wrapper-trabalhe-com-pros{
	background: url("../gfx/bg-form-contacte-nos.jpg") center bottom no-repeat;
	padding: 30px 0;
	background-size: cover !important;
}

.wrapper-trabalhe-com-pros .titulo{
	font-size: 46px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.wrapper-trabalhe-com-pros .subtitulo{
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.wrapper-trabalhe-com-pros .input-group{
	margin-bottom: 20px;
}
.wrapper-trabalhe-com-pros .input-group input.form-control{
	text-transform: uppercase;
	height: 45px;
}
.wrapper-trabalhe-com-pros .input-group .input-group-addon i{
	width: 20px;

}
.wrapper-trabalhe-com-pros .input-group .input-group-addon{
	border: none;
	background-color : #c9c9c9;
	color: #fff;
}
.wrapper-trabalhe-com-pros button{
	margin-top: 10px;
	float: right;
	background-color: #ad100b;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #7a0b07;
	border-bottom-width: 4px;

}


.rodape{
	width: 100%;
	float: left;
	background-color: #e7e7e7;
	padding: 20px;
}
.rodape .titulo{
	background-color: #005480;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
}

.rodape .menu{
	color: #868686;
	text-transform: uppercase;
}
.rodape .menu a{
	display: block;
	padding: 5px 0 0 10px;
}
.rodape .assinatura{
	width: 100%;
	float: left;
}

.rodape .assinatura .logo{
	float: right;
	margin-right: 10px;
}

.rodape .assinatura .texto{
	float: right;
	text-align: right;
	color: #474747;
	font-size: 14px;
}

input.error{
	border: 2px solid red;
}
label.error{
	display: none !important;
}

.mensagem-enviada{
	display: table;
	margin-top: 20px;
}

.mensagem-enviada .icon{
	display: table-cell;
	width: 30%;
	float: left;
	vertical-align: top;
	padding: 20px;
}

.mensagem-enviada > .texto{
	height: 100%;
	display: table-cell;
	width: 70%;
	padding: 20px;
	float: left;
	vertical-align: top;
	background-color: #fff;

}

.mensagem-enviada > .texto .titulo{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #005480;
}

.conteudo-texto{
	padding: 20px;
	background-color: #fff;
}

.sobre-nos img{
	width: 100%;
	margin-bottom: 10px;
}
.widget-title-wrap{
	width: 100%;
	
	height: 30px;
	border-bottom: 1px solid #0083c9;
}

.widget-title-wrap h3{
	font-size: 18px;
	padding: 0 10px 10px;
	border-bottom: 3px solid #005480;
	display: block;
	float: left;
	margin-top: 0;
}

#mapa-contacto {
	margin-top: 30px;
	height:400px;
	width:100%;
}
.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}

.contactos-contactos{
	margin-bottom: 30px;
}
.contactos-contactos  .contacto{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.contactos-contactos  .contacto > .icon{
	display: table-cell;
	width: 40px;
	color: #e61e26;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
.contactos-contactos  .contacto > .detalhe{
	display: table-cell;
	text-transform: uppercase;
}

.icon-facebook-topo{
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}



.owl-theme .owl-dots .owl-dot span {
	background: #d6d6d6 none repeat scroll 0 0;
	border-radius: 30px;
	display: block;
	height: 10px;
	margin: 5px 7px;
	transition: opacity 200ms ease 0s;
	width: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #E61E26;
}
.owl-theme .owl-controls {
	text-align: center;
	position: relative;
	top: -50px;
}

.owl-dots{
	position: relative;
	top: 0;
	width: 100%;

}
.owl-nav{
	position: relative;
	top: -150px;
	font-size: 50px;
	line-height: 40px;
	color: #fff;
}
.owl-prev{
	z-index: 9;
	left: 10px;
	position: absolute;
}
.owl-next{
	z-index: 9;
	right: 10px;
	position: absolute;
}


.titulo-area{
    padding-bottom: 13px;
    background: url("../gfx/pointer-titulo-destaques.png") -54px bottom no-repeat;
    margin-bottom: 10px;
}
.titulo-area > .titulo{
    background-color: rgba(255, 255, 255, 1);
    height: 43px;
    font-size: 24px;
    text-transform: uppercase;
    color: #035581;
    font-weight: bold;
    text-align: left;
	line-height: 43px;
    padding: 0 10px;
}

.descricao-projeto{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.titulo-fotos{
    background-color: #015480;
    border-bottom: 3px solid #004468;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bt-voltar{
    background-color: #e51d25;
    color: #fff;
    display: block;
    padding: 7px;
    float: left;
    font-size: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
.bt-voltar:hover{
    color: #fff;
    background-color: #ff3049;
}


.wrapper-noticias{
	width: 100%;
	float: left;
	padding: 30px 0;
}
.wrapper-noticias > .container > .titulo-wrapper{
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.noticia-home{ margin-bottom: 30px;}
.noticia-home .imagem{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.noticia-home .imagem img{
	width: 100%;
}

.noticia-home > .titulo{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	color: #E61E26;
}

.noticia-home > .botoes > .vermais{
	float: right;
	display: block;
	color: #fff;
	background-color: #E61F26;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.noticia-home >  .botoes > .vermais:hover{
	background-color: #ff2129;
}

.noticia-intro{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	height:167px;
}
.noticia-intro .imagem{
	display: table-cell;
	width: 30%;
	margin-bottom: 10px;
}
.noticia-intro .imagem img{
	width: 100%;
}
.noticia-intro > .resumo{
	display: table-cell;
	background-color: #fff;
	padding: 10px;
	width: 70%;
	height: 100%;
	vertical-align: top;
}
.noticia-intro > .resumo > .titulo{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	color: #E61E26;
}

.noticia-intro > .resumo > .resumo{
	font-size: 12px;

}
.noticia-intro > .resumo > .botoes{
	display: block;
}
.botoes > .shares{
	float: left;
}

.botoes > .shares > a{
	float: left;
	width: 30px;
	height: 30px;
	background-color: #005480;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-right: 1px solid #fff;
}
.botoes > .shares > a:hover{
	background-color: #005e91;
	color: #fff;
	text-decoration: none;
}

.noticia-intro > .resumo > .botoes > .vermais{
	float: right;
	display: block;
	color: #fff;
	background-color: #E61F26;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}
.noticia-intro > .resumo > .botoes > .vermais:hover{
	background-color: #ff2129;
}

.wrapper-partilhar-noticia{
	display: block;
	float: left;
	background: url("../gfx/pointer-share.png") 0 0 no-repeat;
	padding-top: 9px;
}
.wrapper-partilhar-noticia .inner{
	height: 40px;
	padding: 5px;
	background-color: #fff;
}
.wrapper-partilhar-noticia .botoes{
	float: left;
}
.wrapper-partilhar-noticia .inner .tt{
	float: left;
	font-size: 13px;
	line-height: 14px;
	color: #a8a8a8;
	margin-right: 10px;
}

.titulo-categoria-projetos{
	width: 100%;
	line-height: 25px;
	color: #005480;
	font-weight: bold;
	font-size: 30px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}





/* Small Devices, Tablets */
@media only screen and (max-width : 1200px) {
	.projetos-home .projeto-small{
		height: 291px;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
	.projetos-home .projeto-small{
		height: 342px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.projetos-home .projeto-small{
		height: auto;
	}
}

@media only screen and (max-width : 480px) {
	.col-xs-6{
		width: 100%;
	}
}


