@charset "UTF-8";
/* 
    Document   : Base layout
    Author     : Filipe Murteira
    Description:
        Estilo geral da página
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
html,
body {
  font-family: "Open Sans", sans-serif;
  color: #999999;
  font-size: 13px;
  height: 100%;
  background-color: #ffffff; }

a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #6fbe36;
  text-decoration: none; }

a:hover {
  color: #6fbe36;
  text-decoration: underline; }

#topoContactos {
  background-color: #007915;
  color: #ffffff;
  line-height: 20px;
  box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.2) inset;
  text-shadow: 0px -3px 7px rgba(0, 0, 0, 0.2) inset; }
  #topoContactos a {
    color: #ffffff; }
  #topoContactos .container {
    padding-top: 30px;
    padding-bottom: 30px; }
  #topoContactos h1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    color: #ffffff; }

#topoLinguas {
  position: absolute;
  top: 25px;
  right: 0px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: #6fbe36; }

#topoLinguas .linguas .lista {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: visible;
  white-space: nowrap;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

#topoLinguas .linguas:hover .lista {
  left: -30px; }

#topoLinguas .linguas a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 6px; }

#topoLinguas .linguas a:hover,
#topoLinguas .linguas a.active {
  text-decoration: none; }

#topoMenu .share {
  padding-top: 30px;
  margin-right: 30px;
  display: inline-block; }

#topoMenu .share a {
  display: inline-block;
  color: #999999;
  margin-left: 10px;
  font-size: 15px; }

#topoMenu .share a:hover {
  display: inline-block;
  color: #6fbe36; }

/* Topo Menu */
#topoMenu {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dadee5; }
  #topoMenu .contacto {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-top: 28px; }
  #topoMenu .contacto:hover {
    color: #6fbe36; }

@media (max-width: 767px) {
  #topoMenu .share {
    margin-bottom: 10px;
    padding-top: 2px; }
    #topoMenu .share a {
      color: #ffffff; }

  #topoMenu .contacto {
    color: #ffffff;
    padding-top: 0px;
    margin-top: 0px; } }
#topoMenu .navbar {
  margin-bottom: 0px; }

#topoMenu .navbar-default .navbar-collapse {
  border: 0px;
  padding-right: 45px;
  text-align: center; }
  #topoMenu .navbar-default .navbar-collapse > * {
    vertical-align: top; }

#topoMenu .navbar-default {
  background-color: transparent;
  border-color: transparent; }

#topoMenu .navbar-brand {
  height: auto;
  padding: 10px 0px; }

#topoMenu .navbar-nav {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  float: none;
  display: inline-block; }

.navbar-default .navbar-nav > li > a {
  color: #333333;
  padding: 10px 10px;
  font-weight: 600; }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #6fbe36;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #6fbe36;
  background-color: transparent; }

@media (max-width: 767px) {
  #topoMenu .navbar-default .navbar-collapse {
    background-color: #6fbe36;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    padding: 0px; }

  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-align: left;
    padding: 0px; }

  .navbar-default .navbar-nav > li > a.active {
    color: #155000; }

  .navbar-nav {
    margin: 0px; }

  #topoMenu .navbar-collapse.in {
    overflow-y: auto;
    max-height: 400px; }

  #topoMenu .navbar-nav > li {
    /*margin-right: 5px;*/
    margin-bottom: 10px;
    display: inline-block;
    width: 40%; }

  .navbar-toggle {
    border-radius: 0px;
    margin-top: 21px;
    margin-right: 25px;
    margin-bottom: 0px; }

  .navbar-default .navbar-toggle {
    border-color: #6fbe36; }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #6fbe36; } }
#conteudo {
  position: relative;
  color: #999999;
  line-height: 22px;
  font-weight: normal;
  /*margin-top: 30px;*/ }

.home #conteudo {
  margin-top: 0px; }

h1 {
  font-size: 24px;
  font-weight: 300;
  color: #444444;
  line-height: 32px; }

h2 {
  font-size: 24px;
  font-weight: 300;
  color: #6fbe36;
  line-height: 32px; }

.divVerde {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #6fbe36;
  color: #ffffff; }
  .divVerde h1 {
    color: #ffffff;
    margin-top: 0px; }
    .divVerde h1 a {
      color: #ffffff;
      text-decoration: none; }
  .divVerde form {
    margin-top: 30px; }

.orgaoSocial {
  border: 1px solid #dadee5;
  border-top: 3px solid #6fbe36;
  text-align: center;
  color: #444444;
  padding: 10px;
  margin-bottom: 15px; }
  .orgaoSocial h1 {
    margin-top: 0px;
    font-size: 18px;
    color: #444444; }
  .orgaoSocial b, .orgaoSocial strong {
    color: #999999; }

#conteudo .share {
  border-top: 1px solid #dadee5;
  border-bottom: 1px solid #dadee5;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px; }
  #conteudo .share a {
    display: inline-block;
    color: #999999;
    margin-left: 10px;
    font-size: 15px; }
  #conteudo .share a:hover {
    color: #6fbe36; }

.animated {
  opacity: 0; }

.animated.animOn {
  opacity: 1; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/mar/2017, 12:42:35
    Author     : filipemurteira
*/
/*
//////////
Theme
//////////
*/
#newsletterForm.fv-form-bootstrap .fv-icon-no-label {
  right: 40px; }

textarea.form-control {
  resize: none; }

.carousel-inner .item {
  text-align: center; }
  .carousel-inner .item img {
    display: inline-block; }

/* carousel-indicators */
.carousel-indicators li {
  width: 40px;
  height: 5px;
  margin: 0px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 0px;
  margin-left: 3px;
  margin-right: 3px; }

.carousel-indicators li:hover {
  background-color: #6fbe36; }

.carousel-indicators .active {
  width: 40px;
  height: 5px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #6fbe36; }

.carousel-indicators {
  bottom: 25px;
  left: 50%; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

label {
  font-weight: normal;
  letter-spacing: 1px; }

.btn-default {
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #ffffff;
  border-width: 2px; }

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #6fbe36;
  background-color: #ffffff;
  border-color: #ffffff; }

.btn-primary {
  color: #6fbe36;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #6fbe36;
  border-width: 2px; }

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #6fbe36;
  border-color: #6fbe36; }

.pesquisaDestaque {
  background-color: #ebf4de;
  padding: 50px 25px;
  text-align: center;
  font-size: 24px;
  color: #252525;
  margin-bottom: 10px; }

.pesquisaDestaque span {
  background-color: #93b057;
  display: inline-block;
  padding: 5px 10px;
  color: #FFFFFF; }

#pesquisaR {
  border: 1px solid #6fbe36;
  padding-right: 24px; }

#pesquisaForm {
  display: inline-block;
  margin-top: 24px;
  max-width: 180px; }

#pesquisaForm.form-inline .has-feedback .form-control-feedback {
  top: 0;
  right: 35px; }

#pesquisaForm #pesquisaR {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 100%; }

#pesquisaForm .closed #pesquisaR {
  padding: 0px;
  width: 0px;
  border: 0px; }

#pesquisaForm .btn-default {
  background-color: transparent;
  border: 0px;
  color: #6fbe36; }

#pesquisaForm .closed .btn-default {
  background-color: transparent;
  border: 0px;
  color: #333333; }

#pesquisaForm .btn-default:hover {
  color: #6fbe36; }

.listaPesquisa {
  margin-top: 0px;
  font-size: 13px;
  color: #777777; }

.pesquisaItem {
  border-bottom: 1px solid #eeeeee;
  padding: 15px;
  /*margin-bottom: 15px;*/
  line-height: 19px; }

/*
//////////
SLIDE
//////////
*/
#slide_home_c {
  position: relative; }

#slide_home {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#slide_home .carousel-inner {
  height: 100%; }

#slide_home .item {
  height: 100%;
  background-size: cover;
  background-position: center center; }

#slide_home .item > div {
  position: relative;
  /*display: table;*/
  display: block;
  width: 100%;
  height: 100%; }

#slide_home .item > div:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  display: none; }

#slide_home .item > div > div {
  position: absolute;
  bottom: 90px;
  left: 90px;
  right: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 2; }

#slide_home .item h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px; }

#slide_home .item h1 strong {
  color: #6fbe36; }

#slide_home.one .carousel-indicators {
  display: none; }

@media (max-width: 767px) {
  #slide_home .item > div > div * {
    font-size: 20px !important; } }
/*
//////////
Equipa
//////////
*/
#slide_equipa {
  padding-bottom: 50px; }

.equipa {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f8f8f8; }
  .equipa h1 {
    color: #6fbe36;
    margin-top: 0px; }
  .equipa .carousel-indicators {
    bottom: 0px; }
  .equipa .equipaDetalhe {
    padding-top: 30px; }
    .equipa .equipaDetalhe .icon {
      text-align: center;
      color: #999999;
      text-decoration: none;
      margin-bottom: 15px; }
      .equipa .equipaDetalhe .icon .nome {
        color: #444444;
        font-weight: 700; }
      .equipa .equipaDetalhe .icon .img {
        position: relative;
        display: inline-block;
        margin-bottom: 5px;
        border-radius: 50%;
        /*width: 100%;*/
        /*height: 100%;*/
        width: 147px;
        height: 147px; }
        .equipa .equipaDetalhe .icon .img img {
          /*max-width: 100%;*/
          /*max-height: 100%;*/
          width: 147px;
          height: 147px; }
      .equipa .equipaDetalhe .icon .img:after {
        position: absolute;
        content: ' ';
        left: 0px;
        top: 0px;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        border: 5px solid #6fbe36;
        -webkit-box-shadow: inset 0 0 0 5px #ffffff;
        box-shadow: inset 0 0 0 5px #ffffff; }
  .equipa .itemEquipa {
    text-align: center; }
    .equipa .itemEquipa a {
      color: #999999;
      text-decoration: none;
      cursor: pointer; }
      .equipa .itemEquipa a .img {
        position: relative;
        display: inline-block;
        margin-bottom: 5px;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        max-width: 147px;
        max-height: 147px; }
        .equipa .itemEquipa a .img img {
          max-width: 100%;
          max-height: 100%; }
      .equipa .itemEquipa a .img:after {
        position: absolute;
        content: ' ';
        left: 0px;
        top: 0px;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        border: 5px solid transparent;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      .equipa .itemEquipa a .nome {
        color: #444444;
        font-weight: 700; }
    .equipa .itemEquipa a.collapsed .img:after {
      border-color: transparent;
      -webkit-box-shadow: inset 0 0 0 5px transparent;
      box-shadow: inset 0 0 0 5px transparent; }
    .equipa .itemEquipa a .img:after,
    .equipa .itemEquipa a:hover .img:after {
      border-color: #6fbe36;
      -webkit-box-shadow: inset 0 0 0 5px #ffffff;
      box-shadow: inset 0 0 0 5px #ffffff; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/mar/2017, 15:20:56
    Author     : filipemurteira
*/
.catMembro {
  margin-bottom: 30px; }
  .catMembro .lista {
    padding-top: 25px;
    padding-bottom: 10px;
    margin-top: 15px; }
    .catMembro .lista .itemMembro {
      position: relative;
      padding-bottom: 70.17544%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: #ffffff;
      margin-bottom: 15px; }
      .catMembro .lista .itemMembro a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: block;
        border: 1px solid #dadee5;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      .catMembro .lista .itemMembro a:hover {
        border: 1px solid #6fbe36;
        -webkit-box-shadow: inset 0 0 0 5px #6fbe36;
        box-shadow: inset 0 0 0 5px #6fbe36; }
  .catMembro .lista._0 {
    background-color: #f8f8f8;
    /*        background: #00852a;
            background: -moz-linear-gradient(left, #00852a 0%, #6fbe36 100%);
            background: -webkit-linear-gradient(left, #00852a 0%,#6fbe36 100%);
            background: linear-gradient(to right, #00852a 0%,#6fbe36 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00852a', endColorstr='#6fbe36',GradientType=1 );*/ }

.detalheMembro {
  margin-bottom: 30px;
  text-align: center; }
  .detalheMembro .img {
    position: relative;
    padding-bottom: 70.17544%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #ffffff;
    border: 1px solid #dadee5;
    margin-bottom: 30px; }
  .detalheMembro .texto {
    text-align: left; }

.tabelaServicos {
  border: 0px; }
  .tabelaServicos .noBG {
    background-color: transparent !important; }
  .tabelaServicos th.noLine {
    border: 0px; }
  .tabelaServicos td.img {
    padding: 0px; }
  .tabelaServicos > tbody > tr > td {
    vertical-align: middle;
    text-align: center; }
  .tabelaServicos th {
    border: 1px solid #dadee5;
    text-align: center;
    vertical-align: middle; }
  .tabelaServicos td {
    border: 1px solid #dadee5;
    text-align: center; }
    .tabelaServicos td .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-color: #6fbe36; }
  .tabelaServicos img {
    max-width: 150px; }

/*
//////////
Notícias
//////////
*/
.listaNoticias {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  overflow: auto;
  margin-top: 30px; }

.itemNoticia {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 15px;
  border-left: 7px solid #ffffff;
  border-right: 7px solid #ffffff; }
  .itemNoticia a.geral {
    position: relative;
    text-decoration: none;
    display: block;
    border: 1px solid #dadee5;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
    .itemNoticia a.geral .link {
      text-align: center;
      margin-top: 15px; }
    .itemNoticia a.geral .img {
      display: block;
      overflow: hidden;
      background-color: #d2d7df; }
      .itemNoticia a.geral .img img {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        width: 100%; }
    .itemNoticia a.geral .texto {
      padding: 30px;
      font-size: 14px;
      color: #777777; }
      .itemNoticia a.geral .texto .nome {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: #222222;
        padding-bottom: 20px; }
      .itemNoticia a.geral .texto .texto_desc {
        line-height: 20px; }
    .itemNoticia a.geral .btn-default,
    .itemNoticia a.geral .btn-default {
      border-color: #6fbe36;
      color: #6fbe36;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
  .itemNoticia a.geral:hover {
    border: 1px solid #6fbe36;
    /*-webkit-box-shadow:inset 0 0 0 5px $corVerde;*/
    /*box-shadow:inset 0 0 0 5px $corVerde;*/ }
    .itemNoticia a.geral:hover .btn-default {
      background-color: #6fbe36;
      color: #ffffff; }
    .itemNoticia a.geral:hover .img img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .itemNoticia {
    width: 50%; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .itemNoticia {
    width: 33.33333%; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .itemNoticia {
    width: 25%; } }
.itemNoticiaD {
  margin-bottom: 30px; }
  .itemNoticiaD img {
    max-width: 100%;
    height: auto !important; }

/*
//////////
Projectos
//////////
*/
#mapaProjectos {
  position: relative;
  width: 100%;
  height: 500px;
  border: 1px solid #dddfe2; }

#mapaProjectos.full {
  width: 100%;
  height: 100%;
  border: 0px; }

#mapaFiltro {
  margin-top: 10px;
  border-radius: 2px 0 0 2px;
  text-align: center; }
  #mapaFiltro a {
    display: inline-block;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-overflow: ellipsis;
    padding: 5px 10px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  #mapaFiltro a.active,
  #mapaFiltro a:hover {
    background-color: #6fbe36;
    color: #FFFFFF; }
  #mapaFiltro a.todos.active,
  #mapaFiltro a.todos:hover {
    background: #999999; }

#mapaSubFiltro {
  margin-top: 10px;
  text-align: left; }
  #mapaSubFiltro > div {
    display: none; }
  #mapaSubFiltro a {
    display: block;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-overflow: ellipsis;
    padding: 5px 10px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  #mapaSubFiltro a.active,
  #mapaSubFiltro a:hover {
    background-color: #6fbe36;
    color: #FFFFFF; }

#infoW {
  text-align: center;
  color: #000000; }

#infoW a {
  font-weight: 700;
  color: #6fbe36; }

.divVerde h1.h1Proj {
  margin-top: 25px;
  margin-bottom: 25px; }
  .divVerde h1.h1Proj a:hover {
    color: #00740f; }

.listaProjectos {
  margin-top: 50px; }
  .listaProjectos .itemProjecto {
    margin-bottom: 30px;
    min-height: 240px;
    text-align: center; }
    .listaProjectos .itemProjecto a {
      color: #999999;
      text-decoration: none;
      cursor: pointer;
      font-size: 12px; }
      .listaProjectos .itemProjecto a .img {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        max-width: 147px;
        max-height: 147px; }
        .listaProjectos .itemProjecto a .img img {
          max-width: 100%;
          max-height: 100%; }
      .listaProjectos .itemProjecto a .img:after {
        position: absolute;
        content: ' ';
        left: 0px;
        top: 0px;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        border: 5px solid transparent;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      .listaProjectos .itemProjecto a .nome {
        color: #444444;
        font-size: 18px;
        margin-bottom: 5px; }
      .listaProjectos .itemProjecto a .img:after {
        border-color: transparent;
        -webkit-box-shadow: inset 0 0 0 5px transparent;
        box-shadow: inset 0 0 0 5px transparent; }
    .listaProjectos .itemProjecto a:hover .img:after {
      border-color: #6fbe36;
      -webkit-box-shadow: inset 0 0 0 5px #ffffff;
      box-shadow: inset 0 0 0 5px #ffffff; }
    .listaProjectos .itemProjecto a:hover .nome {
      color: #6fbe36; }

.filtrosProj {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #6fbe36; }
  .filtrosProj .row {
    margin-bottom: 10px; }
  .filtrosProj .filtros {
    display: inline-block; }
    .filtrosProj .filtros a {
      font-weight: normal;
      cursor: pointer;
      text-decoration: none;
      margin-right: 30px; }
      .filtrosProj .filtros a .fa {
        min-width: 15px; }
    .filtrosProj .filtros a.active .fa-square-o:before,
    .filtrosProj .filtros a:hover .fa-square-o:before {
      content: "\f046"; }

.faqDestaque {
  background-color: #ebf4de;
  padding: 50px 25px;
  text-align: center;
  font-size: 24px;
  color: #252525;
  margin-bottom: 30px; }

.listaFaqs {
  margin-top: 30px;
  font-size: 13px;
  color: #777777; }

.listaFaqs .item {
  border-bottom: 1px solid #eeeeee;
  padding: 15px;
  margin-bottom: 15px;
  line-height: 19px; }

.listaFaqs .item .panel-group {
  margin-bottom: 0px; }

.listaFaqs .item .panel {
  box-shadow: none; }

.listaFaqs .item .nome {
  font-size: 15px;
  color: #252525;
  font-weight: 700;
  margin-bottom: 5px; }

.listaFaqs .item .link {
  text-align: right;
  margin-top: 10px; }

.listaFaqs .item .link a {
  font-size: 13px;
  font-style: italic;
  color: #91ab5b;
  text-decoration: none; }

.filtrosPub {
  padding-bottom: 25px;
  border-bottom: 1px solid #dadee5;
  margin-bottom: 25px;
  text-align: center; }
  .filtrosPub a {
    color: #444444;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700; }
  .filtrosPub a.active,
  .filtrosPub a:hover {
    color: #6fbe36; }

.listaPub .itemPub {
  display: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadee5;
  margin-bottom: 15px; }
  .listaPub .itemPub .nome {
    font-size: 14px;
    font-weight: 700; }
    .listaPub .itemPub .nome .detail {
      font-size: 13px;
      display: inline;
      font-weight: normal;
      color: #999999; }
  .listaPub .itemPub .link {
    font-weight: 700; }

.formPublicacoes .form-control {
  background-color: #6fbe36;
  color: #FFFFFF; }
.formPublicacoes .input-group-addon {
  background-color: #6fbe36;
  color: #ffffff;
  text-align: center;
  border: 0px;
  border-radius: 0px; }
.formPublicacoes .btn-default {
  border-color: #6fbe36;
  background-color: #6fbe36; }
.formPublicacoes .btn-default:hover {
  border-color: #6fbe36;
  background-color: #FFFFFF;
  color: #6fbe36; }

/* Rodape */
#rodape {
  text-align: center;
  color: #77808e;
  font-size: 13px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #dadee5; }

#rodape a {
  color: #77808e; }

/*# sourceMappingURL=layout.css.map */
