@charset "UTF-8";
/*
	Theme Name: David Ferreira
	Theme URI: http://davidferreiraofficial.com/
	Description: David Ferreira
	Version: 1.0
	Author: Nelson Leão
	Author URI: http://www.nelsonleao.com/
*/
html {
  background-color: #FFF; }

body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 24px; }

p {
  margin-bottom: 15px;
  margin-top: 0; }

strong {
  font-weight: 600; }

ol,
ul,
li {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  margin: 0;
  padding: 0; }

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: rgba(0, 0, 0, 0.5) solid 1px; }

a:hover {
  border-bottom: none; }

iframe,
embed,
object {
  max-width: 100%; }

.responsive {
  width: 100% !important;
  height: auto !important; }

.apagar {
  clear: both; }

.centro {
  text-align: center; }

.relative {
  position: relative; }

* {
  box-sizing: border-box; }

/*-------------------------------------------------------------*/
.contentor {
  display: block;
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 1440px;
  margin: auto; }

/*/////-----------------------------------------------*/
.espacoTopo {
  display: block;
  height: 140px; }

.contentorTopo {
  display: block;
  position: fixed;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0) url(img/david_ferreira_logo.png) no-repeat;
  background-position: 5% 60px;
  background-size: 265px auto;
  backface-visibility: hidden;
  z-index: 1000;
  transition: all .3s ease-out; }

@media only screen and (max-width: 768px) {
  .contentorTopo {
    background: white url(img/david_ferreira_logo_prt.png) no-repeat;
    background-position: 5% 60px;
    background-size: 265px auto;
    height: 105px;
    top: -35px; } }
.contentorHamburguer {
  display: block;
  position: relative;
  margin: auto;
  width: 90%; }

.logo {
  display: block;
  width: 265px; }

.logo img {
  backface-visibility: hidden; }

a.logo {
  display: block;
  width: 265px;
  height: 40px;
  margin-top: 50px;
  border: none;
  padding: 0; }

.pretoAlto {
  display: block;
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: #000;
  z-index: -1; }

.pretoMedio {
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  max-height: 900px;
  background-color: #000;
  z-index: -1; }

.pretoMedio p {
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 1050px) {
  .pretoAlto,
  .pretoMedio {
    width: 87%; } }
@media only screen and (max-width: 580px) {
  .pretoAlto,
  .pretoMedio {
    width: 100%; } }
@keyframes menu1 {
  from {
    top: 0; }
  to {
    top: -140px; } }
.menuRecolhe {
  animation: menu1 .6s ease-out;
  top: -140px; }

@keyframes menu2 {
  from {
    top: -140px; }
  to {
    top: 0; } }
.menuEstende {
  animation: menu2 .6s ease-out;
  top: 0; }

.menuAcende {
  background: white url(img/david_ferreira_logo_prt.png) no-repeat;
  background-position: 5% 60px;
  background-size: 265px auto; }

.menuApaga {
  background: rgba(255, 255, 255, 0) url(img/david_ferreira_logo.png) no-repeat;
  background-position: 5% 60px;
  background-size: 265px auto; }

@media only screen and (max-width: 580px) {
  .contentorTopo,
  .menuAcende,
  .menuApaga {
    background-size: 200px auto !important;
    background-position: 15% 60px !important; } }
/*Menu*/
.menu_contentor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow-y: auto; }

.menu_contentor_logo {
  display: table;
  position: fixed;
  top: 0;
  left: -20%;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
  border-right: rgba(255, 255, 255, 0.3) solid 1px;
  text-align: center;
  transition: all .4s ease-out; }

.menu_contentor_logo_img {
  display: table-cell;
  vertical-align: middle; }

.menu_contentor_logo_img img {
  display: none;
  width: 80%;
  height: auto;
  max-width: 350px;
  backface-visibility: hidden; }

.menu_contentor_menu {
  display: table;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  text-align: center;
  padding: 50px 0 100px;
  transition: all .5s ease-out; }

.menu_topo {
  display: table-cell;
  vertical-align: middle; }
  .menu_topo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .menu_topo ul li {
      display: block;
      width: 100%; }
      .menu_topo ul li:hover {
        background-color: rgba(0, 0, 0, 0.5); }
        .menu_topo ul li:hover > a {
          color: rgba(255, 255, 255, 0.8); }
      .menu_topo ul li.current-menu-item {
        background-color: rgba(0, 0, 0, 0.5); }
        .menu_topo ul li.current-menu-item > a {
          color: rgba(255, 255, 255, 0.8); }
      .menu_topo ul li a {
        display: block;
        width: 100%;
        height: 65px;
        line-height: 65px;
        color: white;
        font-size: 24px;
        font-weight: 300;
        padding: 0;
        border: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all .25s linear; }
      .menu_topo ul li:first-child a {
        font-size: 18px; }
      .menu_topo ul li ul {
        display: none; }
        .menu_topo ul li ul li a {
          font-size: 18px;
          font-weight: 300;
          height: 40px;
          line-height: 40px; }
  .menu_topo .social {
    color: #FFF;
    font-size: 18px;
    border: rgba(255, 255, 255, 0.2) solid 1px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    transition: all .25s ease-out;
    margin: 30px 6px 0; }
    .menu_topo .social:hover {
      border: white solid 1px; }

.apagaLogo {
  background-image: none !important;
  background-color: transparent !important; }

.hamburgerBranco span::before,
.hamburgerBranco span::after {
  background-color: #FFF !important; }

@media only screen and (max-width: 767px) {
  .menu_contentor_logo {
    display: none; }

  .menu_contentor_menu {
    width: 100%;
    height: 100%;
    padding: 50px 0 100px; } }
/*----------Humburguer----------*/
.hamburguerDiv {
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.c-hamburger {
  margin: 0;
  width: 48px;
  height: 40px;
  position: relative;
  display: block;
  float: right;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  cursor: pointer;
  transition: background 0.2s; }

.c-hamburger span {
  top: 18px;
  height: 4px;
  background: #000;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  border-radius: 2px; }

.c-hamburger span::before,
.c-hamburger span::after {
  height: 4px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
  border-radius: 2px; }

.c-hamburger span::before {
  top: -18px;
  transition-property: top, transform; }

.c-hamburger span::after {
  bottom: -18px;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger.is-active {
  background-color: none !important; }

.c-hamburger.is-active span {
  background: none !important; }

.c-hamburger.is-active span::before {
  transform: rotate(45deg);
  top: 0; }

.c-hamburger.is-active span::after {
  transform: rotate(-45deg);
  bottom: 0; }

.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
  transition-delay: 0s, 0.2s; }

@media only screen and (max-width: 580px) {
  /*.o-mundo-de-david,
  .homepage,
  .single-colecoes,
  .single-press {
      .c-hamburger span {
          background: #FFF;
      }
      .c-hamburger span::before,
      .c-hamburger span::after {
          background: #FFF;
      }
      .menuAcende {
          .c-hamburger span {
              background: #000;
          }
          .c-hamburger span::before,
          .c-hamburger span::after {
              background: #000;
          }
      }
  }*/ }
/*----------fim de Humburguer----------*/
/* ---- grid  Home---- */
.contentorGrid {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  max-width: 1700px;
  margin: auto; }

.grid {
  position: relative;
  width: 106%;
  margin-left: 0;
  margin-top: 100px;
  overflow: hidden; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer {
  width: 10%; }

.grid-item {
  width: 50%;
  float: left;
  padding: 5%;
  padding-left: 0; }

.gridHomeEspaco {
  width: 20%; }

.gridHomeEntrada {
  width: 80%;
  margin-bottom: 0;
  padding: 0;
  padding-right: 5%; }

.gridTexto {
  font-size: 14px;
  font-weight: 400;
  padding-left: 2.5%;
  margin-top: 150px; }

.gridTexto p {
  width: 80%; }

.gridTexto h1,
.gridTexto h2,
.gridTexto h3,
.gridTexto h4,
.gridTexto h5,
.gridTexto h6 {
  width: 80%;
  font-weight: 200;
  line-height: normal;
  margin: 0;
  padding: 0; }

.gridTexto h1 {
  font-size: 70px; }

.gridTexto h2 {
  font-size: 50px; }

.gridTexto h3 {
  font-size: 40px; }

.direita {
  padding-right: 0; }

@media only screen and (max-width: 900px) {
  .grid {
    margin-top: 40px; }

  .gridHomeEspaco {
    width: 10%; }

  .gridHomeEntrada {
    width: 90%;
    margin-bottom: 0;
    padding: 0;
    padding-right: 5%; }

  .gridTexto {
    margin-top: 50px; }

  .gridTexto h1 {
    font-size: 55px; }

  .gridTexto h2 {
    font-size: 42px; }

  .gridTexto h3 {
    font-size: 34px; } }
@media only screen and (max-width: 580px) {
  .grid {
    margin-top: 0; }

  .grid-item {
    width: 100%;
    float: left;
    padding: 5%;
    padding-left: 0; }

  .gridHomeEspaco {
    width: 0; }

  .gridHomeEntrada {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    padding-right: 5%; }

  .gridTexto {
    margin-left: 5%;
    margin-top: 30px; }

  .gridTexto h1 {
    font-size: 48px; }

  .gridTexto h2 {
    font-size: 38px; }

  .gridTexto h3 {
    font-size: 30px; } }
/* ---- grid  Coleções---- */
.gridCl {
  font-size: 0;
  overflow: hidden;
  max-width: 1700px;
  margin: auto; }

.gridClitem {
  display: block;
  float: left;
  width: 25%;
  line-height: 0;
  padding: 1%;
  margin: 0; }

.grande {
  width: 50%; }

@media only screen and (max-width: 900px) {
  .gridClitem {
    width: 33.333%; }

  .grande {
    width: 66.666%; } }
@media only screen and (max-width: 580px) {
  .gridClitem {
    width: 50%; }

  .grande {
    width: 100%; } }
@media only screen and (max-width: 400px) {
  .gridClitem {
    width: 100%; }

  .grande {
    width: 100%; } }
/*Home*/
.homeTit {
  display: block;
  width: 82%;
  max-width: 1700px;
  font-size: 68px;
  font-weight: 300;
  margin-top: 100px;
  margin-left: 5%;
  line-height: normal;
  text-transform: uppercase;
  color: #FFF; }

@media only screen and (min-width: 1700px) {
  .homeTit {
    margin: 100px auto 0; } }
.homeColecao {
  font-size: 70px;
  font-weight: 200;
  line-height: normal;
  margin-top: 150px; }

a.homeLink {
  font-size: 27px;
  font-weight: 200;
  line-height: normal;
  border-bottom: none; }

a.homeLink:hover {
  border-bottom: rgba(0, 0, 0, 0.5) solid 1px; }

@media only screen and (max-width: 900px) {
  .homeTit {
    margin-top: 40px; } }
@media only screen and (max-width: 580px) {
  .homeTit {
    margin-top: 0px;
    font-size: 48px; } }
/*Colecção*/
.colecao {
  padding: 50px 0 80px;
  color: #FFF; }
  .colecao h1,
  .colecao h2,
  .colecao h3,
  .colecao h4,
  .colecao h5,
  .colecao h6 {
    font-weight: 200; }

.colecao p {
  width: 80%;
  max-width: 650px;
  font-size: 15px;
  font-weight: 300;
  color: #FFF;
  background-color: #000; }

.colecaoTit {
  font-size: 75px;
  font-weight: 300;
  line-height: normal;
  margin-left: 60px;
  color: #FFF; }

.colecaoDesc {
  margin-left: 300px;
  margin-top: -50px;
  margin-bottom: 50px; }

.videoContentor {
  display: block;
  width: 100%;
  max-width: 1700px;
  margin: auto; }

.videoFrame {
  display: block;
  width: 85%;
  padding: 0 1% 80px 0; }

@media only screen and (max-width: 900px) {
  .colecao {
    padding: 20px 0 30px; }

  .colecaoTit {
    font-size: 70px;
    margin-left: 5%; }

  .colecaoDesc {
    margin-left: 5%;
    margin-top: 0;
    margin-bottom: 50px; }

  .videoFrame {
    width: 100%;
    padding: 0 0 50px 0; } }
@media only screen and (max-width: 580px) {
  .colecao {
    padding: 0;
    width: 100%;
    background-color: #000; }

  .colecao p {
    width: 90%;
    text-align: center; }

  .colecaoTit {
    font-size: 50px;
    /*margin-left: 0;*/
    /*text-align: center;*/ }

  .colecaoDesc {
    margin-left: 5%;
    margin-top: 0;
    margin-bottom: 50px; }

  .videoFrame {
    width: 100%;
    padding: 0 0 20px 0; } }
.ampliar {
  cursor: pointer;
  transition: all .25s ease-out; }

.ampliar:hover {
  transform: scale(1.01, 1.01) !important; }

.ampliar img {
  backface-visibility: hidden; }

.dragJanela {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) url(img/loader_br.gif) no-repeat center;
  overflow: hidden;
  z-index: 1000; }

.dragContentor {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.drag {
  cursor: move; }

a.dragFechar {
  position: absolute;
  display: block;
  top: 50px;
  right: 50px;
  width: 42px;
  height: 42px;
  background: url(img/fechar_ampliacao.png) center no-repeat;
  padding: 0;
  border: none;
  transition: all .25s ease-out;
  z-index: 1100; }

a.dragFechar:hover {
  opacity: .6; }

.newsletter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9) url(img/newsletter.png) no-repeat;
  background-position: center 60px; }

/*O mundo de david*/
.preto, .contentorMundo:before, .contentorIdentidade:before, .premios .conteudoPreto:before, .contentorContactos .linhaPreta:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #000; }

.contentorMundo {
  display: block;
  position: relative;
  width: 90%;
  background-color: #000;
  padding: 165px 0 220px 0;
  color: #FFF; }
  .contentorMundo:before {
    content: ''; }
  .contentorMundo .conteudo {
    position: relative;
    width: 90%;
    max-width: 1050px;
    margin: auto; }
    .contentorMundo .conteudo .logotipo {
      float: left;
      width: 317px; }
      .contentorMundo .conteudo .logotipo img {
        backface-visibility: hidden; }
    .contentorMundo .conteudo .mundo {
      float: right;
      font-size: 65px;
      font-weight: 200;
      margin-top: 60px;
      line-height: normal;
      text-align: right; }
    .contentorMundo .conteudo .texto {
      font-size: 15px;
      font-weight: 300;
      width: 100%;
      max-width: 625px;
      margin-top: 63px;
      opacity: .8; }
    .contentorMundo .conteudo .destaque {
      font-size: 20px;
      font-weight: 200;
      line-height: 30px;
      width: 100%;
      max-width: 815px;
      margin: 85px auto 0;
      opacity: .8; }

@media only screen and (max-width: 1100px) {
  .contentorMundo {
    width: 87%;
    padding: 165px 0 120px 0; }
    .contentorMundo .conteudo .logotipo {
      float: none;
      width: 280px;
      margin-top: 50px; }
    .contentorMundo .conteudo .mundo {
      float: none;
      margin-top: 0;
      text-align: left; }
    .contentorMundo .conteudo .destaque {
      margin: 55px auto 0; } }
@media only screen and (max-width: 580px) {
  .contentorMundo {
    width: 100%;
    padding: 150px 0 50px 0; }
    .contentorMundo .conteudo .logotipo {
      width: 80%;
      max-width: 250px;
      margin: 20px auto 0; }
    .contentorMundo .conteudo .mundo {
      float: none;
      margin-top: 0;
      font-size: 50px;
      text-align: center; }
    .contentorMundo .conteudo .texto {
      text-align: center;
      margin-top: 30px; }
    .contentorMundo .conteudo .destaque {
      margin: 30px auto 0;
      text-align: center; } }
.contentorIdentidade {
  position: relative;
  width: 90%;
  max-width: 1440px;
  background-color: #000;
  font-size: 0;
  margin: auto; }
  .contentorIdentidade:before {
    content: ''; }
  .contentorIdentidade .tit1 {
    font-size: 90px;
    font-weight: 200;
    color: #FFF;
    position: absolute;
    width: 252px;
    top: 109px;
    left: 0;
    text-align: right; }
  .contentorIdentidade .branco {
    width: calc(100% - 252px);
    margin-left: 252px;
    background-color: #FFF; }
    .contentorIdentidade .branco .tit2 {
      font-size: 90px;
      font-weight: 200;
      color: #000;
      padding-top: 109px; }
    .contentorIdentidade .branco .foto {
      display: inline-block;
      margin-top: 80px;
      width: 324px;
      vertical-align: middle;
      line-height: 0; }
      .contentorIdentidade .branco .foto img {
        width: 100%;
        height: auto; }
    .contentorIdentidade .branco .texto {
      font-size: 15px;
      display: inline-block;
      width: calc(100% - 397px);
      max-width: 610px;
      vertical-align: middle;
      margin-left: 73px; }

@media only screen and (max-width: 1100px) {
  .contentorIdentidade .tit1 {
    font-size: 70px;
    width: 170px;
    top: 80px; }
  .contentorIdentidade .branco {
    width: calc(100% - 170px);
    margin-left: 170px; }
    .contentorIdentidade .branco .tit2 {
      font-size: 70px;
      padding-top: 80px; }
    .contentorIdentidade .branco .foto {
      display: block;
      margin-top: 70px;
      margin-left: -80px; }
    .contentorIdentidade .branco .texto {
      display: block;
      width: calc(100% + 130px);
      max-width: 800px;
      margin-left: -150px;
      background-color: #FFF;
      padding: 80px 0 80px 10%; } }
@media only screen and (max-width: 580px) {
  .contentorIdentidade {
    background-color: #FFF; }
    .contentorIdentidade:before {
      display: none; }
    .contentorIdentidade .tit1 {
      color: #000;
      font-size: 50px;
      width: 50%;
      top: 50px; }
    .contentorIdentidade .branco {
      width: 100%;
      margin-left: 0; }
      .contentorIdentidade .branco .tit2 {
        font-size: 50px;
        padding-top: 50px;
        margin-left: 50%; }
      .contentorIdentidade .branco .foto {
        display: block;
        width: 100%;
        max-width: 324px;
        margin: 50px auto 0; }
      .contentorIdentidade .branco .texto {
        display: block;
        width: 100%;
        margin-left: -0;
        padding: 30px 0;
        text-align: center; } }
.premios {
  width: 100%;
  max-width: 1440px;
  margin: auto; }
  .premios .conteudoPreto {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 77%;
    margin-left: 5%;
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding-bottom: 150px; }
    .premios .conteudoPreto:before {
      content: ''; }
    .premios .conteudoPreto .tit1 {
      font-size: 55px;
      font-weight: 200;
      padding-top: 140px;
      width: 100%;
      text-align: right; }
    .premios .conteudoPreto .tit2Int {
      display: none; }
    .premios .conteudoPreto .texto {
      width: 100%;
      max-width: 620px;
      margin: 40px auto;
      font-size: 24px;
      line-height: normal;
      font-weight: 200;
      text-align: left; }
      .premios .conteudoPreto .texto p {
        width: 100%;
        max-width: 460px; }
    .premios .conteudoPreto .quadro {
      display: inline-block;
      vertical-align: top;
      padding: 20px 0 0 20px;
      border-left: #4d4d4d solid 1px;
      font-size: 14px;
      color: #a3a3a3;
      text-align: left;
      margin-right: 8%;
      margin-bottom: 50px; }
      .premios .conteudoPreto .quadro .logoImg {
        display: block;
        height: 100px; }
        .premios .conteudoPreto .quadro .logoImg img {
          backface-visibility: hidden; }
  .premios .tit2 {
    display: inline-block;
    vertical-align: top;
    font-size: 55px;
    font-weight: 200;
    padding-top: 140px; }

@media only screen and (max-width: 910px) {
  .premios .conteudoPreto {
    width: 75%;
    text-align: left;
    padding-bottom: 100px; }
    .premios .conteudoPreto .tit1 {
      padding-top: 100px; }
    .premios .conteudoPreto .tit2Int {
      display: none; }
    .premios .conteudoPreto .texto {
      margin: 80px auto; }
    .premios .conteudoPreto .quadro {
      padding: 20px 0 0 15px;
      margin-right: 2%; }
      .premios .conteudoPreto .quadro .logoImg {
        display: block;
        height: 100px; }
  .premios .tit2 {
    padding-top: 100px; } }
@media only screen and (max-width: 580px) {
  .premios .conteudoPreto {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 5% 20px;
    text-align: center; }
    .premios .conteudoPreto .tit1 {
      padding-top: 50px;
      width: auto;
      display: inline-block;
      vertical-align: top;
      font-size: 50px; }
    .premios .conteudoPreto .tit2Int {
      display: inline-block;
      vertical-align: top;
      padding-top: 50px;
      font-size: 50px;
      font-weight: 200; }
    .premios .conteudoPreto .texto {
      margin: 30px auto;
      text-align: center; }
    .premios .conteudoPreto .quadro {
      padding: 20px;
      margin-right: 0;
      border: none;
      text-align: center;
      vertical-align: middle;
      margin-bottom: 0; }
      .premios .conteudoPreto .quadro .logoImg {
        display: block;
        height: initial; }
  .premios .tit2 {
    display: none; } }
.contentorPreto {
  width: 100%;
  overflow-x: hidden; }

.designs {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  font-size: 0; }
  .designs .conteudoBranco {
    display: inline-block;
    vertical-align: bottom;
    width: 82%;
    padding: 0 5%;
    font-size: 16px; }
    .designs .conteudoBranco .imagem {
      width: 100%;
      max-width: 736px;
      margin: auto;
      padding-top: 145px;
      padding-bottom: 30px; }
      .designs .conteudoBranco .imagem img {
        width: 100%;
        height: auto;
        backface-visibility: hidden; }
    .designs .conteudoBranco .texto {
      width: 100%;
      max-width: 655px;
      margin: auto;
      padding-bottom: 200px; }
  .designs .barraPreta {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 18%;
    background-color: #000;
    height: 620px; }
    .designs .barraPreta:after {
      content: '';
      position: absolute;
      width: 500%;
      height: 100%;
      right: -500%;
      background-color: #000; }

@media only screen and (max-width: 910px) {
  .designs .conteudoBranco {
    width: 88%; }
    .designs .conteudoBranco .imagem {
      padding-top: 100px;
      padding-bottom: 10px; }
    .designs .conteudoBranco .texto {
      width: 100%;
      max-width: 655px;
      margin: auto;
      padding-bottom: 80px; }
  .designs .barraPreta {
    width: 12%;
    height: 520px; } }
@media only screen and (max-width: 580px) {
  .designs .conteudoBranco {
    width: 100%; }
    .designs .conteudoBranco .imagem {
      padding-top: 30px; }
    .designs .conteudoBranco .texto {
      text-align: center;
      padding-bottom: 30px; }
  .designs .barraPreta {
    display: none; } }
.reconhecimentoCont {
  display: block;
  width: 100%;
  overflow: hidden; }

.reconhecimento {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  font-size: 0; }
  .reconhecimento .tit1 {
    font-size: 55px;
    font-weight: 200;
    padding-top: 170px;
    width: 155px;
    text-align: right;
    display: inline-block;
    vertical-align: top; }
  .reconhecimento .fundoPreto {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 155px);
    background-color: #000;
    font-size: 16px;
    color: #FFF;
    padding-bottom: 310px; }
    .reconhecimento .fundoPreto:after {
      content: '';
      position: absolute;
      width: 500%;
      height: 100%;
      top: 0;
      right: -500%;
      background-color: #000; }
    .reconhecimento .fundoPreto .tit1Int {
      display: none; }
    .reconhecimento .fundoPreto .tit2 {
      font-size: 55px;
      font-weight: 200;
      padding-top: 170px; }
    .reconhecimento .fundoPreto .texto {
      display: block;
      margin: 20px auto 0;
      width: 58%; }

@media only screen and (max-width: 910px) {
  .reconhecimento .tit1 {
    font-size: 45px;
    padding-top: 100px;
    width: 120px; }
  .reconhecimento .fundoPreto {
    width: calc(100% - 120px);
    padding-bottom: 250px; }
    .reconhecimento .fundoPreto .tit2 {
      font-size: 45px;
      padding-top: 100px; }
    .reconhecimento .fundoPreto .texto {
      margin: 50px auto 0;
      width: 80%; } }
@media only screen and (max-width: 580px) {
  .reconhecimento .tit1 {
    display: none; }
  .reconhecimento .fundoPreto {
    width: 100%;
    text-align: center;
    font-size: 0; }
    .reconhecimento .fundoPreto .tit1Int {
      font-size: 45px;
      font-weight: 200;
      color: #FFF;
      padding-top: 50px;
      display: inline-block; }
    .reconhecimento .fundoPreto .tit2 {
      display: inline-block;
      font-size: 45px;
      padding-top: 50px; }
    .reconhecimento .fundoPreto .texto {
      margin: 20px auto 0;
      width: 90%;
      font-size: 16px; } }
@media only screen and (max-width: 370px) {
  .reconhecimento .fundoPreto .tit1Int {
    font-size: 35px; }
  .reconhecimento .fundoPreto .tit2 {
    font-size: 35px; } }
.galeria {
  margin-top: -250px; }
  .galeria .main-carousel .carousel-cell {
    display: table;
    margin: 0 15px; }
    .galeria .main-carousel .carousel-cell img {
      height: 100vh;
      max-height: 763px;
      width: auto;
      /*evitar que as imagens prendam ao rato*/
      pointer-events: none; }
    .galeria .main-carousel .carousel-cell p {
      font-size: 14px;
      margin: 0;
      line-height: normal;
      display: table-caption;
      caption-side: bottom; }

.flickity-viewport {
  transition: height 0.25s ease-out; }

.flickity-prev-next-button:disabled {
  opacity: 0; }

@media only screen and (max-width: 910px) {
  .galeria {
    margin-top: -220px; }
    .galeria .main-carousel .carousel-cell img {
      height: auto;
      max-height: none;
      width: 100%; } }
.viewPress {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 150px 0; }
  .viewPress .viewPressInt {
    display: block;
    width: 90%;
    max-width: 1200px; }
    .viewPress .viewPressInt .viewPressConteudo {
      display: block;
      width: 90%;
      max-width: 740px;
      margin: auto;
      font-size: 16px; }
      .viewPress .viewPressInt .viewPressConteudo a {
        font-size: 26px;
        font-weight: 200;
        border-bottom: transparent solid 1px;
        margin-left: 30%; }
        .viewPress .viewPressInt .viewPressConteudo a:hover {
          border-bottom: rgba(0, 0, 0, 0.5) solid 1px; }

@media only screen and (max-width: 910px) {
  .viewPress {
    padding: 50px 0; }
    .viewPress .viewPressInt {
      width: 100%; } }
@media only screen and (max-width: 580px) {
  .viewPress {
    padding: 30px 0; }
    .viewPress .viewPressInt {
      width: 100%; }
      .viewPress .viewPressInt .viewPressConteudo {
        text-align: center; }
        .viewPress .viewPressInt .viewPressConteudo a {
          margin-left: 0; } }
/*Serviços*/
.contentorServicos {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: auto; }

.contentorFotoServicos {
  display: block;
  position: relative;
  width: 90%;
  line-height: 0; }
  .contentorFotoServicos img {
    width: 100%;
    height: auto; }

.servicosTexto {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-top: -180px; }
  .servicosTexto .limite {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    margin-top: 0; }
    .servicosTexto .limite .branco {
      display: block;
      position: relative;
      width: 79%;
      margin-left: 21%;
      background-color: #FFF;
      padding: 140px 0 130px; }
      .servicosTexto .limite .branco:before {
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100% - 180px);
        top: 180px;
        left: -100%;
        background-color: #000; }
      .servicosTexto .limite .branco .conteudo {
        display: block;
        width: 80%;
        max-width: 770px;
        margin: auto; }

@media only screen and (max-width: 1100px) {
  .contentorFotoServicos {
    width: 87%; } }
@media only screen and (max-width: 910px) {
  .servicosTexto {
    margin-top: -100px; }
    .servicosTexto .limite .branco {
      width: 85%;
      margin-left: 15%;
      padding: 80px 0; }
      .servicosTexto .limite .branco:before {
        height: calc(100% - 100px);
        top: 100px; } }
@media only screen and (max-width: 580px) {
  .contentorFotoServicos {
    width: 100%; }

  .servicosTexto {
    margin-top: 0; }
    .servicosTexto .limite .branco {
      width: 100%;
      margin: auto;
      padding: 30px 0; }
      .servicosTexto .limite .branco:before {
        display: none; }
      .servicosTexto .limite .branco .conteudo {
        width: 90%;
        text-align: center; } }
.contentorFormServicos {
  display: block;
  width: 100%;
  max-width: 956px;
  margin: 0 auto 40px; }
  .contentorFormServicos .pretoServForm {
    display: block;
    position: relative;
    width: 100%;
    max-width: 805px;
    background-color: #000;
    padding: 65px 0; }
    .contentorFormServicos .pretoServForm:before {
      content: '';
      position: absolute;
      width: 200%;
      height: 100%;
      top: 0;
      left: -200%;
      background-color: #000; }
  .contentorFormServicos .tit {
    font-size: 35px;
    line-height: normal;
    color: #FFF;
    font-weight: 200; }
  .contentorFormServicos form {
    margin-top: 80px;
    width: 100%;
    max-width: 632px;
    margin-left: 58px;
    text-align: right; }
    .contentorFormServicos form a {
      display: inline-block;
      margin-right: 60px;
      margin-top: 25px; }

@media only screen and (max-width: 1060px) {
  .contentorFormServicos .tit {
    margin-left: 130px; } }
@media only screen and (max-width: 805px) {
  .contentorFormServicos {
    margin-bottom: 0; }
    .contentorFormServicos .pretoServForm:before {
      display: none; }
    .contentorFormServicos .tit {
      margin: auto;
      width: 90%;
      text-align: center; }
    .contentorFormServicos form {
      width: 90%;
      margin: auto;
      margin-top: 50px;
      max-width: none;
      margin-left: auto; } }
@media only screen and (max-width: 580px) {
  .contentorFormServicos .pretoServForm {
    padding: 30px 0; }
  .contentorFormServicos .tit {
    font-size: 30px; }
  .contentorFormServicos form {
    margin-top: 30px; } }
input,
textarea {
  width: 100%;
  font-size: 18px;
  font-weight: 200;
  padding: 20px 22px;
  color: #FFF;
  border: none;
  background-color: #212121;
  margin-bottom: 10px;
  border-radius: 4px; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999999; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999999; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999999; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999999; }
  input:focus,
  textarea:focus {
    outline: none; }

textarea {
  min-height: 150px; }

a.enviar {
  font-size: 27px;
  font-weight: 200;
  color: #FFF;
  border-bottom: none; }
  a.enviar:hover {
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px; }

/*Contactos*/
.contentorContactos {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1152px;
  margin: auto; }
  .contentorContactos .linhaPreta {
    position: relative;
    display: block;
    width: 100%;
    background-color: #000;
    font-size: 0; }
    .contentorContactos .linhaPreta:first-child .mailEsquerda,
    .contentorContactos .linhaPreta:first-child .linhaBranca {
      padding-top: 220px; }
    .contentorContactos .linhaPreta:before {
      content: ''; }
  .contentorContactos .mailEsquerda {
    display: block;
    float: left;
    width: 283px;
    font-size: 18px;
    color: #FFF;
    border-bottom: #757575 solid 1px; }
  .contentorContactos .linhaBranca {
    display: block;
    float: right;
    width: calc(100% - 284px);
    background-color: #FFF;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 60px; }
    .contentorContactos .linhaBranca p {
      margin: 0; }
    .contentorContactos .linhaBranca a {
      font-size: 30px;
      line-height: normal;
      border-bottom: transparent;
      font-weight: 200; }
      .contentorContactos .linhaBranca a:hover {
        border-bottom: rgba(0, 0, 0, 0.5) solid 1px; }

@media only screen and (max-width: 950px) {
  .contentorContactos .linhaBranca a {
    font-size: 22px; } }
@media only screen and (max-width: 767px) {
  .contentorContactos {
    padding-top: 190px; }
    .contentorContactos .linhaPreta {
      background-color: #FFF; }
      .contentorContactos .linhaPreta:first-child .mailEsquerda,
      .contentorContactos .linhaPreta:first-child .linhaBranca {
        padding-top: 8px; }
      .contentorContactos .linhaPreta:before {
        display: none; }
    .contentorContactos .mailEsquerda {
      display: block;
      float: none;
      width: 100%;
      font-size: 14px;
      color: #333;
      border-bottom: #757575 solid 1px; }
    .contentorContactos .linhaBranca {
      display: block;
      float: none;
      width: 100%;
      background-color: #FFF;
      color: #000;
      font-size: 18px;
      font-weight: 300;
      box-sizing: border-box;
      padding-top: 8px;
      padding-left: 15px;
      padding-bottom: 60px; }
      .contentorContactos .linhaBranca p {
        margin: 0;
        color: #999; }
      .contentorContactos .linhaBranca a {
        font-size: 22px;
        line-height: normal;
        border-bottom: transparent;
        font-weight: 200; }
        .contentorContactos .linhaBranca a:hover {
          border-bottom: rgba(0, 0, 0, 0.5) solid 1px; } }
@media only screen and (max-width: 580px) {
  .contentorContactos {
    padding-top: 150px; }
    .contentorContactos .linhaBranca {
      padding-bottom: 30px; }
      .contentorContactos .linhaBranca a {
        font-size: 18px; } }
.contentorContactos2 {
  display: block;
  position: relative;
  width: 100%;
  background-color: #000;
  padding-bottom: 65px; }
  .contentorContactos2 .margem {
    display: block;
    position: relative;
    width: 90%;
    max-width: 1152px;
    margin: auto; }
  .contentorContactos2 .morada {
    display: block;
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding-left: 284px;
    color: #FFF;
    font-size: 30px;
    font-weight: 200;
    padding-top: 97px;
    line-height: normal; }
  .contentorContactos2 .endereco {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px; }
  .contentorContactos2 a.social {
    color: #FFF;
    font-size: 25px;
    border: rgba(255, 255, 255, 0.5) solid 3px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    transition: all .25s ease-out;
    margin-right: 40px;
    margin-top: 40px;
    box-sizing: border-box; }
    .contentorContactos2 a.social:hover {
      border: white solid 3px; }
  .contentorContactos2 .formulario {
    margin-top: 129px;
    display: block;
    width: 635px;
    float: right;
    margin-right: 73px;
    text-align: right; }
    .contentorContactos2 .formulario .tit {
      color: #FFF;
      font-size: 35px;
      font-weight: 200;
      line-height: normal;
      margin-bottom: 23px;
      margin-left: -60px;
      text-align: left; }
  .contentorContactos2 form a {
    display: inline-block;
    margin-right: 60px;
    margin-top: 25px; }

@media only screen and (max-width: 950px) {
  .contentorContactos2 .morada {
    font-size: 22px; }
  .contentorContactos2 a.social {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    margin-right: 30px; }
  .contentorContactos2 .formulario {
    display: block;
    width: 100%;
    max-width: 635px;
    float: none;
    margin: 129px auto 0; }
    .contentorContactos2 .formulario .tit {
      color: #FFF;
      width: 100%;
      max-width: 635px;
      font-size: 30px;
      margin-left: 0;
      text-align: left; }
  .contentorContactos2 form a {
    display: inline-block;
    margin-right: 60px;
    margin-top: 25px; } }
@media only screen and (max-width: 767px) {
  .contentorContactos2 .morada {
    font-size: 22px;
    display: block;
    float: none;
    padding-left: 0;
    padding-top: 80px;
    text-align: center; }
  .contentorContactos2 a.social {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    margin: 40px 15px 0; }
  .contentorContactos2 .formulario {
    margin: 80px auto 0; }

  .single-contactos .contentorTopo {
    background: white url(img/david_ferreira_logo_prt.png) no-repeat;
    background-position: 5% 60px;
    background-size: 265px auto; }
  .single-contactos .menuApaga {
    background: white url(img/david_ferreira_logo_prt.png) no-repeat;
    background-position: 5% 60px;
    background-size: 265px auto; } }
@media only screen and (max-width: 580px) {
  .contentorContactos2 .morada {
    font-size: 18px;
    padding-top: 30px; }
  .contentorContactos2 a.social {
    margin: 30px 15px 0; }
  .contentorContactos2 .formulario {
    margin: 60px auto 0; }
    .contentorContactos2 .formulario .tit {
      font-size: 28px;
      text-align: center; } }
.footerFundo {
  display: block;
  width: 100%; }

.footerContentor {
  display: block;
  position: relative;
  width: 90%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  /*assinatura*/ }
  .footerContentor .esquerda {
    float: left; }
  .footerContentor .direita {
    float: right; }
    .footerContentor .direita a {
      font-size: 14px;
      font-weight: 600;
      border-bottom: transparent;
      padding-bottom: 1px;
      margin-left: 19px; }
      .footerContentor .direita a:hover {
        border-bottom: rgba(0, 0, 0, 0.5) solid 1px; }
      .footerContentor .direita a.social {
        font-size: 18px;
        font-weight: 200; }
        .footerContentor .direita a.social:hover {
          border-bottom: transparent; }
  .footerContentor .logo {
    display: block;
    width: 150px;
    height: 20px;
    background: url(img/david_ferreira_logo_prt.png) no-repeat;
    background-position: left top;
    background-size: 150px auto;
    backface-visibility: hidden; }
  .footerContentor .copyright {
    font-size: 12px;
    line-height: normal; }
  .footerContentor #assinaturaCaixa {
    display: block;
    padding-top: 20px; }
    .footerContentor #assinaturaCaixa a {
      padding: 0;
      border: none; }
      .footerContentor #assinaturaCaixa a:hover {
        border: none; }
  .footerContentor #assinatura {
    float: left;
    width: 20px;
    height: 10px;
    letter-spacing: 1px;
    font-size: 10px;
    text-decoration: none;
    opacity: 0.8;
    background: none; }
  .footerContentor #assinatura:hover {
    opacity: 1; }
  .footerContentor #webdesign {
    float: left;
    text-align: left;
    margin-left: 0px;
    width: 140px;
    height: 10px;
    visibility: hidden;
    font-size: 11px;
    opacity: 0.8; }

.single-contactos .footerFundo {
  background-color: #000; }
.single-contactos .footerContentor {
  /*assinatura*/ }
  .single-contactos .footerContentor .direita a {
    color: #CCC; }
    .single-contactos .footerContentor .direita a:hover {
      border-bottom: rgba(255, 255, 255, 0.5) solid 1px; }
    .single-contactos .footerContentor .direita a.social:hover {
      border-bottom: transparent; }
  .single-contactos .footerContentor .logo {
    background: url(img/david_ferreira_logo.png) no-repeat;
    background-position: left top;
    background-size: 150px auto; }
  .single-contactos .footerContentor .copyright {
    color: #CCC; }
  .single-contactos .footerContentor #assinaturaCaixa {
    color: #FFF; }
  .single-contactos .footerContentor #assinatura {
    color: #FFF; }

@media only screen and (max-width: 580px) {
  .footerContentor .esquerda {
    float: none;
    width: 100%;
    text-align: center; }
  .footerContentor .direita {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px; }
    .footerContentor .direita a {
      margin: 0 10px; }
  .footerContentor .logo {
    margin: auto; }
  .footerContentor .copyright {
    font-size: 12px;
    line-height: normal; }
  .footerContentor #assinaturaCaixa {
    padding-top: 10px; } }
@media only screen and (max-width: 805px) {
  .single-servicos .footerFundo {
    background-color: #000; }
  .single-servicos .footerContentor {
    /*assinatura*/ }
    .single-servicos .footerContentor .direita a {
      color: #CCC; }
      .single-servicos .footerContentor .direita a:hover {
        border-bottom: rgba(255, 255, 255, 0.5) solid 1px; }
      .single-servicos .footerContentor .direita a.social:hover {
        border-bottom: transparent; }
    .single-servicos .footerContentor .logo {
      background: url(img/david_ferreira_logo.png) no-repeat;
      background-position: left top;
      background-size: 150px auto; }
    .single-servicos .footerContentor .copyright {
      color: #CCC; }
    .single-servicos .footerContentor #assinaturaCaixa {
      color: #FFF; }
    .single-servicos .footerContentor #assinatura {
      color: #FFF; } }
/*Newsletter*/
.newsletterJanela {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8) url(img/loader_br.gif) center 250px no-repeat; }
  .newsletterJanela .newsletterImagem {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/Newsletter.png) center top no-repeat; }
  .newsletterJanela .formRetangulo {
    display: block;
    width: 94%;
    max-width: 536px;
    margin: 422px auto 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: 15px;
    color: #FFF;
    text-align: center;
    font-size: 18px; }
  .newsletterJanela form p {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .newsletterJanela .mc4wp-form-fields {
    background-color: #000;
    border: #363636 solid 1px;
    width: 332px;
    margin: auto; }
  .newsletterJanela input {
    width: 285px;
    font-size: 18px;
    font-weight: 200;
    padding: 15px;
    color: #FFF;
    border: none;
    background-color: #000;
    border-radius: 0;
    margin: 0; }
    .newsletterJanela input::-webkit-input-placeholder {
      color: #999999; }
    .newsletterJanela input::-moz-placeholder {
      color: #999999; }
    .newsletterJanela input:-ms-input-placeholder {
      color: #999999; }
    .newsletterJanela input:-moz-placeholder {
      color: #999999; }
    .newsletterJanela input:focus {
      outline: none; }
  .newsletterJanela input[type="submit"] {
    width: 34px;
    font-size: 0;
    background: #000 url(img/newsletter_submit.png) center no-repeat; }
  .newsletterJanela .newsletterTitulo {
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px auto 0;
    line-height: 0; }
  .newsletterJanela a.newsletterFechar {
    position: absolute;
    display: block;
    top: 0;
    right: 50px;
    width: 42px;
    height: 42px;
    background: url(img/fechar_ampliacao.png) center no-repeat;
    padding: 0;
    border: none;
    transition: all .2s ease-out; }
  .newsletterJanela a.newsletterFechar:hover {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.oculta {
  display: none; }

@media only screen and (max-width: 710px) {
  .newsletterJanela a.newsletterFechar {
    top: -35px;
    right: 20px; } }
@media only screen and (max-width: 580px) {
  .newsletterJanela {
    background: rgba(0, 0, 0, 0.8) url(img/loader_br.gif) center 150px no-repeat; }
    .newsletterJanela .newsletterImagem {
      backface-visibility: hidden;
      background-size: 880px auto; }
    .newsletterJanela .formRetangulo {
      margin: 280px auto 0; }
    .newsletterJanela a.newsletterFechar {
      left: 20px;
      right: auto;
      top: -35px; } }
@media only screen and (max-width: 380px) {
  .newsletterJanela .mc4wp-form-fields {
    background-color: #000;
    border: #363636 solid 1px;
    width: 282px;
    margin: auto; }
  .newsletterJanela input {
    width: 235px; } }
/*Press*/
.press .contentorTopo,
.press .menuApaga {
  background: #FFF url(img/david_ferreira_logo_prt.png) no-repeat;
  background-position: 5% 60px;
  background-size: 265px auto;
  z-index: 1000; }

.fait-sur-mesure .contentorTopo,
.fait-sur-mesure .menuApaga {
  background-image: url(img/david_ferreira_logo_prt.png);
  background-position: 5% 60px;
  background-size: 265px auto;
  z-index: 1000; }

@keyframes pressGaleria {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.pressContentor {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1700px;
  margin: auto;
  padding: 130px 0 30px; }
  .pressContentor .pressTit {
    font-size: 55px;
    font-weight: 200;
    line-height: normal;
    margin-left: 60px;
    margin-bottom: 30px;
    color: #000; }
  .pressContentor li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 400px;
    animation: pressGaleria .35s ease-out;
    opacity: 1; }

.press {
  display: block;
  position: relative; }
  .press .quadro {
    display: block;
    width: 100%;
    max-width: 400px;
    text-align: center;
    background: url(img/loader_pr_small.gif) center no-repeat; }
    .press .quadro img {
      width: 100%;
      height: auto;
      transition: all .5s ease-out;
      backface-visibility: hidden;
      opacity: 0; }
    .press .quadro a {
      border-bottom: transparent; }
      .press .quadro a:hover img {
        transform: scale(1.01, 1.01); }
      .press .quadro a.linkTexto:hover {
        border-bottom: rgba(0, 0, 0, 0.5) solid 1px; }

@media only screen and (max-width: 580px) {
  .pressContentor {
    padding: 130px 0 20px; }
    .pressContentor .pressTit {
      font-size: 35px;
      margin-left: 0;
      margin-bottom: 30px;
      width: 100%;
      text-align: center; } }
/*Press Detalhe*/
.pressDetalhe {
  position: absolute;
  top: 0;
  margin-bottom: 150px; }
  .pressDetalhe .descricao {
    position: relative;
    z-index: 100;
    width: 90%;
    max-width: 1400px;
    margin: auto; }
  .pressDetalhe .descricaoInt {
    width: 30%;
    font-weight: 200; }
    .pressDetalhe .descricaoInt h1,
    .pressDetalhe .descricaoInt h2,
    .pressDetalhe .descricaoInt h3,
    .pressDetalhe .descricaoInt h4,
    .pressDetalhe .descricaoInt h5,
    .pressDetalhe .descricaoInt h6 {
      font-weight: 200;
      line-height: normal; }
    .pressDetalhe .descricaoInt a {
      color: #FFF;
      border-bottom: rgba(255, 255, 255, 0.5) solid 1px; }
      .pressDetalhe .descricaoInt a:hover {
        border-bottom: transparent; }

.pressGaleria {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 60px;
  z-index: 99; }

.pressGaleriaDireita {
  display: block;
  width: 70%;
  float: right; }

@media only screen and (max-width: 1000px) {
  .pressDetalhe {
    position: relative;
    margin-bottom: 0; }
    .pressDetalhe .descricaoInt {
      width: 100%; }

  .pressGaleria {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: -80px auto 0;
    padding-top: 0px;
    padding-bottom: 60px;
    z-index: 99; }

  .pressGaleriaDireita {
    width: 100%;
    float: none; } }
@media only screen and (max-width: 580px) {
  .pressDetalhe {
    position: relative; }
    .pressDetalhe .descricaoInt {
      width: 100%;
      text-align: center; }

  .pressGaleria {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: -35px auto 0;
    padding-top: 0px;
    padding-bottom: 30px;
    z-index: 99; }

  .pressGaleriaDireita {
    width: 100%;
    float: none; } }
a.pressVoltar {
  display: block;
  width: 55px;
  height: 37px;
  background: url(img/back.png) center right no-repeat;
  transition: all .25s ease-out;
  border: none; }

a.pressVoltar:hover {
  background: url(img/back.png) center left no-repeat; }

@media only screen and (max-width: 1000px) {
  a.pressVoltar {
    margin-top: 30px; } }
@keyframes entrada {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeInEntrada {
  animation: entrada .5s ease-in;
  opacity: 1; }

.menuColecoes {
  position: absolute;
  top: 150px;
  right: 0;
  display: block;
  width: 8%; }
  @media (max-width: 1050px) {
    .menuColecoes {
      width: 10%; } }
  @media (max-width: 580px) {
    .menuColecoes {
      display: none; } }
  .menuColecoes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .menuColecoes ul li {
      display: block;
      margin-bottom: 5px; }
      .menuColecoes ul li.current-menu-item > a {
        border-bottom: rgba(0, 0, 0, 0.5) solid 1px; }
      .menuColecoes ul li a {
        line-height: 20px;
        color: black;
        font-size: 14px;
        font-weight: 300;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all .25s linear;
        border-bottom: transparent solid 1px; }
        .menuColecoes ul li a:hover {
          border-bottom: rgba(0, 0, 0, 0.5) solid 1px; }

.alerta {
  color: #cda310;
  margin-top: 20px; }

.erro {
  border: #cda310 solid 1px; }

.formMensagem {
  position: absolute;
  display: block;
  width: 400px;
  top: 110px;
  left: 50%;
  z-index: 20000;
  font-size: 20px;
  text-align: center; }

.formMensagemServicos {
  margin-left: -200px; }

@media only screen and (max-width: 767px) {
  .formMensagem {
    width: 100%;
    left: 0;
    top: 80px;
    margin-left: 0; } }
a.btApointment {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  width: 121px;
  height: 121px;
  background: url(img/make-an-appointment.png);
  background-position: right center;
  transition: all .25s ease-out;
  z-index: 999;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  line-height: normal;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 8px; }
  a.btApointment:hover {
    background-position: left center; }

@media only screen and (max-width: 768px) {
  a.btApointment {
    display: none; } }

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