body {
  background-color: transparent;
  background-image: url('../images/fundo arabesco.jpg');
  font-family:'Open Sans', sans-serif;
  color: #9f8975;
  font-size: 16px;
  line-height: 20px;
}
h1 {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}
h3 {
  margin-bottom: 10px;
  color: #9f8975;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 7px;
  text-transform: uppercase;
  
}
h4 {
    margin-bottom: 6px;
    color: #9f8975;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 7px;
    text-transform: uppercase;  
}
h5 {
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
h6 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}


p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}
.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #2e9dff;
}
.button.w--current {
  background-color: #2e80b6;
}
.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}
.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}
.button.tab:hover {
  background-color: #2e80b6;
}
.button.tab.w--current {
  background-color: #2e80b6;
}
.navigation-link {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: white;
  text-transform: uppercase;
}
.navigation-link:hover {
  color: white;
}
.navigation-link:active {
  color: white;
}
.navigation-bar {
  background-color: transparent;
}
.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}
.section {
  position: relative;
  padding: 0px 10px;
  background-color: transparent;
  text-align: center;
}
.section.accent {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}
.white-box {
  padding: 10px;
  border-radius: 5px;
  background-color: white;
  text-align: center;
}
.white-box.transparent {
  position: relative;
  left: 0px;
  top: 50px;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
}
.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}
.hero-section.centered {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  text-align: center;
}
.hero-heading {
  margin-bottom: 30px;
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid white;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: white;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}
.hollow-button.all-caps {
  text-transform: uppercase;
}
.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}
.section-heading.centered {
  margin-bottom: 0px;
  margin-left: 12px;
  color: #bbac98;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.section-heading.centered.white {
  color: white;
}
.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}
.section-title-group {
  margin-bottom: 5px;
}
.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid black;
  border-radius: 3px;
  box-shadow: rgba(64, 64, 71, 0.29) 0px 0px 0px 1px;
}
.form-field.text-area {
  height: 110px;
}
.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer.center {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
   background-color: transparent;
  text-align: center;
}
.footer-text {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
  clear: none;
  color: #9f8975;
  font-size: 16px;
  text-align: center;
}
.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid white;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: #2e9dff 0px 0px 0px 1px;
}
.info-icon {
  float: left;
}
.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}
.footer-link.with-icon {
  margin-left: 30px;
}
.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}
.tabs-wrapper {
  text-align: center;
}
.fullwidth-image {
  display: block;
  width: auto;
  margin-bottom: 0px;
}
.white-text {
  margin-bottom: 20px;
  color: white;
}
.form {
  margin-top: 40px;
}
.navigation_container {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #bbac98;
  color: white;
}
.destaque_container {
  border-bottom: 1px solid #bbac98;
  background-color: white;
}
.form_container {
  padding-top: 20px;
  background-color: white;
}
.footer_container {
  min-height: 50px;
  padding-top: 10px;
  background-color: white;
}
.header_container {
  background-color: white;
}
.campo_form {
  width: 80%;
}
.label_form {
  color: #bbac98;
  text-align: left;
}
.form_button {
  border-radius: 5px;
  background-color: #bbac98;
  color: white;
}
.form_column {
  padding-right: 0px;
  padding-left: 0px;
}
.form_image {
  padding-left: 10px;
}
.header_column {
  position: relative;
  top: 10px;
  right: -15%;
  min-height: 50px;
  padding-top: 8px;
}
.icon_image {
  padding-right: 5px;
  padding-left: 5px;
}
html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}
html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
@media (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, 0.52);
  }
  .navigation-link.w--current {
    color: white;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
   * margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .form_image {
    padding-left: 12px;
  }
}

.right-nav {
    padding-top: 2px;
    text-align: right;
}

.btn {
  background: #c7a269;
  background-image: -webkit-linear-gradient(top, #c7a269, #c7a269);
  background-image: -moz-linear-gradient(top, #c7a269, #c7a269);
  background-image: -ms-linear-gradient(top, #c7a269, #c7a269);
  background-image: -o-linear-gradient(top, #c7a269, #c7a269);
  background-image: linear-gradient(to bottom, #c7a269, #c7a269);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #8f682e;
  text-decoration: none;
}

.header-text {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 5px;
  float: right;
  clear: none;
  color: #9f8975;
  font-size: 16px;
  text-align: right;
}