@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.woff2") format('woff2'), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'LatoBlack';
    src: url('../fonts/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Lato-Black.woff2') format('woff2'),
         url('../fonts/Lato-Black.ttf') format('truetype'), 
		 url('../fonts/Lato-Black.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLatinExtBd';
    src: url('../fonts/LatoLatinExtBd-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatinExtBd-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatinExtBd-Regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/LatoLatinExtBd-Regular.woff2') format('woff2'),
         url('../fonts/LatoLatinExtBd-Regular.ttf') format('truetype'), 
		 url('../fonts/LatoLatinExtBd-Regular.svg#hensaregular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLatinLight';
    src: url('../fonts/LatoLatinLight-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatinLight-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatinLight-Regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/LatoLatinLight-Regular.woff2') format('woff2'),
		 url('../fonts/LatoLatinLight-Regular.svg#hensaregular') format('svg'),
         url('../fonts/LatoLatinLight-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Lato-Light.woff2') format('woff2'),
		 url('../fonts/Lato-Light.svg#hensaregular') format('svg'),
         url('../fonts/Lato-Light.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLatinMed';
    src: url('../fonts/LatoLatinMed-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoLatinMed-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/LatoLatinMed-Regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/LatoLatinMed-Regular.woff2') format('woff2'),
		 url('../fonts/LatoLatinMed-Regular.svg#hensaregular') format('svg'),
         url('../fonts/LatoLatinMed-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin: 0;  
	padding: 0;  
	border: 0;  
	outline: 0;  
	font-size: 100%;  
	vertical-align: baselinebaseline;  
	background: transparent;  
}  
body {  
	margin: 0; 
	padding: 0px;
	width: 100%;
    height: 100%;
    color:#000;
	/* overflow-x:hidden !important; */
	font-family: 'LatoLatinLight', Segoe UI, Arial, Helvetica, sans-serif!important; 
}

img {
	width: 100%;
	height: auto;
}

html {
    width: 100%;
    height: 100%;
}

ol, ul {  
	list-style: none;  
}

blockquote, q {  
	quotes: none;  
}
  
blockquote:before, blockquote:after,  
q:before, q:after {  
	content: '';  
}  
  
:focus {  
	outline: 0;  
}  
  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}

.img-fluid{
	max-width: 100%;
	height: auto;
}

#loading{
	width:100%;
	height:100%;
	position:fixed;
	background-color:#fff;
	z-index:100000;
	left:0;
	overflow:hidden;
}

#subloading{
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}

.menu_open{
    width: 53px;
}

.menu_close{
	font-size: 60px;
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    color: #215263;
    cursor: pointer;
}

.menu_close:hover{
	opacity: 0.5;
}

.pointer:hover{
	cursor: pointer;
	opacity: 0.5;
}

.open_menu:hover{
	opacity: 0.5;
}

.w3-card, .w3-card-2{
	box-shadow: inherit;
}

.w3-sidebar{
	height: 100vh;
    width: 450px;
    background-color: #fff;
    position: fixed!important;
    z-index: 11;
    overflow: auto;
    border-right: solid 3px #215263;
}

.w3-bar-block .w3-bar-item{
	text-align: center;
	font-family: 'LatoBlack';
	font-size: 22px;
	margin-bottom: 27px;
	padding: 0;
	color: #215263!important;
}

.w3-button:hover{
	color: #215263!important;
	background-color: #ffffff!important;
	text-decoration: none;
	opacity: 0.5;
}

.aviso-cookies{width:100%;background:#000;padding:10px;color:#fff;font-size:12px;z-index:100;text-align:center;position: fixed;bottom: 0;margin: 0 auto;left: 0;right: 0;}
.aviso-cookies a{color:#fff;text-decoration:underline;}.close-barra{color:#fff;font-size:13px;cursor:pointer;margin-left:5px;text-decoration:none !important;}

.w3-button:active{
	text-decoration: none;
	outline: 0;
}

.w3-button:focus{
	text-decoration: none;
	outline: 0;
}

#menu_links{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#social_buttons{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    text-align: center;
}

.btn_social:hover{
	opacity: 0.5;
}

#logo_abe{
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
}

#logo_abe:hover{
	opacity: 0.5;
}

.container-arrow{
	bottom: 200px;
	position: relative;
	width: 47px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
 }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: translateY(-50%); /* IE 9 */
          transform: translateY(-50%); /* IE 10, Fx 16+, Op 12.1+ */
}

#myModal2 .modal-content{
	width: 25%;
}

.btn-aqui{
	font-family: 'LatoLatinExtBd';
	cursor: pointer;
}

.btn-primary, .btn-primary:hover {
    background-color: #205264;
    border-color: #205264;
}

.text-checkbox{
	color: #000!important;
}

#checkbox-mensagem{
	float: left;
}

.aviso, #dados_errados{
	font-size: 12px;
}

.close_modal{
	font-size: 60px;
    position: absolute;
    right: 90px;
    top: 64px;
    color: #fff;
}

.close_modal:hover{
	cursor: pointer;
	opacity: 0.5;
}

.prev{
	color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
    left: 10px;
}

.next{
	color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.prev:hover{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.next:hover{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.barra{
	text-align: center;
}

.abe{
	width: 85px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#video{
	width: 100%;
	height: auto;
}

.seccao{
	margin-top: 120px;
}

.subseccao{
	margin-top: 60px;
}

.titulo{
	font-size: 44px;
	font-family: 'LatoLatinExtBd';
	text-align: center;
	color: #205264;
}

.dot_titulo{
	font-size: 14px;
    line-height: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
    position: relative
;}

.icon{
	width: 185px;
	height: auto;
	-webkit-transition-delay: 0.2s;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.mfp-image-holder .mfp-content {
    max-width: 60%;
}

.mfp-figure figure{
	margin: 0;
}

#icon5{
	width: auto;
	height: 18px;
	margin-right: 5px;
}

.texto_unidade{
	position: absolute;
	margin-top: 2px;
	font-family: 'LatoLatinExtBd';
	color: #205264;
}

.blue{
	color: #205264;
	font-family: 'LatoLatinMed';
}

.parallax{
	background-image:url(../images/parallax.jpg);
	height: 400px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	float: left;
	width: 100%;
}

.parallax_texto{
	font-family: 'LatoLatinMed';
    color: #fff;
    text-align: center;
    font-size: 35px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
}

.center{
	text-align: center;
}

.texto_servico{
	text-align: justify;
	margin-top: 20px;
}

.texto a{
	color: #000!important;
	text-decoration: none;
}

#logo_home{
	width: 100%;
    height: 100%;
    position: absolute;
}

#img_logo_home{
	width: 40%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contactos_bg{
	background-color: #205264;
	padding-top: 30px;
	padding-bottom: 40px;
}

.mapa-container{
	float:left;
	display:inline-block;
	overflow:hidden;
	width:100%;
}

#gmap-styled{
	height:340px;
}

.content-abe{
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom: 10px;
}

.div_termos{
	margin-top: 75px;
}

.input_contactos{
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    resize: none;
    padding-left: 5px;
}

.noneClass{
	display: none;
}

.texto_checkbox{
	float: right;
    width: 95%;
    text-align: left;
    font-size: 10px;
    line-height: 10px;
    padding-top: 4px;
    color: #fff;
}

#checkbox_rgpd{
	float: left;
}

.bold{
	font-family: 'LatoLatinExtBd';
}

.title_termos{
	font-family: 'LatoLatinExtBd';
	margin-top: 15px;
}

.btn_enviar {
    border: none;
    background-color: #fff;
    color: #205264;
    font-family: 'LatoLatinExtBd';
}

.contacte{
	font-family: 'LatoLatinExtBd';
    color: #fff;
    margin-bottom: 20px;
}

.texto_contactos{
	font-size: 18px;
    color: #fff;
}

.white{
	color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

#abe{
	width: 130px;
}

.slick-next{
	display: none!important;	
}

.justify{
	text-align: justify;	
}

.parallax_mobile{
	display: none;
}

.filtros{
	text-align: center;
	font-family: 'LatoLatinExtBd';
}

.filtro-solas{
	padding: 10px 20px;
	cursor: pointer;
}

#btn-voltar{
	position: absolute;
	top: 20px;
	right: 20px;
}

#btn-voltar h5{
	font-family: 'LatoLatinExtBd';
	color: #000!important;
}

#btn-voltar a:hover{
	text-decoration: none;
}

#portefolio{
	margin-top: 20px;
}
.figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #205264;
}

.hdc-name {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: 0!important;
}

.gallery-item:hover .figcaption {
  opacity: 0.8;
}

.gallery{
	margin-top: 20px;
}

@media(max-width: 1681px){
	.container-arrow{
		bottom: 100px;
	}
}

@media(max-width: 1025px){
	.container-arrow{
		display: none;	
	}

	.parallax{
		display: none;
	}

	.parallax_mobile{
		display: block;
	}
}

@media(max-width: 961px) {
	.mapa-container{
		float: none;	
	}
	
	.contactos_bg{
		margin-top: -5px;	
	}
}

@media(max-width: 897px){
	.open_menu{
		left: 20px !important;
		/* top: 20px; */
		width: 35px;
	}

	.logo2020{
		width: 50% !important;
		z-index: 2;
	}

	.w3-sidebar{
		width: 250px;
	}

	.w3-bar-block .w3-bar-item{
		margin-bottom: 0px;
		font-size: 12px;
	}

	.menu_close{
		font-size: 30px;
	}

	#menu_links{
		top: 40%;
	}
}

@media(max-width: 481px){
	.close_modal{
		z-index: 9999999;
	    font-size: 30px;
	    position: absolute;
	    right: 26px;
	    top: 15px;
	    color: #fff;
	}

	.texto_checkbox{
		width: 90%;
	}

	.logo2020{
		width: 70%;
	}
}



.fixed-pt2020 {
    position: fixed;
    top: 0px;
    margin-top: 0px;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.logo2020{
	width: 29%;
    z-index: 2;
}

.open_menu{
	position: absolute;
    z-index: 3;
    left: 90px;
    cursor: pointer;
}