body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  color: #f5f5f5;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 0.75rem;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #47474f;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #cf974f;
  color: #cf974f;
}

.button.form:hover {
  background-color: rgba(207, 151, 79, .18);
}

.header {
  padding-top: 178px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(270deg, #2a2a2a, #2a2a2a);
  background-image: linear-gradient(180deg, #2a2a2a, #2a2a2a);
  background-position: 0px 0px;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-linear-gradient(270deg, rgba(100, 209, 198, .55), rgba(100, 209, 198, .55)), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, .55), rgba(100, 209, 198, .55)), url('../images/lake.jpg');
}

.navbar {
  position: fixed;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
  border-bottom: 2px none #f5f5f5;
  background-color: #cf974f;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, .4);
}

.nav-link {
  margin-top: 0px;
  margin-right: 0.5625rem;
  margin-left: 0.5625rem;
  padding: 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #f5f5f5;
}

.nav-link.w--current {
  color: #f5f5f5;
}

.logo-title {
  margin-top: 1.125rem;
  margin-bottom: 0.375rem;
  float: left;
  color: #2a2a2a;
  font-size: 44px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.logo-img {
  margin-right: 18px;
  float: left;
}

.main-heading {
  margin-top: 7px;
  margin-bottom: 2.25rem;
  font-size: 32px;
  line-height: 55px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, .09);
}

.main-subtitle {
  color: hsla(0, 0%, 100%, .81);
  font-size: 18px;
  font-style: italic;
}

.about-section {
  padding-top: 3.75rem;
  padding-bottom: 3rem;
  text-align: center;
}

.about-text {
  margin-bottom: 1.5rem;
  color: #4b4b4b;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  padding-top: 69px;
  padding-bottom: 69px;
  text-align: center;
}

.section.grey {
  padding-top: 4.5rem;
  padding-bottom: 5.25rem;
  background-color: #2a2a2a;
}

.section.contact {
  padding-top: 1.5rem;
  background-color: #cf974f;
  background-image: none;
}

.section.footer {
  padding-top: 1.125rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #000;
  background-color: #cf974f;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, .04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 60px;
  margin-top: 0.75rem;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  color: #212121;
  font-size: 18px;
  text-align: center;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #4c4c4c;
  background-color: hsla(0, 0%, 100%, .1);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #cf974f;
  font-size: 18px;
  font-style: normal;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #cf974f;
  color: #cf974f;
}

.field.large {
  height: 127px;
  font-style: normal;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-style: normal;
}

.form-wrapper {
  display: none;
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  display: block;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.body {
  font-family: futura-pt, sans-serif;
  color: #2a2a2a;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  display: inline-block;
  margin-top: 0.375rem;
  margin-bottom: 1.5rem;
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.slider {
  height: 800px;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  background-image: url('../images/quarto1-black.jpg'), -webkit-linear-gradient(270deg, #2a2a2a, #2a2a2a);
  background-image: url('../images/quarto1-black.jpg'), linear-gradient(180deg, #2a2a2a, #2a2a2a);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide-nav {
  padding-bottom: 3rem;
  font-size: 10px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-top: 0.75rem;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-2 {
  text-align: left;
}

.text-block-3 {
  text-align: left;
}

.slide-2 {
  background-image: url('../images/entrada1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/sala2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/sala1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/sala3.jpg');
  background-position: 50% 42%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/banho1.jpg'), -webkit-linear-gradient(270deg, #2a2a2a, #2a2a2a);
  background-image: url('../images/banho1.jpg'), linear-gradient(180deg, #2a2a2a, #2a2a2a);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.heading-3-center {
  margin-top: 0.75rem;
  margin-bottom: 0.375rem;
  color: #f5f5f5;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
}

.heading {
  text-align: center;
}

.heading-2 {
  text-align: center;
}

.icons {
  max-width: 40px;
}

.icons.map {
  max-width: 26px;
}

@media (max-width: 991px) {
  .header {
    padding-top: 152px;
  }
  .navbar {
    padding-top: 0.94rem;
  }
  .nav-link {
    font-size: 13px;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
  }
  .logo-title {
    margin-top: 0.75rem;
    margin-bottom: 0.1875rem;
    font-size: 41px;
  }
  .main-heading {
    font-size: 31px;
    line-height: 44px;
  }
  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }
  .text-block {
    margin-bottom: 0.94rem;
  }
  .slider {
    height: 70vw;
    max-width: 100vw;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 17px;
    line-height: 24px;
  }
  .header {
    padding-top: 97px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    margin-right: 0rem;
    margin-left: 0rem;
    padding: 15px 1.125rem;
    border-bottom-color: #2a2a2a;
    color: #cf974f;
  }
  .logo-title {
    margin-top: 0.375rem;
    margin-bottom: 0rem;
    font-size: 30px;
    line-height: 38px;
  }
  .logo-img {
    width: 50px;
  }
  .main-heading {
    margin-bottom: 1.125rem;
    font-size: 24px;
  }
  .about-section {
    padding: 1.5rem 20px 30px;
  }
  .x-icon {
    margin-bottom: 21px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }
  .testimonial-slide {
    width: 100%;
  }
  .testimonial-slide.left-border {
    border-left-width: 0px;
  }
  .icon-wrapper {
    height: 55px;
  }
  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }
  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
  .menu-button {
    margin-top: 0.1975rem;
    margin-right: 0.1875rem;
  }
  .menu-button.w--open {
    color: #f5f5f5;
  }
  .nav-menu {
    background-color: #4b4b4b;
  }
  .member {
    padding-bottom: 47px;
  }
  .grow-row {
    margin-bottom: 0px;
  }
  .screenshot {
    width: 90%;
  }
  .text-block {
    margin-top: 0.1875rem;
    margin-bottom: 0.375rem;
    font-size: 16px;
  }
  .slide-nav {
    padding-bottom: 1.5rem;
    font-size: 8px;
  }
  .text-block-2 {
    font-size: 17px;
  }
  .text-block-3 {
    font-size: 17px;
  }
  .slider-arrows {
    width: 40px;
  }
}

@media (max-width: 479px) {
  .header {
    padding-top: 94px;
  }
  .logo-title {
    font-size: 26px;
  }
  .main-heading {
    line-height: 30px;
  }
  .section.contact {
    padding-top: 0.375rem;
  }
  .section.footer {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .grey-icon-wrapper {
    display: block;
  }
  .icon-wrapper._2 {
    height: 35px;
    margin-top: 1.125rem;
    padding-top: 0px;
  }
  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .menu-button {
    margin-right: 0rem;
  }
  .text-block {
    margin-top: 0rem;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-3 {
    margin-top: 1.5rem;
  }
}

