@charset "UTF-8";
/* 
    Document   : Base layout
    Author     : Filipe Murteira
    Description:
        Estilo geral da página
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700");
/* theme */
#newsletterForm.fv-form-bootstrap .fv-icon-no-label {
  right: 40px; }

textarea.form-control {
  resize: none; }

html {
  height: 100%; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #6D767A;
  background-color: #ffffff;
  position: relative;
  min-height: 100%; }

body.cor_1 {
  background-color: #ffffff; }

body.cor_2 {
  background-color: #004D71; }

body.cor_percurso {
  background-image: url("../img/fundo_percurso.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

/* Topo Menu */
#topoMenu {
  position: relative;
  width: 100%;
  z-index: 2;
  font-size: 16px;
  font-weight: 300;
  background-color: #ffffff; }
  #topoMenu .navbar-default {
    background-color: transparent;
    border: 0px;
    min-height: 0px;
    margin-bottom: 0px; }
    #topoMenu .navbar-default .navbar-brand {
      height: auto;
      padding: 0px;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-right: 0px; }
      #topoMenu .navbar-default .navbar-brand img {
        width: 191px;
        z-index: 10;
        position: relative; }
    @media (max-width: 767px) {
      #topoMenu .navbar-default .navbar-header {
        float: none; } }
    #topoMenu .navbar-default .navbar-collapse {
      z-index: 1;
      border: 0px;
      box-shadow: none; }
  #topoMenu .navbar-nav > li > a {
    z-index: 10;
    color: #6D767A;
    text-decoration: none;
    background-color: transparent;
    letter-spacing: 0.5px;
    padding-top: 59px;
    padding-bottom: 17px; }
  #topoMenu .navbar-nav > li > a.active,
  #topoMenu .navbar-nav > li > a:hover {
    background-color: #82BC00;
    color: #ffffff; }
  @media (min-width: 768px) {
    #topoMenu .navbar-nav > li > a {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 12px; }
    #topoMenu .navbar-default .navbar-brand {
      margin-top: 37px; }
      #topoMenu .navbar-default .navbar-brand img {
        width: 130px; } }
  @media (min-width: 992px) {
    #topoMenu .navbar-nav > li > a {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 14px; }
    #topoMenu .navbar-default .navbar-brand {
      margin-top: 34px; }
      #topoMenu .navbar-default .navbar-brand img {
        width: 140px; } }
  @media (min-width: 1200px) {
    #topoMenu .navbar-nav > li > a {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 16px; }
    #topoMenu .navbar-default .navbar-brand {
      margin-top: 20px; }
      #topoMenu .navbar-default .navbar-brand img {
        width: 191px; } }
  #topoMenu .direita {
    position: relative;
    z-index: 10;
    margin-top: 51px; }
    #topoMenu .direita > div {
      display: inline-block;
      vertical-align: middle;
      border-left: 1px solid #6D767A;
      padding-left: 5px;
      padding-right: 5px; }
    #topoMenu .direita .logo_altri {
      height: 23px;
      position: relative;
      top: -4px;
      margin-left: 15px; }
    #topoMenu .direita .social a {
      color: #6D767A;
      display: inline-block;
      margin-left: 7px;
      margin-right: 7px;
      font-size: 14px; }
    #topoMenu .direita .social a:hover {
      color: #82BC00; }
  @media (min-width: 768px) {
    #topoMenu {
      /*.nav > li.dropdown.open,*/
      /*.nav > li.dropdown.open .dropdown-menu,*/ }
      #topoMenu .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top; }
      #topoMenu .navbar-collapse {
        text-align: center; }
      #topoMenu .nav > li.dropdown {
        position: static;
        z-index: 2; }
      #topoMenu .nav > li.dropdown.active,
      #topoMenu .nav > li.dropdown:hover {
        position: static; }
        #topoMenu .nav > li.dropdown.active > a,
        #topoMenu .nav > li.dropdown:hover > a {
          background-color: #82BC00;
          color: #ffffff; }
      #topoMenu .nav > li.dropdown.active .dropdown-menu,
      #topoMenu .nav > li.dropdown:hover .dropdown-menu {
        display: block;
        top: 100%;
        z-index: 2; }
      #topoMenu .nav > li.dropdown.active .dropdown-menu {
        z-index: 1; }
      #topoMenu .mascara {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        width: 100%;
        height: 96px;
        /*background-color: rgba($corBranca,.3);*/
        background-color: #ffffff;
        z-index: 4; }
      #topoMenu .dropdown-menu {
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0%;
        border-radius: 0px;
        width: 100%;
        text-align: center;
        left: 0px;
        right: 0px;
        margin-top: 0px;
        border: 0px;
        padding: 0px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        z-index: 0;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      #topoMenu .dropdown-menu > li {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        vertical-align: middle; }
        #topoMenu .dropdown-menu > li a {
          position: relative;
          padding: 0px;
          padding-top: 15px;
          padding-bottom: 15px;
          color: #ffffff;
          font-size: 16px;
          font-weight: 600; }
        #topoMenu .dropdown-menu > li a:after {
          content: ' ';
          position: absolute;
          left: 0px;
          bottom: -6px;
          height: 6px;
          width: 100%;
          background-color: #82BC00;
          opacity: 0;
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease; }
        #topoMenu .dropdown-menu > li a.active,
        #topoMenu .dropdown-menu > li a:hover {
          background-color: transparent; }
        #topoMenu .dropdown-menu > li a.active:after,
        #topoMenu .dropdown-menu > li a:hover:after {
          opacity: 1; } }
  @media (max-width: 767px) {
    #topoMenu .navbar-default .navbar-toggle {
      border: 0px; }
    #topoMenu .navbar-default .navbar-brand {
      margin-top: 10px;
      margin-bottom: 0px; }
      #topoMenu .navbar-default .navbar-brand img {
        width: 100px; }
    #topoMenu .navbar-nav > li > a {
      font-size: 15px;
      padding-top: 5px;
      padding-bottom: 5px; }
    #topoMenu .navbar-nav > li > a.active,
    #topoMenu .navbar-nav > li > a:hover {
      background-color: transparent;
      color: #82BC00; }
    #topoMenu .direita {
      margin-top: 5px; }
    #topoMenu .navbar-header {
      margin: 0px; }
    #topoMenu .dropdown-menu {
      border-radius: 0px;
      background-color: #E3E3E3;
      background-image: none !important;
      margin: 0px; }
    #topoMenu .dropdown-menu > li {
      display: block; }
      #topoMenu .dropdown-menu > li a {
        font-weigth: 400;
        font-size: 14px;
        padding-left: 15px; }
      #topoMenu .dropdown-menu > li a.active,
      #topoMenu .dropdown-menu > li a:hover {
        background-color: transparent;
        color: #82BC00; }
    #topoMenu .dropdown-menu > li.imagem {
      display: none; } }

@media (min-width: 768px) {
  .cor_homepage #topoMenu .dropdown-menu {
    background-image: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.carousel.galerias {
  margin-bottom: 0px; }
  .carousel.galerias .item img {
    width: 100%; }
  .carousel.galerias .item .descricao {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    height: 100%; }
    .carousel.galerias .item .descricao .texto {
      font-size: 53px;
      line-height: 56px;
      text-shadow: 0 0 4px #000000; }
      .carousel.galerias .item .descricao .texto img {
        margin-top: 20px; }
    @media (max-width: 767px) {
      .carousel.galerias .item .descricao .texto {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px; } }
    .carousel.galerias .item .descricao > div {
      display: table;
      width: 100%;
      height: 100%; }
      .carousel.galerias .item .descricao > div > div {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle; }
  .carousel.galerias .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border-color: #ffffff; }
  .carousel.galerias .carousel-indicators li:hover,
  .carousel.galerias .carousel-indicators li.active {
    background-color: #ffffff;
    border-color: #ffffff; }

#slide_galeria_1 {
  position: relative;
  margin-top: -80px; }
  @media (max-width: 767px) {
    #slide_galeria_1 {
      margin-top: 0px; } }
  #slide_galeria_1 .carousel-inner {
    position: relative;
    z-index: 0;
    height: 100%; }
    #slide_galeria_1 .carousel-inner .item {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      #slide_galeria_1 .carousel-inner .item > img {
        display: none; }

/*
Notícias
*/
.listaNoticias {
  margin-top: 100px;
  position: relative;
  width: 100%;
  background-color: #004D71;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 45px; }
  .listaNoticias .container {
    position: relative; }
  @media (max-width: 767px) {
    .listaNoticias .swiper-slide {
      width: 100%; } }
  @media (min-width: 768px) {
    .listaNoticias .swiper-slide {
      width: 50%; } }
  @media (min-width: 992px) {
    .listaNoticias .swiper-slide {
      width: 33.33333%; } }
  .listaNoticias .swiper-slide {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #ffffff; }
  .listaNoticias .swiper-slide:first-child {
    padding-left: 0px; }
  .listaNoticias .swiper-slide:last-child {
    border-right: 0px; }
  .listaNoticias .swiper-container {
    margin-top: 25px; }
  @media (max-width: 767px) {
    .listaNoticias .swiper-container {
      width: 85%; } }
  .listaNoticias .itemAgenda {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 7px; }
    .listaNoticias .itemAgenda .dia {
      position: absolute;
      top: 0px;
      left: 0px;
      padding-left: 12px;
      margin-right: 15px; }
    .listaNoticias .itemAgenda .mes {
      padding-left: 35px; }
  .listaNoticias .itemAgendaMes {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #82BC00;
    margin-bottom: 6px; }
  .listaNoticias .itemAgendaMes.current {
    background-color: #ffffff;
    border-radius: 50%; }

/*
Notícias
*/
.listaClipping {
  width: 100%;
  overflow: hidden; }
  .listaClipping .swiper-container {
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px; }

.itemClipping {
  background-color: #ffffff; }
  .itemClipping .areaTexto {
    padding: 10px; }
    .itemClipping .areaTexto .nome {
      font-size: 26px;
      line-height: 28px;
      margin-bottom: 15px;
      font-weight: 400; }
    .itemClipping .areaTexto .texto_desc {
      font-size: 11px;
      margin-bottom: 15px; }
    .itemClipping .areaTexto .link {
      font-size: 11px; }
  .itemClipping .completo {
    display: none;
    padding: 10px; }
    .itemClipping .completo .areaTexto {
      padding: 0px; }
      .itemClipping .completo .areaTexto .texto_desc {
        font-size: 15px; }
    .itemClipping .completo .link {
      font-size: 15px;
      margin-top: 15px; }
  .itemClipping img {
    width: 100%; }

.filtroClipping {
  margin-bottom: 30px; }
  .filtroClipping .itemAno {
    min-width: 100px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block; }
    .filtroClipping .itemAno .ano {
      background-color: #939393;
      color: #ffffff;
      padding: 2px 10px;
      text-align: center;
      display: block;
      cursor: pointer; }
    .filtroClipping .itemAno .ano:hover,
    .filtroClipping .itemAno .ano.active {
      background-color: #82BC00; }
    .filtroClipping .itemAno .meses {
      display: none;
      padding: 4px 15px;
      background-color: #6D767A; }
      .filtroClipping .itemAno .meses .seta {
        color: #82BC00;
        text-align: center; }
      .filtroClipping .itemAno .meses a {
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        display: block; }
      .filtroClipping .itemAno .meses a.active,
      .filtroClipping .itemAno .meses a:hover {
        color: #82BC00; }

/*
Notícias
*/
.listaProjecto .container {
  position: relative; }

.itemProjecto {
  background-color: #ffffff; }
  .itemProjecto .areaTexto {
    padding: 10px; }
    .itemProjecto .areaTexto .nome {
      font-size: 26px;
      line-height: 28px;
      margin-bottom: 15px;
      font-weight: 400; }
    .itemProjecto .areaTexto .texto_desc {
      font-size: 14px;
      margin-bottom: 15px; }
    .itemProjecto .areaTexto .link {
      font-size: 11px; }
  .itemProjecto .completo {
    display: none;
    padding: 10px; }
    .itemProjecto .completo .areaTexto {
      padding: 0px; }
      .itemProjecto .completo .areaTexto .texto_desc {
        font-size: 15px; }
    .itemProjecto .completo .link {
      font-size: 15px;
      margin-top: 15px; }
  .itemProjecto img {
    width: 100%; }

.filtroProjecto {
  margin-bottom: 30px; }
  .filtroProjecto .itemAno {
    min-width: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    display: inline-block; }
    .filtroProjecto .itemAno .ano {
      background-color: #939393;
      color: #ffffff;
      padding: 2px 10px;
      text-align: center;
      display: block;
      cursor: pointer; }
      .filtroProjecto .itemAno .ano a {
        color: #ffffff;
        text-decoration: none; }
    .filtroProjecto .itemAno .ano:hover,
    .filtroProjecto .itemAno .ano.active {
      background-color: #82BC00; }
    .filtroProjecto .itemAno .meses {
      display: none;
      padding: 4px 15px;
      background-color: #6D767A; }
      .filtroProjecto .itemAno .meses .seta {
        color: #82BC00;
        text-align: center; }
      .filtroProjecto .itemAno .meses a {
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        display: block; }
      .filtroProjecto .itemAno .meses a.active,
      .filtroProjecto .itemAno .meses a:hover {
        color: #82BC00; }

/*
Notícias
*/
.listaMyCeltejo {
  width: 100%;
  overflow: hidden; }
  .listaMyCeltejo .swiper-container {
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px; }

.itemMyCeltejo {
  background-color: #ffffff; }
  .itemMyCeltejo .areaTexto {
    padding: 10px; }
    .itemMyCeltejo .areaTexto .nome {
      font-size: 26px;
      line-height: 28px;
      margin-bottom: 15px;
      font-weight: 400; }
    .itemMyCeltejo .areaTexto .texto_desc {
      font-size: 11px;
      margin-bottom: 15px; }
    .itemMyCeltejo .areaTexto .link {
      font-size: 11px; }
  .itemMyCeltejo .completo {
    display: none;
    padding: 10px; }
    .itemMyCeltejo .completo .areaTexto {
      padding: 0px; }
      .itemMyCeltejo .completo .areaTexto .texto_desc {
        font-size: 15px; }
    .itemMyCeltejo .completo .link {
      font-size: 15px;
      margin-top: 15px; }
  .itemMyCeltejo img {
    width: 100%; }

.divPercurso {
  margin-top: -30px;
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #004D71; }
  .divPercurso h1 {
    color: #ffffff; }
    .divPercurso h1 img {
      width: 94px;
      float: right; }

.listaPercurso {
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative; }
  .listaPercurso .swiper-slide {
    width: 100px;
    height: 100px; }
  .listaPercurso .itemPercurso {
    position: relative;
    top: 50px;
    height: 100px;
    cursor: pointer;
    width: 100%; }
    .listaPercurso .itemPercurso span.nome {
      position: absolute;
      bottom: 15px;
      left: 50%;
      margin-left: -35px;
      width: 70px;
      color: #ffffff;
      font-size: 14px;
      text-align: center;
      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; }
    .listaPercurso .itemPercurso span.folha {
      position: absolute;
      top: 3px;
      left: 50%;
      margin-left: -7px;
      width: 13px;
      height: 23px;
      background-image: url("../img/flor_baixo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
  .listaPercurso .itemPercurso.baixo span.nome {
    top: 15px; }
  .listaPercurso .itemPercurso.baixo span.folha {
    top: auto;
    bottom: 0px;
    margin-left: -10px;
    background-image: url("../img/flor_cima.svg"); }
  .listaPercurso .itemPercurso.active span,
  .listaPercurso .itemPercurso:hover span {
    color: #82BC00; }
  .listaPercurso .itemLinha {
    position: absolute;
    width: 100%;
    top: 50px;
    display: block;
    height: 3px;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .listaPercurso .itemLinha.active {
    opacity: 1; }

.listaPercurso:before {
  content: ' ';
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #82BC00; }

.detalhePercurso {
  color: #ffffff; }
  .detalhePercurso strong {
    color: #82BC00; }
  .detalhePercurso > div {
    display: none; }

/* Pesquisa */
#topoMenu .direita > div.pesquisa {
  border-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }
#topoMenu #pesquisaForm .btn {
  background-color: transparent;
  color: #6D767A;
  padding-left: 2px;
  padding-right: 2px; }
#topoMenu #pesquisaForm .btn.active.focus,
#topoMenu #pesquisaForm .btn.active:focus,
#topoMenu #pesquisaForm .btn.focus,
#topoMenu #pesquisaForm .btn:active.focus,
#topoMenu #pesquisaForm .btn:active:focus,
#topoMenu #pesquisaForm .btn:focus {
  outline: none; }
#topoMenu #pesquisaForm .form-control {
  position: relative;
  height: 20px;
  padding: 0px;
  text-align: left;
  font-size: 12px;
  line-height: 1.42857143;
  color: #6D767A;
  font-weight: 400;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #6D767A;
  background-image: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }
#topoMenu #pesquisaForm .form-control.active {
  width: 100px; }
#topoMenu #pesquisaForm .form-control::-webkit-input-placeholder {
  color: #6D767A; }
#topoMenu #pesquisaForm .form-control:-moz-placeholder {
  color: #6D767A; }
#topoMenu #pesquisaForm .form-control::-moz-placeholder {
  color: #6D767A; }
#topoMenu #pesquisaForm .form-control:-ms-input-placeholder {
  color: #6D767A; }
#topoMenu #pesquisaForm .form-control::-ms-input-placeholder {
  color: #6D767A; }

/*
Notícias
*/
.listaProcesso {
  margin-top: 50px; }
  .listaProcesso .container {
    position: relative; }
  .listaProcesso .swiper-slide {
    width: 100%; }
  .listaProcesso .itemProcesso {
    font-size: 15px;
    background-color: #ffffff; }
    .listaProcesso .itemProcesso .container {
      padding: 0px;
      width: 100%; }
    .listaProcesso .itemProcesso b,
    .listaProcesso .itemProcesso strong {
      color: #82BC00; }
    .listaProcesso .itemProcesso img {
      max-width: 100%;
      margin: auto;
      margin-bottom: 30px; }

#conteudo {
  position: relative;
  z-index: 1;
  padding-top: 80px; }

@media (max-width: 767px) {
  #conteudo {
    padding-top: 5px; } }
.imagemFull {
  margin-top: 30px;
  width: 100%;
  display: block; }

@media (min-width: 1200px) {
  .imgOffL {
    margin-left: -180px; }

  .imgOffR {
    margin-right: -65px; } }
.divVerde {
  background-color: #82BC00;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff; }

.bannerImgR {
  font-size: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  font-weight: 300;
  position: relative; }
  .bannerImgR .container p {
    width: 75%; }
  .bannerImgR .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .bannerImgR .img img {
      display: none; }
  @media (max-width: 767px) {
    .bannerImgR {
      padding-bottom: 0px; }
      .bannerImgR .img {
        height: 300px; } }
  @media (min-width: 768px) {
    .bannerImgR .img {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 25%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center; } }

.divAzul {
  background-color: #004D71;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff; }
  .divAzul a {
    color: #ffffff; }

.divAzulVerde {
  background: #004D71;
  background-image: -webkit-linear-gradient(left, #004D71 50%, #82BC00 50%, #82BC00 100%);
  background-image: linear-gradient(left, #004D71 50%, #82BC00 50%, #82BC00 100%);
  color: #ffffff;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .divAzulVerde .layout-column-one {
      background: #004D71; }
    .divAzulVerde .layout-column-two {
      background: #82BC00; } }

.divVerdeAzul {
  background: #82BC00;
  background-image: -webkit-linear-gradient(left, #82BC00 50%, #004D71 50%, #004D71 100%);
  background-image: linear-gradient(left, #82BC00 50%, #004D71 50%, #004D71 100%);
  color: #ffffff;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .divVerdeAzul .layout-column-one {
      background: #82BC00; }
    .divVerdeAzul .layout-column-two {
      background: #004D71; } }

.divAzulVerde h3,
.divVerdeAzul h3 {
  margin-top: 0px; }
.divAzulVerde .container,
.divVerdeAzul .container {
  position: relative; }
  .divAzulVerde .container .row > div,
  .divVerdeAzul .container .row > div {
    padding-top: 30px;
    padding-bottom: 30px; }

.divAplicacoes {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  background-image: url("../img/fundo_aplicacoes.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .divAplicacoes h1 {
    margin: 0px; }

.bloco {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #E3E3E3; }
  @media (min-width: 1200px) {
    .bloco {
      /*max-width: 80%;*/ } }
  .bloco h3:first-of-type {
    margin-top: 5px; }

.blocoAzul {
  background-color: #004D71;
  padding: 15px;
  margin-bottom: 15px;
  color: #ffffff; }
  .blocoAzul a {
    color: #ffffff;
    text-decoration: none; }
  .blocoAzul a:hover {
    color: #82BC00; }
  .blocoAzul h3 {
    margin-top: 0px;
    color: #82BC00; }

.blocoVerde {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #82BC00;
  color: #ffffff; }
  .blocoVerde a {
    color: #ffffff;
    text-decoration: none; }
  .blocoVerde a:hover {
    color: #004D71; }
  .blocoVerde h3 {
    margin-top: 0px;
    color: #004D71; }

/* Destaque Lista */
.listaDestaque {
  border-bottom: 3px solid #82BC00; }
  .listaDestaque h4 {
    padding-bottom: 5px;
    border-bottom: 3px solid #82BC00; }
  .listaDestaque ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .listaDestaque ul li {
      border-bottom: 1px solid #6D767A;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    .listaDestaque ul li:last-child {
      border-bottom: 0px; }

/* Elementos Base */
.container .container-fluid {
  padding: 0px; }

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: #6D767A; }

a:hover {
  color: #82BC00; }

h1 {
  font-weight: 200;
  font-size: 50px; }

h2 {
  font-weight: 700;
  font-size: 12px;
  color: #82BC00; }

h2 + h1 {
  margin-top: -10px;
  margin-bottom: 30px; }

h3 {
  font-weight: 200;
  font-size: 30px; }
  h3 a {
    text-decoration: none;
    color: #6D767A; }
  h3 a:hover,
  h3 a.active {
    color: #82BC00;
    text-decoration: none; }

h4 {
  font-weight: 200;
  font-size: 18px;
  color: #82BC00; }

/* Swipper */
.swiper-button-next, .swiper-button-prev {
  width: 24px;
  height: 48px;
  background-size: contain;
  margin-top: -24px; }

.swiper-button-next {
  background-image: url("../img/seta_next.svg"); }

.swiper-button-prev {
  background-image: url("../img/seta_prev.svg"); }

.swiper-button-prev {
  top: 120px;
  left: -50px; }

.swiper-button-next {
  top: 120px;
  right: -50px; }

.swiper-button-disabled {
  display: none; }

@media (max-width: 767px) {
  .swiper-button-prev {
    left: 0px; }

  .swiper-button-next {
    right: 0px; } }
@media (min-width: 992px) {
  .swiper-slide {
    width: 50%; } }
/* Contactos */
.contactos strong {
  color: #82BC00;
  font-weight: 400; }
.contactos img {
  margin-right: 15px; }

/* tooltip */
.tooltip-inner {
  color: #ffffff;
  background-color: #82BC00;
  border-radius: 0px; }

.tooltip.top .tooltip-arrow {
  border-top-color: #82BC00; }

#rodapeC {
  /*position: absolute;*/
  /*left: 0px;*/
  /*bottom: 0px;*/
  /*right: 0px;*/
  background-color: #004D71; }
  @media (max-width: 767px) {
    #rodapeC {
      text-align: center; }
      #rodapeC a[data-toggle='tooltip'] {
        margin-top: 50px;
        display: block; } }

#copy {
  background-color: #004D71;
  font-size: 12px;
  padding-bottom: 15px;
  color: #ffffff; }
  #copy .menu {
    text-align: right; }
    @media (max-width: 767px) {
      #copy .menu {
        text-align: center;
        margin-top: 10px; } }
    #copy .menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      #copy .menu ul a {
        color: #ffffff; }
  @media (max-width: 767px) {
    #copy {
      text-align: center; } }

@media (max-width: 767px) {
  .table-responsive {
    overflow-x: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    border: 0px; }

  .scrollXS {
    width: 1000px;
    max-width: none !important;
    height: auto; } }
#mapaC {
  margin-top: -80px;
  width: 100%;
  height: 500px; }
  #mapaC #map {
    position: relative;
    width: 100%;
    height: 100%; }

/* Cookies */
#cookieMessage {
  z-index: 1000;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #E3E3E3;
  text-align: center;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  padding: 15px; }
  #cookieMessage a {
    color: #82BC00;
    cursor: pointer; }

.hiddenPopUpContent {
  display: none; }

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