@font-face {
  font-family: "HalvarStnclMittel-RgMinG";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/HalvarStnclMittel-RgMinG.woff2") format("woff2"), url("fonts/HalvarStnclMittel-RgMinG.woff") format("woff"); }

body, html {
  font-family: "IBM Plex Mono", monospace;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #634C3B;
  font-size: 15px;
  -webkit-font-smoothing: antialiased; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: opacity 0.3s ease-out;
  /* WebKit */
  -webkit-transition: opacity 0.3s ease-out;
  /* Opera */
  -o-transition: opacity 0.3s ease-out;
  /* Standard */
  transition: opacity 0.3s ease-out; }

a:hover, .botao:hover {
  text-decoration: none;
  opacity: 0.7; }

.bold, strong, b {
  font-weight: 700; }

.black {
  font-weight: 900; }

input, textarea {
  outline: none; }

.acenter {
  text-align: center; }

.italic {
  font-style: italic; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.vvhide {
  visibility: hidden; }

.block {
  display: block; }

.aright {
  text-align: right; }

.hide {
  display: none; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

button, input[type=button], input[type=submit] {
  -webkit-appearance: none; }

#main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

header {
  position: relative;
  background-color: rgba(255, 255, 255, 0.25);
  height: 90px;
  width: 100%;
  z-index: 9000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 45px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 13px;
  font-weight: 500;
  border-bottom: solid 1px #634C3B; }
  @media only screen and (max-width: 1130px) {
    header {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 767px) {
    header {
      padding-left: 20px;
      padding-right: 20px;
      height: 50px; } }
  header
.h1 {
    width: 120px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9001;
    position: relative; }
    @media only screen and (max-width: 767px) {
      header
.h1 {
        width: 90px; } }
    header
.h1
img {
      max-width: 100%;
      height: auto;
      display: block; }
  header
.menu_open_wrap {
    position: absolute;
    bottom: 30px;
    display: none;
    right: 25px; }
    @media only screen and (max-width: 1023px) {
      header
.menu_open_wrap {
        display: block; } }
    @media only screen and (max-width: 767px) {
      header
.menu_open_wrap {
        right: 20px;
        bottom: 12px; } }
    header
.menu_open_wrap .menu_open {
      width: 30px;
      height: 21px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      position: relative;
      z-index: 10000; }
    header
.menu_open_wrap .menu_open span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #634C3B;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    header
.menu_open_wrap .menu_open span:nth-child(1) {
      top: 0px; }
    header
.menu_open_wrap .menu_open span:nth-child(2), header
.menu_open_wrap .menu_open span:nth-child(3) {
      top: 8px; }
    header
.menu_open_wrap
.menu_open span:nth-child(3) {
      box-shadow: none; }
    header
.menu_open_wrap .menu_open span:nth-child(4) {
      top: 16px;
      width: 100%; }
    header
.menu_open_wrap .menu_open.open span:nth-child(1) {
      top: 8px;
      width: 0%;
      left: 50%;
      box-shadow: none; }
    header
.menu_open_wrap .menu_open.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header
.menu_open_wrap .menu_open.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header
.menu_open_wrap .menu_open.open span:nth-child(4) {
      top: 7px;
      width: 0%;
      left: 50%;
      box-shadow: none; }
  header
.socials {
    margin: 0;
    padding: 0;
    margin-left: 60px; }
    @media only screen and (max-width: 1239px) {
      header
.socials {
        display: none; } }
    @media only screen and (max-width: 1023px) {
      header
.socials {
        width: 100%;
        display: block;
        position: absolute;
        bottom: 30px;
        text-align: center;
        margin-left: 0px; } }
    @media only screen and (max-width: 767px) {
      header
.socials {
        bottom: 50px; } }
    header
.socials
li {
      list-style: none; }
  header
.lang {
    margin-left: 60px; }
    @media only screen and (max-width: 1239px) {
      header
.lang {
        margin-left: 40px; } }
    @media only screen and (max-width: 1023px) {
      header
.lang {
        width: 100%;
        margin-left: 0px;
        position: absolute;
        bottom: 60px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      header
.lang {
        bottom: 80px; } }
  header
nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
    @media only screen and (max-width: 1023px) {
      header
nav {
        position: absolute;
        height: calc(100vh - 90px);
        background-color: #fff;
        left: 0px;
        width: 100%;
        z-index: 9000;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 90px;
        display: none; } }
    @media only screen and (max-width: 767px) {
      header
nav {
        margin-top: 50px;
        height: calc(100vh - 50px); } }
    header
nav
#menu {
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 1023px) {
        header
nav
#menu {
          width: 100%; } }
      header
nav
#menu
li.principal {
        list-style: none;
        display: inline-block;
        margin-left: 20px;
        position: relative; }
        @media only screen and (max-width: 1023px) {
          header
nav
#menu
li.principal {
            width: 100%;
            margin-left: 0px;
            font-size: 23px;
            text-align: center;
            margin-top: 20px; } }
        header
nav
#menu
li.principal:first-child {
          margin-left: 0px; }
          @media only screen and (max-width: 1130px) {
            header
nav
#menu
li.principal:first-child {
              display: none; } }
        @media only screen and (max-width: 767px) {
          header
nav
#menu
li.principal
span {
            display: none; } }
        header
nav
#menu
li.principal
.submenu {
          display: none;
          margin: 0;
          padding: 0;
          position: absolute;
          background-color: #fff;
          left: -20px;
          width: 150px;
          padding-bottom: 20px;
          padding-top: 36px; }
          @media only screen and (max-width: 1023px) {
            header
nav
#menu
li.principal
.submenu {
              position: relative;
              left: auto;
              width: 100%;
              padding-top: 15px;
              padding-bottom: 15px; } }
          @media only screen and (max-width: 767px) {
            header
nav
#menu
li.principal
.submenu {
              display: none; } }
          header
nav
#menu
li.principal
.submenu
li {
            padding-right: 25px;
            list-style: none;
            padding-left: 20px;
            padding-top: 20px; }
            @media only screen and (max-width: 1023px) {
              header
nav
#menu
li.principal
.submenu
li {
                padding: 0;
                width: 100%;
                text-align: center;
                font-size: 20px;
                line-height: 30px; } }
            header
nav
#menu
li.principal
.submenu
li:first-child {
              border-top: solid 1px #634C3B; }
              @media only screen and (max-width: 1023px) {
                header
nav
#menu
li.principal
.submenu
li:first-child {
                  border: none; } }
        header
nav
#menu
li.principal.hasSubmenu:hover > .submenu {
          display: block; }
          @media only screen and (max-width: 767px) {
            header
nav
#menu
li.principal.hasSubmenu:hover > .submenu {
              display: none; } }

section
.flexslider
img {
  max-width: 100%;
  height: auto;
  display: block; }

section
.flexslider
video {
  max-width: 100%;
  height: auto;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

section
.flexslider
.video_wrap {
  position: relative; }
  section
.flexslider
.video_wrap
.playpause {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 400;
    width: 100px;
    margin-left: -50px;
    margin-top: -50px;
    display: none; }
    section
.flexslider
.video_wrap
.playpause
img {
      max-width: 100%;
      height: auto;
      display: block; }
    section
.flexslider
.video_wrap
.playpause.off {
      display: none; }
  section
.flexslider
.video_wrap
.pause {
    right: 0px;
    left: auto; }

section
.wrap_error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35vh; }

section
.home_header {
  padding-top: 150px; }
  section
.home_header
.logo {
    width: 50%; }
    section
.home_header
.logo
img {
      max-width: 100%;
      height: auto; }
  section
.home_header
.label {
    text-decoration: underline;
    font-weight: 500;
    line-height: 25px; }

section
.all_pages .flexslider
img {
  height: 550px;
  object-fit: cover; }
  @media only screen and (max-width: 1023px) {
    section
.all_pages .flexslider
img {
      height: 350px; } }
  @media only screen and (max-width: 767px) {
    section
.all_pages .flexslider
img {
      height: 250px; } }

.content, .conteudo {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 1000px; }
  @media only screen and (max-width: 1023px) {
    .content, .conteudo {
      width: 80%; } }
  @media only screen and (max-width: 767px) {
    .content, .conteudo {
      width: calc(100% - (2 * 20px)); } }

.texto {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 26px; }

.texto_destaque {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 32px;
  line-height: 38px; }

.template2 {
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    .template2 {
      padding-top: 50px; } }
  .template2
.texto {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1023px) {
      .template2
.texto {
        width: 100%; } }

.template5 {
  padding-top: 90px; }
  @media only screen and (max-width: 767px) {
    .template5 {
      padding-top: 50px; } }

.template1 {
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .template1 {
      padding-top: 30px; } }
  .template1 .texto {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1023px) {
      .template1 .texto {
        width: 100%; } }
  .template1
.h-wrap {
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      .template1
.h-wrap {
        padding-top: 25px; } }
    .template1
.h-wrap
h1 {
      font-size: 50px;
      line-height: 60px;
      text-decoration: underline;
      font-family: "HalvarStnclMittel-RgMinG"; }
      @media only screen and (max-width: 767px) {
        .template1
.h-wrap
h1 {
          font-size: 30px;
          line-height: 40px; } }
    .template1
.h-wrap
h2 {
      font-size: 50px;
      line-height: 60px;
      text-decoration: underline;
      font-weight: 300;
      font-family: "IBM Plex Mono", monospace; }
      @media only screen and (max-width: 767px) {
        .template1
.h-wrap
h2 {
          font-size: 25px;
          line-height: 35px; } }

.template4 {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .template4 {
      padding-top: 40px; } }
  .template4
.texto_destaque {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1023px) {
      .template4
.texto_destaque {
        width: 100%; } }

.template6 {
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .template6 {
      padding-top: 30px; } }
  .template6
.texto {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1023px) {
      .template6
.texto {
        width: 100%; } }
  .template6
.ficheiros {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .template6
.ficheiros {
        margin-left: 30px; } }
    .template6
.ficheiros
li {
      list-style: none;
      margin-top: 10px; }
      .template6
.ficheiros
li:first-child {
        margin-top: 0px; }

.template7 {
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    .template7 {
      padding-top: 50px; } }
  .template7
.lista-artigos {
    margin: 0;
    padding: 0;
    font-size: 0px; }
    .template7
.lista-artigos
li {
      list-style: none;
      margin-top: 70px; }
      .template7
.lista-artigos
li:first-child {
        margin-top: 0px; }
      .template7
.lista-artigos
li
.artigo-img {
        background-color: #d0c9c4;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        @media only screen and (max-width: 767px) {
          .template7
.lista-artigos
li
.artigo-img {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px; } }
      @media only screen and (max-width: 767px) {
        .template7
.lista-artigos
li
.artigo-info {
          display: block;
          width: 100%;
          margin: 0; } }
      .template7
.lista-artigos
li
.artigo-info
h3 {
        font-size: 22px;
        line-height: 32px;
        text-decoration: underline;
        margin-bottom: 30px; }
      .template7
.lista-artigos
li
.artigo-info
a:hover {
        opacity: 1; }

.template8 {
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    .template8 {
      padding-top: 50px; } }

.template2 + .template5 {
  padding-top: 75px; }
  @media only screen and (max-width: 767px) {
    .template2 + .template5 {
      padding-top: 30px; } }

.blocks > .template5 {
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    .blocks > .template5 {
      padding-top: 50px; } }

footer
.footer_patrocinios {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    footer
.footer_patrocinios {
      padding-top: 75px;
      padding-bottom: 75px; } }
  footer
.footer_patrocinios
img {
    max-width: 100%;
    height: auto;
    display: block; }
  footer
.footer_patrocinios
.content {
    position: relative; }

footer
.footer-inner {
  border-top: solid 1px #634C3B;
  font-size: 11px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative; }
  footer
.footer-inner .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      footer
.footer-inner .content {
        flex-direction: column;
        text-align: center; } }
    footer
.footer-inner .content .socials {
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        footer
.footer-inner .content .socials {
          padding-top: 20px;
          padding-bottom: 20px; } }
      footer
.footer-inner .content .socials
li {
        list-style: none; }
    @media only screen and (max-width: 767px) {
      footer
.footer-inner .content
.logo_terra {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      footer
.footer-inner .content
.links {
        width: 100%;
        padding-top: 10px; } }
    @media only screen and (max-width: 767px) {
      footer
.footer-inner .content
.copy {
        width: 100%;
        padding-top: 5px; } }

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9999; }

#cookie_msg {
  height: 30px;
  background-color: #634C3B;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 30px;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 99999; }
  @media only screen and (max-width: 767px) {
    #cookie_msg {
      height: 30px;
      font-size: 10px;
      line-height: 15px; } }

#cookie_accept {
  text-decoration: underline; }

.under {
  min-height: 20px;
  background-color: #000;
  text-align: center; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.goTop {
  position: absolute;
  z-index: 99999;
  right: 0px;
  top: -50px; }

.wrap_error {
  min-height: 70vh; }

.ml {
  margin-left: 7%; }

mlminus {
  margin-left: -7%; }

.lista-items {
  margin-top: 30px; }
  .lista-items .texto {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1023px) {
      .lista-items .texto {
        width: 100%; } }
  .lista-items
ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .lista-items
ul
li {
      list-style: none;
      width: 43%;
      margin-top: 35px; }
      @media only screen and (max-width: 1023px) {
        .lista-items
ul
li {
          width: 46%; } }
      @media only screen and (max-width: 767px) {
        .lista-items
ul
li {
          width: 100%;
          margin-top: 55px; } }
      .lista-items
ul
li
.img
img {
        max-width: 100%;
        height: auto;
        width: 100%;
        display: block; }
      .lista-items
ul
li
h2 {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 42px;
        text-decoration: underline;
        width: 90%;
        font-family: "IBM Plex Mono", monospace; }
        @media only screen and (max-width: 1023px) {
          .lista-items
ul
li
h2 {
            width: 100%; } }
      .lista-items
ul
li .ler_mais, .lista-items
ul
li
.resumo {
        font-weight: 500; }
      .lista-items
ul
li
.resumo {
        margin-top: 30px; }
      .lista-items
ul
li
.ler_mais {
        display: block;
        padding-top: 30px; }
  .lista-items.noticias
ul
li {
    width: 100%;
    margin-top: 80px; }
    .lista-items.noticias
ul
li:first-child {
      margin-top: 30px; }
    .lista-items.noticias
ul
li
h2 {
      margin-top: 30px; }
