body {
  font-family: Lato, sans-serif;
  color: #313030;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  color: #d8d2d2;
  text-decoration: none;
}

.hero-section {
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/bkg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container {
  position: static;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-heading {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #313030;
  color: #fff;
  font-size: 51px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.hero-paragraph {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button {
  margin-top: 36px;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #467262;
  box-shadow: 0 0 50px -14px #000;
  color: #e9e3e3;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.button:hover {
  background-color: #1c332b;
}

.button.form-button {
  margin-top: 20px;
  margin-bottom: 40px;
  box-shadow: none;
}

.portfolio-section {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #fff;
}

.portfolio-tab-button {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #467262;
}

.portfolio-tab-button:hover {
  background-color: rgba(70, 114, 98, 0.5);
}

.portfolio-tab-button.w--current {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #467262;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.portfolio-tab-button.w--current:hover {
  background-color: #467262;
  color: #fff;
}

.portfolio-tab-pane {
  margin-top: 30px;
}

.portfolio-column {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.form-section {
  background-color: rgba(70, 114, 98, 0.5);
}

.form-field {
  display: block;
  width: 50%;
  margin: 20px auto 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.form {
  margin-top: 20px;
}

.form-heading {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #467262;
  font-weight: 400;
}

.footer-section {
  background-color: #244136;
}

.footer-text {
  color: #e9e3e3;
  font-size: 16px;
}

.green-line {
  height: 3px;
  max-height: 10px;
  margin-top: 0px;
  background-color: #467262;
}

.social-button {
  margin: 4px;
  padding: 8px;
  border-radius: 10px;
  background-color: #e9e3e3;
  box-shadow: 0 0 50px -14px #000;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #e9e3e3;
}

.social-button:hover {
  border: 2px solid #000;
  background-color: #d8d2d2;
}

.social-icons {
  margin-top: 20px;
  margin-bottom: 36px;
}

.social-icons.footer {
  margin-bottom: 0px;
}

.form-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-wrapper {
  margin-bottom: 30px;
}

.form-success-message {
  margin-bottom: 60px;
  background-color: transparent;
}

.success-message {
  color: #244136;
}

.portfolio-lightbox {
  width: 100%;
  max-width: 100%;
}

.portfolio-lightbox:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 114, 98, 0.5)), to(rgba(70, 114, 98, 0.5)));
  background-image: linear-gradient(180deg, rgba(70, 114, 98, 0.5), rgba(70, 114, 98, 0.5));
}

.portfolio-image {
  border: 2px solid #fff;
}

.portfolio-image:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 114, 98, 0.5)), to(rgba(70, 114, 98, 0.5))), url('../images/hacienda.jpg');
  background-image: linear-gradient(180deg, rgba(70, 114, 98, 0.5), rgba(70, 114, 98, 0.5)), url('../images/hacienda.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.portfolio-overlay:hover {
  background-color: rgba(70, 114, 98, 0.5);
  color: #e9e3e3;
}

.fake-section {
  height: 400px;
  background-image: url('../images/tres.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block {
  width: 250px;
  height: 250px;
}

.text-block {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #244136;
  font-size: 32px;
  font-weight: 400;
}

.image {
  margin-bottom: 25px;
}

.section {
  background-color: #467262;
}

.text-block-2 {
  padding: 100px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .hero-paragraph {
    width: 75%;
  }
  .form-field {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .hero-heading {
    font-size: 36px;
  }
  .hero-paragraph {
    font-size: 12px;
  }
  .portfolio-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .portfolio-column {
    margin-top: 0px;
  }
  .tabs-content {
    margin-right: 61px;
    margin-left: 61px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 106px;
    padding-bottom: 106px;
  }
  .portfolio-tab-button {
    text-align: center;
  }
  .form-field {
    margin-bottom: 30px;
  }
  .tabs-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}