@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;	
	font-smooth: always;
	font-family: 'Ubuntu', sans-serif;
	}
	
img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

input[type=submit] {
	cursor: pointer;
}

/* Containers //////////////////////////////*/

.row {
	width: 100%;
	height: auto;
	float: left;
}

.container {
	width: 1100px;
	height: auto;
	display:block;
	margin: auto;
}

.relative {
	position: relative;	
}

.center {
	text-align:center;
}


/* HOME //////////////////////////////*/

.topo {
	position: relative;
}

.logotipo {
	width: 188px;
	height: 193px;
	position: absolute;
	top: 20px;
	left: 30px;
}

.logotipo2 {
	width: 89px;
	height: 70px;
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
}

.menu {
	height: 70px;
	text-align: right;
	padding-top: 30px;
}

.bt_menu {
	font-size: 16px;
	color:#292c35;
	margin: 0px 10px;
	line-height: 40px;
	font-weight:700;
	font-family: 'Ubuntu', sans-serif;
}

.bt_entrar {
	font-size: 14px;
	color:#292c35;
	border: 2px solid #f1f2f6;
	border-radius: 12px;
	margin: 0px 10px;
	padding: 0px 15px;
	line-height: 40px;
	height: 40px;
	font-weight:400;
	font-family: 'Ubuntu', sans-serif;
}

.img-topo {
	/*background:url(../images/topo1.jpg);*/
	background-size: 100%;
	height: 400px;
	background-repeat: no-repeat;	
}

.img-topo h1 {
	margin-top: 5%;
	margin-bottom: 1px;
	color:#FFF;
	text-align:center;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	font-size: 66px;
}

.img-topo h2 {
	margin-top: 0px;
	color:#FFF;
	text-align:center;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
	font-size: 24px;
	font-weight: 600;
}

.img-topo form {
	text-align:center;
}

.col-type-text {
	width: 75%;
	float: left;
	text-align:right;
}

.col-type-submit {
	width: 25%;
	float: left;
	text-align:left;
}

.img-topo input[type=text] {
	border: 0px;
	line-height: 50px;
	border-color: #FFF;
	margin: 0px 5px;
	padding-left: 10px;
	font-family: 'Ubuntu', sans-serif;
	color:#5c5c5f;
	font-size: 17px;
	font-weight: 400;
}

.img-topo input[type=submit] {
	border: 0px;
	line-height: 50px;
	border-color: #1fcae4;
	margin: 0px 5px;
	background-color:#1fcae4;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	padding: 0 15px;
}

.destaques-home {
	text-align: center;
}

.destaques-home h3 {
	margin-top: 20px;
	color:#292c35;
	text-align:center;
}

.destaque-home {
	display: inline-block;
	width: 22.5%;
	margin: 0.8%;
}

.destaque-home img {
	margin-bottom: 2%;
}

.col-home {
	margin-top: 15px;
}

.col-home-municipios {
	width: 800px;
	height: auto;
	float: left;
	display: block;
	margin-right: 20px;
}

.col-home-mapa {
	width: 280px;
	height: auto;
	float: left;
	display: block;
	margin-top:25px;
}

.home-municipio {
	text-align: center;
}

.home-municipio img {
	width: 11%; 
	margin: 0.5%;
	display: inline-block;
}

.home-slider {
	width: 736px;
	margin: 10px auto;
	position: relative;
	height: 319px;
	overflow:hidden;
}

.bt-slider-esq {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 35%;
	left: 10px;
	z-index:1;
	cursor: pointer;
}

.bt-slider-dir {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 35%;
	right: 10px;
	z-index:1;
	cursor: pointer;
}

.home-slider-imgs {
	width: 2500px;
	position: absolute;
	z-index: 0;
}

.home-slider-img {
	width: 736px;
	position: relative;
	z-index: 0;
	height: auto;
	overflow:hidden;
	float: left;
}

.home-slider-img h3 {
	font-size: 45px;
	font-weight: 600;
	color: #FFF;
	position: absolute;
	top: 0 ;
	left: 0;
	text-align: center;
	z-index: 1;
	width: 100%;
	margin-top: 0;
	text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.4);
	/*background:rgba(31,202,228,0.4);*/
}

/* PAG. LISTAGEM //////////////////////////////*/

.img-topo-int {
	position: relative;
}

.img-topo-int h1 {
	color:#FFF;
	text-align:center;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	z-index:1;
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0px;
}

.img-topo-int img {
	z-index:0;
	position: absolute;
	top: 0;
	left: 0;
}

.internas {
 	background-color:#f8f9fb;
	padding-bottom: 30px;
	padding-top: 30px;
}

.col-lista-1 {
	width: 80%;
	margin-right: 1%;
	float: left; 
}

.col-lista-2 {
	width: 19%;
	float: left; 
}

.lista-pesquisa {
	width: 94%;
	background-color:#FFF;
	padding: 2%;
	margin: 0 1%;
}

.lista-pesquisa input[type=text] {
	border: 0px;
	line-height: 40px;
	border-color: #FFF;
	margin: 0px 5px;
	padding-left: 10px;
	font-family: 'Ubuntu', sans-serif;
	color:#5c5c5f;
	font-size: 14px;
	font-weight: 400;
	background-color:#f1f2f7;
}

.lista-pesquisa input[type=submit] {
	border: 1px solid #1fcae4;
	line-height: 40px;
	margin: 0px 5px;
	background-color:#1fcae4;
	line-height: 40px;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	padding: 0px 20px;
}

.resultados {
	width: 94%;
	background-color:#FFF;
	padding: 0px 2% 3px 2%;
	margin: 0 1%;
	text-align: right;
}

.resultados p {
	font-weight: 400;
	font-size: 14px;
	color:#202126;
	margin-top: 0px;
	margin-bottom: 2px;
}

.resultados p strong {
	color:#1fcae4;
}

.lista-empresas {
	text-align:center;
	margin-top: 20px;
}

.lista-empresas a {
	width: 22.7%;
	margin: 1%;
	height: 330px;
	background-color:#FFF;
	border: 1px solid #f1f2f7;
	display: inline-block;
	vertical-align: top;
	color: #202126 !important;
}

.lista-empresas a img {
	width: auto;
}

.lista-empresas h2 {
	font-size: 13px;
	font-weight: 400;
	color: #202126 !important;
}

.lista-empresas h3 {
	font-size: 12px;
	font-weight: 600;
	color: #202126 !important;
}

.lista-empresas p {
	color:#5c5c5f;
	font-size: 11px;
	font-weight: 500; 	
	}

.paginacao {
	margin: 10px 0 20px 0;
	text-align: center;
}

.paginacao a {
	background-color:#FFF;
	border: 1px solid #f1f2f7;
	padding: 5px;
	width: 20px;
	display: inline-block;
	color: #202125;
}

.paginacao a:hover, .active {
	color: #1fcae4 !important;
	border-color: #1fcae4 !important;
}

.banners-cidade {
	text-align:center;
}

.banners-cidade a {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.barra-distritos {
	background:url(../images/f-predios.png);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color:#1fcae4;
	height: 169px;
	text-align: center;
	color: #FFF;
}

.barra-distritos a {
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	margin: 30px 4px 0px 4px;
	display: inline-block;
}

.barra-distritos a:hover {
	text-decoration: underline;
}

/* FICHA //////////////////////////////*/

.ficha-titulo {
	background:#FFF;
}

.ficha-titulo img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	margin-bottom: 27px;
}

.ficha-titulo h1 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 0px;
	color:#202126;
}

.ficha-titulo h2 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 0px;
	color:#797b81;
}

.ficha {

}

.ficha h4 {
	font-size: 14px;
	font-weight: 700;
}

.ficha p {
	font-size: 12px;
	font-weight: 400;
}

.col-ficha-1 {
	width: 70%;
	margin-right: 1%;
	float: left; 
}

.col-ficha-2 {
	width: 29%;
	float: left; 
}

.ficha-sobre {
	background-color:#FFF;
	border: 1px solid #f1f2f7;
	padding: 1%;
	width: 98%;
}

.ficha-sobre-2 {
	background-color:#FFF;
	border: 1px solid #f1f2f7;
	padding: 5%;
	width: 90%;
}

.bt-facebook-2 {
	width: 80px;
	height: 80px;
	display: block;
	margin: 15px auto;
}

.galeria {
	margin: 15px 0;
	text-align: center;
}

.galeria img {
	width: auto;
	height: 85px;
	cursor: pointer;
}

.tags {
	margin: 15px 0;
	text-align: center; 
}

.tags a {
	width: auto;
	padding: 10px;
	text-align: center;
	background-color:#FFF;
	border: 1px solid #f1f2f7;
	margin-right: 10px;
	display:inline-block;
	font-size: 12px;
	font-weight: 400;
	color:#84868b;
}

.youtube {
	margin: 20px 0;
}

.form {
	
}

.form input[type=text], .form textarea {
	border: 0px;
	line-height: 40px;
	border: 1px solid #f0f2f7;
	margin: 5px 5px;
	padding-left: 10px;
	font-family: 'Ubuntu', sans-serif;
	color:#5c5c5f;
	font-size: 14px;
	font-weight: 400;
	width: 95%;
	box-sizing: border-box;
}

.form input[type=submit] {
	border: 1px solid #1fcae4;
	line-height: 35px;
	height: 35px;
	margin: 10px 5px;
	background-color:#1fcae4;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	padding: 0px 20px;
	width: 95%;
	box-sizing: border-box;
	border-radius: 5px;
}

.fundo-ficha-slider {
	width: 100%;
	height: 800px;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	position: absolute;	
	text-align: center;
	display: none;
}

.ficha-slider {
	width: 1100px;
	height: 400px;
	overflow: hidden;
	display:inline-block;
	margin-top: 100px;
}

.ficha-slider-imgs {
	width: 2500px;
	height: 400px;
}

.ficha-slider-img {
	width: 1100px;
	position: relative;
	z-index: 0;
	height: auto;
	overflow:hidden;
	float: left;
	text-align: center;
}

.bt-slider-ficha-esq {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 35%;
	left: 10px;
	z-index:1;
	cursor: pointer;
}

.bt-slider-ficha-dir {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 35%;
	right: 10px;
	z-index:1;
	cursor: pointer;
}

.bt-slider-fechar {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index:1;
	cursor: pointer;
}

/* MAPA GOOGLE /////////////////////////////*/

.mapa {
	margin-top: 10px;	
}

.mapa_google {
	width: 100%;
	height: auto;
	float: left;	
}

.mapa_google frame {
	width: 100%;
	height: 350px;	
}

.mapa h2 {
	background-color:#1fcae4;
	padding: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border: 0px;
	margin-bottom: 0px;	
}

.visitas {
	
}

.visitas p {
	background:url(../images/stat.png) no-repeat left;
	padding-left: 23px;	
}

/* CONCELHOS //////////////////////////////*/

.concelhos {
	padding: 40px 0 40px 0;
	text-align: center;
}

.img-concelho {
	height: 250px; 
	line-height: 250px; 
	vertical-align:middle; 
	text-align:center;
} 

.img-concelho h1 {
	font-size: 45px;
	font-weight: 600;
	color: #FFF;
	margin:0; 
	padding: 0;
	text-align: center;
	z-index: 1;
	width: 100%;
	margin-top: 0;
	text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.5);
	/*background:rgba(31,202,228,0.4);*/
}

.concelhos h2 {
	font-size: 30px;
	font-weight: 600;
	color:#1fcae4;
}

.listar-concelhos {
	text-align: center;
}


.listar-concelhos a  {
	display: inline-block;
	width: 140px;
	margin: 10px 5px;
}

/* GALERIA - CONCELHOS //////////////////////////////*/

.galeria-concelho {
	
}

.galeria-concelho h2 {
	font-size: 30px;
	font-weight: 500;
	color:#797b81;
}

.imagem-concelho {
	width: 100%;
	height: auto;
	float: left;
}

.mapa-concelho {
	width: 100%;
	height: auto;
	float: left;
}

.mapa-concelho iframe {
	width: 100%;
	height: 400px;
}

.legenda-imagem-concelho {
	width: 98%; 
	height:auto; 
	display:block; 
	float: left; 
	margin-bottom:80px; 
	background-color:#F2F2F2; 
	border-top: 3px solid #FFF; 
	padding: 1%;
}

.legenda-imagem-concelho hr { 
	border: 0; 
	border-bottom: 1px dashed #C0C0C0; 
	margin: 30px auto;
	width: 100%;
	/* background: #999; */
	}

/* LOGIN //////////////////////////////*/

.login {
	
}

.login-menu {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #797b81;
	margin: 20px auto;
}

.login-menu a {
	color: #797b81;
}

.login-menu a:hover, .login-active {
	color: #1fcae4 !important;
}

.login-form {
	width: 60%;
	height: auto;
	float: left;
	background-color:#e9eaea;
	border-radius: 20px;
	margin-bottom: 50px;
	padding: 20px 20%;
}

.login-form p {
	font-family: 'Ubuntu', sans-serif;
	color:#252d35;
	font-size: 14px;
	font-weight: 400;
	width: 96%;
	margin: 5px 2%
}

.login-form h2 {
	margin-top: 20px;
	color:#292c35;
	text-align:center;
}

.login-form hr { 
	border: 0; 
	border-bottom: 1px dashed #C0C0C0; 
	margin: 40px auto 30px auto;
	width: 100%;
	/* background: #999; */
	}

.login-form input[type=text], .login-form input[type=password], .login-form textarea, .login-form select  {
	border: 0px;
	line-height: 30px;
	vertical-align: middle;
	border-color: #FFF;
	margin: 0px 2%;
	padding-left: 10px;
	font-family: 'Ubuntu', sans-serif;
	color:#4f4f4f;
	font-size: 16px;
	font-weight: 400;
	width: 96%;
}

.login-form input[type=text]:focus, .login-form input[type=password], .login-form textarea:focus, .login-form select:focus {
	color:#1fcae4 !important;
	font-weight: 600;
}

.bt-form {
	border: 0px;
	border-color: #1fcae4;
	background-color:#1fcae4;
	color: #FFF;
	width: 160px;
	padding: 10px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 0 2%;
	float: right;
}

.gerir-imagens {
	text-align: center;
}

.gerir-imagens div {
	width: 24%;
	display: inline-block;
	min-height: 200px;
}

.bt-apagar {
	border: 0px;
	border-color: #1fcae4;
	background-color:#FF0000;
	color: #FFF;
	width: 80px;
	padding: 5px 10px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin: 5px auto 0px auto;
}


/* FOOTER //////////////////////////////*/

.footer {
	background-color:#afaeb3;
	padding: 30px 0;
}

.col-footer-1 {
	width: 85%;
	height: auto;
	float: left;
}

.col-footer-2 {
	width: 15%;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 30px;
}

.footer h3 {
	color: #FFF;
	font-size: 20px; 
	font-weight: 400;
}

.footer p {
	color: #FFF;
	font-size: 14px; 
	font-weight: 400;
}

.bt-footer {
	border: 0px;
	border-color: #1fcae4;
	background-color:#1fcae4;
	color: #FFF;
	width: 160px;
	padding: 10px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	margin: auto;
}

.bt-facebook {
	width: 96px;
	height: 96px;
	display: block;
	margin-bottom: 10px;
}

.bt-email {
	width: 100px;
	height: 100px;
	display: block;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1010px or less */
@media screen and (max-width: 1099px) {

	.container
	{
	width: 96%;
	}
	
	.col-home-municipios {
    width: 100%;
    margin: auto;
	}
	
	.col-home-mapa {
    width: 280px;
    float: none;
	margin: 25px auto;
	}
	
	.col-type-text, .col-type-submit {
	  width: 100%;
	  text-align: center;
	}
	
	.img-topo input[type=text], .img-topo input[type=submit] {
		 margin: 5px;
	}
	
	.col-footer-1 {
		width: 75%;
	}
	
	.col-footer-2 {
		width: 25%;
	}
}

@media screen and (max-width: 1048px) {

	.img-topo h1 {
		font-size: 40px;	
	}
	
	.img-topo h2 {
		font-size: 22px;	
	}
	
}

@media screen and (max-width: 780px) {

	.img-topo h1 {
		font-size: 30px;	
	}
	
	.img-topo h2 {
		font-size: 18px;	
	}
	
	.img-topo form {
	 width: 60%;
	 height: 220px;
	 margin: 0 20%;
	 /*background-color: rgba(28,204,228,0.1);*/
	 background-color: rgba(255,255,255,0.2);
	 display: block;
	 border-radius: 20px;
	 padding-top: 8px;
	 box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
	}
	
	.img-topo input[type=text] {
	 box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
	 border: 1px solid #EFEFEF;
	}
	
	.logotipo {
	 display: none;
	}
	
	.logotipo2 {
	 display: block;
	}
	
	
}

@media screen and (max-width: 500px) {
		
	.img-topo input[type=text] {
	 width: 85%;
	}
	
	.col-footer-1 {
		width: 100%;
		text-align: center;
	}
	
	.col-footer-2 {
		width: 100%;
		text-align: center;
	}
	
	.bt-facebook, .bt-email {
	display: inline-block;
	}
	
}