@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1400px) {
  .ecra {
    width: 1400px;
	  margin-right: auto;
	margin-left: auto;}
.bodyPortfolio {
    width: 1400px;
	margin-right: auto;
	margin-left: auto;}
	
  .logo-small {
	width: 40%;
  }
 
}
@media screen and (max-width: 1400px) {
	
  .logo-small {
	width: 70%;
  }
 
}

  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 1000px) {
   
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
	  .navbar-nav{	
	font-size: 10px !important;
	letter-spacing: 1px;
  }
	   .textG{	
	font-size: 12px !important;
	letter-spacing: 1px;
  }
	   .logo-small {
	width: 70%;
  }
}

@media screen and (max-width: 880px) {
.carousel-caption {
      /* Hide the carousel text when the screen is less than 600 pixels wide */
    }

  .navbar-nav{	
	font-size: 9px !important;
	letter-spacing: 1px;
  }
	
	.item h4 {
	font-size: 14px!important;
	font-style: italic;
	margin: 5px 0;
	color: #FFFFFF;
	margin-bottom: 40px!important;
	
  }
	 .logo-small {
	width: 80%;
  }
  }

 
  @media screen and (max-width: 766px) {
    .logo {
      with: 60%!important;
	  max-width: 60%!important;
		text-align: center;
		margin: auto;
		padding-bottom: 30px;
    }
	  
	  .eco {
	with: 50%!important;
	max-width: 50%!important;
	text-align: center;
	margin: auto;
	padding-bottom: 30px;
}
  .navbar-nav{
	font-size: 14px !important;
	letter-spacing: 1px;
	text-align: center;
	background-color: #B9D800;
	border-width: thin;
	border-color: #0A4F2A;
  }
	  .container-fluidNovo {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
	  .container-fluid {padding: 0!important}
	   .logo-small {
	width: 60%;
  }
}




  @media screen and (max-width: 763px) {
 .textG{	
	font-size: 24px !important;
	letter-spacing: 1px;
  }
	   .logo-small {
	width: 50%;
  }}

@media screen and (max-width: 500px) {

	.item h4 {
	font-size: 10px!important;
	font-weight: 200;
	font-style: italic;
	margin: 5px 0;
	color: #FFFFFF;
	line-height: 1.375em;
	margin-bottom: 30px!important;
  }
		   .logo-small {
	width: 90%;
  }
  }

  @media screen and (max-width: 400px) {
    .navbar-brand{
	width: 70%;
  }
	  		   .logo-small {
	width: 100%;
  }
}

@media screen and (max-width: 479px) {
/* start of phone styles */
	

}


body {
	font-family: 'Baloo Da 2', cursive!important;
	color: #818181;
	 overflow: hidden;
	margin-right: 10%;
    margin-left: 10%;
  }

h1 , h2, h3, h4, h5, p {
	font-family: 'Baloo Da 2', cursive!important;
	line-height: 1.5 !important;

  }  
 h6 {
	font-family: 'Baloo Da 2', cursive!important;
	font-weight: 500 !important;
	font-size: 12px !important;
  }  

h7 {
	font-family: 'Baloo Da 2', cursive!important;
	font-size: 13px;
	line-height: 0.8 !important;
  }  

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }

  h4 {
    font-size: 19px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
.margem {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 60px;
}

.containerG {
	position: relative;
	width: 100%;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}

.container2G {
	position: relative;
	width: 100%;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}
.container4G {
	position: relative;
	width: 100%;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 35px;
	margin-left: 5px;
	padding: 5px;
}

.imageG {
  display: block;
  width: 100%;
  height: auto;
 opacity: 0.5;
 filter: grayscale(100%);
}


.overlayG {
	position: absolute;
	height: 0%;
	width: 100%;
	opacity: 0;
	padding-top: 0%;
	background-color: #9AC01B;
	margin-top: 0%;
	overflow:hidden;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


.containerG:hover .overlayG {
opacity: 0.8;
height: 20%;	
margin-top: -12%;
}



.containerG:hover .textG {
opacity: 1;
}

.textG {
  color: white;
  font-size: 20px;
  position: absolute;
  margin-right: auto!important;
  margin-left: auto!important;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: .4s ease-in-out;
 white-space:nowrap;
}

.legendaG {
	color: #8C8C8C;
	font-size: 17px;
	margin-top: 15px;
	font-weight: 500;
	text-decoration: none;
}
a {
  text-decoration: none!important;
}
  .jumbotron {
	background-color: #97BF0E;
	color: #fff;
	font-family: 'Baloo Da 2', cursive;
	margin-bottom: 0px;
  }
 

.container-fluidNovo {
    
	overflow: hidden;
  }

  .bg-grey {
    background-color: #f6f6f6;
  }

 .logo {
		text-align: center;
		margin: auto;
		padding-top: 100px;
    }


  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }


.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
  }

 .carousel-inner animation_container {
    width: 100%; /* Set width to 100% */
    margin: auto;
  }
.item h4 {
	font-size: 42px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 2%;
	color: #FFFFFF;
	padding: 5%;
	text-transform: uppercase;
	font-family: 'Baloo Da 2', cursive!important;
	text-shadow: 1px 1px 5px #234723;
	;
}
  .item span {
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
  }
  .panel {
	border: 1px solid #DDDDDD;
	border-radius: 0 !important;
	box-shadow: 1px 1px 3px rgba(97,97,97,0.11);
	transition: box-shadow 0.5s;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	-webkit-box-shadow: 1px 1px 3px rgba(97,97,97,0.11);
	background-color: #E8E8E8;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #fff;
    background-color: #fff !important;
    color: #fff;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #97BF0E !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
	background-color: #5B9693 !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h6 {
    color: #fff;
    font-size: 16px;
  }
 .panel-footer span {
    color: #fff important;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #fff;
    color: #fff;
  }
.navbar-brand{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px!important;
	height: 40px!important;
    padding: 5px 5px!important;
  }
.navbar {
	margin-bottom: 0px;
	background-color: #CDDE00;
	z-index: 9999;
	border: 0;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 0;
	font-family: 'Baloo Da 2', cursive;
	font-weight: bold;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
 .navbar ul a, .navbar .navbar-brand {
    color: #fff !important;
  }

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #9AC01B!important;
    background-color: #fff !important;
  }
.navbar-nav ul a:hover, .navbar-nav ul.active a {
    color: #9AC01B!important;
    background-color: #fff !important;
  }




  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
.port {
	margin-bottom: 80px;
}
.banner {
	margin-top: 50px;
}
.btn-grau{
	color: #fff;
	background-color: #97BF0E;
	border-color: #78980B;
}
.linha{
	border: thin solid #FFFFFF;
}

.sombra {
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0, 0, 0, 0.19);
  }

.servicos{
	margin-left: 12%;
	margin-right: 12%;
}
.servicos2{
	
	padding-left: 5%;
	padding-right: 5%;
	background-color: #B3CBC9;	
}
.servicos2 h7{
	color: #6C7070;	
}
.servicos2 h4{
	color: #FFFFFF;
}

.trabalhos{
	
	padding-left: 5%;
	padding-right: 5%;
}
.trabalhos2{
	
	padding-left: 8%;
	padding-right: 8%;
}

.anima {
  animation-duration: 3s;
  animation-delay: 2s;
}

.contactos {
	background-image: url(images/Fundo_Contactos.jpg);
	background-position: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.about {
	background-image: url(images/Fundo_About.jpg);
	background-position: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.centrado {
    margin-left: auto;
	margin-right: auto;
}

.row {
	margin: 10px;
	
}
.formulario .row {
	margin: 0px!important;
	
}




/* Add padding BETWEEN each column */
.row,
.row > .column {
 
}

/* Create three equal columns that floats next to each other */
.column {
	float: left;
	width: 16.6%;
	display: none; /* Hide all elements by default */
	box-shadow: 3px 3px 2px  #ABABAB;
	-webkit-box-shadow: 3px 3px 2px  #ABABAB;
}

.estreito {
  padding-left: 20px;
  padding-right: 5px;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
	background-color: white;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
}
.content .texto {
	position: absolute;
	bottom: 0;
	background-color: white;
	color: #999999;
	width: 100%;
}





/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.portImg {
   display: inline;
  width: 100%;
  height: auto;
 opacity: 0.5;
 filter: grayscale(100%);
 cursor: pointer;
 border: none;
  outline: none;
}
.portImg4 {
   display: inline;
  width: 100%;
  height: auto;
 cursor: pointer;
	border: medium solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 5px 2px #BFBFBF;
	box-shadow: 1px 1px 5px 2px #BFBFBF;
  outline: none;
}
.portImg:hover {
    opacity: 0.8;
	filter: grayscale(5%);
}
.portImg:active {
  opacity: 1.0;
  filter: grayscale(0%);
}
.portImg.active {
	opacity: 1.0;
	padding: 0px;
	filter: grayscale(0%);
	border: medium solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 5px 2px #BFBFBF;
	box-shadow: 1px 1px 5px 2px #BFBFBF;
}
.portImg:focus {
 opacity: 1.0;
  filter: grayscale(0%);
}
.branco {
 background-color: white;
}

.sub {
	background-color: #9EC11C;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}
.sub ul a{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
}
.sub ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.imagem-port {
	text-align: center;
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
}
.imagem-port2 {
	text-align: center;
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.legenda-port  h5 {
	text-align: left;
	margin: 0px!important;
	font-weight: 500!important;
	color: #545454;
	padding-top: 55px;
}

.legenda-port {
	text-align: left;
}
.legenda-port p {
	font-size: small!important;
	line-height: 1.5!important;
}
.legenda-port2  h5 {
	text-align: left;
	margin: 0px!important;
	font-weight: 500!important;
	color: #545454;	
}

.legenda-port2 {
	text-align: left;
	padding-top: 55px;
}
.legenda-port2 p {
	font-size: small!important;
	line-height: normal!important;
}

.imagina {
	margin-top: 50px;
	padding-top: 30px;
}


.sidenav {
	position: fixed;
	z-index: 1;
	top: 0;
	padding-top: 90px;
	overflow: hidden;
}

.sidenav p {
	text-decoration: none;
	font-size: 13px;
	color: #818181;
	display: block;
	font-weight: 600;
}


.btnSide {
  padding-top: 4px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
}


/* Style the active class, and buttons on mouse-over */
.active, .btnSide:hover {
  color: #292828!important;
  font-weight: bolder;
}

#top-menu a:hover {
    color: #000;
}

#top-menu .active a {
    border-top: 3px solid #333;
    color: #333;
}


.seta a {
	font-size: 40px !important;
	font-weight: bold;
	padding-left: 112px;
}

.trabalhosPortfolio{
	
	text-align: center;
}
.trabalhosPortfolio2{
	
	text-align: center;
}

.trabalhosPortfolio .row{ 
	
}
hr.style1 {
	border: 0.5px solid #B3B3B3;
	border-radius: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0px!important;
}
hr.style2 {
	border: thin solid #D0D0D0;
	border-radius: 5px;
}
.divServicos {
	padding-bottom: 20px;
	padding-top: 20px;
}
.eco {
	padding-top: 8px;
	vertical-align: middle;
	text-align: left;
	margin: auto;
}
.textoEco {
	padding-top: 8px;
	margin: auto;
	text-align: left;
	vertical-align: middle;
}