a {
  text-decoration: none;
}

.navbar {
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #fff;
}

.brand {
  margin-top: 15px;
  margin-bottom: -17px;
  float: right;
}

.nav-menu {
  margin-top: 36px;
  margin-bottom: -13px;
  float: left;
}

.nav-link {
  margin-top: 20px;
  margin-bottom: -25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: futura-pt, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.nav-link:hover {
  color: #9e00e9;
}

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

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/baraopenedo-capa.jpg');
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/cantoforte-capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/ialongo-capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.column-4 {
  height: 250px;
  padding-left: 0px;
  background-image: url('../images/itapura-capa.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90%;
  -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;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
}

.link-block:hover {
  background-color: hsla(0, 0%, 100%, .75);
  opacity: 1;
}

.link-block.linkbaraopenedo {
  width: 100%;
  height: 100%;
  background-color: #00ffb8;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block.linkbaraopenedo:hover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 255, 184, .9);
  box-shadow: 0 15px 42px -6px rgba(0, 0, 0, .17);
  opacity: 0.9;
}

.heading {
  margin-top: 0px;
  font-family: futura-pt, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: lowercase;
}

.container-2 {
  max-width: 1170px;
}

.section {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.titulocat {
  margin-bottom: -12px;
  font-family: futura-pt-bold, sans-serif;
  color: #333;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.column-linha-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/joaoch-capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.column-2-linha-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/capa-mixup.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.column-3-linha-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/obba-capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 0.9;
}

.dropdown-list.w--open {
  box-shadow: 0 14px 17px -12px rgba(0, 0, 0, .38);
}

.column-linha-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/orquidea1-capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.column-2-linha-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/orquidea2-capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.column-3-linha-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/capa-polygon.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.rodape {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1170px;
  margin: 80px auto 100px;
}

.titulorodape {
  font-family: futura-pt-bold, sans-serif;
  color: #999;
  font-size: 36px;
  text-transform: lowercase;
}

.text-block {
  font-family: futura-pt, sans-serif;
  color: #666;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.emailrodape {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #666;
  font-weight: 700;
}

.emailrodape:hover {
  color: #b4b4b4;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image {
  margin-bottom: 5px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image:hover {
  opacity: 0.6;
}

.link-block-2 {
  margin-left: 20px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-2:hover {
  opacity: 0.4;
}

.link-block-comercial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90%;
  -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;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
}

.link-block-comercial:hover {
  background-color: hsla(0, 0%, 100%, .75);
  opacity: 1;
}

.link-block-comercial.linkbaraopenedo {
  width: 100%;
  height: 100%;
  background-color: #9e00e9;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-comercial.linkbaraopenedo:hover {
  width: 100%;
  height: 100%;
  background-color: rgba(158, 0, 233, .9);
  box-shadow: 0 15px 42px -6px rgba(0, 0, 0, .17);
  opacity: 0.9;
}

.titulocat-comercial {
  margin-bottom: -12px;
  font-family: futura-pt-bold, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.heading-comercial {
  margin-top: 0px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: lowercase;
}

.column-linha-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/alvaro-capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.column-2-linha-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/bernardino-capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.column-3-linha-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/itapura-capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 4px #fff;
}

.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;
}

.section-2 {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  margin-left: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
}

.heading-2 {
  font-family: futura-pt-bold, sans-serif;
  text-transform: lowercase;
  text-shadow: 6px 6px 0 #e7e7e7;
}

.column-8 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: inset 19px 0 0 -1px #00ffb8;
}

.image-3 {
  border: 4px solid #fff;
}

.fotoportifolio {
  border: 4px solid #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.fotoportifolio:hover {
  opacity: 0.6;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-8-comercial {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: inset 19px 0 0 -1px #cd62ff;
}

.column-10 {
  height: 380px;
}

.image-4 {
  float: right;
}

.image-5 {
  float: right;
  box-shadow: 11px 11px 0 0 #00ffb8;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-2-maior {
  margin-right: 5px;
  margin-left: 20px;
}

.link-block-2-maior-2 {
  margin-right: 5px;
}

.form {
  width: 95%;
  margin-left: 20px;
}

.text-field {
  height: 60px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #bdbdbd;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
}

.text-field::-webkit-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.text-field:-ms-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.text-field::-ms-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.text-field::placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.textarea {
  width: 95%;
}

.form-block {
  width: 100%;
}

.text-field-2 {
  width: 48%;
  height: 60px;
  float: left;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #bdbdbd;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
}

.text-field-2::-webkit-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.text-field-2:-ms-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.text-field-2::-ms-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.text-field-2::placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.text-field-3 {
  width: 48%;
  height: 60px;
  margin-left: 21px;
  float: left;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #bdbdbd;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
}

.text-field-3::-webkit-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
  text-transform: lowercase;
}

.text-field-3:-ms-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
  text-transform: lowercase;
}

.text-field-3::-ms-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
  text-transform: lowercase;
}

.text-field-3::placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
  text-transform: lowercase;
}

.areatextoform {
  height: 120px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #bdbdbd;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.areatextoform::-webkit-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.areatextoform:-ms-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.areatextoform::-ms-input-placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.areatextoform::placeholder {
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
}

.submit-button {
  height: 60px;
  float: right;
  background-color: #00ffb8;
  -webkit-transition: background-color 200ms ease, border-width 200ms ease;
  transition: background-color 200ms ease, border-width 200ms ease;
  font-family: futura-pt, sans-serif;
  color: #9e00e9;
  font-size: 22px;
  text-transform: lowercase;
}

.submit-button:hover {
  border-right: 30px solid #9e00e9;
}

.success-message {
  background-color: #00ffb8;
}

.text-block-3 {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.error-message {
  background-color: #4b4b4b;
}

.text-block-4 {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.column-8-contato {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: inset 19px 0 0 -1px #ff00a3;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.texto-midias {
  margin-top: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  text-transform: lowercase;
  -webkit-column-count: 2;
  column-count: 2;
}

.section-2-vitrines {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.section-2-mostra {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.link-block-3 {
  margin-left: 5px;
}

.link-block-4 {
  margin-left: 5px;
}

.heading-3 {
  font-family: futura-pt, sans-serif;
  text-transform: lowercase;
  text-shadow: 6px 6px 0 #00ffb8;
}

.nav-link-sub {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: futura-pt, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.nav-link-sub:hover {
  color: #9e00e9;
}

.nav-link-sub.w--current {
  color: #01bb87;
}

.dropdown-list-2 {
  margin-top: 10px;
}

.dropdown-list-2.w--open {
  margin-top: 10px;
  box-shadow: 6px 6px 0 0 #00ffb8;
}

.titulocat-corporativo {
  margin-bottom: -12px;
  font-family: futura-pt-bold, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.link-block-corporativo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90%;
  -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;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
}

.link-block-corporativo:hover {
  background-color: hsla(0, 0%, 100%, .75);
  opacity: 1;
}

.link-block-corporativo.linkbaraopenedo {
  width: 100%;
  height: 100%;
  background-color: #1e3c72;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-corporativo.linkbaraopenedo:hover {
  width: 100%;
  height: 100%;
  background-color: #1e3c72;
  box-shadow: 0 15px 42px -6px rgba(0, 0, 0, .17);
  opacity: 0.9;
}

.column-8-corporativo {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: inset 19px 0 0 -1px #6c92d6;
}

.texto-sobre {
  margin-left: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.section-2-mostra-2 {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.section-2-coisas-da-casa {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.column-9-copy {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link-sub2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: futura-pt, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.nav-link-sub2:hover {
  color: #9e00e9;
}

.nav-link-sub2.w--current {
  color: #01bb87;
}

.section-2-bola {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
}

.section-2-wabi {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
}

.text-block-2-alinhado {
  margin-left: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  text-transform: lowercase;
}

.grid {
  grid-column-gap: 571px;
}

.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.colunacontato {
  margin-top: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.column-12 {
  text-align: center;
}

.textolinkcontato {
  margin-top: 6px;
  font-family: futura-pt, sans-serif;
}

.column-13 {
  text-align: center;
}

.column-14 {
  text-align: center;
}

@media (max-width: 991px) {
  .brand {
    margin-left: 30px;
    float: left;
  }
  .nav-menu {
    float: none;
    background-color: #00ffb8;
  }
  .nav-link {
    background-color: #00ffb8;
  }
  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }
  .texto-midias {
    margin-right: 10px;
  }
  .menu-button.w--open {
    background-color: #00ffb8;
  }
  .column-12 {
    margin-bottom: 15px;
  }
  .column-13 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .brand {
    margin-left: 20px;
  }
  .titulorodape {
    line-height: 35px;
  }
  .text-field-3 {
    margin-left: 20px;
  }
  .texto-midias {
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-12 {
    margin-bottom: 20px;
  }
  .column-13 {
    margin-bottom: 20px;
  }
  .column-14 {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .brand {
    width: 60%;
    margin-left: 10px;
  }
  .nav-menu {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #00ffb8;
  }
  .nav-link {
    background-color: #00ffb8;
  }
  .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .titulorodape {
    text-align: center;
  }
  .text-block {
    text-align: center;
  }
  .column-5 {
    -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;
  }
  .link-block-2 {
    margin-left: 0px;
  }
  .column-7 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-comercial {
    font-size: 20px;
    line-height: 24px;
  }
  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }
  .text-field-3 {
    margin-left: 10px;
  }
  .texto-midias {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .menu-button:active {
    background-color: #00ffb8;
  }
  .menu-button.w--open {
    background-color: #00ffb8;
  }
  .nav-link-sub {
    margin-top: 20px;
    border-left: 4px solid #c200ff;
    background-color: #00ffb8;
  }
  .nav-link-sub2 {
    border-left: 4px solid #c200ff;
    background-color: #00ffb8;
  }
  .column-12 {
    margin-bottom: 20px;
  }
  .column-13 {
    margin-bottom: 20px;
  }
  .column-14 {
    margin-bottom: 20px;
  }
}

