
/* GERAIS
-------------------------------------------------- */

html,
body {
	width:100%; 
	height:100%;
	background-color:#f8f8f8;
}

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	/*-ms-overflow-style: scrollbar;*/
}

.container {
  max-width: 1170px!important;
}
@media (min-width: 1px) {
  .container {
    width: auto!important;
  }
}

.margin-b-10{
	margin-bottom:10px!important;
}

.margin-b-20{
	margin-bottom:20px!important;
}

.margin-b-30{
	margin-bottom:30px!important;
}

.margin-t-10{
	margin-top:10px!important;
}

.margin-t-20{
	margin-top:20px!important;
}

.margin-t-30{
	margin-top:30px!important;
}

.margin-v-10{
	margin: 10px 0!important;
}

.margin-v-20{
	margin: 20px 0!important;
}

.margin-v-30{
	margin: 30px 0!important;
}

.margin-v-40{
	margin: 40px 0!important;
}

.margin-h-10{
	margin: 0 10px!important;
}

.margin-h-20{
	margin: 0 20px!important;
}
.margin-h-30{
	margin: 0 30px!important;
}

.margin-v-h-10{
	margin: 10px!important;
}

.margin-v-h-20{
	margin: 20px!important;
}

.margin-r-10{
	margin-right: 10px!important;
}

.margin-l-10{
	margin-left: 10px!important;
}

.border-l{
	border-left: 1px solid #e4e4e4;
}

.border-r{
	border-right: 1px solid #e4e4e4;
}

.border-t{
	border-top: 2px solid #e4e4e4;
}

.pad-v-10{
	padding: 10px 0!important;
}

@media (max-width: 767px) {		 
	.margin-t-40d-10m{
		margin-top: 10px;
	}
	.margin-t-10d-30m{
		margin-top: 30px;
	}
}
@media (min-width: 768px) {		 
	.margin-t-40d-10m{
		margin-top: 40px;
	}
	.margin-t-10d-30m{
		margin-top: 10px;
	}
}

.btn:focus,
.btn:active,
.btn.active {
	outline: none !important;
}

.v-fit {
	height:100%;
}

.h-fit {
	width:100%;
}

.grey{
	background-color:#e9e9e9;
}

.white{
	background-color:#fff;
}

.verde{
	background-color:#f4f9ef;
}

.azul{
	background-color:#f2f3f6;
}

@media (max-width: 767px) {		 
	.grey-sm{
	background-color:#dfdfdf;
	}
}

@media print {
  .wow{
  	visibility:inherit!important;
  }
}

.hide-start{
	display:none;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip-inner {
 background-color:#78b833;
 padding:6px 12px;

}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow,
.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow,
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-top-color: #78b833;
}

/* NAVBAR
-------------------------------------------------- */
.navbar {
    font-size: 16px;
	font-weight:400;
	border-top:4px solid #78b833;
}

.navbar-01{
	background-color: #fff;
}

.navbar-01 a {
	color: #56698f;
	outline:0;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
	background-color: #78b833;
	color:#FFF;
}

.navbar-toggle {
  position: relative;
  float: right;
  background-color:transparent;
  border:none;
  border-radius:0;
  padding:8px;
  margin:16px 30px;

}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 32px;
  height: 5px;
  background-color: #78b833;
  border-radius: 2px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-01 .navbar-brand {
    padding: 8px;
	background:transparent;
	height:auto;
	width:auto;
}

.navbar-01 .navbar-brand img {
    margin:0;
	padding:0;
	height:64px;
	width:146px;
	outline:none;
}

.js .navbar-01 .navbar-brand img {
	visibility:hidden;
	opacity:0;
}

@media (max-width: 767px) {		 
  
  .navbar-nav > li > a {
	  background-color:#f8f8f8;
	  border-bottom:2px solid #fff;
	  border-top:2px solid #fff;
  }
  
  .navbar-01{
	  border-bottom: 2px solid #78b833;
  }
}

@media(min-width:768px) {
	.navbar-01 {
        background:transparent;
		border-bottom:none;
	
		-webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .navbar-01 .navbar-brand {
		padding:40px 8px;
		
		-webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
	}

	.navbar-01 .navbar-brand img {
		width:275px;
		height:120px;
		
		-webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
	}
	
	.navbar-01 .navbar-nav{
		padding:8px;
		padding-top:16px;
		border-bottom: 4px solid #eeeeee;
		
		-webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
	}

    .navbar-01 .nav li a {
		color: #56698f;
		padding:8px 12px;
		border-bottom: 4px solid transparent;
		background: transparent;
		
		-webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        transition: all .25s linear;
    }

    .navbar-01 .nav li a:hover{
		color:#78b833;
		border-bottom: 4px solid #78b833;
    }
	
	.navbar-01 .nav li.active a{
		color:#78b833;
		border-bottom: 4px solid #78b833;
    }

    .navbar-01.nav-encolher {
		background-color: #fff;
		/*border-bottom: 1px solid #78b833;*/
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
		box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    }

    .navbar-01.nav-encolher .navbar-brand {
    	padding: 8px;
		border-radius:0;
		background: transparent;
	}

	.navbar-01.nav-encolher .navbar-brand img {
		width:146px;
		height:64px;
	}
	
	.navbar-01.nav-encolher .navbar-nav{
		background-color: transparent;
		border-bottom: 1px solid transparent;
	}

    .navbar-01.nav-encolher .nav li a {
		color: #56698f;
		border-bottom: 4px solid transparent;
		background: transparent;
    }
	
	.navbar-01.nav-encolher .nav li a:hover {
		color:#78b833;
		border-bottom: 4px solid #78b833;
    }
	
	.navbar-01.nav-encolher .nav li.active a{
		color:#78b833;
		border-bottom: 4px solid #727271;
    }
}

@media (min-width: 992px) {
    .navbar-01 .navbar-brand {

	}
	
    .navbar-01 .navbar-brand img {
		width:435px;
		height:190px;
	}
	
	.navbar {
    	font-size: 20px;
	}
}

@media (max-width: 991px) {
	.navbar-01 .container{
		width:98%!important;
	}
}


/* CONTEUDO
-------------------------------------------------- */

#home {
	position: relative;
	width:100%;
	min-height:100%;
	background-color:#f8f8f8;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;
	background-attachment: fixed;
}

@media (min-width: 768px) {
    #home {
        background-image: url('../img/home-hd.jpg'); 
    }
	
	.js.cssanimations #home .wow{
		visibility:hidden;	
	}
}
@media all and (max-width: 767px) {
    #home {
        background-image: url('../img/home-sd.jpg'); 
    }
}

@media print {
  #home{
	page-break-after:always;
  }
}

.home-content{
	position:relative;
	text-align: left;
	margin-top:220px;
	padding-bottom:20px;
	opacity:1;
	
	-webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
}

.home-content h1{
	color:#FFF;
	font-weight:700;
	font-size:28px;
	line-height:30px;
	margin:0 0 10px 0;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); 
}

@media (min-width: 768px) {
	.home-content h1{
		font-size:34px;
		line-height:36px;
	}
}

@media (min-width: 992px) {
	.home-content h1{
		font-size:38px;
		line-height:40px;
	}
}

@media (min-width: 1200px) {
	.home-content h1{
		font-size:44px;
		line-height:46px;
	}
}

@media (max-height: 472px) and (max-width: 767px) {
	.home-content{
		margin-top:120px;
	}
}

@media (min-height: 600px){
	.home-content{
		margin-top:350px;
	}
}

@media (min-height: 768px){
	.home-content{
		margin-top:480px;
	}

	.home-content h1{
	    margin:0 0 15px 0;
    }
}

@media (min-height: 900px){
	.home-content{
		margin-top:600px;
	}

	.home-content h1{
	    margin:0 0 20px 0;
    }
}

.home-content.encolher{
	margin-top:0;
	opacity:0;
}

@media print {
  .home-content.encolher{
	opacity:1;
	margin-top:auto;
  }
  
  .home-content{
	margin-top:100px;
	text-align:center;
	visibility:visible!important;
  }
  
  .logo-print{
	margin:0 auto 40px;
  }
}

.btn-sabermais {
  color: #ffffff;
  background-color: #78b833;
  border-color: #71ac32;
}
.btn-sabermais:hover,
.btn-sabermais:focus,
.btn-sabermais:active,
.btn-sabermais.active{
  color: #ffffff;
  background-color: #71ac32;
  border-color: #598826;
}

/* -- blocos -- */

h4 .fa{
	color:#e06d45;
}

.seccao{
	margin:0;
	padding:0;
	padding-top: 60px;
	line-height:2em;
}

@media (min-width: 767px) {
	.seccao{
		padding-top: 90px;
	}
}

@media print {
  .seccao{
  	padding-top: 0;
	page-break-before:always;
  }

  .grey-sm {
	 page-break-inside: avoid!important;
  }

  a[href]:after {
	 content:"" !important;
  }
}

.seccao-header {
	text-align: center;
	border-top:4px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.seccao-header h2 {
	font-weight:700;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	line-height:42px;
	font-size:42px;
	color:#666;
}

.seccao-header h5 {
	color: #666;
}

.separador{
	border-bottom:1px solid #e4e4e4;
	padding-bottom: 30px;
}

.separador1{
	border-bottom:1px solid #ccc;
}

/* -- conteudo empresa -- */

.img-grid{
	list-style: none;
	padding:0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

@media (max-width: 767px) {		 
	.img-grid{
		padding-top:10px;
		border-top:4px solid #e6e6e6;
	}
}

.img-grid li{
	padding:0;
	margin:0;
	width:49.5%;
	display: inline-block;
	vertical-align: top;

}

@media all and (max-width: 320px) {
	.img-grid li{
		width:99%;
	}
}

.img-grid div{
	padding:0;
	margin:5px;
	text-align:center;
}

.img-grid li img{
	max-width:100%;
	max-height:240px;
	border:none;
	padding:0;
	margin:0;
}

.marca{
	position:relative;
	display:block;
	margin:4px;
	padding:2px;
	background-color:#FFF;
	width:120px;
	height:80px;
	text-align:center;
	border:1px solid #e4e4e4;
	float:left;	
}

.marca img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	max-width:110px;
	max-height:70px;
	border:none;
}

@media (max-width: 768px) {		 
	.marca{
		width:110px;
		height:70px;
	}
	
	.marca img{
		max-width:100px;
		max-height:60px;
	}
}

/* -- conteudo GPL-- */

.razoes i{
	color:#78b833;
	padding-right:8px;
}

.razoes div{
	vertical-align:top;
}

.razoes p{
	font-size:13px;
	line-height:18px;
	color:#666;
}

/* -- conteudo servicos -- */

.servico .icon-servicos{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	margin-bottom:20px;
	border-radius: 50%;
	border: 10px solid #eeeeee;
	position: relative;
	background-color:transparent;
	
	-webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;	
}

.servico .icon-servicos i{
	line-height:120px!important;
	color:#78b833;
	
	-webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;	
}

.servico:hover .icon-servicos {
	border: 10px solid #78b833;
	background-color:#eeeeee;
}

.servico:hover .icon-servicos i  {
	color:#56698f;
}

.servico p{
	font-size:13px;
	line-height:18px;
	color:#666;
}

.orcamento-pub{
	position:relative;
	margin: 0;
	padding:30px 20px;
	background-color:#bcdc99;
}		

/* -- conteudo contactos -- */

ul.contactos li .fa-li{
	color:#78b833;
}

ul.contactos li a{
	color: #333;
	text-decoration:none;
}

ul.contactos li a:hover{
	color: #000;
}


#googlemaps{
	width:100%;
	height:300px;
	background-color:#fff;
	padding:0;
	margin:12px 0 6px 0;
}

/* -- listas -- */

.fa-ul{
	margin-left:2.1em!important;
}
.fa-ul li{
	padding:2px;
	padding-left:6px;
}
.fa-li{
	top:.5em!important;
	color:#999;
}

/* -- tabs -- */

.tab-container{ 
	padding: 10px;
	position:relative;
}

#formularios{ /*dummy para servir de ancora*/
	position: absolute;
	top:-80px;
}
.tabs{
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #e6e6e6; 
}

.tabs li{ 
	display: inline-block; 
	zoom:1; 
	*display:inline; 
	-webkit-border-radius: 6px 6px 0 0; 
		-moz-border-radius: 6px 6px 0 0;
			 border-radius: 6px 6px 0 0;	 
}

.tabs li a{
	font-size: 16px;
	font-weight:500;
	display: block;
	padding: 4px 16px;
	outline: none;
	color: #CCC;
}

.tabs li a:hover{ 
	text-decoration:none;
	color:#666;
}

.tabs li.active { 
	background-color: #f8f8f8; /*cor do background*/ 
	position: relative; 
	top: 4px; 
	border: 4px solid #e6e6e6;
	border-bottom: none; 
}

.tabs li a.active { 
	color:#666;
	text-decoration:none;
	outline: none;
}

.panel-container{ 
	padding: 0 4px;
}

.panel-container div{ 
	visibility:visible!important;
}


/* -- forms -- */

#confirmacao{
	display:none;
}

.forms .fa{
	min-width:20px;
}

.input-section{
	position:relative;
}

.placeholder { 
	color: #aaa!important; 
}

.form-row {
	margin:0;
	padding:0;
}

.form-row .form-50{
	width:100%;
}

.form-row .form-50:last-child{
	margin-top:10px;
}

@media (min-width: 481px) {		 
	.form-row .form-50{
		width:50%;
		float:left;
	}
	
	.form-row .form-50:last-child{
		margin-top:0;
	}
}

@media (min-width: 769px) {		 
	.form-row .form-50{
		width:100%;
	}
	
	.form-row .form-50:last-child{
		margin-top:10px;
	}
}

@media (min-width: 993px) {		 
	.form-row .form-50{
		width:50%;
		float:left;
	}
	
	.form-row .form-50:last-child{
		margin-top:0;
	}
}

/* -- footer -- */

#footer{
	color:#8ea0af;
	background-color:#253340;
	padding:30px;
}

.social {
    list-style:none;
    margin:10px;
	margin-bottom:20px;
    padding:0;
}

.social li{
    display:inline-block;
    margin:0 5px;
}

.social li a {
    display:block;
    color:#949fa8;
    width:50px;
    height:50px;
	background-color:#202d37;
    border-radius:50%;

	-webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
}

.social li a i {
	line-height:50px;
}

.social li a:hover {
    color:#202d37;
    background:#78b833;
}

.copy{
    color:#5c6670;
}

.copy a{
    color:#5c6670;
	text-decoration:none;
	
}

.copy a:hover{
    color:#8ea0af;;
	text-decoration:none;
	
}


/* GALLERY GRID
-------------------------------------------------- */

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 12px 6px 0 6px;
	vertical-align: top;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	position: relative;
}

.og-grid li a {
	width: 320px;
	height: 240px;
	display: block;
}

.img-w-outer{
	display:block;
	width:100%;
	height:100%;
	margin: 0 auto; 
    overflow:hidden;
}

.img-w-inner{
	display: inline-block; 
    position:relative; 
    right: -50%;
}

.img-w-inner img{
	height:100%;
	position: relative; 
    left:-50%; 
}

@media (max-width: 480px) {		 
	.og-grid li a {
		width: 280px;
		height: 210px;
	}
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #c4cbd8;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #c4cbd8;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.ie8 .og-close {
	background: url('../img/close.png') no-repeat;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 2px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 30px 0 30px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 500;
	font-size: 30px;
	padding: 30px 0 10px;
	margin-bottom: 10px;
}

.og-details p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

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

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

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

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}

/* -- rollover -- */

.og-grid li a{
	color:#FFF;
	text-decoration:none;
	position:relative;
}

.og-grid li a .info-wrapper{
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.og-grid li a .info{
	position:absolute;
	display:block;
	background:rgba(120,184,51,0.1);
	top:100%;
	left:0;
	width:100%;
	height:10%;
	-webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
}

.og-grid li a .info-outer{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow:hidden;
}

.og-grid li a .info-inner{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

.og-grid li a .thumb-logo{
	font-size:3em;
	display:block;
	margin-bottom:10px;
}

.og-grid li a .thumb-details{
	font-weight:500;
	font-size:16px;
}

.og-grid li a:hover .info{
	top:0;
	background:rgba(120,184,51,0.9);
	width:100%;
	height:100%;
}