.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 650px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: 'Open Sans', sans-serif;
}

.hero.interna {
  height: 480px;
}

.hero.interna2 {
  height: 480px;
}

.logo_png {
  width: 100px;
}

.email {
  position: absolute;
  display: block;
  margin-top: 76px;
  clear: left;
  -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;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.email:hover {
  color: #000;
}

.navbar {
  position: absolute;
  display: block;
  overflow: visible;
  width: 100%;
  background-color: transparent;
}

.navlink {
  padding-left: 14px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.navlink:hover {
  color: #000;
}

.navlink.w--current {
  color: hsla(0, 0%, 100%, 0.5);
}

.navlink.menuitem {
  font-family: Roboto, sans-serif;
}

.navlink.menuitem.w--current {
  color: hsla(0, 0%, 100%, 0.5);
}

.brand {
  margin-top: 14px;
  margin-left: 14px;
}

.brand.w--current {
  margin-left: 25px;
}

.nav-menu {
  padding-right: 14px;
}

.dropdown-list {
  background-color: #352b2b;
}

.dropdown-list.w--open {
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 14px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.dropdown-link:hover {
  color: #000;
}

.dropdown-link.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
}

.text-block {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.hero_heading {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero_heading.interna {
  margin-bottom: 6px;
}

.hero_subtitle {
  position: static;
  display: block;
  width: 800px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.hero_subtitle.interna {
  margin-top: 0px;
}

.hero_button {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 10px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: color 600ms ease, border-color 600ms ease, opacity 600ms ease;
  transition: color 600ms ease, border-color 600ms ease, opacity 600ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

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

.txt_home_about {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.txt_home_about._2 {
  display: block;
  width: 370px;
  margin-right: auto;
  margin-left: auto;
}

.txt_home_about.interna {
  margin-bottom: 7px;
  padding-right: 40px;
  padding-left: 40px;
}

.txt_home_about.tittle {
  margin-bottom: 7px;
  font-size: 16px;
  letter-spacing: 1px;
}

.conteudo_contato {
  position: relative;
  z-index: 2;
  display: block;
  width: 1000px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.conteudo_contato.interna {
  margin-top: 178px;
}

.slider {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/bg_01.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

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

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

.slide-4 {
  background-image: url('../images/bg_04.jpg');
  background-position: 50% 41%;
  background-size: cover;
}

.left-arrow {
  width: 0px;
  opacity: 0;
}

.slide-nav {
  height: 0px;
  opacity: 0;
}

.right-arrow {
  width: 0px;
  opacity: 0;
}

.body {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.body.contact {
  background-color: #000;
}

.content {
  margin-top: 1px;
}

.destaque {
  font-weight: 700;
}

.text-span {
  font-weight: 700;
}

.empreendimentos {
  margin: 0px 20px 40px;
  padding-top: 0px;
}

.empreendimentos._2 {
  margin-bottom: 100px;
}

.heading_interna {
  display: block;
  margin: 12px auto 90px 80px;
  color: #000;
  font-size: 50px;
  font-weight: 300;
  text-align: left;
}

.heading_interna._2 {
  color: #fff;
}

.heading_interna._3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.empreendimentos_grid {
  margin: 30px;
}

.empreendimento_thumb {
  position: static;
  display: block;
  width: 100%;
  height: 300px;
  float: left;
  clear: left;
  background-image: url('../images/empreendimento_01.png');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.empreendimento_thumb._2 {
  background-image: url('../images/empreendimento_02.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.empreendimento_thumb._3 {
  background-image: url('../images/empreendimento_03.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.empreendimento_thumb._4 {
  background-image: url('../images/empreendimento_04.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.empreendimento_thumb._5 {
  background-image: url('../images/empreendimento_05.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.empreendimento_thumb._6 {
  background-image: url('../images/empreendimento_06.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.empreendimento_thumb._7 {
  background-image: url('../images/empreendimento_07.png');
  background-size: cover;
}

.empreendimento_thumb._8 {
  background-image: url('../images/empreendimento_08.png');
  background-size: cover;
}

.empreendimento_thumb._9 {
  background-image: url('../images/empreendimento_09.png');
  background-size: cover;
}

.empreendimento_thumb._10 {
  background-image: url('../images/empreendimento_10.png');
  background-size: cover;
}

.empreendimento_thumb._11 {
  background-image: url('../images/empreendimento_11.png');
  background-size: cover;
}

.empreendimento_thumb._13 {
  background-image: url('../images/empreendimento_13.png');
  background-size: cover;
}

.empreendimento_thumb._14 {
  background-image: url('../images/empreendimento_14.png');
  background-size: 500px;
}

.empreendimento_thumb._12 {
  background-image: url('../images/empreendimento_12.png');
  background-size: cover;
}

.empreendimento_thumb.guaianas {
  background-image: url('../images/thumbs_empreendimentos_alto_guaianais.jpg');
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns {
  margin-bottom: 20px;
}

.div-block {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.hover_text_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: rgba(241, 201, 88, 0.9);
  opacity: 1;
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.over_text_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
  font-weight: 300;
}

.title_mobile {
  position: absolute;
  display: none;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.videos {
  margin: 80px 0px 0px;
  padding: 60px 20px;
  background-color: #000;
}

.icon1 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.video_thumb {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  float: left;
  clear: left;
  background-image: url('../images/videos_01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none;
}

.video_thumb._2 {
  background-image: url('../images/empreendimento_02.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.video_thumb._3 {
  background-image: url('../images/empreendimento_03.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.video_thumb.v2 {
  background-image: url('../images/videos_02.png');
  background-position: 0% 68%;
  background-size: cover;
}

.video_thumb.v3 {
  background-image: url('../images/videos_03.png');
  background-size: cover;
}

.video_thumb.v4 {
  background-image: url('../images/videos_04.png');
  background-size: cover;
}

.video_thumb.v5 {
  background-image: url('../images/videos_05.png');
  background-size: cover;
}

.video_thumb.v6 {
  background-image: url('../images/videos_06.png');
  background-size: cover;
}

.lightbox-link {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hover_video_home {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(47, 181, 234, 0.9);
  opacity: 1;
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.title_mobile_videos {
  position: absolute;
  display: none;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.white_bg_button {
  position: static;
  display: inline-block;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  -webkit-transition: color 600ms ease, border-color 600ms ease, opacity 600ms ease;
  transition: color 600ms ease, border-color 600ms ease, opacity 600ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.white_bg_button:hover {
  border-color: #f1c958;
  color: #f1c958;
}

.mais_empreendimentos_bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 23px;
}

.mais_empreendimentos_bt._2 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #000;
}

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

.scroll {
  padding-top: 10px;
  opacity: 1;
}

.scroll_txt {
  display: block;
  margin: 0px auto;
  padding-top: 10px;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.scroll_txt._2 {
  color: #fff;
}

.scroll_icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.preloader {
  position: fixed;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #1a1a1a;
}

.logo_preloader {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: none;
}

.newsletter {
  padding: 20px 40px;
  background-color: #fff;
}

.field-label {
  color: #fff;
  text-align: center;
}

.text-field {
  display: block;
  width: 380px;
  margin-top: 0px;
  margin-bottom: 14px;
  border: 1px solid #444;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.submit-button {
  display: block;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: color 600ms ease, border-color 600ms ease;
  transition: color 600ms ease, border-color 600ms ease;
  color: #fff;
  letter-spacing: 1px;
}

.submit-button:hover {
  border-color: #8ec837;
  color: #8ec837;
}

.form-block {
  color: #000;
}

.submit_button {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 10px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: color 600ms ease, border-color 600ms ease, opacity 600ms ease;
  transition: color 600ms ease, border-color 600ms ease, opacity 600ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.submit_button:hover {
  border-color: #f1c958;
  color: #f1c958;
}

.success-message {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  background-color: transparent;
}

.error {
  color: #ff2cab;
  text-align: left;
}

.error-message {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  background-color: transparent;
}

.success_text {
  color: #2fb5ea;
  text-align: left;
}

.newsletter_label {
  margin-bottom: 10px;
  padding-top: 10px;
  font-weight: 300;
  text-align: center;
}

.footer {
  background-color: #1a1a1a;
}

.heading-2 {
  margin-top: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 100;
}

.footer_column_left {
  padding: 40px;
}

.footer_column_right {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.footer_menu_item {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
  clear: left;
  border-bottom: 1px solid #333;
  -webkit-transition: color 600ms ease, border-color 600ms ease;
  transition: color 600ms ease, border-color 600ms ease;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.footer_menu_item:hover {
  border-bottom-style: solid;
  border-bottom-color: #ff2cab;
  color: #ff2cab;
}

.footer_menu_item.sub {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 6px;
  clear: none;
  border-bottom-style: none;
}

.footer_menu_item.sub:hover {
  color: #2fb5ea;
}

.footer_menu_item.last {
  margin-bottom: 0px;
}

.column-3 {
  color: #fff;
  font-weight: 700;
}

.text-block-4 {
  color: #fff;
  font-size: 13px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.copyright {
  display: block;
  margin-top: 3px;
  margin-right: 10px;
  float: right;
  color: #505050;
  font-size: 11px;
  text-align: right;
  letter-spacing: 0px;
}

.footer_item_txt {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #505050;
  font-size: 10px;
}

.footer_portais_menu {
  margin-left: 20px;
  padding-left: 0px;
  border-bottom: 1px solid #333;
}

.columns-2 {
  margin-bottom: 1px;
}

.logo_footer {
  display: block;
  margin-right: -3px;
  float: right;
}

.scroll_link {
  width: 100%;
  text-decoration: none;
}

.text-span-2 {
  font-weight: 700;
}

.content_interna {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.loader_bar {
  position: static;
  width: 100px;
  height: 3px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
}

.destaque_interna {
  position: relative;
  z-index: 2;
  display: block;
  width: 1000px;
  margin-top: 190px;
  margin-right: auto;
  margin-left: auto;
}

.destaque_interna.interna {
  margin-top: 178px;
}

.slide_interna_bkm1 {
  background-image: url('../images/bg_bmk_01.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slide_interna_bkm2 {
  background-image: url('../images/bg_bmk_02.jpg');
  background-position: 50% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left_paragraph {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 20px;
  float: left;
  color: #000;
  line-height: 24px;
}

.heading {
  margin-bottom: 94px;
  font-weight: 300;
  text-align: center;
}

.heading._2 {
  margin-bottom: 80px;
  color: #fff;
}

.bloco_conteudo_bkm {
  margin-bottom: 0px;
}

.columns-3 {
  margin-top: 100px;
  background-color: #fff;
}

.left_image {
  overflow: visible;
  margin-left: 0px;
  float: left;
}

.text-span-3 {
  font-style: italic;
  font-weight: 700;
}

.text-span-4 {
  font-weight: 700;
}

.line {
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 40px;
  margin-right: 200px;
  margin-left: 0px;
  float: left;
  background-color: #f4c53d;
}

.line._2 {
  margin-top: 18px;
  margin-left: 0px;
  clear: left;
}

.line._3 {
  margin-top: 8px;
  margin-left: 0px;
  clear: left;
  background-color: #fff;
}

.column-4 {
  height: auto;
  padding-bottom: 60px;
  padding-left: 80px;
}

.right_paragraph {
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-right: 0px;
  float: left;
  clear: left;
  color: #000;
  line-height: 24px;
}

.column-5 {
  height: 560px;
  padding-left: 0px;
  clear: left;
  background-image: url('../images/galerias_turmalina11.jpg');
  background-position: 0px 0px;
  background-size: auto 600px;
}

.right_image {
  float: right;
}

.link_empreendimentos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
  padding-bottom: 23px;
}

.column-6 {
  height: 500px;
  padding-right: 0px;
  background-image: url('../images/galerias_turmalina08.jpg');
  background-position: 100% 0%;
  background-size: auto 550px;
  background-repeat: no-repeat;
}

.column-7 {
  margin-top: 0px;
  padding-right: 60px;
  padding-left: 40px;
}

.features {
  margin: 0px;
  padding: 100px 20px 110px;
  background-color: #ff2cab;
  color: #000;
}

.features_txt {
  display: block;
  margin: 0px auto;
  padding-top: 10px;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.features_txt._2 {
  color: #fff;
}

.features_icon {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.features_icon._1 {
  width: 30px;
}

.heading_footer {
  display: block;
  margin: 12px auto 0px 0px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  text-align: left;
}

.heading_footer._2 {
  color: #fff;
}

.heading_footer._3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.txt_ficha {
  display: block;
  margin-top: 18px;
  margin-left: 0px;
  padding-right: 0px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1a;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.txt_ficha._2 {
  margin-bottom: 40px;
  margin-left: 0px;
  color: #1a1a1a;
}

.slide_interna_empreendimentos1 {
  background-image: url('../images/bg_empreendimentos_01.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slide_interna_empreendimentos2 {
  background-image: url('../images/bg_empreendimentos_02.jpg');
  background-position: 50% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.destaque_interna2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 1000px;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
}

.destaque_interna2.interna {
  margin-top: 178px;
}

.list {
  margin-top: 0px;
  margin-bottom: 23px;
  padding-right: 0px;
  float: left;
  clear: left;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}

.subtitle {
  display: block;
  margin-top: 18px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 30px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #ff2cab;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.subtitle._2 {
  margin-bottom: 40px;
  margin-left: 0px;
  color: #1a1a1a;
}

.subtitle-right {
  display: block;
  margin-top: 18px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 30px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #ff2cab;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.subtitle-right._2 {
  margin-bottom: 40px;
  margin-left: 0px;
  color: #1a1a1a;
}

.list-_right {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  float: left;
  clear: left;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}

.map {
  height: 450px;
}

.address {
  position: relative;
  margin: 0px;
  padding: 60px 20px 80px;
  background-color: #1a1a1a;
  color: #000;
}

.address_txt {
  display: block;
  margin: 0px auto;
  padding-top: 10px;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.address_txt._2 {
  color: #fff;
}

.address_icon {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.address_icon._1 {
  width: 30px;
}

.address_title {
  display: block;
  margin: 0px auto;
  padding-top: 10px;
  opacity: 1;
  color: #f4c53d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.address_title._2 {
  color: #fff;
}

.line2 {
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #f4c53d;
}

.line2._2 {
  margin-top: 18px;
  margin-left: 0px;
  clear: left;
}

.image {
  display: block;
  width: 400px;
  padding: 20px;
  float: left;
}

.image-2 {
  display: inline;
  width: 400px;
  float: left;
}

.image-3 {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.gallery_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.gallery_thumb {
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 0px;
}

.main_picture_empreemdimento {
  height: 700px;
  padding-right: 0px;
}

.main_picture_empreemdimento.ipe {
  background-image: url('../images/imagens_principais_empreendimentos_interna_ipe.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_picture_empreemdimento.rubi {
  background-image: url('../images/imagens_principais_empreendimentos_interna_maisrubi.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_picture_empreemdimento.riviera {
  background-image: url('../images/imagens_principais_empreendimentos_interna_riviera.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_picture_empreemdimento.turmalina {
  background-image: url('../images/imagens_principais_empreendimentos_interna_turmalina.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main_picture_empreemdimento.safira {
  background-image: url('../images/imagens_principais_empreendimentos_interna_safira.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_picture_empreemdimento.aspen {
  background-image: url('../images/imagens_principais_empreendimentos_interna_aspen.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_picture_empreemdimento.jk {
  background-image: url('../images/imagens_principais_empreendimentos_interna_jk.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_picture_empreemdimento.alvorada {
  background-image: url('../images/imagens_principais_empreendimentos_interna_alvorada.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main_picture_empreemdimento.viena {
  background-image: url('../images/imagens_principais_empreendimentos_interna_viena.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main_picture_empreemdimento.vermont {
  background-image: url('../images/imagens_principais_empreendimentos_interna_vermont.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_picture_empreemdimento.angelus {
  background-image: url('../images/imagens_principais_empreendimentos_interna_angelus.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main_picture_empreemdimento.cardarelli {
  background-image: url('../images/imagens_principais_empreendimentos_interna_CARDARELLI.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main_picture_empreemdimento.maisjardim {
  background-image: url('../images/imagens_principais_empreendimentos_interna_maisjardim.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main_picture_empreemdimento.vilarica {
  background-image: url('../images/imagens_principais_empreendimentos_interna_vilarica.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_picture_empreemdimento.quartzo {
  background-image: url('../images/imagens_principais_empreendimentos_interna_quartzo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.coluna_esquerda_empreendimento {
  height: 700px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 80px;
}

.over_text_home_local {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
}

.hover_text_gallery {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(241, 201, 88, 0.9);
  opacity: 1;
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.gallery_column {
  width: 100%;
  margin-bottom: 20px;
}

.hover_gallery {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 44, 171, 0.8);
  opacity: 1;
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.gallery_thumbnail {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  float: left;
  clear: left;
  background-image: url('../images/videos_01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none;
}

.gallery_thumbnail._2 {
  background-image: url('../images/empreendimento_02.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail._3 {
  background-image: url('../images/empreendimento_03.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.v2 {
  background-image: url('../images/videos_02.png');
  background-position: 0% 68%;
  background-size: cover;
}

.gallery_thumbnail.v3 {
  background-image: url('../images/videos_03.png');
  background-size: cover;
}

.gallery_thumbnail.v4 {
  background-image: url('../images/videos_04.png');
  background-size: cover;
}

.gallery_thumbnail.v5 {
  background-image: url('../images/videos_05.png');
  background-size: cover;
}

.gallery_thumbnail.v6 {
  background-image: url('../images/videos_06.png');
  background-size: cover;
}

.gallery_thumbnail.ipe1 {
  background-image: url('../images/galerias_ipe_01.jpg');
  background-size: cover;
}

.gallery_thumbnail.ipe2 {
  background-image: url('../images/galerias_ipe_02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe3 {
  background-image: url('../images/galerias_ipe_03.jpg');
  background-size: cover;
}

.gallery_thumbnail.ipe4 {
  background-image: url('../images/galerias_ipe_04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe5 {
  background-image: url('../images/galerias_ipe_05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe6 {
  background-image: url('../images/galerias_ipe_06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe7 {
  background-image: url('../images/galerias_ipe_07.jpg');
  background-size: auto;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe8 {
  background-image: url('../images/galerias_ipe_08.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe9 {
  background-image: url('../images/galerias_ipe_09.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe10 {
  background-image: url('../images/galerias_ipe_10.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe11 {
  background-image: url('../images/galerias_ipe_11.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe12 {
  background-image: url('../images/galerias_ipe_12.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe13 {
  background-image: url('../images/galerias_ipe_13.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe14 {
  background-image: url('../images/galerias_ipe_14.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe15 {
  background-image: url('../images/galerias_ipe_15.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe16 {
  background-image: url('../images/galerias_ipe_16.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe17 {
  background-image: url('../images/galerias_ipe_17.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ipe18 {
  background-image: url('../images/galerias_ipe_18.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ioevid1 {
  background-image: url('../images/videos_04.png');
  background-size: auto;
}

.gallery_thumbnail.ipevid2 {
  background-image: url('../images/videos_05.png');
  background-size: auto;
}

.gallery_thumbnail.rubi1 {
  background-image: url('../images/galerias_rubi_01.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi2 {
  background-image: url('../images/galerias_rubi_02.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi3 {
  background-image: url('../images/galerias_rubi_03.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi4 {
  background-image: url('../images/galerias_rubi_04.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi5 {
  background-image: url('../images/galerias_rubi_05.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi6 {
  background-image: url('../images/galerias_rubi_06.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi7 {
  background-image: url('../images/galerias_rubi_07.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi8 {
  background-image: url('../images/galerias_rubi_08.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi9 {
  background-image: url('../images/galerias_rubi_09.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi10 {
  background-image: url('../images/galerias_rubi_10.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi11 {
  background-image: url('../images/galerias_rubi_11.jpg');
  background-size: 500px;
}

.gallery_thumbnail.rubi12 {
  background-image: url('../images/galerias_rubi_12.jpg');
  background-size: cover;
}

.gallery_thumbnail.rubi13 {
  background-image: url('../images/galerias_rubi_13.jpg');
  background-size: cover;
}

.gallery_thumbnail.riviera1 {
  background-image: url('../images/galerias_riviera01.jpg');
  background-size: cover;
}

.gallery_thumbnail.riviera2 {
  background-image: url('../images/galerias_riviera_02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.riviera3 {
  background-image: url('../images/galerias_riviera_03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.riviera4 {
  background-image: url('../images/galerias_riviera04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.riviera5 {
  background-image: url('../images/galerias_riviera_05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.riviera6 {
  background-image: url('../images/galerias_riviera_06.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.riviera7 {
  background-image: url('../images/galerias_riviera_07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.riviera8 {
  background-image: url('../images/galerias_riviera_08.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.riviera9 {
  background-image: url('../images/galerias_riviera_09.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.riviera10 {
  background-image: url('../images/galerias_riviera_10.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.riviera11 {
  background-image: url('../images/galerias_riviera_11.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm1 {
  background-image: url('../images/galerias_turmalina01.jpg');
  background-size: cover;
}

.gallery_thumbnail.turm2 {
  background-image: url('../images/galerias_turmalina02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm3 {
  background-image: url('../images/p3quartzo.jpg');
  background-size: cover;
}

.gallery_thumbnail.turm4 {
  background-image: url('../images/galerias_turmalina04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm5 {
  background-image: url('../images/galerias_turmalina05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm6 {
  background-image: url('../images/galerias_turmalina06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm7 {
  background-image: url('../images/galerias_turmalina07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm8 {
  background-image: url('../images/galerias_turmalina08.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm9 {
  background-image: url('../images/galerias_turmalina09.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm10 {
  background-image: url('../images/galerias_turmalina10.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm11 {
  background-image: url('../images/galerias_turmalina11.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm12 {
  background-image: url('../images/galerias_turmalina12.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm13 {
  background-image: url('../images/galerias_turmalina13.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm14 {
  background-image: url('../images/galerias_turmalina14.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm15 {
  background-image: url('../images/galerias_turmalina15.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm16 {
  background-image: url('../images/galerias_turmalina16.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turm17 {
  background-image: url('../images/galerias_ipe_05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.turmavid1 {
  background-image: url('../images/videos_03.png');
  background-size: cover;
}

.gallery_thumbnail.saf1 {
  background-image: url('../images/galerias_empreendimentos_safira01.jpg');
  background-size: cover;
}

.gallery_thumbnail.saf2 {
  background-image: url('../images/galerias_empreendimentos_safira02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf3 {
  background-image: url('../images/galerias_empreendimentos_safira03.jpg');
  background-size: cover;
}

.gallery_thumbnail.saf4 {
  background-image: url('../images/galerias_empreendimentos_safira04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf5 {
  background-image: url('../images/galerias_empreendimentos_safira05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf6 {
  background-image: url('../images/galerias_empreendimentos_safira06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf7 {
  background-image: url('../images/galerias_empreendimentos_safira07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf8 {
  background-image: url('../images/galerias_empreendimentos_safira08.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf9 {
  background-image: url('../images/galerias_empreendimentos_safira09.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf10 {
  background-image: url('../images/galerias_empreendimentos_safira10.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf11 {
  background-image: url('../images/galerias_empreendimentos_safira11.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf12 {
  background-image: url('../images/galerias_ipe_13.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf13 {
  background-image: url('../images/galerias_ipe_14.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.saf14 {
  background-image: url('../images/galerias_ipe_15.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.aspen1 {
  background-image: url('../images/galerias_aspen01.jpg');
  background-size: cover;
}

.gallery_thumbnail.aspen2 {
  background-image: url('../images/galerias_aspen02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.aspen3 {
  background-image: url('../images/galerias_aspen03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.aspen4 {
  background-image: url('../images/galerias_aspen04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.aspen5 {
  background-image: url('../images/galerias_aspen05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.aspen6 {
  background-image: url('../images/galerias_aspen06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.aspen7 {
  background-image: url('../images/galerias_aspen07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.aspen8 {
  background-image: url('../images/galerias_aspen08.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk1 {
  background-image: url('../images/galerias_jk01.jpg');
  background-size: cover;
}

.gallery_thumbnail.jk2 {
  background-image: url('../images/galerias_jk02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk3 {
  background-image: url('../images/galerias_jk03.jpg');
  background-size: cover;
}

.gallery_thumbnail.jk4 {
  background-image: url('../images/galerias_jk04.jpg');
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk5 {
  background-image: url('../images/galerias_jk05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk6 {
  background-image: url('../images/galerias_jk06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk7 {
  background-image: url('../images/galerias_jk07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk8 {
  background-image: url('../images/galerias_jk08.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk9 {
  background-image: url('../images/galerias_jk09.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk10 {
  background-image: url('../images/galerias_jk10.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk11 {
  background-image: url('../images/galerias_jk11.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk12 {
  background-image: url('../images/galerias_jk12.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jk13 {
  background-image: url('../images/galerias_ipe_13.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jkvid1 {
  background-image: url('../images/videos_06.png');
  background-size: cover;
}

.gallery_thumbnail.alv1 {
  background-image: url('../images/galerias_alv01.jpg');
  background-size: cover;
}

.gallery_thumbnail.alv2 {
  background-image: url('../images/galerias_alv02.jpg');
  background-size: cover;
}

.gallery_thumbnail.alv3 {
  background-image: url('../images/galerias_alv03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.alv4 {
  background-image: url('../images/galerias_alv04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.alv5 {
  background-image: url('../images/galerias_alv05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.alv6 {
  background-image: url('../images/galerias_alv06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.alv7 {
  background-image: url('../images/galerias_alv07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.alv8 {
  background-image: url('../images/galerias_alv08.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.alv9 {
  background-image: url('../images/galerias_alv09.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.viena1 {
  background-image: url('../images/galerias_viena01.jpg');
  background-size: cover;
}

.gallery_thumbnail.viena2 {
  background-image: url('../images/galerias_viena02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.viena3 {
  background-image: url('../images/galerias_viena03.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.viena4 {
  background-image: url('../images/galerias_viena04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.viena5 {
  background-image: url('../images/galerias_viena05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.viena6 {
  background-image: url('../images/galerias_viena06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.viena7 {
  background-image: url('../images/galerias_viena07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.vienavid1 {
  background-image: url('../images/videos_02.png');
  background-size: cover;
}

.gallery_thumbnail.ver1 {
  background-image: url('../images/galerias_vermont01.jpg');
  background-size: cover;
}

.gallery_thumbnail.ver2 {
  background-image: url('../images/galerias_vermont02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ver3 {
  background-image: url('../images/galerias_vermont03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ver4 {
  background-image: url('../images/galerias_vermont04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ver5 {
  background-image: url('../images/galerias_vermont05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ver6 {
  background-image: url('../images/galerias_vermont06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ver7 {
  background-image: url('../images/galerias_vermont07.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang1 {
  background-image: url('../images/galerias_ang01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang2 {
  background-image: url('../images/galerias_ang02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang3 {
  background-image: url('../images/galerias_ang03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang4 {
  background-image: url('../images/galerias_ang04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang5 {
  background-image: url('../images/galerias_ang05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang6 {
  background-image: url('../images/galerias_ang06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang7 {
  background-image: url('../images/galerias_ang07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang8 {
  background-image: url('../images/galerias_ang08.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang9 {
  background-image: url('../images/galerias_ang09.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang10 {
  background-image: url('../images/galerias_ang10.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang11 {
  background-image: url('../images/galerias_ang11.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang12 {
  background-image: url('../images/galerias_ang12.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ang13 {
  background-image: url('../images/galerias_ang13.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.card1 {
  background-image: url('../images/galerias_card01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.card2 {
  background-image: url('../images/galerias_card02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.card3 {
  background-image: url('../images/galerias_card03.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.card4 {
  background-image: url('../images/galerias_card04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.card5 {
  background-image: url('../images/galerias_card05.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.card6 {
  background-image: url('../images/galerias_card06.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.card7 {
  background-image: url('../images/galerias_card07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jd1 {
  background-image: url('../images/galerias_jard01.jpg');
  background-size: cover;
}

.gallery_thumbnail.jd2 {
  background-image: url('../images/galerias_jard02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jd3 {
  background-image: url('../images/galerias_jard03.jpg');
  background-size: cover;
}

.gallery_thumbnail.jd4 {
  background-image: url('../images/galerias_jard04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.jd5 {
  background-image: url('../images/galerias_jard05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ric1 {
  background-image: url('../images/galerias_vilarica01.jpg');
  background-size: cover;
}

.gallery_thumbnail.ric2 {
  background-image: url('../images/galerias_vilarica02.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ric3 {
  background-image: url('../images/galerias_vilarica03.jpg');
  background-size: 500px;
}

.gallery_thumbnail.ric4 {
  background-image: url('../images/galerias_vilarica04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.ric5 {
  background-image: url('../images/galerias_vilarica05.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.qua1 {
  background-image: url('../images/p1-quartzo.jpg');
  background-size: cover;
}

.gallery_thumbnail.quartzo2 {
  background-image: url('../images/p2quartzo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzo4 {
  background-image: url('../images/p4quartzo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzo6 {
  background-image: url('../images/p6quartzo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzo5 {
  background-image: url('../images/p5quartzo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzo7 {
  background-image: url('../images/p7quartzo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop1 {
  background-image: url('../images/persp_quartzo_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop2 {
  background-image: url('../images/persp_quartzo_2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop3 {
  background-image: url('../images/persp_quartzo_3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop4 {
  background-image: none;
}

.gallery_thumbnail.quartzop4 {
  background-image: url('../images/persp_quartzo_5.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop6 {
  background-image: url('../images/persp_quartzo_6.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop7 {
  background-image: url('../images/persp_quartzo_7.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop8 {
  background-image: url('../images/persp_quartzo_8.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop9 {
  background-image: url('../images/persp_quartzo_9.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop10 {
  background-image: url('../images/persp_quartzo_10.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop11 {
  background-image: url('../images/persp_quartzo_11.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop12 {
  background-image: url('../images/persp_quartzo_12.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop13 {
  background-image: url('../images/persp_quartzo_13.jpg');
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop5 {
  background-image: url('../images/persp_quartzo_5.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop5 {
  background-image: url('../images/persp_quartzo_5.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_thumbnail.quartzop4aaa {
  background-image: url('../images/persp_quartzo_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.over_text_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
  font-weight: 300;
}

.title_mobile_gallery {
  position: absolute;
  display: none;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo_empreendimento {
  display: none;
  margin-right: 80px;
  margin-bottom: 80px;
  margin-left: 80px;
}

.logo_empreendimento_img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.black_bg_button {
  position: static;
  display: inline-block;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  -webkit-transition: color 600ms ease, border-color 600ms ease, opacity 600ms ease;
  transition: color 600ms ease, border-color 600ms ease, opacity 600ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.black_bg_button:hover {
  border-color: #f1c958;
  color: #f1c958;
}

.slide_interna_empreendimento_ipe {
  background-image: url('../images/bg_empreendimentos_ipe.jpg');
  background-position: 50% 60%;
  background-size: 1250px;
}

.gallery {
  position: relative;
  z-index: 2;
  display: block;
  padding: 60px 80px 80px;
  background-color: #000;
}

.column-8 {
  clear: left;
}

.bullets {
  margin-right: 5px;
  color: #ff2cab;
  font-size: 16px;
}

.gallery_title {
  display: block;
  margin: 10px auto 60px;
  padding-top: 0px;
  padding-left: 20px;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gallery_title._2 {
  color: #fff;
}

.icon_size {
  position: absolute;
  margin-top: 23px;
  margin-left: -119px;
  float: left;
}

.icon_size._2 {
  margin-left: -105px;
}

.icon_size.turmalinaicon {
  margin-left: -229px;
}

.icon_size.viena {
  margin-left: -105px;
}

.icon_size.quartzo {
  margin-left: -203px;
}

.icon_pool {
  position: absolute;
  margin-top: 23px;
  margin-left: -181px;
  float: left;
}

.icon_pool.turm {
  margin-left: -239px;
}

.icon_pool._2222 {
  margin-left: -173px;
}

.icon_pool.quartzo {
  margin-left: -186px;
}

.casinha_empreendimentos {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -275px;
  margin-left: -69px;
}

.casinha_empreendimentos.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.paragrafo_empreendimento {
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.intro_empreendimento {
  position: static;
  display: block;
  width: 600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  float: none;
  clear: left;
  color: #000;
  line-height: 24px;
  text-align: center;
}

.intro_empreendimentos {
  display: block;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  font-weight: 700;
}

.bg_contato {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.48);
  background-image: url('../images/contact_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
}

.bg_contato.interna {
  height: 480px;
}

.bg_contato.interna2 {
  height: 480px;
}

.text-field-2 {
  width: 100%;
  height: 440px;
  max-height: 440px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 400;
}

.field-label-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.text-field-contact {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 14px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.text-block-5 {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

.error-message-2 {
  background-color: #ff2cab;
}

.success-message-2 {
  background-color: transparent;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.contato_heading {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contato_heading.interna {
  margin-bottom: 6px;
}

.bg_venda {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.48);
  background-image: url('../images/trabalhe_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
}

.bg_venda.interna {
  height: 480px;
}

.bg_venda.interna2 {
  height: 480px;
}

.bg_trabalhe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.48);
  background-image: url('../images/venda_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
}

.bg_trabalhe.interna {
  height: 480px;
}

.bg_trabalhe.interna2 {
  height: 480px;
}

.conteudo_home {
  position: relative;
  z-index: 2;
  display: block;
  width: 1000px;
  margin-top: 230px;
  margin-right: auto;
  margin-left: auto;
}

.conteudo_home.interna {
  margin-top: 178px;
}

.login_form {
  display: block;
  width: 480px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.error-message-login {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff2cab;
}

.bg_portais {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.48);
  background-image: url('../images/portais_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
}

.bg_portais.interna {
  height: 480px;
}

.bg_portais.interna2 {
  height: 480px;
}

.conteudo_portais {
  position: relative;
  z-index: 2;
  display: block;
  width: 1000px;
  margin: 140px auto 100px;
}

.conteudo_portais.interna {
  margin-top: 178px;
}

.submit-button2 {
  display: block;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: color 600ms ease, border-color 600ms ease;
  transition: color 600ms ease, border-color 600ms ease;
  color: #fff;
  letter-spacing: 1px;
}

.submit-button2:hover {
  border-color: #000;
  color: #000;
}

.gradient_loading {
  width: 30px;
  height: 30px;
  border-radius: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #292929), color-stop(52%, #fff));
  background-image: linear-gradient(180deg, #292929 48%, #fff 52%);
}

.black {
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 80px;
  background-color: #1a1a1a;
}

.icon_building {
  position: absolute;
  margin-top: 23px;
  margin-left: -180px;
  float: left;
}

.slide_interna_empreendimento_rubi {
  background-image: url('../images/bg_empreendimentos_rubi.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casinha_empreendimentos_rubi {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -275px;
  margin-left: -69px;
}

.blank-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide_interna_empreendimento_riviera {
  background-image: url('../images/bg_empreendimentos_riviera.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casinha_empreendimentos_turmalina {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -252px;
  margin-left: -50px;
}

.casinha_empreendimentos_turmalina.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_turmalina {
  background-image: url('../images/bg_empreendimentos_turmalina.jpg');
  background-position: 50% 60%;
  background-size: 1250px;
}

.logo_empreendimento_safira {
  display: block;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
}

.icon_size-safira {
  position: absolute;
  margin-top: 23px;
  margin-left: -118px;
  float: left;
}

.icon_size-safira._2 {
  margin-left: -105px;
}

.icon_size-safira.turmalinaicon {
  margin-left: -229px;
}

.casinha_empreendimentos_safira {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -275px;
  margin-left: -69px;
}

.casinha_empreendimentos_safira.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_safira {
  background-image: url('../images/bg_empreendimentos_safira.jpg');
  background-position: 50% 60%;
  background-size: 1250px;
}

.icon_size_aspen {
  position: absolute;
  margin-top: 23px;
  margin-left: -105px;
  float: left;
}

.icon_size_aspen._2 {
  margin-left: -105px;
}

.icon_size_aspen.turmalinaicon {
  margin-left: -229px;
}

.logo_empreendimento_img_aspen {
  display: block;
  width: auto;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
}

.slide_interna_empreendimento_aspen {
  background-image: url('../images/bg_empreendimentos_aspen.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.casinha_empreendimentos_aspen {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -327px;
  margin-left: -21px;
}

.casinha_empreendimentos_aspen.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_jk {
  background-image: url('../images/bg_empreendimentos_jk.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.casinha_empreendimentos_jk {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -348px;
  margin-left: -88px;
}

.casinha_empreendimentos_jk.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.icon_size_ipe {
  position: absolute;
  margin-top: 23px;
  margin-left: -251px;
  float: left;
}

.icon_size_ipe._2 {
  margin-left: -105px;
}

.icon_size_ipe.turmalinaicon {
  margin-left: -229px;
}

.icon_size-_alvorada {
  position: absolute;
  margin-top: 23px;
  margin-left: -106px;
  float: left;
}

.icon_size-_alvorada._2 {
  margin-left: -105px;
}

.icon_size-_alvorada.turmalinaicon {
  margin-left: -229px;
}

.casinha_empreendimentos_alvorada {
  position: absolute;
  z-index: 0;
  width: 420px;
  margin-top: -209px;
  margin-left: 15px;
}

.casinha_empreendimentos_alvorada.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_alvorada {
  background-image: url('../images/bg_empreendimentos_ipe.jpg');
  background-position: 50% 60%;
  background-size: 1250px;
}

.logo_empreendimento_img_alvorada {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.casinha_empreendimentos_viena {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -375px;
  margin-left: -29px;
}

.casinha_empreendimentos_viena.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_viena {
  background-image: url('../images/bg_empreendimentos_viena.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.icon_size_vermont {
  position: absolute;
  margin-top: 23px;
  margin-left: -107px;
  float: left;
}

.icon_size_vermont._2 {
  margin-left: -105px;
}

.icon_size_vermont.turmalinaicon {
  margin-left: -229px;
}

.icon_size_vermont.viena {
  margin-left: -105px;
}

.casinha_empreendimentos_vermont {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -346px;
  margin-left: -25px;
}

.casinha_empreendimentos_vermont.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_vermont {
  background-image: url('../images/bg_empreendimentos_vermont.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.icon_apartment {
  position: absolute;
  margin-top: 23px;
  margin-left: -119px;
  float: left;
}

.icon_apartment._2 {
  margin-left: -105px;
}

.icon_apartment.turmalinaicon {
  margin-left: -229px;
}

.icon_apartment.viena {
  margin-left: -105px;
}

.casinha_empreendimentos_angelus {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -436px;
  margin-left: -69px;
}

.casinha_empreendimentos_angelus.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_angelus {
  background-image: url('../images/bg_empreendimentos_angelus.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon_size_card {
  position: absolute;
  margin-top: 23px;
  margin-left: -142px;
  float: left;
}

.icon_size_card._2 {
  margin-left: -105px;
}

.icon_size_card.turmalinaicon {
  margin-left: -229px;
}

.icon_size_card.viena {
  margin-left: -105px;
}

.casinha_empreendimentos_cardarelli {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -380px;
  margin-left: -34px;
}

.casinha_empreendimentos_cardarelli.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_cardarelli {
  background-image: url('../images/bg_empreendimentos_cardarelli.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.icon_predio {
  position: absolute;
  margin-top: 23px;
  margin-left: -266px;
  float: left;
}

.icon_predio._2 {
  margin-left: -105px;
}

.icon_predio.turmalinaicon {
  margin-left: -229px;
}

.icon_predio.viena {
  margin-left: -105px;
}

.casinha_empreendimentos_maisjardim {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -323px;
  margin-left: -3px;
}

.casinha_empreendimentos_maisjardim.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_maisjardim {
  background-image: url('../images/bg_empreendimentos_maisjardim.jpg');
  background-position: 50% 60%;
  background-size: 1250px;
}

.casinha_empreendimentos_vilarica {
  position: absolute;
  z-index: 1;
  width: 580px;
  margin-top: -323px;
  margin-left: -3px;
}

.casinha_empreendimentos_vilarica.riviera {
  margin-top: -290px;
  margin-left: 45px;
}

.slide_interna_empreendimento_vilarica {
  background-image: url('../images/bg_empreendimentos_vilarica.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter_area {
  display: block;
}

.text-span-7 {
  font-weight: 700;
}

.text-span-8 {
  font-weight: 700;
}

.produto {
  padding: 110px 40px;
  background-color: #000;
}

.features2_txt {
  display: block;
  margin: 0px auto;
  padding-top: 10px;
  opacity: 1;
  color: #ff2cab;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.features2_txt._2 {
  color: #fff;
}

.feature_paragraph {
  margin-top: 10px;
  margin-left: 0px;
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.column_feature {
  padding-right: 20px;
  padding-left: 20px;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-10 {
  font-weight: 700;
}

.txt_form_intro {
  position: static;
  display: block;
  width: 700px;
  margin: 10px auto 30px;
  padding-right: 20px;
  float: none;
  clear: left;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.conteudo_contato-obrigado {
  position: relative;
  z-index: 2;
  display: block;
  width: 1000px;
  margin: 140px auto 100px;
}

.conteudo_contato-obrigado.interna {
  margin-top: 178px;
}

.left_paragraph_huge {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 20px;
  float: left;
  color: #000;
  font-size: 50px;
  line-height: 48px;
}

.slide_interna_empreendimento_quartzo {
  background-image: url('../images/header_internas_alto_guaianais.jpg');
  background-position: 50% 60%;
  background-size: 1250px;
}

.nf {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.logo_404 {
  margin-top: 30px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._404 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 100;
  text-align: center;
}

@media (max-width: 991px) {
  .hero {
    background-size: cover;
  }
  .hero.interna {
    height: 400px;
  }
  .hero.interna2 {
    height: 400px;
  }
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
  }
  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f1c84f;
  }
  .menu-button {
    background-color: rgba(241, 200, 79, 0);
  }
  .menu-button.w--open {
    background-color: #f1c84f;
  }
  .dropdown-link {
    text-align: center;
  }
  .hero_heading {
    font-size: 36px;
  }
  .hero_heading.interna {
    font-size: 40px;
    line-height: 40px;
  }
  .hero_subtitle {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
  }
  .hero_button {
    margin-top: 39px;
  }
  .txt_home_about {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .conteudo_contato {
    width: 600px;
  }
  .conteudo_contato.interna {
    margin-top: 143px;
  }
  .heading_interna {
    margin-bottom: 20px;
    margin-left: 40px;
  }
  .hover_text_home {
    display: none;
  }
  .title_mobile {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    height: 90px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(241, 201, 88, 0.9);
    color: #fff;
    font-size: 34px;
    font-weight: 100;
    text-align: center;
  }
  .text-block-3 {
    font-size: 32px;
    font-weight: 100;
  }
  .title_mobile_text {
    display: block;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
  }
  .videos {
    margin-top: 40px;
  }
  .icon1 {
    display: block;
    margin-top: 0px;
  }
  .hover_video_home {
    display: none;
  }
  .title_mobile_videos {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    height: 120px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(47, 181, 234, 0.9);
    color: #fff;
    font-size: 34px;
    font-weight: 100;
    text-align: center;
  }
  .title_mobile_text-_videos {
    display: block;
    height: 52px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }
  .scroll_txt {
    margin-bottom: 60px;
  }
  .text-field {
    width: 300px;
  }
  .footer_column_right {
    padding-right: 30px;
  }
  .copyright {
    float: right;
  }
  .footer_portais_menu {
    margin-bottom: 15px;
  }
  .content_interna {
    padding-top: 0px;
  }
  .destaque_interna {
    width: auto;
  }
  .destaque_interna.interna {
    margin-top: 143px;
  }
  .left_paragraph {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .heading {
    margin-top: 5px;
    margin-bottom: 90px;
  }
  .heading._2 {
    margin-bottom: 80px;
  }
  .columns-3 {
    margin-top: 40px;
  }
  .left_image {
    margin-left: 0px;
  }
  .line {
    width: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 40px;
  }
  .right_paragraph {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .column-5 {
    height: 510px;
  }
  .column-7 {
    margin-top: 0px;
    padding-right: 40px;
  }
  .features {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .features_txt {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .heading_footer {
    margin-bottom: 0px;
  }
  .txt_ficha {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 18px;
  }
  .destaque_interna2 {
    width: auto;
    margin-top: 153px;
  }
  .destaque_interna2.interna {
    margin-top: 143px;
  }
  .list {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .subtitle {
    height: 26px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 26px;
    font-size: 12px;
    line-height: 18px;
  }
  .subtitle-right {
    height: 26px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 26px;
    font-size: 12px;
    line-height: 18px;
  }
  .list-_right {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .address {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .address_txt {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .address_title {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .line2 {
    display: block;
    width: 30px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .main_picture_empreemdimento.ipe {
    height: 640px;
  }
  .main_picture_empreemdimento.rubi {
    height: 640px;
  }
  .coluna_esquerda_empreendimento {
    padding-right: 20px;
    padding-left: 20px;
  }
  .over_text_home_local {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    font-size: 11px;
  }
  .hover_text_gallery {
    display: none;
  }
  .hover_gallery {
    display: none;
  }
  .title_gallery_mobile {
    display: block;
    height: 52px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 40px;
    font-weight: 500;
  }
  .title_mobile_gallery {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    height: 80px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(255, 44, 171, 0.8);
    color: #fff;
    font-size: 34px;
    font-weight: 100;
    text-align: center;
  }
  .logo_empreendimento {
    margin-right: 20px;
    margin-left: 20px;
  }
  .logo_empreendimento_img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bullets {
    font-size: 12px;
  }
  .gallery_title {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .icon_size {
    margin-top: 3px;
    margin-left: -104px;
  }
  .icon_size._2 {
    margin-left: -94px;
  }
  .icon_size.turmalinaicon {
    margin-left: -197px;
  }
  .icon_size.viena {
    margin-left: -93px;
  }
  .icon_size.quartzo {
    margin-left: -178px;
  }
  .icon_pool {
    margin-top: 3px;
    margin-left: -157px;
  }
  .icon_pool.turm {
    margin-left: -153px;
  }
  .icon_pool._2222 {
    margin-left: -150px;
  }
  .icon_pool.quartzo {
    margin-left: -164px;
  }
  .casinha_empreendimentos {
    width: 410px;
    margin-top: -258px;
    margin-left: -47px;
  }
  .casinha_empreendimentos.riviera {
    margin-left: -16px;
  }
  .paragrafo_empreendimento {
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro_empreendimento {
    display: block;
    width: 670px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .bg_contato {
    background-size: cover;
  }
  .bg_contato.interna {
    height: 400px;
  }
  .bg_contato.interna2 {
    height: 400px;
  }
  .text-field-contact {
    width: 100%;
  }
  .contato_heading {
    font-size: 36px;
  }
  .contato_heading.interna {
    font-size: 40px;
    line-height: 40px;
  }
  .bg_venda {
    background-size: cover;
  }
  .bg_venda.interna {
    height: 400px;
  }
  .bg_venda.interna2 {
    height: 400px;
  }
  .bg_trabalhe {
    background-size: cover;
  }
  .bg_trabalhe.interna {
    height: 400px;
  }
  .bg_trabalhe.interna2 {
    height: 400px;
  }
  .conteudo_home {
    width: 770px;
  }
  .conteudo_home.interna {
    margin-top: 143px;
  }
  .bg_portais {
    background-size: cover;
  }
  .bg_portais.interna {
    height: 400px;
  }
  .bg_portais.interna2 {
    height: 400px;
  }
  .conteudo_portais {
    width: 600px;
  }
  .conteudo_portais.interna {
    margin-top: 143px;
  }
  .icon_building {
    margin-top: 3px;
    margin-left: -156px;
  }
  .casinha_empreendimentos_rubi {
    width: 410px;
    margin-top: -258px;
    margin-left: -47px;
  }
  .title_gallery_mobile_play {
    display: block;
    height: 52px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 40px;
    font-weight: 500;
  }
  .casinha_empreendimentos_turmalina {
    width: 310px;
    margin-top: -187px;
    margin-left: -47px;
  }
  .casinha_empreendimentos_turmalina.riviera {
    margin-left: -16px;
  }
  .logo_empreendimento_safira {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .icon_size-safira {
    margin-top: 3px;
    margin-left: -105px;
  }
  .icon_size-safira._2 {
    margin-left: -94px;
  }
  .casinha_empreendimentos_safira {
    width: 410px;
    margin-top: -334px;
    margin-left: -47px;
  }
  .casinha_empreendimentos_safira.riviera {
    margin-left: -16px;
  }
  .icon_size_aspen {
    margin-top: 3px;
    margin-left: -94px;
  }
  .icon_size_aspen._2 {
    margin-left: -94px;
  }
  .logo_empreendimento_img_aspen {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .casinha_empreendimentos_aspen {
    width: 480px;
    margin-top: -304px;
    margin-left: -66px;
  }
  .casinha_empreendimentos_aspen.riviera {
    margin-left: -16px;
  }
  .casinha_empreendimentos_jk {
    width: 410px;
    margin-top: -343px;
    margin-left: -25px;
  }
  .casinha_empreendimentos_jk.riviera {
    margin-left: -16px;
  }
  .icon_size_ipe {
    margin-top: 3px;
    margin-left: -218px;
  }
  .icon_size_ipe._2 {
    margin-left: -94px;
  }
  .icon_size_ipe.turmalinaicon {
    margin-left: -197px;
  }
  .icon_size-_alvorada {
    margin-top: 3px;
    margin-left: -93px;
  }
  .icon_size-_alvorada._2 {
    margin-left: -94px;
  }
  .icon_size-_alvorada.turmalinaicon {
    margin-left: -197px;
  }
  .casinha_empreendimentos_alvorada {
    width: 310px;
    margin-top: -194px;
    margin-left: -16px;
  }
  .casinha_empreendimentos_alvorada.riviera {
    margin-left: -16px;
  }
  .logo_empreendimento_img_alvorada {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .casinha_empreendimentos_viena {
    width: 510px;
    margin-top: -387px;
    margin-left: -76px;
  }
  .casinha_empreendimentos_viena.riviera {
    margin-left: -16px;
  }
  .icon_size_vermont {
    margin-top: 3px;
    margin-left: -93px;
  }
  .icon_size_vermont._2 {
    margin-left: -94px;
  }
  .icon_size_vermont.turmalinaicon {
    margin-left: -197px;
  }
  .icon_size_vermont.viena {
    margin-left: -93px;
  }
  .casinha_empreendimentos_vermont {
    width: 410px;
    margin-top: -258px;
    margin-left: -47px;
  }
  .casinha_empreendimentos_vermont.riviera {
    margin-left: -16px;
  }
  .icon_apartment {
    margin-top: 3px;
    margin-left: -104px;
  }
  .icon_apartment._2 {
    margin-left: -94px;
  }
  .icon_apartment.turmalinaicon {
    margin-left: -197px;
  }
  .icon_apartment.viena {
    margin-left: -93px;
  }
  .casinha_empreendimentos_angelus {
    width: 490px;
    margin-top: -355px;
    margin-left: -63px;
  }
  .casinha_empreendimentos_angelus.riviera {
    margin-left: -16px;
  }
  .icon_size_card {
    margin-top: 3px;
    margin-left: -124px;
  }
  .icon_size_card._2 {
    margin-left: -94px;
  }
  .icon_size_card.turmalinaicon {
    margin-left: -197px;
  }
  .icon_size_card.viena {
    margin-left: -93px;
  }
  .casinha_empreendimentos_cardarelli {
    width: 510px;
    margin-top: -366px;
    margin-left: -67px;
  }
  .casinha_empreendimentos_cardarelli.riviera {
    margin-left: -16px;
  }
  .icon_predio {
    margin-top: 3px;
    margin-left: -104px;
  }
  .icon_predio._2 {
    margin-left: -94px;
  }
  .icon_predio.turmalinaicon {
    margin-left: -197px;
  }
  .icon_predio.viena {
    margin-left: -93px;
  }
  .casinha_empreendimentos_maisjardim {
    width: 510px;
    margin-top: -368px;
    margin-left: -30px;
  }
  .casinha_empreendimentos_maisjardim.riviera {
    margin-left: -16px;
  }
  .casinha_empreendimentos_vilarica {
    width: 510px;
    margin-top: -368px;
    margin-left: -30px;
  }
  .casinha_empreendimentos_vilarica.riviera {
    margin-left: -16px;
  }
  .features2_txt {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .feature_paragraph {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .txt_form_intro {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .conteudo_contato-obrigado {
    width: 600px;
  }
  .conteudo_contato-obrigado.interna {
    margin-top: 143px;
  }
  .left_paragraph_huge {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 40px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 260px;
    background-size: 160%;
  }
  .hero.interna {
    height: 300px;
  }
  .hero.interna2 {
    height: 300px;
  }
  .logo_png {
    width: 80px;
  }
  .email {
    margin-top: 55px;
  }
  .navlink {
    font-size: 22px;
  }
  .brand.w--current {
    margin-left: 10px;
  }
  .hero_heading {
    font-size: 23px;
    font-weight: 300;
    text-align: center;
  }
  .hero_subtitle {
    margin-top: 13px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero_button {
    margin-top: 26px;
  }
  .txt_home_about {
    font-size: 14px;
    font-weight: 300;
  }
  .conteudo_contato {
    width: 500px;
    margin-top: 64px;
  }
  .empreendimentos {
    margin-top: 0px;
  }
  .heading_interna {
    margin-bottom: 10px;
    margin-left: 40px;
    font-size: 40px;
  }
  .column {
    margin-bottom: 20px;
  }
  .title_mobile {
    right: 0px;
    bottom: 0px;
  }
  .videos {
    padding-bottom: 40px;
  }
  .title_mobile_videos {
    right: 0px;
    bottom: 0px;
    height: 105px;
  }
  .scroll_txt {
    margin-bottom: 60px;
  }
  .logo_preloader {
    width: 100px;
  }
  .text-field {
    width: 100%;
  }
  .footer_column_left {
    padding-top: 40px;
  }
  .footer_column_right {
    padding-top: 0px;
    padding-left: 10px;
  }
  .copyright {
    margin-left: 20px;
    float: left;
  }
  .content_interna {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .destaque_interna {
    margin-top: 85px;
  }
  .heading._2 {
    margin-bottom: 80px;
  }
  .columns-3 {
    margin-top: 40px;
  }
  .left_image {
    margin-top: 29px;
  }
  .line {
    margin-top: 35px;
  }
  .line._2 {
    margin-top: 5px;
    margin-left: 20px;
  }
  .line._3 {
    margin-top: 5px;
    margin-left: 0px;
  }
  .column-4 {
    height: auto;
    padding-right: 40px;
    padding-bottom: 60px;
  }
  .right_paragraph {
    padding-right: 0px;
    padding-left: 20px;
  }
  .column-5 {
    height: 590px;
  }
  .right_image {
    margin-top: 22px;
    float: left;
  }
  .link_empreendimentos {
    margin-top: 40px;
  }
  .column-6 {
    padding-left: 0px;
    background-position: -55px 0px;
  }
  .column-7 {
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .features {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .features_txt {
    margin-bottom: 60px;
  }
  .heading_footer {
    margin-bottom: 10px;
    font-size: 40px;
  }
  .txt_ficha._2 {
    margin-left: 20px;
  }
  .destaque_interna2 {
    margin-top: 85px;
  }
  .list {
    margin-bottom: 0px;
  }
  .subtitle._2 {
    margin-left: 20px;
  }
  .subtitle-right._2 {
    margin-left: 20px;
  }
  .address {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .address_txt {
    margin-bottom: 40px;
  }
  .address_title {
    margin-bottom: 10px;
  }
  .line2 {
    margin-top: 0px;
  }
  .line2._2 {
    margin-top: 5px;
    margin-left: 20px;
  }
  .gallery_row {
    padding-left: 0px;
  }
  .main_picture_empreemdimento {
    padding-left: 0px;
    background-position: -55px 0px;
  }
  .main_picture_empreemdimento.ipe {
    height: 600px;
  }
  .main_picture_empreemdimento.rubi {
    height: 600px;
  }
  .coluna_esquerda_empreendimento {
    height: auto;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .over_text_home_local {
    font-size: 10px;
  }
  .gallery_column {
    margin-bottom: 0px;
  }
  .gallery_thumbnail {
    height: 200px;
  }
  .title_mobile_gallery {
    right: 0px;
    bottom: 0px;
    height: 85px;
  }
  .logo_empreendimento {
    margin-left: 40px;
  }
  .logo_empreendimento_img {
    width: 200px;
  }
  .column-9 {
    margin-top: 20px;
  }
  .gallery_title {
    margin-bottom: 40px;
    text-align: center;
  }
  .casinha_empreendimentos {
    width: 510px;
    margin-top: -1007px;
    margin-left: 216px;
  }
  .paragrafo_empreendimento {
    height: auto;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .intro_empreendimento {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .bg_contato {
    height: 560px;
    background-size: auto;
  }
  .bg_contato.interna {
    height: 300px;
  }
  .bg_contato.interna2 {
    height: 300px;
  }
  .text-field-contact {
    width: 100%;
  }
  .contato_heading {
    font-size: 25.6px;
    font-weight: 300;
    text-align: center;
  }
  .bg_venda {
    height: 560px;
    background-size: auto;
  }
  .bg_venda.interna {
    height: 300px;
  }
  .bg_venda.interna2 {
    height: 300px;
  }
  .bg_trabalhe {
    height: 560px;
    background-size: auto;
  }
  .bg_trabalhe.interna {
    height: 300px;
  }
  .bg_trabalhe.interna2 {
    height: 300px;
  }
  .conteudo_home {
    width: 500px;
    margin-top: 64px;
  }
  .bg_portais {
    height: 480px;
    background-position: 56% 45%;
    background-size: cover;
  }
  .bg_portais.interna {
    height: 300px;
  }
  .bg_portais.interna2 {
    height: 300px;
  }
  .conteudo_portais {
    width: 500px;
    margin-top: 64px;
  }
  .casinha_empreendimentos_rubi {
    width: 390px;
    margin-top: -959px;
    margin-left: 321px;
  }
  .blank-column {
    margin-bottom: 20px;
  }
  .casinha_empreendimentos_turmalina {
    width: 310px;
    margin-top: -1153px;
    margin-left: 333px;
  }
  .logo_empreendimento_safira {
    width: auto;
  }
  .casinha_empreendimentos_safira {
    width: 510px;
    margin-top: -1007px;
    margin-left: 216px;
  }
  .logo_empreendimento_img_aspen {
    width: 200px;
  }
  .casinha_empreendimentos_aspen {
    width: 400px;
    margin-top: -999px;
    margin-left: 251px;
  }
  .casinha_empreendimentos_jk {
    width: 310px;
    margin-top: -892px;
    margin-left: 307px;
  }
  .casinha_empreendimentos_alvorada {
    width: 510px;
    margin-top: -995px;
    margin-left: 228px;
  }
  .logo_empreendimento_img_alvorada {
    width: 200px;
  }
  .casinha_empreendimentos_viena {
    width: 510px;
    margin-top: -1091px;
    margin-left: 231px;
  }
  .casinha_empreendimentos_vermont {
    width: 410px;
    margin-top: -944px;
    margin-left: 265px;
  }
  .casinha_empreendimentos_angelus {
    width: 510px;
    margin-top: -1007px;
    margin-left: 216px;
  }
  .casinha_empreendimentos_cardarelli {
    width: 410px;
    margin-top: -1005px;
    margin-left: 303px;
  }
  .casinha_empreendimentos_maisjardim {
    width: 510px;
    margin-top: -1007px;
    margin-left: 216px;
  }
  .casinha_empreendimentos_vilarica {
    width: 510px;
    margin-top: -1007px;
    margin-left: 216px;
  }
  .features2_txt {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .feature_paragraph {
    margin-bottom: 50px;
  }
  .txt_form_intro {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .conteudo_contato-obrigado {
    width: 500px;
    margin-top: 64px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 500px;
    background-position: 84% 0%;
    background-size: cover;
  }
  .hero.interna {
    height: 500px;
  }
  .hero.interna2 {
    height: 500px;
  }
  .logo_png {
    max-width: 70%;
  }
  .email {
    margin-top: 43px;
  }
  .brand.w--current {
    margin-left: 10px;
  }
  .hero_heading {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 34px;
  }
  .hero_heading.interna {
    font-size: 26px;
    line-height: 26px;
  }
  .hero_subtitle {
    width: 100%;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
  .txt_home_about {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
  }
  .txt_home_about._2 {
    width: auto;
    font-size: 16px;
  }
  .conteudo_contato {
    width: 280px;
    margin-top: 66px;
  }
  .conteudo_contato.interna {
    margin-top: 85px;
  }
  .slide {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-2 {
    background-position: 47% 39%;
    background-size: cover;
  }
  .slide-4 {
    background-position: 0% 50%;
  }
  .heading_interna {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 20px;
    font-size: 26px;
  }
  .heading_interna._3 {
    font-size: 26px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title_mobile {
    right: 0px;
    bottom: 0px;
    height: 80px;
    margin-right: auto;
    padding-top: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .title_mobile_text {
    font-size: 16px;
  }
  .videos {
    margin-top: 45px;
    padding-bottom: 40px;
  }
  .icon1 {
    margin-top: 0px;
  }
  .title_mobile_videos {
    right: 0px;
    bottom: 0px;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .title_mobile_text-_videos {
    font-size: 16px;
  }
  .white_bg_button {
    font-size: 12px;
  }
  .scroll_txt {
    display: block;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    font-size: 18px;
  }
  .logo_preloader {
    max-width: 70%;
  }
  .text-field {
    width: 100%;
  }
  .footer_menu_item.sub {
    margin-right: 10px;
    font-size: 11px;
  }
  .copyright {
    margin-left: 20px;
    float: left;
    text-align: left;
  }
  .destaque_interna {
    margin-top: 180px;
  }
  .destaque_interna.interna {
    margin-top: 85px;
  }
  .slide_interna_bkm1 {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide_interna_bkm2 {
    background-position: 47% 39%;
    background-size: cover;
  }
  .left_paragraph {
    margin-left: 0px;
  }
  .heading {
    margin-bottom: 95px;
    font-size: 30px;
    font-weight: 300;
  }
  .heading._2 {
    margin-bottom: 70px;
  }
  .columns-3 {
    margin-top: 20px;
  }
  .left_image {
    margin-top: 0px;
  }
  .line {
    margin-left: 0px;
  }
  .line._2 {
    margin-left: 0px;
  }
  .line._3 {
    margin-left: 0px;
  }
  .column-4 {
    height: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .right_paragraph {
    padding-left: 0px;
  }
  .column-5 {
    height: 200px;
    background-position: 50% 50%;
    background-size: 500px;
  }
  .column-6 {
    height: 200px;
    margin-bottom: 10px;
    background-position: 50% 50%;
  }
  .column-7 {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .features {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .features_txt {
    display: block;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
  }
  .heading_footer {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 26px;
  }
  .heading_footer._3 {
    font-size: 26px;
  }
  .txt_ficha {
    margin-left: 0px;
    font-size: 15px;
  }
  .txt_ficha._2 {
    margin-left: 0px;
    font-size: 15px;
  }
  .slide_interna_empreendimentos1 {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide_interna_empreendimentos2 {
    background-position: 47% 39%;
    background-size: cover;
  }
  .destaque_interna2 {
    margin-top: 180px;
  }
  .destaque_interna2.interna {
    margin-top: 85px;
  }
  .list {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .subtitle {
    margin-left: 0px;
    font-size: 12px;
  }
  .subtitle._2 {
    margin-left: 0px;
    font-size: 15px;
  }
  .subtitle-right {
    margin-left: 0px;
    font-size: 12px;
  }
  .subtitle-right._2 {
    margin-left: 0px;
    font-size: 15px;
  }
  .list-_right {
    margin-left: 0px;
  }
  .address {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .address_txt {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
  }
  .address_title {
    display: block;
    margin: 0px auto;
    font-size: 16px;
    line-height: 20px;
  }
  .line2 {
    display: block;
    margin-top: 21px;
    margin-right: auto;
    margin-left: auto;
  }
  .line2._2 {
    margin-left: 0px;
  }
  .gallery_row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main_picture_empreemdimento {
    height: 200px;
    margin-bottom: 0px;
    background-position: -16px 0px;
  }
  .main_picture_empreemdimento.ipe {
    height: 400px;
  }
  .main_picture_empreemdimento.rubi {
    height: 400px;
  }
  .coluna_esquerda_empreendimento {
    height: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .gallery_thumbnail {
    height: 200px;
  }
  .title_gallery_mobile {
    font-size: 16px;
  }
  .title_mobile_gallery {
    right: 0px;
    bottom: 0px;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo_empreendimento {
    margin-left: 20px;
  }
  .black_bg_button {
    font-size: 12px;
  }
  .slide_interna_empreendimento_ipe {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .gallery_title {
    display: block;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
  }
  .casinha_empreendimentos {
    width: 250px;
    margin-top: -600px;
    margin-left: 153px;
  }
  .casinha_empreendimentos.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .paragrafo_empreendimento {
    height: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
  .intro_empreendimento {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bg_contato {
    height: 520px;
    background-position: 84% 0%;
    background-size: cover;
  }
  .bg_contato.interna {
    height: 500px;
  }
  .bg_contato.interna2 {
    height: 500px;
  }
  .text-field-contact {
    width: 100%;
  }
  .contato_heading {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    line-height: 34px;
  }
  .contato_heading.interna {
    font-size: 26px;
    line-height: 26px;
  }
  .bg_venda {
    height: 520px;
    background-position: 84% 0%;
    background-size: cover;
  }
  .bg_venda.interna {
    height: 500px;
  }
  .bg_venda.interna2 {
    height: 500px;
  }
  .bg_trabalhe {
    height: 520px;
    background-position: 84% 0%;
    background-size: cover;
  }
  .bg_trabalhe.interna {
    height: 500px;
  }
  .bg_trabalhe.interna2 {
    height: 500px;
  }
  .conteudo_home {
    width: 280px;
    margin-top: 92px;
  }
  .conteudo_home.interna {
    margin-top: 85px;
  }
  .login_form {
    width: auto;
  }
  .bg_portais {
    height: 400px;
    background-position: 69% 0%;
    background-size: cover;
  }
  .bg_portais.interna {
    height: 500px;
  }
  .bg_portais.interna2 {
    height: 500px;
  }
  .conteudo_portais {
    width: 280px;
    margin-top: 66px;
  }
  .conteudo_portais.interna {
    margin-top: 85px;
  }
  .slide_interna_empreendimento_rubi {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_rubi {
    width: 250px;
    margin-top: -678px;
    margin-left: 164px;
  }
  .title_gallery_mobile_play {
    font-size: 16px;
  }
  .blank-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide_interna_empreendimento_riviera {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_turmalina {
    width: 250px;
    margin-top: -643px;
    margin-left: 175px;
  }
  .casinha_empreendimentos_turmalina.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_turmalina {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .logo_empreendimento_safira {
    width: auto;
  }
  .casinha_empreendimentos_safira {
    width: 180px;
    margin-top: -358px;
    margin-left: 169px;
  }
  .casinha_empreendimentos_safira.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_safira {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide_interna_empreendimento_aspen {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_aspen {
    width: 250px;
    margin-top: -403px;
    margin-left: 178px;
  }
  .casinha_empreendimentos_aspen.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_jk {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_jk {
    width: 230px;
    margin-top: -370px;
    margin-left: 151px;
  }
  .casinha_empreendimentos_jk.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .casinha_empreendimentos_alvorada {
    width: 250px;
    margin-top: -448px;
    margin-left: 153px;
  }
  .casinha_empreendimentos_alvorada.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_alvorada {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_viena {
    width: 250px;
    margin-top: -398px;
    margin-left: 153px;
  }
  .casinha_empreendimentos_viena.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_viena {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_vermont {
    width: 220px;
    margin-top: -778px;
    margin-left: 176px;
  }
  .casinha_empreendimentos_vermont.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_vermont {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_angelus {
    width: 250px;
    margin-top: -706px;
    margin-left: 153px;
  }
  .casinha_empreendimentos_angelus.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_angelus {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_cardarelli {
    width: 250px;
    margin-top: -406px;
    margin-left: 153px;
  }
  .casinha_empreendimentos_cardarelli.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_cardarelli {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_maisjardim {
    width: 310px;
    margin-top: -633px;
    margin-left: 127px;
  }
  .casinha_empreendimentos_maisjardim.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_maisjardim {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .casinha_empreendimentos_vilarica {
    width: 310px;
    margin-top: -633px;
    margin-left: 127px;
  }
  .casinha_empreendimentos_vilarica.riviera {
    width: 200px;
    margin-top: -479px;
    margin-left: 205px;
  }
  .slide_interna_empreendimento_vilarica {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .produto {
    padding: 60px 20px 20px;
  }
  .features2_txt {
    display: block;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
  }
  .feature_paragraph {
    margin-left: 0px;
  }
  .txt_form_intro {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .conteudo_contato-obrigado {
    width: 280px;
    margin-top: 66px;
  }
  .conteudo_contato-obrigado.interna {
    margin-top: 85px;
  }
  .left_paragraph_huge {
    margin-left: 0px;
    font-size: 26px;
    line-height: 24px;
  }
  .slide_interna_empreendimento_quartzo {
    background-position: 24% 28%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

