body, #site {
  height: 100%;
  background-color: #292929;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

#slider {
  width:100%;
  height:100%; 
  
  /*IE bugfix*/
  padding:0;
  margin:0;
}

#slider li { 
  list-style:none;
  width:100%;
  height:100%; 
  float: left;
}

.nav-bar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
}

.logo-pedro {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5500;
  width: 90px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  background-color: #fff;
  background-image: url('../images/logo.png');
  background-position: 100% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.logo-pedro:hover {
  width: 200px;
}

.logo-symbol {
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url('../images/logo-symbol.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.menu-button {
  position: relative;
  z-index: 5;
  width: 90px;
  height: 80px;
  padding-top: 33px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fff;
  text-decoration: none;
}

.menu-bar {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  overflow: hidden;
  width: 90px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  float: right;
  background-color: rgba(37, 37, 37, .95);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.icon-menu {
  width: 14px;
  height: 14px;
  float: left;
  background-image: url('../images/icon-menu.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.icon-menu-label {
  margin-bottom: 0px;
  float: right;
  font-family: 'Brandon reg', sans-serif;
  color: #5f5f5f;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.menu-item {
  display: inline-block;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 35px;
  padding-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #666;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-item:hover {
  color: #fff;
}

.list-item-menu {
  display: block;
  float: left;
}

.list-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  display: inline-block;
  width: 650px;
  margin: 0px auto;
  padding-left: 0px;
}

.main-images-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.main-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  position: relative;
  bottom: -40px;
  z-index: 5;
  height: 50%;
  margin-bottom: 40px;
  background-color: #292929;
}

.header-image {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 65vh;
  opacity: 0.75;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title {
  position: absolute;
  top: 36%;
  z-index: 5;
  display: block;
  width: 100%;
  margin: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Brandon bld', sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 3.5vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  text-shadow: 0 1px 80px rgba(0, 0, 0, .4);
}

.left-side-wrapper {
  position: relative;
  z-index: 50;
  width: 50%;
  float: left;
}

.right-side-wrapper {
  width: 50%;
  float: right;
}

.map {
  height: 750px;
}

.second-title {
  margin-top: 0px;
  margin-bottom: 80px;
  padding-right: 50px;
  font-family: 'Brandon reg', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  text-transform: uppercase;
}

.second-title._404 {
  margin-bottom: 30px;
  padding-right: 0px;
  font-size: 30px;
  text-align: center;
}

.form-wrapper {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  float: right;
}

.text-field {
  width: 100%;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 50px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #5f5f5f;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-field:hover {
  border-bottom-color: #fff;
}

.text-field.message {
  height: 150px;
  padding-top: 15px;
  border-style: none;
}

.button-submit {
  display: inline-block;
  height: 40px;
  margin-top: 30px;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #5f5f5f;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Brandon reg', sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-submit:hover {
  border-color: #fff;
}

.line {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 50%;
  border-top: 1px solid #5f5f5f;
  background-color: #2e2e2e;
}

.footer {
  position: relative;
  z-index: 5;
  height: 50%;
  margin-bottom: 40px;
  background-color: #2e2e2e;
}

.footer-wrapper {
  position: absolute;
  left: 0px;
  top: 85px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 150px;
  max-width: 1000px;
  margin: auto;
}

.footer-logo {
  position: relative;
  width: 260px;
  height: 85px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #2e2e2e;
  background-image: url('../images/logo-footer.png');
  background-position: 50% 50%;
  background-size: 233px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-logo:hover {
  background-image: url('../images/logo-footer-hover.png');
  background-position: 50% 50%;
  background-size: 233px;
  background-repeat: no-repeat;
}

.footer-title {
  display: block;
  margin-top: 45px;
  font-family: 'Brandon reg', sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-wrapper-center {
  width: 25%;
  margin-left: 50%;
  float: left;
}

.footer-wrapper-right {
  width: 25%;
  float: left;
}

.footer-text {
  margin-bottom: 0px;
  padding-top: 5px;
  font-family: 'Work Sans', sans-serif;
  color: #5f5f5f;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.footer-text-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5f5f5f;
  text-decoration: none;
}

.footer-text-link:hover {
  color: #fff;
}

.form-message-container {
  padding: 100px 50px 0px;
  background-color: transparent;
}

.form-message-text {
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.form-message-error-container {
  padding: 0px 50px 0px 0px;
  background-color: transparent;
}

.section-wrapper {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  margin-bottom: 30px;
  font-family: 'Work Sans', sans-serif;
  color: #979797;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph._404 {
  margin-bottom: 0px;
  text-align: center;
}

.work-thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.work-thumb:hover {
  border-width: 10px;
}

.work-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.work-thumb-image {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.work-highlight {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  margin-bottom: 0px;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.work-title {
  position: absolute;
  left: 20px;
  top: 50%;
  right: 20px;
  z-index: 10;
  display: block;
  margin: auto;
  opacity: 0;
  font-family: 'Brandon reg', sans-serif;
  color: #fff;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.work-nav-bar {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 5000;
  width: 200px;
  height: 80px;
  background-color: #ffffff77;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.numbers {
  display: block;
  width: 44px;
  height: 15px;
  margin-top: 34px;
  margin-bottom: 0px;
  float: left;
  font-family: 'Brandon reg', sans-serif;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
}

.icon-grid {
  width: 52px;
  height: 80px;
  float: right;
  background-image: url('../images/icon-grid.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.arrow {
  position: relative;
  overflow: hidden;
  width: 52px;
  height: 80px;
  float: left;
}

.arrow.right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-arrow-left {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 32px;
  height: 80px;
  background-image: url('../images/icon-arrow-hover.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.icon-arrow-left-mask {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 32px;
  height: 80px;
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.photo {
  width: 100%;
  height: 100%;
  background-image: url('../images/pedro-gravata-home-05.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.photo-caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 80px;
  background-color: rgba(37, 37, 37, .85);
}

.caption-text {
  position: absolute;
  left: 100px;
  top: 50%;
  right: 100px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.caption-holder {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 30%;
}

.menu-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.logo-pedro-mobile {
  width: 140px;
  height: 50px;
  background-image: url('../images/logo.png');
  background-position: 0px 50%;
  background-size: 140px;
  background-repeat: no-repeat;
}

.icon-menu-mobile {
  width: 50px;
  height: 50px;
  float: right;
  background-image: url('../images/icon-menu.svg');
  background-position: 50% 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.menu-mobile-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 4500;
  overflow: hidden;
  width: 100%;
  height: 0%;
  background-color: rgba(41, 41, 41, .9);
}

.menu-mobile-list {
  position: absolute;
  left: 20px;
  top: 50%;
  right: 20px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-close-mobile {
  display: none;
  width: 50px;
  height: 50px;
  float: right;
  background-color: #fff;
  background-image: url('../images/icon-menu-close.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.menu-item-mobile {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Brandon reg', sans-serif;
  color: #999;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-item-mobile:hover {
  color: #fff;
}

._404-text-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.title-404 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Brandon bld', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 110px;
  line-height: 90px;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
}

html.w-mod-js *[data-ix="menu-open"] {
  width: 100%;
}

@media (max-width: 991px) {
  .menu-item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .left-side-wrapper {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }
  .right-side-wrapper {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }
  .map {
    height: 500px;
    margin-bottom: 100px;
  }
  .second-title {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .form-wrapper {
    max-width: 100%;
  }
  .footer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .work-thumb {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .logo-pedro {
    display: none;
  }
  .logo-pedro.w--current {
    display: none;
  }
  .menu-bar {
    display: none;
  }
  .header {
    bottom: 0px;
    height: 150px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .header-image {
    height: 150px;
  }
  .page-title {
    top: 50%;
  }
  .left-side-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .right-side-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .map {
    margin-bottom: 50px;
  }
  .second-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }
  .second-title._404 {
    margin-bottom: 20px;
  }
  .form-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .line {
    display: none;
  }
  .footer {
    height: 150px;
    margin-bottom: 0px;
  }
  .footer-wrapper {
    top: 0px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-logo {
    display: none;
  }
  .footer-title {
    margin-top: 0px;
  }
  .footer-wrapper-center {
    width: 50%;
    margin-left: 0%;
  }
  .footer-wrapper-right {
    width: 50%;
  }
  .footer-text {
    font-size: 10px;
  }
  .section-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .paragraph {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .work-thumb {
    width: 50%;
  }
  .work-nav-bar {
    display: none;
  }
  .menu-mobile {
    display: block;
  }
  .logo-pedro-mobile.icon {
    width: 55px;
  }
  .icon-grid-mobile {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    background-image: url('../images/icon-grid.png');
    background-position: 50% 50%;
    background-size: 14px 14px;
    background-repeat: no-repeat;
  }
  .icon-next-mobile {
    width: 50px;
    height: 50px;
    float: right;
    background-image: url('../images/icon-arrow-right.png');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
  }
  .icon-previous-mobile {
    width: 50px;
    height: 50px;
    float: right;
    background-image: url('../images/icon-arrow-left.png');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
  }
  ._404-text-wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .title-404 {
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 479px) {
  .header {
    margin-top: 50px;
  }
  .left-side-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .right-side-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .map {
    height: 300px;
    margin-bottom: 30px;
  }
  .second-title {
    font-size: 24px;
    line-height: 30px;
  }
  .second-title._404 {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .form-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .button-submit {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer {
    height: 250px;
  }
  .footer-wrapper {
    height: 250px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-wrapper-center {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .work-thumb {
    width: 100%;
  }
  .title-404 {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 60px;
  }
}

@font-face {
  font-family: 'Brandon reg';
  src: url('../fonts/Brandon_reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon bld';
  src: url('../fonts/Brandon_bld.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}


/* NOVO CONTEUDO */

.pedro-foto { text-align: center; padding: 30px; }
.pedro-foto img { width: 90%; } 

#blocklogos { width:100%; margin: 10px auto; text-align: center; }
.logoimg { width: 15%; padding: 15px; display: inline-block; }
.logoimg img { width: 100%; height: auto; border-radius: 10px; }
@media screen and (max-width: 767px) { 
  .logoimg { width: 30%; }
}

.traducao-bar { 
  position: absolute; right:0; padding: 10px; z-index: 10;
}
.traducao-bar img { width: 40px; }
#formulario-contato { padding: 30px; }
#formulario-contato .bar-social { margin-bottom: 30px; }
#formulario-contato .bar-social a { margin-right: 10px; }
@media screen and (max-width: 767px) { 
  #formulario-contato .bar-social { text-align: center; }
}
