@charset "UTF-8";
@font-face {
  font-family: "untitled-font-1";
  src: url("../type/fonts/untitled-font-1.eot");
  src: url("../type/fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("../type/fonts/untitled-font-1.woff") format("woff"), url("../type/fonts/untitled-font-1.ttf") format("truetype"), url("../type/fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-share:before {
  content: "c";
}
.icon-paper-plane:before {
  content: "d";
}
.icon-pinterest:before {
  content: "e";
}
.icon-vimeo:before {
  content: "f";
}
.icon-mail:before {
  content: "g";
}
.icon-tumblr:before {
  content: "h";
}
.icon-fontawesome-webfont:before {
  content: "i";
}
.icon-fontawesome-webfont-1:before {
  content: "k";
}
.icon-fontawesome-webfont-2:before {
  content: "j";
}
.icon-fontawesome-webfont-4:before {
  content: "m";
}
.icon-fontawesome-webfont-5:before {
  content: "a";
}
.icon-fontawesome-webfont-3:before {
  content: "b";
}
body {
  margin: 0px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
}
body a {
  color: #000;
}
.fullbody {
  padding-left: 8px;
  padding-right: 8px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 50px;
  z-index: 321;
}
#header #menu a {
  font-size: 13px;
  text-decoration: none;
}
#header #menu a:hover {
  color: #595959;
}
#header .option {
  position: relative;
  margin-top: 10px;
  width: 200px;
  float: right;
}
#header .option a {
  float: right;
  text-decoration: none;
  margin-right: 40px;
  font-size: 13px;
  margin-top: 10px;
}
#header .option a:hover {
  color: #595959;
}
#header .option a .icon {
  position: relative;
  vertical-align: text-top;
  top: 2px;
}
#menu {
  float: left;
  text-align: left;
}
#menu li {
  display: inline;
  list-style-type: none;
  padding-right: 8px;
}
.conteudo {
  margin-top: 200px;
}
.intro h1 {
  font-size: 3.75rem;
  letter-spacing: -2px;
  margin-bottom: 32px;
  margin-top: 32px;
}
.intro p {
  margin-bottom: 90px;
  width: 50%;
  line-height: 1.5;
}
.intro p a:hover {
  color: #595959;
}
.container {
  max-width: 1306px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 130px;
}
.top {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 52px;
  font-size: 12px;
}
.top a {
  text-decoration: none;
  float: right;
  clear: both;
}
.top a:hover {
  color: #595959;
}
#grelha .post {
  float: left;
  position: relative;
  margin-top: 10px;
}
#grelha .post a img:hover {
  opacity: 0.25;
  -moz-opacity: 0.25;
  filter: alpha(opacity=25);
  z-index: 200;
}
#grelha .post img {
  max-width: 100%;
  height: auto;
}
#grelha .post h2,
#grelha .post h3,
#grelha .post h4 {
  position: absolute;
  text-decoration: none;
  color: black;
  font-weight: normal;
  display: none;
}
#grelha .post h2 {
  top: -10;
  left: 10;
  z-index: 30;
  font-size: 20px;
}
#grelha .post h3 {
  top: 20;
  left: 10;
  z-index: 30;
  font-size: 13px;
}
#grelha .post h4 {
  top: 40;
  left: 10;
  z-index: 30;
  font-size: 13px;
}
#grelha article.post {
  max-width: 31.571%;
  margin: 0 0 35px;
}
#grelha article:nth-of-type(3n+1) {
  margin-right: 2.682%;
  clear: left;
}
#grelha article:nth-of-type(3n+3) {
  float: right;
  clear: right;
}
#grelha .post a:hover h2,
#grelha .post a:hover h3,
#grelha .post a:hover h4 {
  display: inline;
  z-index: 300;
}
#lista article.post {
  max-width: 100%;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 35px;
}
#lista a {
  text-decoration: none;
}
#lista h2,
#lista h3,
#lista h4 {
  text-decoration: none;
  font-weight: normal;
}
#lista h2 {
  margin-bottom: -7px;
  font-size: 20px;
}
#lista h3 {
  font-size: 13px;
}
.contactos p {
  font-size: 14px;
}
.contactos p a:hover {
  color: #595959;
}
footer.fullwidth {
  height: 70px;
  clear: both;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
footer.fullwidth p {
  font-size: 12px;
  position: absolute;
  margin-top: 24px;
}
footer.fullwidth p a:hover {
  color: #595959;
}
footer.fullwidth .social {
  float: right;
}
footer.fullwidth .social ul {
  list-style: none;
}
footer.fullwidth .social ul li {
  float: left;
  text-align: right;
  padding-right: 5px;
}
footer.fullwidth .social ul li a {
  text-decoration: none;
  font-size: 16px;
}
footer.fullwidth .social ul li a:hover {
  color: #595959;
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #menu {
    margin-left: -33px;
  }
  .intro p {
    width: 100%;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #menu {
    margin-left: -33px;
  }
  .grid {
    display: none;
  }
  .intro p {
    width: 100%;
  }
  .intro h1 {
    font-size: 40px;
  }
  #lista article.post,
  #grelha article.post {
    max-width: 640px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 85px;
  }
  #lista article.post h2,
  #grelha article.post h2,
  #lista article.post h3,
  #grelha article.post h3,
  #lista article.post h4,
  #grelha article.post h4 {
    display: block;
    margin-top: -50px;
    margin-left: -10px;
  }
  #lista article.post img,
  #grelha article.post img {
    margin-top: 20px;
  }
  #lista article.post a img:hover,
  #grelha article.post a img:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    z-index: 200;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #menu {
    margin-left: -33px;
  }
  .grid {
    display: none;
  }
  .intro p {
    width: 100%;
  }
  .intro h1 {
    font-size: 40px;
  }
  #lista article.post,
  #grelha article.post {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 95px;
  }
  #lista article.post h2,
  #grelha article.post h2,
  #lista article.post h3,
  #grelha article.post h3,
  #lista article.post h4,
  #grelha article.post h4 {
    display: block;
    margin-top: -50px;
    margin-left: -10px;
  }
  #lista article.post a img:hover,
  #grelha article.post a img:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    z-index: 200;
  }
}
