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-left: 60px;
	padding-right:60px;
	width: 100%;
    height: 100%;
	font-family:"Open-Sans";
	overflow-x:hidden !important;
} 

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;  
} 

@font-face {
	font-family:"Open-Sans";
	src: url('../fonts/OpenSans-Regular.eot?') format('eot'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');       
	font-style: normal;
}

.banner{
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

#video-wrapper{
	background-color: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

#video{
	position: absolute;
}

#content{
	width:100%;
	float:left;
	margin-top:20px;
}

.logo-menu{
	float:left;
	width:240px;
    margin-bottom: 10px;
	height:auto;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    background-color:#FFFFFF;
    padding-top:12px;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #000000;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
	font-size:13px;
    color: #000000;
    letter-spacing: 1px;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #d5b881 ;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
    color:#d5b881;
}

.navbar-custom .nav li.active a:hover {
    color: #D85C27;
}

.overlay2{
	background: rgba(0, 0, 0, 0) url("../images/over.png") repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.text_header{
    position: absolute;
    width: 100%;
    font-size: 60px;
    color:#FFF;
    z-index: 10;
    text-align:left;
    font-weight: bold;
    padding-left:40px;
    bottom:40px;
}

#menu{
	background-color: white;
    height: 80px;
    left: 0;
    max-height: 80px;
    padding: 0px 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.footer{
	position: fixed;
    right: 0;
    bottom: 0;
    height: 70px;
    left: 0;
    max-height: 70px;
    width: 100%;
    z-index: 99;
    background-color:#FFF;
}

.abe{
	float:left;
	margin-left:60px;
	margin-top:26px;
}

.top{
	position:fixed;
	right:60px;
	bottom:26px;
}

.about{
	margin-bottom:60px;
}

.wrapper{
	background-color: #fafafa;
}

.title{
	width:100%;
	text-align:center;
	margin-bottom:40px;
	font-family:"Oswald";
}

.tabs-7{
	margin-top:80px;
}

.botao{
	cursor:pointer;
}

.nd-wrap {
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.nd-title {
	position: relative;		
	top: -150px;
	opacity: 0;
	font-weight: 400;
	-webkit-transition: all 1s ease 0.01s;
			transition: all 1s ease 0.01s;
}
.nd-title span {
	color: #FFFFFF;	
	padding: 0 20px 15px;
	display: inline-block;
	text-transform:uppercase;
}
.nd-icon {
    color: #000;
    display: inline-block;
    font-size: 25px;
    margin: 0 5px;
    opacity: 0;
    position: relative;
	cursor: pointer;
	-webkit-transition-duration: 0.6s;
			transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
			transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
}
.nd-icon span {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	padding: 10px 15px;
	-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
.nd-icon:hover span {
	background: #fff;
	-webkit-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
}
.nd-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.nd-content_inner {
	display: table;
	width: 100%;
	height: 100%;
}
.nd-content_inner1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/* =============== HOVER AREA =============== */
.nd-wrap:hover .nd-icon,
.nd-wrap:hover .nd-content,
.nd-wrap:hover .nd-title {
	opacity: 1;
	top: 0;
}
.nd-wrap:hover .nd-title {
	-webkit-transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
			transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
}
.nd-wrap:hover .nd-content {
	background: rgba(0, 0, 0, 0.5);
}
/* =============== SET DELAY FOR ICONS WHEN HOVER =============== */
.nd-content .nd-icon:nth-of-type(1) {	
	-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
}
.nd-content .nd-icon:nth-of-type(2) {
	-webkit-transition-delay: 0.15s;
			transition-delay: 0.15s;
}
.nd-content .nd-icon:nth-of-type(3) {
	-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
}
.nd-content .nd-icon:nth-of-type(4) {
	-webkit-transition-delay: 0.25s;
			transition-delay: 0.25s;
}
/* ============================== HOVER STYLE ============================== */
/* =============== STYLE 1 =============== */
.nd-style-1 .nd-icon {
	top: 150px;
}
/* =============== STYLE 2 =============== */
.nd-style-2 .nd-icon {
	-webkit-transform: scale(0,0);
			transform: scale(0,0);
}
.nd-wrap.nd-style-2:hover .nd-icon {
	-webkit-transform: scale(1,1);
			transform: scale(1,1);
}
/* =============== STYLE 3 =============== */
.nd-style-3 .nd-icon {
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}
.nd-wrap.nd-style-3:hover .nd-icon {
	-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
}
/* =============== STYLE 4 =============== */
.nd-style-4 .nd-icon {
	-webkit-transform: scale(1.5,1.5);
			transform: scale(1.5,1.5);
}
.nd-wrap.nd-style-4:hover .nd-icon {
	-webkit-transform: scale(1,1);
			transform: scale(1,1);
}
/* =============== STYLE 5 =============== */
.nd-wrap.nd-style-5:hover .nd-title {
	-webkit-transition: all 0.5s ease 0.01s;
			transition: all 0.5s ease 0.01s;
}
.nd-style-5 .nd-icon {
	top: 150px;
	-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
}
/* =============== STYLE 6 =============== */
.nd-wrap.nd-style-6:hover .nd-title {
	-webkit-transition: all 0.5s ease 0.01s;
			transition: all 0.5s ease 0.01s;
}
.nd-style-6 .nd-icon {
	-webkit-transform: scale(0,0);
			transform: scale(0,0);
	-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
}
.nd-wrap.nd-style-6:hover .nd-icon {
	-webkit-transform: scale(1,1);
			transform: scale(1,1);
}
/* =============== STYLE 7 =============== */
.nd-wrap.nd-style-7:hover .nd-title {
	-webkit-transition: all 0.5s ease 0.01s;
			transition: all 0.5s ease 0.01s;
}
.nd-style-7 .nd-icon {
	-webkit-transform: scale(1.5,1.5);
			transform: scale(1.5,1.5);
	-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
}
.nd-wrap.nd-style-7:hover .nd-icon {
	-webkit-transform: scale(1,1);
			transform: scale(1,1);
}
/* =============== STYLE 8 =============== */
.nd-wrap.nd-style-8:hover .nd-title {
	-webkit-transition: all 0.5s ease 0.01s;
			transition: all 0.5s ease 0.01s;
}
.nd-style-8 .nd-icon {
	-webkit-transform: rotate(180deg) scale(1.5,1.5);
			transform: rotate(180deg) scale(1.5,1.5);
	-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
}
.nd-wrap.nd-style-8:hover .nd-icon {
	-webkit-transform: rotate(360deg) scale(1,1);
			transform: rotate(360deg) scale(1,1);
}

.hidden { display: none; }

#filter {
  text-align: center;
  background-color: #333;
  padding: 15px;
}

#filter button {
  border: 0;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  padding: 5px 20px;
}

#filter button.active { background-color: #406174; }

#filter button:focus { outline: 0; }

#posts {
  max-width: 1200px;
  margin: 0 auto;
}

#posts .post {
  width: 25%;
  float: left;
  height: 250px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #2e5d5a;
}

#posts .post img {
  position: relative;
  display: block;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 100%;
}

#posts .post:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

#posts .post .post-content {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#posts .post .post-content::before,
#posts .post .post-content::after { pointer-events: none; }

#posts .post .post-content,
#posts .post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#posts .post a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

#posts .post h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

#posts .post h2,
#posts .post p { margin: 0; }

#posts .post p {
  letter-spacing: 1px;
  font-size: 68.5%;
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

#posts .post:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
 @media screen and (max-width: 600px) {

#posts .post { width: 50%; }
}

.portfolio-section {
    padding-bottom:40px;
}

.filter-container {
    text-align:center;
    padding:20px;
}


ul.filter > li > a {
    color:#000;
    font-size:13px;
    line-height:40px
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#d5b881 ;
    outline:none
}

ul.filter > li.active a {
    color:#d5b881 
}

ul.filter > li span {
    color:#ddd;
    font-size:13px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative
}

.portfolio-section figure img {
    width:100%;
    height:auto
}


/* project title under image */

.portfolio-section .article-title {
    text-align:center;
    float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
    padding:10px 0 30px 0;
}

.portfolio-section .article-title {
    color:#aaa
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
    background-color:#000000;
    background-color:rgba(0,0,0,0.7)
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px;
    text-align:center;
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
	background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}


/* skew image on hover */ 

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden
}

.isotopeSelector figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}

.inner-overlay-content h2{
	color:#fff;
	font-size:30px;
	text-decoration:none;
}

#form-contact{
	float: left;
    width: 100%;
	margin-bottom:60px;
}	

#form-contact input{
	float:left;
	width:100%;	
	height:40px;
	border:#CCCCCC solid 1px;
	color:#333333;
	font-size:12px;
	padding-left:10px;
}

#form-contact textarea{
	float:left;
	width:100%;	
	height:180px;
	padding-top:10px;
	border:#CCCCCC solid 1px;
	color:#333333;
	resize:none;
	font-size:12px;
	padding-left:10px;
}

#form-contact button{
	float:left;
	color:#FFF;
	background:#d5b881;
	width:100px;
	height:37px;
	border:none;
	font-size:15px;
	margin-left: 15px;
}

.noneClass{
	display:none;	
}

.title-morada{
	float:left;
	font-size:14px;
	letter-spacing: 1px;
    margin-bottom: 5px;
}
.contactos-sub{
	width:100%;
	background-color:#f3f3f3;
}

.center{
	text-align:center !important;
}

.contacts-text{
	width:100%;
	text-align:center;
	font-size:12px;
	margin-top:20px;
}

.top2{
	padding-top:50px !important;
	padding-bottom:20px;
}

.active{
	color:#d5b881;
}	

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 100000;
  text-align: center;
  top:0px;
}

#loading-image {
  position: relative;
  top: 45%;
  z-index: 100000;
}
.carregar{
	font-size: 12px;
	position: relative;
	top: 52%;
}

#subloading {
    display: inline-block;
    height: 70px;
    left: 50%;
    margin-top: -70px;
    margin-left: -70px;
    position: absolute;
    top: 50%;
    width: 150px;
}
.rato{
	position:absolute; 
	bottom:40px;
	left:50%;
	margin-left:-15px;
	z-index:1;
}

.inner-title {
    color: #d5b881;
    font-size: 58px;
    line-height: 58px;
    position:absolute;
    z-index:1;
    text-align:center;
    width:100%;
    text-transform:uppercase;
}

.wrapper-text{
	width:100%;
	text-align:center;
	top:50%;
	margin-top:-80px;
	position:absolute;
}

.mar-t40{
	margin-top:40px;
}

.mar-t10{
	margin-top:8px;
}

.flags{

    margin-left:352px;
}

.footerBookOfComplaints{
    background-color:#d5b881;
    padding-top:10px;
    padding-bottom:40px;
    margin-top: 0px;
}

.bookOfComplaints{
    margin-bottom: 10px;
}

.botao1{
    background-color: #d5b881;
    color: #613000;
    margin-top: 14px;
}

.contactUs{
    margin-top: 0; 
}


.rowColLocation{
    margin-left: 51px;

}

.rowColContacts{

    margin-left: 53px;
}

.serviceImg{

    border: solid 1px #d5b881;

}

.carouselImg{
    width:100%;
    aspect-ratio:265/115;
}

.margingPortfolio{
    margin-top: -26px;

}

.margingServicos{
    margin-top: -31px;
}

@media screen and (max-width: 765px) {
	body{
		padding:0px !important;
	}
	
	#menu{
		padding: 0px !important;
	}
	
	.text_header{
		font-size:30px !important;
	}
	
	.footer{
		position:inherit !important;
	}
	
	.top2{
		padding-bottom:12px !important;
	}
	
	.inner-title {
		 font-size: 24px !important;
		 line-height:24px !important;
	}
	.rato{
		display:none !important;
	}
	
	.wrapper-text{
		margin-top:-50px !important;
	}

    .flags{

        margin-left:1px !important;
        margin-bottom: 20px !important;
    }
    .logo-menu{
		
      margin-left:5px;
	}

    .footerBookOfComplaints{
        padding-bottom:0 !important;
        margin-top: -20px !important;

    }

    .bookOfComplaints{
        margin-bottom: -26px !important;
    }

    .contactUs{
        margin-top: -110px !important; 
    }
    
    .botao1{
        margin-top: 30px !important;
    }
    .rowColLocation{
        margin-left: 85px !important;
    
    }
    .rowColContacts{

        margin-left:125px;
    }
  
    .carouselImg{
        aspect-ratio: 235/128 !important;
    }
    .margingPortfolio{
        margin-top: -20px !important;
    
    }
    .margingServicos{
        margin-top: -25px !important;
    }
}

@media screen and (min-width: 768px) and(max-width: 850px) {
	.navbar-custom a{
		font-size:11px !important;
	}
	.footerBookOfComplaints{
        padding-bottom:0 !important;
        margin-top: -20px !important;

    }
   
    .bookOfComplaints{
        margin-bottom: -26px !important;
    }
    .contactUs{
        margin-top: -110px !important; 
    }
	
    .botao1{
        margin-top: 30px !important;
    }

    .flags{
        margin-left:317px !important;
        margin-bottom: 15px !important;
    }

}