@import url("https://fonts.googleapis.com/css?family=EB+Garamond|Montserrat:300,400,600,700&display=swap");
html,
body {
  font-family: "Montserrat";
  font-size: 16px; }

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

@media (min-width: 576px) {
  a {
    color: #ff000ff; } }
body.cinza #conteudo {
  background-color: #F0F0F0; }

.azul {
  color: #4c86a0; }

#conteudo {
  overflow: hidden; }

#splash {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  background-image: url("../img/homepage_splash.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #splash img {
    width: 475px; }

@media (min-width: 1200px) {
  #menuTopo,
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px; } }
.divTitulo {
  margin-bottom: 12%;
  padding-top: 70px;
  position: relative;
  color: #ffffff;
  background-color: #4c86a0; }
  .divTitulo .container-fluid {
    padding: 0px; }
  .divTitulo h1 {
    font-family: "EB Garamond";
    font-size: 48px;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 80px; }
  .divTitulo .img {
    width: 100%;
    margin-bottom: -10%;
    padding-bottom: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
  .divTitulo ul {
    margin: 0px;
    margin-bottom: 30px;
    margin-left: 20px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
    font-size: 1rem; }
    .divTitulo ul a {
      text-decoration: none;
      color: #ffffff; }
    .divTitulo ul .active,
    .divTitulo ul a:hover {
      color: #5bc5f2; }

h2 {
  font-family: "EB Garamond";
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 400; }
  @media (max-width: 991px) {
    h2 {
      font-size: 28px;
      font-size: 1.75rem; } }

h2.azul {
  color: #5bc5f2; }

h3 {
  font-family: "EB Garamond";
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400; }
  @media (max-width: 991px) {
    h3 {
      font-size: 20px;
      font-size: 1.25rem; } }

h3.azul {
  color: #4c86a0; }

.carousel-fullscreen .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/*.dropdown-menu {
    margin-top: 0;
}*/
.dropdown-toggle::after {
  display: none;
  /*    vertical-align: middle;
      border-left: 4px solid;
      border-bottom: 4px solid transparent;
      border-top: 4px solid transparent;*/ }

/*.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
}*/
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd; }

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }

.listaAreas {
  margin-top: 80px; }
  .listaAreas .item {
    margin-bottom: 50px; }
    .listaAreas .item a {
      text-decoration: none;
      display: block; }
      .listaAreas .item a .imgC {
        position: relative;
        width: 100%;
        margin-bottom: 35px;
        padding-bottom: 100%; }
        .listaAreas .item a .imgC .img {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          overflow: hidden;
          bottom: 0px; }
          .listaAreas .item a .imgC .img > div {
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center; }
      .listaAreas .item a .imgC::after {
        content: ' ';
        position: absolute;
        bottom: -20px;
        left: 0px;
        width: 50%;
        height: 20px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        background-color: #F0F0F0; }
      .listaAreas .item a .nome {
        color: #1d1d1b;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: "EB Garamond"; }
    .listaAreas .item a:hover {
      text-decoration: none; }
      .listaAreas .item a:hover .imgC .img > div {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .listaAreas .item a:hover .imgC::after {
        background-color: #009FE3; }

.areaD {
  margin-bottom: 50px; }
  .areaD .menu {
    margin-bottom: 30px;
    margin-top: 10px; }
    .areaD .menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      font-size: 14px;
      font-size: 0.875rem; }
      .areaD .menu ul a {
        display: inline-block;
        text-decoration: none;
        padding-top: 2px;
        padding-bottom: 2px;
        color: #1d1d1b; }
      .areaD .menu ul .active,
      .areaD .menu ul a:hover {
        color: #5bc5f2; }
  .areaD .texto {
    margin-top: 30px;
    margin-bottom: 30px; }
    .areaD .texto ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .areaD .texto ul li {
        position: relative;
        padding-left: 15px; }
      .areaD .texto ul li::before {
        content: '.';
        position: absolute;
        top: -5px;
        left: 5px; }

.listaEquipa {
  margin-top: 50px; }
  .listaEquipa h2 {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .listaEquipa h2 {
        margin-bottom: 70px; } }
  .listaEquipa .item {
    margin-bottom: 50px; }
    .listaEquipa .item a {
      text-decoration: none;
      display: block; }
      .listaEquipa .item a .imgC {
        position: relative;
        width: 100%;
        margin-bottom: 35px;
        padding-bottom: 114%; }
        .listaEquipa .item a .imgC .img {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          background-color: #F0F0F0;
          overflow: hidden;
          bottom: 0px; }
          .listaEquipa .item a .imgC .img > div {
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: bottom center; }
          .listaEquipa .item a .imgC .img > div.no-image {
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            background-repeat: no-repeat;
            background-size: 50%;
            background-position: center center;
            background-image: url(../img/placeholder.png); }
      .listaEquipa .item a .imgC::after {
        content: ' ';
        position: absolute;
        bottom: -20px;
        left: 0px;
        width: 50%;
        height: 20px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        background-color: #F0F0F0; }
      .listaEquipa .item a .nome {
        color: #1d1d1b;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: "EB Garamond"; }
    .listaEquipa .item a:hover {
      text-decoration: none; }
      .listaEquipa .item a:hover .imgC .img > div {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .listaEquipa .item a:hover .imgC::after {
        background-color: #009FE3; }
  .listaEquipa .itemTexto {
    margin-bottom: 20px; }
    .listaEquipa .itemTexto .nome {
      color: #1d1d1b;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "EB Garamond"; }
    .listaEquipa .itemTexto .email a {
      color: #4c86a0; }
  .listaEquipa .itemTexto:last-child {
    margin-bottom: 100px; }

.listaEquipaRel {
  margin-top: 25px; }
  .listaEquipaRel .item {
    margin-bottom: 20px; }
    .listaEquipaRel .item a {
      text-decoration: none;
      display: block; }
      .listaEquipaRel .item a .imgC {
        position: relative;
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 114%; }
        .listaEquipaRel .item a .imgC .img {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          background-color: #F0F0F0;
          overflow: hidden;
          bottom: 0px; }
          .listaEquipaRel .item a .imgC .img > div {
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: bottom center; }
          .listaEquipaRel .item a .imgC .img > div.no-image {
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            background-repeat: no-repeat;
            background-size: 50%;
            background-position: center center;
            background-image: url(../img/placeholder.png); }
      .listaEquipaRel .item a .imgC::after {
        content: ' ';
        position: absolute;
        bottom: -12px;
        left: 0px;
        width: 50%;
        height: 12px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        background-color: #F0F0F0; }
      .listaEquipaRel .item a .nome {
        color: #1d1d1b;
        font-size: 16px;
        font-size: 1rem;
        font-family: "EB Garamond"; }
    .listaEquipaRel .item a:hover {
      text-decoration: none; }
      .listaEquipaRel .item a:hover .imgC .img > div {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .listaEquipaRel .item a:hover .imgC::after {
        background-color: #009FE3; }

.equipaD .linkBack img {
  width: 40px; }
.equipaD h2.voltar {
  margin-bottom: 70px;
  color: #5bc5f2; }
.equipaD .cv {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .equipaD .cv {
      padding-bottom: 100px; } }
.equipaD .img img {
  width: 100%; }
.equipaD .areasC {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
  padding-bottom: 50px; }
.equipaD .areas {
  padding-top: 20px;
  padding-bottom: 20px; }
  .equipaD .areas h3 {
    color: #5bc5f2; }
.equipaD .contactos {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5bc5f2; }
  @media (min-width: 1200px) {
    .equipaD .contactos {
      margin-left: -60px;
      margin-right: 0px;
      padding-left: 60px;
      top: -100px; } }
  .equipaD .contactos h3 {
    margin-bottom: 20px; }
  .equipaD .contactos a {
    color: #1d1d1b;
    text-decoration: none; }
  .equipaD .contactos a:hover {
    color: #44758d;
    text-decoration: none; }
  .equipaD .contactos .social {
    margin-top: 20px; }
    .equipaD .contactos .social a {
      display: inline-block;
      width: 31px;
      height: 31px;
      text-align: center;
      line-height: 31px;
      border: 1px solid #1d1d1b;
      color: #1d1d1b;
      text-decoration: none; }
    .equipaD .contactos .social a:hover {
      background-color: #1d1d1b;
      color: #ffffff;
      text-decoration: none; }

.listaEventos {
  margin-bottom: 100px;
  text-align: center; }
  .listaEventos h3 {
    margin-bottom: 40px; }
  .listaEventos .itemEvento {
    text-align: left;
    margin-bottom: 30px; }
    .listaEventos .itemEvento .data {
      position: relative;
      width: 180px;
      color: #4c86a0;
      padding: 10px;
      font-size: 20px;
      font-size: 1.25rem;
      text-transform: uppercase;
      font-weight: 600;
      text-align: center;
      border-bottom: 1px solid #4c86a0; }
    .listaEventos .itemEvento .nome {
      padding-top: 10px;
      font-weight: 500; }
      @media (max-width: 1199px) {
        .listaEventos .itemEvento .nome {
          margin-top: 5px;
          margin-bottom: 5px;
          text-align: center; } }
    .listaEventos .itemEvento .linha {
      border-bottom: 1px solid #4c86a0; }
    .listaEventos .itemEvento .add-to img {
      width: 34px; }
    .listaEventos .itemEvento .add-to-calendar {
      text-align: right; }
      .listaEventos .itemEvento .add-to-calendar > a {
        cursor: pointer;
        height: 39px;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        vertical-align: middle;
        padding-top: 5px; }
        .listaEventos .itemEvento .add-to-calendar > a i {
          vertical-align: sub;
          font-size: 24px;
          color: #4c86a0;
          margin-right: 4px; }
      .listaEventos .itemEvento .add-to-calendar > a:hover {
        color: #4c86a0; }
      .listaEventos .itemEvento .add-to-calendar .dropdown-menu {
        left: auto;
        right: 0px;
        font-size: 14px;
        font-size: 0.875rem; }
        .listaEventos .itemEvento .add-to-calendar .dropdown-menu li {
          padding: 5px; }
          .listaEventos .itemEvento .add-to-calendar .dropdown-menu li a {
            font-weight: 500;
            color: #4c86a0; }
          .listaEventos .itemEvento .add-to-calendar .dropdown-menu li a:hover {
            color: #4c86a0; }

.listaNoticias {
  margin-bottom: 100px; }
  .listaNoticias .item {
    border-bottom: 1px solid #4c86a0;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .listaNoticias .item a {
      color: #000000;
      text-decoration: none;
      display: block; }
      .listaNoticias .item a .nome {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 24px;
        font-size: 1.5rem;
        color: #5bc5f2;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      .listaNoticias .item a .data {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 700; }
    .listaNoticias .item a:hover .nome {
      color: #000000; }

.noticiaDetalhe {
  margin-bottom: 50px; }
  .noticiaDetalhe .linkBack {
    display: block;
    margin-bottom: 30px; }
    .noticiaDetalhe .linkBack img {
      width: 40px; }
  .noticiaDetalhe h2.voltar {
    margin-bottom: 70px;
    color: #5bc5f2; }
  .noticiaDetalhe img {
    max-width: 100%; }
  .noticiaDetalhe .nome {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #5bc5f2;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .noticiaDetalhe .data {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700; }
  .noticiaDetalhe .share {
    text-align: right;
    margin-top: 15px; }
    .noticiaDetalhe .share a {
      color: #000000;
      display: inline-block;
      margin-left: 10px;
      font-size: 18px;
      font-size: 1.125rem; }
    .noticiaDetalhe .share a:hover {
      color: #44758d; }

.listaPublicacoes {
  margin-bottom: 100px; }
  .listaPublicacoes .item {
    border-bottom: 1px solid #4c86a0;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .listaPublicacoes .item a {
      color: #000000;
      text-decoration: none;
      display: block; }
      .listaPublicacoes .item a .nome {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 24px;
        font-size: 1.5rem;
        color: #5bc5f2;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      .listaPublicacoes .item a .data {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 700; }
    .listaPublicacoes .item a:hover .nome {
      color: #000000; }

.publicacaoDetalhe {
  margin-bottom: 50px; }
  .publicacaoDetalhe .linkBack {
    display: block;
    margin-bottom: 30px; }
    .publicacaoDetalhe .linkBack img {
      width: 40px; }
  .publicacaoDetalhe h2.voltar {
    margin-bottom: 70px;
    color: #5bc5f2; }
  .publicacaoDetalhe img {
    max-width: 100%; }
  .publicacaoDetalhe .nome {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #5bc5f2;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .publicacaoDetalhe .data {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700; }
  .publicacaoDetalhe .share {
    text-align: right;
    margin-top: 15px; }
    .publicacaoDetalhe .share a {
      color: #000000;
      display: inline-block;
      margin-left: 10px;
      font-size: 18px;
      font-size: 1.125rem; }
    .publicacaoDetalhe .share a:hover {
      color: #44758d; }

.logo_print {
  display: block;
  width: 300px;
  margin: auto;
  margin-bottom: 50px; }

h2.voltar,
#menuTopo,
footer,
.share,
div.modal,
.linkBack,
.divTitulo {
  display: none !important; }

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