body, html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #4E4135;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  background-color: #fff; }

.bg {
  background-image: url(/background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh; }

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

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

a:hover {
  text-decoration: none;
  opacity: 0.5; }

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

.light {
  font-weight: 300; }

.medium {
  font-weight: 500; }

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

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

#cookie_msg {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 99999;
  bottom: 0px; }
  @media only screen and (max-width: 767px) {
    #cookie_msg {
      font-size: 11px;
      line-height: 20px;
      padding-top: 10px;
      padding-bottom: 10px; } }

#cookie_accept {
  text-decoration: underline; }

.under {
  min-height: 60px;
  background-color: #000;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .under {
      min-height: inherit; } }

#main
.main-inner {
  min-height: calc(100vh - 80px);
  background-image: url(/images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.centered_content {
  width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1279px) {
    .centered_content {
      width: 1000px; } }
  @media only screen and (max-width: 1023px) {
    .centered_content {
      width: 900px; } }
  @media only screen and (max-width: 900px) {
    .centered_content {
      width: calc(100% - 80px); } }
  @media only screen and (max-width: 767px) {
    .centered_content {
      width: calc(100% - 60px); } }

header
p {
  padding-top: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  width: 240px; }

header
hr {
  border: 0;
  height: 1px;
  background: #4E4135;
  width: 204px;
  position: relative;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-left: 0px; }

section {
  margin-top: 140px; }
  @media only screen and (max-width: 767px) {
    section {
      margin-top: 100px; } }
  section
.homepage {
    margin: 0;
    padding: 0;
    font-size: 0px;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      section
.homepage {
        text-align: center; } }
    section
.homepage
li {
      font-size: 12px;
      list-style: none;
      width: calc( ( 100% - 160px) / 2);
      display: inline-block;
      margin-left: 160px;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        section
.homepage
li {
          margin-left: 0px;
          width: 100%; } }
      section
.homepage
li:nth-child(odd) {
        margin-left: 0px; }
  section
.col1 {
    width: 39%; }
    @media only screen and (max-width: 767px) {
      section
.col1 {
        width: 100%; } }
  section
.col2 {
    width: 61%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px; }
    @media only screen and (max-width: 767px) {
      section
.col2 {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 100px; } }
  section
article
h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px; }
  section
article
.resumo {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 30px; }
  section
article
.texto {
    font-size: 18px;
    line-height: 26px; }
  section
article
a {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 50px; }
  section
.ficheiros {
    margin: 0;
    padding: 0;
    margin-top: 5px; }
    section
.ficheiros
li {
      list-style: none;
      display: block;
      border-bottom: solid 1px #4E4135;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative;
      vertical-align: middle; }
      section
.ficheiros
li:first-child {
        border-top: solid 1px #4E4135; }
      section
.ficheiros
li
p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        width: 70%;
        margin-left: 20px; }
      section
.ficheiros
li
span {
        position: absolute;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
  section
.notfound {
    padding-top: 100px;
    text-align: center;
    font-weight: 500; }

footer {
  height: 80px;
  background-color: #fff;
  border-top: 1px solid #4E4135;
  font-size: 12px;
  line-height: 16px;
  color: #4E4135;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    footer {
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px; } }
  footer
.footer_content {
    position: absolute;
    height: 100%;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      footer
.footer_content {
        position: relative; } }
  @media only screen and (min-width: 768px) {
    footer
.valign {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  footer
ul {
    margin: 0;
    padding: 0; }
    footer
ul
li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      margin-right: 25px; }
      footer
ul
li strong, footer
ul
li
p {
        display: inline-block;
        vertical-align: top; }
      footer
ul
li
p {
        width: calc(100% - 14px); }
  @media only screen and (max-width: 767px) {
    footer
.right {
      float: none;
      clear: both;
      padding-top: 10px; } }
