:root {
  --black: rgba(20, 27, 36, .9);
  --royal-blue: #1370d9;
  --red: #ff0001;
  --medium-sea-green: #4fa94b;
}

body {
  height: 100%;
  color: #333;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

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

p {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

a {
  color: #00e;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 60px;
  margin-top: 10px;
  padding: 9px 25px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

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

.button.cancel-contact {
  height: 40px;
  float: none;
  opacity: 1;
  color: #bdbdbd;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .18);
  border: 1px solid rgba(0, 0, 0, .18);
  margin-top: 10px;
  margin-left: 9px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.button.cancel-contact:hover {
  opacity: 1;
  color: #fff;
  background-color: #bdc2c7;
}

.button.submit-button {
  height: 40px;
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #4fa94b;
  border: 1px solid #4fa94b;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

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

.navbar {
  text-align: center;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  box-shadow: 0 1px 23px rgba(0, 0, 0, .05);
}

.nav-link {
  opacity: .4;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  transition: border .3s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
  border-color: #c7c7c7;
}

.nav-link.w--current {
  opacity: 1;
  color: #000;
}

.logo-container {
  float: left;
  align-items: center;
  display: flex;
}

.logo-container.w--current {
  align-items: center;
}

.nav-menu-left {
  float: left;
}

.nav-menu-left.right {
  float: right;
  display: none;
}

.home-intro-title {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  font-weight: 100;
  line-height: 58px;
  display: block;
}

.home-intro-title._2 {
  opacity: .4;
  color: #000;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 39px;
}

.home-button-wrapper {
  margin-top: 42px;
}

.home-button {
  color: #1370d9;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1370d9;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: inline-block;
}

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

.home-button.green {
  color: #4fa94b;
  border-color: #4fa94b;
}

.home-button.green:hover {
  color: #fff;
  background-color: #4fa94b;
}

.home-button-block {
  margin-right: 9px;
  display: inline-block;
}

.page-content-section {
  z-index: 1;
  background-color: #000;
  background-image: url('../images/Smoke-gray.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.subpage-container {
  z-index: 2;
  text-align: center;
  position: relative;
}

.contact-block {
  width: 600px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 23px rgba(0, 0, 0, .1);
}

.contact-block.cadastro {
  margin-top: 50px;
}

.contact-block-image {
  width: 35%;
  float: left;
  background-image: url('../images/Testimonial-1-bw-blur.jpg');
  background-position: 50%;
  background-size: cover;
}

.contact-content-block {
  width: 65%;
  height: 100%;
  float: right;
  text-align: left;
  padding: 45px;
}

.content-block-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 100;
  line-height: 1.2em;
}

.content-block-title.subtitle {
  color: #b3b3b3;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 20px;
  line-height: 32px;
}

.section-title-divider {
  width: 20%;
  height: 3px;
  background-color: rgba(0, 0, 0, .09);
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

.contact-block-image-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(52, 61, 71, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-avatar-block {
  width: 160px;
  height: 160px;
  background-color: #efefef;
  border: 4px solid #fff;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
}

.social-links-container {
  margin-top: 15px;
}

.social-block {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 100%;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 9px;
  transition: background-color .5s;
}

.social-block:hover {
  background-color: #000;
}

.social-block.hide {
  display: none;
}

.social-icon {
  height: 14px;
}

.page-content-overlay {
  height: 100%;
  background-color: rgba(235, 235, 235, .7);
  padding-top: 65px;
  padding-bottom: 65px;
}

.contact-info-list {
  width: 100%;
  position: relative;
}

.contact-info-list-item {
  width: 100%;
  margin-bottom: 9px;
  padding-left: 35px;
  position: relative;
}

.contact-info-list-item.last {
  margin-top: 26px;
}

.contact-info-text {
  font-family: Roboto, sans-serif;
}

.contact-info-link {
  z-index: 10;
  color: var(--black);
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.contact-info-link:hover {
  color: #000;
}

.contact-info-tooltip {
  z-index: 1;
  color: #1370d9;
  margin-left: 9px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.contact-form {
  width: 600px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  box-shadow: 0 0 23px rgba(0, 0, 0, .1);
}

.field {
  height: 50px;
  text-align: left;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: border .5s;
}

.field:hover {
  border-color: #000;
}

.field:focus {
  border-color: #1370d9;
  box-shadow: 0 0 5px 1px rgba(19, 112, 217, .4);
}

.field.area {
  height: 130px;
  padding-top: 12px;
}

.field.proposta {
  border-width: 3px;
  border-color: rgba(45, 151, 40, .54);
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-icon-block {
  width: 25px;
  height: 25px;
  background-color: var(--black);
  text-align: center;
  padding-top: 1px;
  position: absolute;
  top: -3px;
  left: 0;
}

.contact-icon-block.green {
  background-color: #4fa94b;
}

.contact-icon-block.blue {
  background-color: #1370d9;
}

.contact-icon-block.circle {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  top: 3px;
}

.contact-icon {
  height: 15px;
}

.footer {
  text-align: center;
  padding-top: 140px;
}

.hero-block {
  width: 70%;
  font-size: 15px;
  display: inline-block;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 100;
}

.section-title._2 {
  opacity: .5;
  margin-top: 13px;
  margin-bottom: 27px;
  font-size: 26px;
  font-weight: 100;
}

.footer-contact-block {
  margin-top: 54px;
}

.footer-contact-column {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-contact-icon-block {
  width: 35px;
  height: 35px;
  float: none;
  background-color: #1370d9;
  border-radius: 100%;
  margin-right: 14px;
  padding-top: 6px;
  display: inline-block;
}

.footer-contact-icon-block._2 {
  background-color: #ff0001;
}

.footer-contact-icon-block._3 {
  background-color: #4fa94b;
}

.footer-contact-icon {
  height: 15px;
}

.footer-contact-text {
  float: none;
  margin-top: 8px;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}

.footer-contact-link {
  z-index: 10;
  color: #b3b3b3;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.footer-contact-link:hover {
  color: #1370d9;
}

.bottom-footer-block {
  border-top: 1px solid #e8e8e8;
  margin-top: 140px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.bottom-footer-col-left {
  text-align: left;
}

.bottom-footer-col-right {
  text-align: right;
}

.bottom-footer-text {
  color: #bdbdbd;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.contact-container {
  position: relative;
}

.bottom-footer-link {
  color: #a5a5a5;
  text-decoration: none;
}

.bottom-footer-link:hover {
  color: #646464;
}

.text-logo {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.error-bg {
  color: #df2e2e;
  border-radius: 5px;
  padding-top: 17px;
}

.success-bg {
  color: #fff;
  background-color: #4fa94b;
  border-radius: 5px;
}

.container {
  justify-content: center;
  display: flex;
}

.image {
  width: 3.5em;
  margin-right: .2em;
}

.image-2 {
  width: 100%;
}

html.w-mod-js [data-ix="fade-in-overall-content-block"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="hide-contact-info-tooltip"] {
  opacity: 0;
  display: block;
  transform: translate(30px);
}

html.w-mod-js [data-ix="hide-contact-form"] {
  opacity: 0;
  display: none;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    width: 100%;
    max-width: 1010px;
    opacity: 1;
    color: #fff;
    border-width: 0;
    border-radius: 0;
    margin-left: 0;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #fff;
    background-color: #141b24;
  }

  .nav-menu-left.right {
    background-color: rgba(20, 27, 36, .9);
  }

  .content-block-title {
    font-size: 3vw;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title._2 {
    font-size: 23px;
  }

  .text-logo {
    margin-top: 6px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #1370d9;
    border-color: #1370d9;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-container {
    padding-left: 0;
  }

  .contact-block {
    width: 100%;
  }

  .contact-content-block {
    padding-left: 35px;
    padding-right: 25px;
    overflow: hidden;
  }

  .content-block-title {
    font-size: 4vw;
  }

  .contact-avatar-block {
    width: 100px;
    height: 100px;
  }

  .page-content-overlay {
    padding: 35px;
  }

  .contact-form {
    width: 100%;
  }

  .section-title {
    font-size: 34px;
  }

  .footer-contact-block {
    margin-top: 25px;
  }

  .footer-contact-column {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .footer-contact-icon-block {
    margin-top: -6px;
  }

  .footer-contact-text {
    margin-top: 12px;
  }

  .bottom-footer-block {
    text-align: center;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-col-left {
    text-align: center;
  }

  .bottom-footer-col-right {
    text-align: center;
    padding-top: 10px;
  }

  .footer-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .button.cancel-contact {
    margin-left: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .button.submit-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .contact-block {
    height: auto;
    flex-direction: column;
  }

  .contact-block-image {
    width: 100%;
  }

  .contact-content-block {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .content-block-title {
    text-align: center;
    font-size: 6vw;
  }

  .content-block-title.subtitle {
    font-size: 17px;
    line-height: 22px;
  }

  .section-title-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contact-block-image-overlay {
    padding: 24px 11px;
  }

  .contact-avatar-block {
    width: 80px;
    height: 80px;
  }

  .social-links-container {
    margin-top: 5px;
  }

  .social-block {
    width: 30px;
    height: 30px;
    background-color: #141b24;
    border: 2px solid #fff;
    padding-top: 2px;
  }

  .social-icon {
    height: 12px;
  }

  .page-content-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-info-list-item {
    padding-left: 32px;
  }

  .contact-info-text {
    font-size: 13px;
    line-height: 19px;
  }

  .contact-form {
    padding: 21px;
  }

  .field {
    height: 40px;
  }

  .footer {
    padding-top: 100px;
  }

  .section-title {
    font-size: 24px;
    line-height: 26px;
  }

  .section-title._2 {
    font-size: 20px;
    line-height: 25px;
  }

  .footer-contact-row {
    padding-left: 20px;
  }

  .footer-contact-icon-block {
    float: left;
  }

  .footer-contact-text {
    float: left;
    margin-top: 1px;
  }

  .bottom-footer-text {
    font-size: 12px;
  }
}


@font-face {
  font-family: 'Aquire';
  src: url('../fonts/AquireBold-8Ma60.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aquire';
  src: url('../fonts/Aquire-BW0ox.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}