body {
  /* position: relative; */
  font-family: 'Rubik', sans-serif;
  font-size  : 15px;
  color      : #333;
  line-height: 150%;
  overflow-x : hidden;
}

.f23 {
  font-size: 23px !important;
}

.img4 {
  width  : 100%;
  height : auto;
  border-radius: 25px;
  transition: 0.5s;
}
.img4:hover {
  transform: scale(1.005);
  cursor: pointer;
}

header.normal {
  background: #FFF;
}

header.normal.com-linha {
  border-bottom: solid 1px #E6E6E6;
}

header.transparente {
  background   : transparent;
  position     : absolute;
  width        : 100%;
  z-index      : 1;
  border-bottom: solid 1px rgba(139, 139, 138, 0.25);
}

header.normal div.container,
header.transparente div.container {
  padding: 0 15px 0 45px;
}

@media (max-width: 425px) {

  header.normal div.container,
  header.transparente div.container {
    padding: 0 15px;
  }
}

header.normal div.row,
header.transparente div.row {
  display: flex;
}

header.normal div.logo-wrapper,
header.transparente div.logo-wrapper {
  padding        : 10px 15px;
  text-align     : left;
  /* border-right: solid 1px #E6E6E6; */
}

header.transparente div.logo-wrapper {
  border-right: solid 1px rgba(139, 139, 138, 0.25);
}

@media (max-width: 991px) {

  header.normal div.logo-wrapper,
  header.transparente div.logo-wrapper {
    padding    : 10px 0;
    border     : none;
    margin-left: 8% !important;
  }
}

header.normal a.logo-link {
  display: block;
}

header.normal img.logo,
header.transparente img.logo {
  width     : auto;
  max-height: 183px;
  max-height: 110px;
}

@media (max-width: 991px) {

  header.normal,
  header.transparente {
    padding: 0 15px;
  }

  header.normal img.logo,
  header.transparente img.logo {
    height: 90px;
    width : auto;
  }
}

@media (max-width: 425px) {

  header.normal img.logo,
  header.transparente img.logo {
    margin    : 10px 0;
    max-height: 60px;
  }
}

header.normal ul.menu,
header.transparente ul.menu {
  display   : block;
  width     : 100%;
  height    : 100%;
  margin    : 0;
  padding   : 0;
  text-align: center;
}

header.normal ul.menu>li,
header.transparente ul.menu>li {
  display: inline-block;
  height : 100%;
}

header.normal ul.menu>li>a,
header.transparente ul.menu>li>a {
  display                    : flex;
  width                      : 100%;
  height                     : 100%;
  text-align                 : center;
  align-items                : center;
  justify-content            : center;
  align-self                 : stretch;
  padding                    : 30px 0;
  color                      : #858587;
  font-weight                : 500;
  font-size                  : 14px;
  text-decoration            : none !important;
  outline                    : none;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
  padding                    : 0 30px;
}

header.transparente ul.menu>li>a {
  color: #fff;
}

header.normal ul.menu>li:hover>a {
  color: #bf8f65;
}

header.transparente ul.menu>li:hover>a {
  color: #8b6442;
}

header.normal ul.menu>li.highlighted>a,
header.transparente ul.menu>li.highlighted>a {
  background: #bf8f65;
  color     : #FFF;
}

header.normal ul.menu>li.highlighted:hover>a,
header.transparente ul.menu>li.highlighted:hover>a {
  background: #bf8f65;
}

@media (min-width: 992px) and (max-width: 1199px) {

  header.normal ul.menu>li>a,
  header.transparente ul.menu>li>a {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  header.normal ul.menu>li>a,
  header.transparente ul.menu>li>a {
    padding: 0 15px;
  }
}

header.normal a.btn-fale-conosco,
header.transparente a.btn-fale-conosco {
  display                    : flex;
  align-items                : center;
  justify-content            : center;
  width                      : 100%;
  height                     : 100%;
  background                 : #bf8f65;
  color                      : #FFF;
  font-weight                : 500;
  font-size                  : 14px;
  text-decoration            : none !important;
  outline                    : none;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

header.normal a.btn-fale-conosco:hover,
header.transparente a.btn-fale-conosco:hover {
  background: #bf8f65;
}

@media (min-width: 992px) and (max-width: 1199px) {

  header.normal a.btn-fale-conosco,
  header.transparente a.btn-fale-conosco {
    font-size: 13px;
  }
}

header.normal ul.info {
  display        : flex;
  text-align     : center;
  list-style     : none;
  margin         : 0;
  padding        : 0;
  height         : 100%;
  justify-content: center;
}

header.normal ul.info>li {
  display: inline-block;
  height : 100%;
}

header.normal ul.info>li>span {
  display        : flex;
  width          : 100%;
  height         : 100%;
  text-align     : center;
  align-items    : center;
  justify-content: center;
  align-self     : stretch;
  padding        : 0 20px;
}

header.normal ul.info>li>span.label {
  color      : #bf8f65;
  font-weight: 400;
  font-size  : 14px;
}

header.normal ul.info>li>span.link a {
  color          : #bf8f65;
  font-weight    : 400;
  font-size      : 14px;
  text-decoration: none !important;
}

header.normal ul.info>li>span.phone a,
header.normal ul.info>li>span.chat a {
  color                      : #858587;
  font-weight                : 500;
  font-size                  : 14px;
  text-decoration            : none !important;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

header.normal ul.info>li>span.phone a:hover,
header.normal ul.info>li>span.chat a:hover {
  color: #bf8f65;
}

header.normal ul.info>li>span.phone img.icon,
header.normal ul.info>li>span.chat img.icon {
  margin-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.normal ul.info>li>span {
    padding: 0 10px;
  }

  header.normal ul.info>li>span.label,
  header.normal ul.info>li>span.link a,
  header.normal ul.info>li>span.phone a,
  header.normal ul.info>li>span.chat a {
    font-size: 12px;
  }

  header.normal ul.info>li>span.phone img.icon,
  header.normal ul.info>li>span.chat img.icon {
    margin-right: 5px;
    max-width   : 24px;
    max-height  : 24px;
  }
}

header #btn-mmenu {
  width          : 100%;
  height         : 100%;
  display        : flex;
  align-items    : center;
  justify-content: flex-end;
}

header #btn-mmenu .hamburger {
  outline     : none;
  height      : 54px;
  padding     : 0;
  margin-top  : 3px;
  margin-right: 30px;
}

@media (max-width: 425px) {
  header #btn-mmenu .hamburger {
    margin-right: 0;
  }
}

header #btn-mmenu .hamburger:hover,
header #btn-mmenu .hamburger:active {
  opacity: 1;
}

header #btn-mmenu .hamburger-inner,
header #btn-mmenu .hamburger-inner:before,
header #btn-mmenu .hamburger-inner:after {
  background-color: #bf8f65;
}

section.chamada {
  position               : relative;
  color                  : #FFF;
  min-height             : 650px;
  background-repeat      : no-repeat;
  background-position    : center center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

section.chamada div.wrapper {
  position   : absolute;
  display    : flex;
  align-items: flex-end;
  top        : 0;
  left       : 0;
  width      : 100%;
  height     : 100%;
  padding    : 115px 0 90px;
}

/* section.chamada:before {
  content : '';
  display : block;
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;

} */

section.chamada h3.small-title {
  font-weight  : 300;
  font-size    : 18px;
  color        : #FFF;
  margin       : 0;
  margin-bottom: 15px;
  padding      : 0;
}

section.chamada h1.title {
  font-weight: 500;
  font-size  : 48px;
  color      : #FFF;
  margin     : 0;
  padding    : 0;
}

section.chamada p.excerpt {
  margin       : 0;
  margin-top   : 30px;
  margin-bottom: 60px;
  padding      : 0;
}

section.chamada a.play-video {
  position   : absolute;
  display    : block;
  top        : 50%;
  left       : 50%;
  width      : 80px;
  height     : 80px;
  margin-left: -40px;
  margin-top : -40px;
  background : url(../images/play-video.svg) no-repeat;
}

section.chamada a.watch-video {
  display        : inline-block;
  margin-left    : 15px;
  color          : #FFF;
  text-decoration: none !important;
}

section.chamada a.watch-video>img.icon {
  margin-right: 10px;
}

section.chamada a.watch-video>span.label {
  line-height: 26px;
}

section.chamada.empreendimento a.watch-video {
  margin-left: 0;
}

section.chamada.panoramia a.watch-video {
  margin-left: 0;
}

section.chamada div.form-wrapper {
  background   : #FFF;
  padding      : 30px;
  border-radius: 2px;
}

section.chamada div.form-wrapper h3.form-title {
  color    : #666;
  font-size: 24px;
  margin   : 0 0 30px;
}

@media (max-width: 425px) {
  section.chamada div.form-wrapper {
    padding: 30px 15px;
  }
}

section.chamada div.form-wrapper .form-control {
  border: solid 2px #EEE;
}

section.chamada div.form-wrapper .form-control:focus {
  border: solid 2px #bf8f65;
}

section.chamada.smart-cities {
  background-color: #666;
}

section.chamada.smart-cities:before {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 40%), -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 40%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 40%), linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 40%);
}

section.chamada.empreendimento div.row.row-eq-height {
  align-items: flex-end;
}

section.chamada a.please-scroll-down {
  position                 : absolute;
  display                  : block;
  bottom                   : 15px;
  left                     : 50%;
  margin-left              : -30px;
  background               : url(../images/seta-descer.svg) no-repeat center center;
  width                    : 60px;
  height                   : 60px;
  animation                : pleaseScrollDown ease-in-out 0.8s;
  animation-iteration-count: infinite;
  transform-origin         : 50% 50%;
  outline                  : none;
}

@keyframes pleaseScrollDown {
  0% {
    transform: translate(0px, -7.5px);
  }

  50% {
    transform: translate(0px, 7.5px);
  }

  100% {
    transform: translate(0px, -7.5px);
  }
}

@media (max-width: 768px) {
  section.chamada.home:before {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 50%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 50%);
  }

  section.chamada div.wrapper {
    /* padding: 30px 0px 90px; */
  }

  section.chamada h1.title {
    font-size: 36px;
  }

  section.chamada p.excerpt {
    margin-bottom: 40px;
  }

  section.chamada.empreendimento p.excerpt {
    margin-bottom: 10px;
  }

}

@media (max-width: 425px) {
  section.chamada.home:before {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 30%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 30%);
  }

  section.chamada h3.small-title {
    font-size: 13px;
  }

  section.chamada h1.title {
    font-size: 26px;
  }

  section.chamada a.watch-video {
    display   : block;
    margin    : 0;
    margin-top: 15px;
  }

  section.chamada:before {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 100%);
  }

  section.chamada.smart-cities:before {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 40%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 100%), linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 40%);
  }

}

@media (max-width: 768px) {
  section.chamada {
    height: auto !important;
  }

  section.chamada div.wrapper {
    position  : initial;
    display   : block;
    /* padding: 30px 0 90px; */
  }

  section.chamada.smart-cities div.wrapper {
    padding: 130px 0 90px;

  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.chamada h1.title {
    font-size: 40px;
  }
}

section.cotas {
  background    : #f7f7f7 !important;
  color         : #012e6f;
  padding-top   : 50px;
  padding-bottom: 50px;
}

section.cotas ul.ul-cotas {
  display             : flex;
  justify-content     : space-around;
  list-style-type     : none;
  padding-inline-start: 0;
}

section.cotas ul.ul-cotas li.li-cota {
  background   : #fff;
  width        : 340px;
  height       : 370px;
  border-radius: 10px;
  padding      : 50px 25px 25px 25px;
  font-weight  : 100;
}

section.cotas ul.ul-cotas li.li-cota img {
  float: left;
}

section.cotas ul.ul-cotas li.li-cota p.cota {
  float      : left;
  display    : inline-block;
  margin-left: 15px;
  font-size  : 30px;
  line-height: 36px;

}

section.cotas ul.ul-cotas li.li-cota p.cota span {
  font-weight: 500 !important;
}

section.cotas ul.ul-cotas li.li-cota span.cota-desc {
  display      : inline-block;
  margin-top   : 15px;
  margin-bottom: 10px;
  text-align   : center;
  font-size    : 21px;
  line-height  : 27px;
  width        : 100%
}

@media (max-width: 1199px) {
  section.cotas ul.ul-cotas {
    flex-direction : column;
    justify-content: flex-start
  }

  section.cotas ul.ul-cotas li.li-cota {
    width : 100%;
    height: auto;
    margin: 15px 0
  }

  section.cotas ul.ul-cotas li.li-cota:first-child {
    margin-top: 0
  }

  section.cotas ul.ul-cotas li.li-cota:last-child {
    margin-bottom: 0
  }

  section.cotas ul.ul-cotas li.li-cota img {
    margin-left: calc(50% - 35px);
  }
}

@media (max-width: 639px) {
  section.cotas ul.ul-cotas li.li-cota img {
    margin-left: 0
  }

  section.cotas ul.ul-cotas li.li-cota p.cota {
    display    : inline-block;
    float      : left;
    margin-top : 0;
    text-align : left;
    margin-left: 15px
  }
}

section.frase-argumento {
  background: #FFF;
  padding   : 60px 0;
  margin    : 0;
}

section.frase-argumento h1 {
  color      : #8B8B8B;
  margin     : 0;
  padding    : 0;
  font-weight: 400;
  font-size  : 36px;
}

@media (max-width: 768px) {
  section.frase-argumento {
    padding: 40px 0;
  }

  section.frase-argumento h1 {
    font-size: 22px;
  }
}

section.empreendimento-destaque {
  background             : #999;
  color                  : #FFF;
  position               : relative;
  padding                : 60px 0;
  background-color       : #999;
  background-repeat      : no-repeat;
  background-position    : center center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

section.empreendimento-destaque:before {
  content   : '';
  position  : absolute;
  display   : block;
  left      : 0;
  top       : 0;
  width     : 100%;
  height    : 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 50%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 50%);
}

section.empreendimento-destaque h1.title {
  font-size    : 52px;
  font-weight  : 400;
  color        : #FFF;
  margin       : 0;
  margin-top   : 60px;
  margin-bottom: 20px;
  padding      : 0;
  display      : block;
  line-height  : 110%;
}

section.empreendimento-destaque span.excerpt {
  display    : block;
  margin     : 0;
  margin-top : 10px;
  padding    : 0;
  font-size  : 16px;
  max-width  : 350px;
  line-height: 150%;
}

section.empreendimento-destaque span.description {
  display    : block;
  font-size  : 19px;
  line-height: 150%;
}

section.empreendimento-destaque img.icon.icon-marker {
  margin-right: 5px;
}

section.empreendimento-destaque div.infos {
  display  : block;
  margin   : 0 -15px;
  font-size: 16px;
}

section.empreendimento-destaque div.infos div.row.row-eq-height {
  align-items: center;
}

section.empreendimento-destaque div.bottom {
  width         : 100%;
  display       : block;
  bottom        : 0;
  left          : 0;
  position      : absolute;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  section.empreendimento-destaque {
    height : auto !important;
    padding: 30px 0 60px;
  }

  section.empreendimento-destaque div.bottom {
    position      : initial;
    padding-bottom: 0;
    margin-top    : 30px;
  }

  section.empreendimento-destaque h1.title {
    margin-top: 30px;
    font-size : 36px;
  }

  section.empreendimento-destaque:before {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
  }
}

@media (max-width: 425px) {
  section.empreendimento-destaque {
    padding: 30px 0 60px;
  }

  section.empreendimento-destaque:before {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
  }

  section.empreendimento-destaque h1.title {
    font-size    : 36px;
    margin-top   : 0;
    margin-bottom: 0;
  }

  section.empreendimento-destaque span.excerpt {
    margin-top : 10px;
    font-size  : 14px;
    line-height: 150%;
  }

  section.empreendimento-destaque span.description {
    font-size  : 18px;
    font-weight: 500;
  }

  section.empreendimento-destaque div.infos {
    font-size  : 14px;
    line-height: 100%;
  }
}

section.empreendimentos {
  display       : block;
  padding-bottom: 60px;
  margin        : 0;
}

section.empreendimentos div.item-empreendimento {
  width         : 100%;
  display       : flex;
  align-items   : flex-start;
  align-content : stretch;
  align-items   : stretch;
  flex-direction: row;
}

section.empreendimentos div.item-empreendimento .image {
  order                  : 1;
  display                : flex;
  align-items            : center;
  justify-content        : center;
  width                  : 60%;
  height                 : 560px;
  position               : relative;
  background-repeat      : no-repeat;
  background-position    : center center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

section.empreendimentos div.item-empreendimento .image:after {
  content   : '';
  display   : block;
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
}

section.empreendimentos div.item-empreendimento .image img {
  width     : 100%;
  max-height: 100px;
  z-index   : 1;
}

section.empreendimentos div.item-empreendimento .content {
  order     : 2;
  display   : block;
  width     : 40%;
  background: #F9F9F9;
  padding   : 60px 45px;
  color     : #BDBDBD;
}

section.empreendimentos div.item-empreendimento .content h3.small-title {
  color        : #bf8f65;
  font-size    : 18px;
  margin       : 0;
  padding      : 0;
  margin-bottom: 10px;
  font-weight  : 400;
}

section.empreendimentos div.item-empreendimento .content h2.title {
  font-size    : 40px;
  margin       : 0;
  padding      : 0;
  margin-bottom: 60px;
  color        : #8B8B8B;
}

section.empreendimentos div.item-empreendimento .content p.excerpt {
  font-size    : 18px;
  margin       : 0;
  margin-bottom: 30px;
  padding      : 0;
  color        : #8B8B8B
}

section.empreendimentos div.item-empreendimento:nth-child(even) .image {
  order: 2;
}

section.empreendimentos div.item-empreendimento:nth-child(even) .content {
  order     : 1;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0) 60%), #414045;
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0) 60%), #414045;
}

section.empreendimentos div.item-empreendimento:nth-child(even) .content p.excerpt {
  color: #CCC;
}

section.empreendimentos div.item-empreendimento:nth-child(even) .content h2.title {
  color: #FFF;
}

@media (max-width: 768px) {
  section.empreendimentos div.item-empreendimento {
    flex-direction: column;
  }

  section.empreendimentos div.item-empreendimento .image {
    height    : auto;
    min-height: 250px;
    width     : 100%;
  }

  section.empreendimentos div.item-empreendimento .content {
    width  : 100%;
    padding: 60px 45px;
  }

  section.empreendimentos div.item-empreendimento .content h2.title {
    margin-bottom: 30px;
    font-size    : 32px;
  }

  section.empreendimentos div.item-empreendimento:nth-child(even) .image {
    order: 1;
  }

  section.empreendimentos div.item-empreendimento:nth-child(even) .content {
    order: 2;
  }
}

@media (max-width: 425px) {
  section.empreendimentos div.item-empreendimento .image img {
    margin: 0 15px;
  }

  section.empreendimentos div.item-empreendimento .content {
    padding: 30px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.empreendimentos div.item-empreendimento .image {
    height: 540px;
  }

  section.empreendimentos div.item-empreendimento .content {
    padding: 60px 45px;
  }

  section.empreendimentos div.item-empreendimento .content h2.title {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  section.empreendimentos div.item-empreendimento .image {
    height: 550px;
  }
}

section.lista-empreendimentos {
  display: block;
  margin : 0;
  padding: 0;
}

div.item-empreendimento-small {
  display                : flex;
  align-items            : center;
  width                  : 100%;
  padding                : 30px 45px;
  color                  : #FFF;
  height                 : 550px;
  position               : relative;
  background-repeat      : no-repeat;
  background-position    : center center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

div.item-empreendimento-small:before {
  content                : '';
  display                : block;
  position               : absolute;
  top                    : 0;
  left                   : 0;
  width                  : 100%;
  height                 : 100%;
  background             : -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 100%);
  background             : linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 100%);
  background-repeat      : no-repeat;
  background-position    : center center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

div.item-empreendimento-small div.wrapper {
  display   : block;
  width     : 100%;
  z-index   : 3;
  text-align: center;
}

div.item-empreendimento-small img.logo {
  display  : block;
  margin   : 0 auto 20px;
  max-width: 300px;
}

div.item-empreendimento-small span.excerpt {
  display      : block;
  margin-bottom: 40px;
  font-size    : 18px;
  line-height  : 150%;
  text-align   : center;
}

@media (max-width: 768px) {
  div.item-empreendimento-small {
    height : 390px;
    padding: 30px 45px;
  }
}

@media (max-width: 425px) {
  div.item-empreendimento-small {
    padding: 30px 15px;
    height : 460px;
  }

  div.item-empreendimento-small img.logo {
    margin-left : auto;
    margin-right: auto;
  }

  div.item-empreendimento-small span.excerpt {
    text-align: center;
    max-width : 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  div.item-empreendimento-small {
    height: 470px;
  }

  div.item-empreendimento-small span.excerpt {
    max-width: 100%;
  }
}

section.video {
  padding                : 60px 0px;
  position               : relative;
  background-repeat      : no-repeat;
  background-position    : center center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
  color                  : #FFF;
  text-align             : center;
  min-height             : 650px;
  display                : flex;
  align-items            : center;
  justify-content        : center;
}

section.video:before {
  position: absolute;
  content : '';
  display : block;
  left    : 0;
  top     : 0;
  width   : 100%;
  height  : 100%;

  background-repeat      : no-repeat;
  background-position    : center center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

section.video div.wrapper {
  z-index: 3;
}

section.video h2.title {
  font-size    : 40px;
  font-weight  : 300;
  margin       : 0;
  margin-bottom: 100px;
  padding      : 0;
}

section.video h2.title strong {
  font-weight: 500;
}

section.video a.watch-video {
  color          : #FFF;
  text-decoration: none !important;
  outline        : none;
  font-size      : 18px;
  font-weight    : 300;
}

section.video a.watch-video div.icon {
  display                    : inline-flex;
  width                      : 100px;
  height                     : 100px;
  border                     : solid 3px #FFF;
  border-radius              : 100px;
  margin                     : 0 auto;
  align-items                : center;
  justify-content            : center;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

section.video a.watch-video div.icon img {
  display                    : block;
  width                      : 30px;
  height                     : 30px;
  position                   : absolute;
  margin-left                : 3px;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
  fill                       : #FFF;
}

section.video a.watch-video span.label {
  display                    : block;
  margin-top                 : 15px;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

section.video a.watch-video:hover div.icon {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

@media (max-width: 768px) {
  section.video {
    min-height: 450px;
  }

  section.video h2.title {
    font-size: 30px;
  }

  section.video {
    position: relative;
  }

  section.video:before {
    content : '';
    display : block;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
    position: absolute;

  }
}

@media (max-width: 425px) {
  section.video {
    min-height: 500px;
  }

  section.video h2.title {
    font-size: 34px;
  }
}

section.icones-argumentos {
  padding   : 62.5px 0px;
  background: #414045;
  color     : #FFF;
}

section.icones-argumentos div.item-argumento {
  display    : flex;
  align-items: center;
  margin     : 7.5px 0;
}

section.icones-argumentos div.item-argumento div.icon {
  margin-right: 15px;
}

section.icones-argumentos div.item-argumento div.icon img {
  width : 80px;
  height: 80px;
}

section.icones-argumentos div.item-argumento span.label {
  display    : inline-flex;
  font-size  : 18px;
  font-weight: 300;
}

section.simulador {
  padding   : 90px 0;
  background: #8b6442;
}

section.simulador img.butterfly {
  margin-bottom: 15px;
}

section.simulador h3.small-title {
  font-size    : 18px;
  color        : #FFF;
  font-weight  : 300;
  margin       : 0;
  margin-bottom: 10px;
  padding      : 0;
}

section.simulador h2.title {
  font-size    : 40px;
  color        : #8b6442;
  font-size    : 500;
  margin       : 0;
  margin-bottom: 15px;
  padding      : 0;
}

section.simulador div.separator {
  margin-top   : 15px;
  margin-bottom: 30px;
  background   : #8b6442;
}

section.simulador p.description {
  color      : #FFF;
  font-size  : 18px;
  font-weight: 300;
}

section.simulador div.content,
section.simulador div.form {
  display    : flex;
  align-items: center;
}

section.simulador div.page {
  width: 100%;
}

section.simulador.cinza {
  background: #414044;
}

section.simulador.cinza h2.title {
  color: #8b6442;
}

section.simulador.cinza div.separator {
  background: #8b6442;
}

@media (max-width: 768px) {
  section.simulador div.row {
    display: block;
  }

  section.simulador div.content,
  section.simulador div.form {
    display: block;
  }
}

@media (max-width: 425px) {
  section.simulador h2.title {
    font-size: 32px;
  }
}

section.material {
  background: #F9F9F9;
  padding   : 60px 0px;
}

section.material h3.small-title {
  margin       : 0;
  margin-bottom: 5px;
  padding      : 0;
  color        : #bf8f65;
  font-size    : 18px;
  font-weight  : 400;
  display      : block;
}

section.material h2.title {
  display      : block;
  margin       : 0;
  margin-bottom: 30px;
  padding      : 0;
  color        : #414045;
  font-weight  : 500;
  font-size    : 40px;
}

section.material .image,
section.material .content {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

@media (max-width: 768px) {
  section.material h2.title {
    font-size: 30px;
  }
}

@media (max-width: 425px) {
  section.material h2.title {
    font-size: 26px;
  }

  section.material .image,
  section.material .content {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.material h2.title {
    font-size: 36px;
  }
}

section.blog {
  padding   : 60px 0px;
  background: #FFF;
}

section.blog h1.title {
  color      : #8B8B8B;
  font-weight: 400;
  font-size  : 40px;
  margin     : 0;
  padding    : 0;
}

section.blog a.item-blog {
  display        : block;
  color          : #333;
  text-decoration: none !important;
}

section.blog a.item-blog span.category {
  color      : #8B8B8B;
  font-size  : 16px;
  font-weight: 400;
  display    : block;
}

section.blog a.item-blog h2.title {
  color                      : #8b6442;
  font-size                  : 30px;
  margin                     : 0;
  margin-bottom              : 5px;
  padding                    : 0;
  line-height                : 125%;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

section.blog a.item-blog img.thumbnail {
  width : 100%;
  margin: 10px 0;
}

section.blog a.item-blog p.excerpt {
  color: #bf8f65;
}

section.blog a.item-blog:focus h2.title,
section.blog a.item-blog:hover h2.title {
  color          : #bf8f65;
  text-decoration: underline;
}

@media (max-width: 768px) {
  section.blog h1.title {
    font-size: 34px;
  }

  section.blog a.item-blog h2.title {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  section.blog h1.title {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.blog a.item-blog h2.title {
    font-size: 26px;
  }
}

section.newsletter {
  background: #8b6442;
  padding   : 60px 0px;
  color     : #FFF;
}

section.newsletter.cinza {
  background: #414044;
}

section.newsletter div.row {
  display: flex;
}

section.newsletter div.content {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

section.newsletter div.content img.icon {
  margin-right: 10px;
}

section.newsletter div.content span.text {
  line-height: 125%;
}

@media (max-width: 991px) {
  section.newsletter div.row {
    display: block;
  }

  section.newsletter div.content {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  section.newsletter div.content {
    justify-content: flex-start;
  }
}

section.sobre-smart-cities {
  display   : block;
  background: #666;
  color     : #FFF;
  padding   : 100px 0;
  position  : relative;
}

section.sobre-smart-cities:before {
  content   : '';
  display   : block;
  position  : absolute;
  left      : 0;
  top       : 0;
  width     : 100%;
  height    : 100%;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.0) 100%);
  background: linear-gradient(right, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.0) 100%);
}

@media (max-width: 767px) {
  section.sobre-smart-cities {
    padding-bottom: 300px;
  }
}

section.sobre-smart-cities h1.title {
  font-size    : 40px;
  display      : block;
  font-weight  : 500;
  color        : #8b6442;
  margin       : 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  section.sobre-smart-cities h1.title {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sobre-smart-cities h1.title {
    font-size: 36px;
  }
}

section.content-smart-cities {
  display                : block;
  background             : #555;
  color                  : #FFF;
  padding                : 100px 0;
  position               : relative;
  background-repeat      : no-repeat;
  background-position    : center center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

section.content-smart-cities.energia-limpa:before {
  content   : '';
  display   : block;
  position  : absolute;
  left      : 0;
  top       : 0;
  width     : 100%;
  height    : 100%;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.0) 100%);
  background: linear-gradient(right, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.0) 100%);
}

@media (max-width: 767px) {
  section.content-smart-cities {
    padding-bottom: 300px;
  }

  section.content-smart-cities.tecnologia {
    padding-bottom: 100px;
  }
}

section.content-smart-cities>div.container {
  position: relative;
  overflow: visible;
}

section.content-smart-cities.tecnologia {}

section.content-smart-cities.tecnologia img.phone {
  margin : 0 auto;
  width  : 100%;
  display: block;
}

@media (min-width: 1200px) {
  section.content-smart-cities.tecnologia img.phone {
    max-width    : 80%;
    margin-top   : -60px;
    margin-bottom: -60px;
  }
}

section.content-smart-cities h2.title {
  font-size    : 40px;
  display      : block;
  font-weight  : 500;
  color        : #8b6442;
  margin       : 0;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  section.content-smart-cities h2.title {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.content-smart-cities h2.title {
    font-size: 36px;
  }
}

section.content-smart-cities img.main-image {
  max-width    : 300px;
  border-radius: 300px;
  position     : absolute;
  top          : -330px;
  left         : 45px;
}

section.content-smart-cities img.main-image.reverse {
  left : unset;
  right: 45px;
}

@media (max-width: 767px) {

  section.content-smart-cities img.main-image,
  section.content-smart-cities img.main-image.reverse {
    max-width  : 280px;
    left       : 50%;
    right      : unset;
    margin-left: -140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.content-smart-cities img.main-image {
    max-width    : 280px;
    border-radius: 280px;
    top          : -320px;
  }
}

div.icon-smart-cities {
  display      : flex;
  align-items  : center;
  margin       : 0;
  margin-bottom: 15px;
  height       : 40px;
}

div.icon-smart-cities img.icon {
  margin-right: 10px;
}

section.fixed-buttons {
  position: fixed;
  bottom  : 100px;
  right   : 0;
  display : block;
  z-index : 99;
}

section.fixed-buttons ul {
  display   : block;
  margin    : 0;
  padding   : 0;
  list-style: none;
}

section.fixed-buttons ul>li {
  display      : block;
  margin       : 0;
  margin-bottom: 1px;
  padding      : 0;
}

section.fixed-buttons ul>li:last-child {
  margin: 0;
}

section.fixed-buttons ul>li>a.fixed-button {
  display                    : flex;
  width                      : 70px;
  height                     : 70px;
  background                 : rgba(255, 255, 255, 0.8);
  align-items                : center;
  justify-content            : center;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

section.fixed-buttons ul>li>a.fixed-button img {
  max-width : 50px;
  max-height: 50px;
}

section.fixed-buttons ul>li>a.fixed-button.highlighted {
  background: #8b6442;
}

section.fixed-buttons ul>li>a.fixed-button:focus,
section.fixed-buttons ul>li:hover>a.fixed-button {
  background: rgba(255, 255, 255, 1);
}

section.fixed-buttons ul>li>a.fixed-button.highlighted:focus,
section.fixed-buttons ul>li:hover>a.fixed-button.highlighted {
  background: #8b6442;
}

@media (max-width: 768px) {
  section.fixed-buttons ul>li>a.fixed-button {
    width : 60px;
    height: 60px;
  }

  section.fixed-buttons ul>li>a.fixed-button>img {
    max-width : 32px;
    max-height: 32px;
  }
}

@media (max-width: 425px) {
  section.fixed-buttons {
    left           : 0;
    bottom         : 0;
    width          : 100%;
    display        : flex;
    justify-content: center;
    background     : #FFF;
  }

  section.fixed-buttons ul>li {
    display     : inline-block;
    width       : 60px;
    height      : 60px;
    float       : left;
    margin      : 0;
    margin-right: 1px;
  }

  section.fixed-buttons ul>li>a.fixed-button.highlighted {
    background: #8b6442;
  }

  section.fixed-buttons ul>li:last-child {
    margin-left: 0;
  }
}

body.page.page-template-page-contato {
  background             : #666;
  color                  : #FFF;
  background             : url(../images/fundo-contato.jpg);
  background-repeat      : no-repeat;
  background-position    : top left;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
  min-height             : 100%;
}

section.contato {
  padding: 30px 0;
}

section.contato header div.logo-wrapper {
  padding: 10px 0;
}

section.contato header a.logo-link {
  display: block;
}

section.contato header img.logo {
  width     : auto;
  max-width : 183px;
  max-height: 90px;
}

section.contato header a.whatsapp {
  color                      : #FFF;
  text-decoration            : none !important;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

section.contato header a.whatsapp:hover {
  color: #8b6442;
}

section.contato header div.row-eq-height {
  display    : flex;
  align-items: center;
}

section.contato h1.title {
  margin     : 0 0 30px 0;
  font-size  : 36px;
  font-weight: 300;
}

section.contato h1.title span {
  color      : #8b6442;
  font-weight: 400;
}

section.contato p.description {
  max-width: 80%;
}

section.contato p.address {
  color: #8b6442;
}

section.contato img.icon.icon-whatsapp {
  margin-right: 5px;
}

section.contato div.icon-wrapper {
  margin     : 0 0 15px 0;
  display    : flex;
  align-items: center;
}

section.contato div.icon-wrapper img.icon {
  margin-right: 10px;
}

section.contato header #btn-mmenu .hamburger-inner,
section.contato header #btn-mmenu .hamburger-inner:before,
section.contato header #btn-mmenu .hamburger-inner:after {
  background-color: #FFF;
}

@media (max-width: 768px) {
  section.contato p.description {
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  section.contato {
    padding: 10px 0;
  }

  section.contato header img.logo {
    max-height: 60px;
    width     : auto;
    height    : 60px;
  }

  section.contato h1.title {
    font-size: 28px;
  }
}

section.localizacao-empreendimento {
  width         : 100%;
  display       : flex;
  align-items   : flex-start;
  align-content : stretch;
  align-items   : stretch;
  flex-direction: row;
}

section.localizacao-empreendimento h2.title {
  color      : #8b6442;
  margin     : 0 0 15px;
  font-weight: 500;
  font-size  : 36px;
}

section.localizacao-empreendimento div.map {
  display                : flex;
  align-items            : center;
  justify-content        : center;
  width                  : 52%;
  height                 : 550px;
  position               : relative;
  background-repeat      : no-repeat;
  background-position    : center center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

section.localizacao-empreendimento div.content {
  display    : flex;
  align-items: center;
  width      : 50%;
  background : #F9F9F9;
  padding    : 45px;
  color      : #8B8B8B;
}

div.item-privilegio {
  display      : block;
  width        : 100%;
  margin-bottom: 30px;
}

div.item-privilegio span {
  color        : #8b6442;
  font-weight  : 500;
  font-size    : 36px;
  display      : block;
  margin-bottom: 10px;
}

div.item-privilegio strong {
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  div.item-privilegio span {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  section.localizacao-empreendimento {
    display: block;
  }

  section.localizacao-empreendimento div.map,
  section.localizacao-empreendimento div.content {
    width: 100%;
  }

  section.localizacao-empreendimento div.map {
    height: 350px;
  }

  div.item-privilegio span.highlight {
    font-size: 28px;
  }
}

@media (max-width: 425px) {
  section.localizacao-empreendimento div.content {
    padding: 45px 15px;
  }
}

section.obrigado {
  padding                : 150px 0;
  background             : url(../images/fundo-obrigado.jpg);
  background-repeat      : no-repeat;
  background-position    : top center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
  color                  : #747474;
  font-size              : 16px;
}

section.obrigado h1.title {
  font-size: 60px;
  color    : #747474;
}


@media (max-width: 991px) {

  section.obrigado {
    padding            : 100px 0;
    background-position: center left;
  }

  section.obrigado h1.title {
    font-size: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.obrigado h1.title {
    font-size: 50px;
  }
}

@media (min-width: 1920px) {
  section.obrigado {
    padding: 200px 0;
  }
}

footer.normal {
  background: #414045;
  padding   : 60px 0px;
  color     : #FFF;
}

footer.normal div.row.row-eq-height {
  align-items: center;
}

footer.normal img.logo {
  max-height: 110px;
  height    : 110px;
  width     : auto;
}

footer.normal a.phone {
  font-size      : 24px;
  color          : #8b6442;
  display        : block;
  margin-bottom  : 30px;
  text-decoration: none !important;
}

footer.normal span.address {
  display    : block;
  font-size  : 18px;
  font-weight: 300;
  line-height: 150%;
}

footer.normal ul.menu {
  display   : block;
  padding   : 0;
  margin    : -4px 0;
  list-style: none;
}

footer.normal ul.menu>li {
  display    : block;
  color      : #FFF;
  font-size  : 16px;
  font-weight: 300;
  padding    : 4px 0;
  font-weight: 500;
}

footer.normal ul.menu>li>a {
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
  color                      : #FFF;
}

footer.normal ul.menu>li.current-menu-item>a,
footer.normal ul.menu>li>a:hover {
  color: #8b6442;
}

@media (max-width: 425px) {
  footer.normal img.logo {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  footer.normal span.phone {
    margin-bottom: 15px;
  }

  footer.normal div.row.row-eq-height {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer.normal span.phone {
    font-size    : 20px;
    margin-bottom: 15px;
  }

  footer.normal span.address {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  footer.normal img.logo {
    float: right;
  }
}

@media (max-width: 991px) {
  footer.normal ul.menu {
    margin: 0;
  }
}

footer.completo {
  background: #bf8f65;
  color     : #fff;
  padding   : 60px 0;
}

footer.completo div.row.row-eq-height {
  align-items: center;
}

footer.completo a {
  color: #ffffff;
}

footer.completo span.label {
  color: #ffffff;
}

footer.completo ul.info {
  display   : block;
  margin    : 15px -15px;
  padding   : 0;
  list-style: none;
}

footer.completo ul.info>li {
  display: inline-block;
  margin : 0 15px;
  padding: 0;
}

footer.completo ul.info>li a {
  font-size      : 15px;
  text-decoration: none !important;
}

footer.completo ul.info>li a img.icon {
  margin-right: 5px;
}

footer.completo img.logo {
  max-height: 160px;
  height    : 160px;
  width     : auto;
}

footer.completo ul.menu {
  display   : block;
  padding   : 0;
  margin    : -4px 0;
  list-style: none;
}

footer.completo ul.menu>li {
  display    : block;
  color      : #666;
  font-size  : 16px;
  font-weight: 300;
  padding    : 4px 0;
  font-weight: 500;
}

footer.completo ul.menu>li>a {
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
  color                      : #666;
}

footer.completo ul.menu>li.current-menu-item>a,
footer.completo ul.menu>li>a:hover {
  color          : #8b6442;
  text-decoration: none !important;
}

footer.completo div.address-wrapper {
  margin     : 15px 0;
  display    : flex;
  align-items: center;
}

footer.completo div.address-wrapper img.icon {
  margin-right: 5px;
}

@media (max-width: 768px) {}

@media (max-width: 425px) {
  footer.completo img.logo {
    margin: 0 auto;
  }

  footer.completo div.row.row-eq-height {
    display: block;
  }

  footer.completo div.address-wrapper {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  footer.completo img.logo {
    float: right;
  }
}

@media (max-width: 1199px) {
  footer.completo ul.menu {
    margin: 0;
  }

  footer.completo ul.info {
    margin: 15px 0;
  }

  footer.completo ul.info>li {
    display: block;
    margin : 15px 0;
  }
}

section.pagina {
  padding: 30px 0;
}

section.pagina h1.title {
  color    : #666;
  font-size: 36px;
  margin   : 0;
}

section.pagina h2.subtitle {
  font-size  : 18px;
  color      : #999;
  font-weight: 400;
  margin     : 0 0 30px
}

section.pagina p {
  color: #666;
}

section.pagina p strong {
  font-weight: 500;
}

section.sobre {
  padding: 0;
}

section.sobre h2.title {
  font-size  : 40px;
  color      : #666;
  font-weight: 500;
  margin     : 0;
}

section.sobre div.text-wrapper {
  padding: 30px 0;
}

section.sobre div.row.first {
  align-items: center;
  padding-top: 60px;
}

section.sobre div.row.second {
  align-items   : center;
  padding-bottom: 60px;
}

section.sobre img.image {
  border-bottom     : solid 8px #8b6442;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow   : 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow        : 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

section.sobre div.block-separator {
  width  : 100%;
  height : 0px;
  display: block;
  margin : -2px auto 0 auto;
}

section.sobre div.block-separator:before {
  content   : '';
  display   : block;
  left      : 0;
  top       : 0;
  width     : 100%;
  height    : 2px;
  background: rgba(175, 204, 73, 0.16);
}

@media (max-width: 768px) {
  section.sobre h2.title {
    font-size: 30px;
  }

  section.sobre div.row.first {
    padding-bottom: 30px;
  }

  section.sobre div.row.second {
    padding-top: 30px;
  }

  section.sobre div.block-separator {
    margin: 0 auto;
  }

  section.sobre div.text-wrapper {
    padding: 0;
  }
}

section.sobre-empreendimento {
  padding                : 100px 0;
  background             : -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/fundo-topo.jpg);
  background             : linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/fundo-topo.jpg);
  background-repeat      : no-repeat;
  background-position    : top center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

section.sobre-empreendimento h2.title {
  color    : #8b6442;
  font-size: 36px;
  margin   : 0 0 15px;
}

section.sobre-empreendimento h3.subtitle {
  /*color: #666;*/
  font-size: 24px;
  margin   : 0 0 15px;
}

section.sobre-empreendimento p {
  /*color: #666;*/
}

section.tire-duvidas {
  padding   : 60px 0;
  background: #8b6442;
  color     : #FFF;
}

section.tire-duvidas h2.title {
  display  : block;
  margin   : 0 0 30px;
  color    : #FFF;
  font-size: 36px;
}

section.tire-duvidas.cinza {
  background: #414044;
}

section.tire-duvidas.cinza h2.title {
  color: #8b6442;
}

@media (max-width: 768px) {
  section.tire-duvidas h2.title {
    font-size: 28px;
  }
}

section.diferenciais {
  background: #FFF;
  padding   : 60px 0 30px;
}

section.diferenciais h2.title {
  color    : #8b6442;
  font-size: 36px;
  margin   : 0 0 30px;
}

@media (max-width: 768px) {
  section.diferenciais h2.title {
    font-size: 28px;
  }
}

div.item-diferencial {
  display      : flex;
  align-items  : center;
  margin-bottom: 30px;
}

div.item-diferencial img {
  margin-right: 10px;
}

div.item-diferencial span.text {
  font-size: 18px;
  color    : #666;
}

section.galeria-empreendimento {
  display       : block;
  width         : 100%;
  position      : relative;
  padding-bottom: 56.25%;
  height        : 0;
}

section.galeria-empreendimento div.image-wrapper {
  position: absolute;
}

section.galeria-empreendimento div.image-wrapper a {
  display                : block;
  position               : absolute;
  width                  : 100%;
  height                 : 100%;
  outline                : none;
  background-repeat      : no-repeat;
  background-position    : top center;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
}

section.galeria-empreendimento div.image-wrapper a:before {
  content   : '';
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0) 40%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0) 40%);
}

section.galeria-empreendimento div.image-wrapper.image-1 {
  width : 66.66%;
  height: 66.66%;
  top   : 0;
  left  : 0;
}

section.galeria-empreendimento div.image-wrapper.image-2 {
  width : 33.37%;
  height: 33.37%;
  top   : 0;
  right : 0;
}

section.galeria-empreendimento div.image-wrapper.image-3 {
  width : 33.37%;
  height: 33.37%;
  top   : 33.37%;
  right : 0;
}

section.galeria-empreendimento div.image-wrapper.image-4 {
  width : 33.33%;
  height: 33.33%;
  top   : 66.66%;
  left  : 0;
}

section.galeria-empreendimento div.image-wrapper.image-5 {
  width : 33.33%;
  height: 33.33%;
  top   : 66.66%;
  left  : 33.33%;
}

section.galeria-empreendimento div.image-wrapper.image-6 {
  width : 33.34%;
  height: 33.34%;
  top   : 66.66%;
  left  : 66.66%;
}

@media (max-width: 425px) {
  section.galeria-empreendimento {
    height : auto;
    padding: 0;
  }

  section.galeria-empreendimento div.image-wrapper,
  section.galeria-empreendimento div.image-wrapper.image-1,
  section.galeria-empreendimento div.image-wrapper.image-2,
  section.galeria-empreendimento div.image-wrapper.image-3,
  section.galeria-empreendimento div.image-wrapper.image-4,
  section.galeria-empreendimento div.image-wrapper.image-5,
  section.galeria-empreendimento div.image-wrapper.image-6 {
    position      : relative;
    width         : 50%;
    padding-bottom: 50%;
    height        : 0;
    top           : unset;
    left          : unset;
    right         : unset;
    bottom        : unset;
    float         : left;
  }
}

div.item-status-obra {
  display: block;
  margin : 0 0 30px;
}

div.item-status-obra span.name {
  display      : block;
  font-weight  : 500;
  font-size    : 15px;
  margin-bottom: 5px;
}

div.item-status-obra span.percent {
  float      : left;
  display    : block;
  width      : 60px;
  height     : 22px;
  font-weight: 300;
}

div.item-status-obra div.bar {
  display    : block;
  height     : 8px;
  background : #bf8f65;
  margin     : 7px 0;
  margin-left: 60px;
  position   : relative;
}

div.item-status-obra div.bar div.wrapper {
  position: absolute;
  left    : 0;
  top     : 0;
  height  : 100%;
}

div.item-status-obra div.bar div.fill {
  display           : block;
  top               : 0;
  left              : 0;
  width             : 0%;
  height            : 100%;
  background        : #00bd39;
  -webkit-box-shadow: 0px 0px 5px 0px #087528;
  -moz-box-shadow   : 0px 0px 5px 0px #1b7c38;
  box-shadow        : 0px 0px 5px 0px #00bd39;
  -webkit-transition: width 1000ms ease-out;
  -o-transition     : width 1000ms ease-out;
  transition        : width 1000ms ease-out;
}

.pb-5 {
  padding-bottom: 5%;
}

/*Mobile*/
@media (max-width: 600px) {
 .video {
  background-size: contain !important;
  margin-bottom: -250px !important;
 }


}

section.status-obra {
  padding   : 60px 0;
  background: #fff;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  color     : #bf8f65;
}

section.status-obra h2.title {
  color    : #FFF;
  font-size: 36px;
  margin   : 0 0 30px;
}

section.status-obra.animate div.item-status-obra div.bar div.fill {
  width: 100%;
}

section.status-obra img.mobile-icons {
  display  : block;
  width    : 100%;
  max-width: 300px;
  margin   : 0 auto;
}

section.status-obra div.row.row-eq-height>div.icons-wrapper {
  display        : flex;
  justify-content: center;
  align-items    : center;
}

section.status-obra div.row.row-eq-height>div.icons-wrapper img.desktop-icons {
  width    : 100%;
  max-width: 200px;
}

section.conheca-empreendimentos {
  background: #FFF;
}

section.conheca-empreendimentos h2.title {
  color    : #8b6442;
  margin   : 60px 0;
  font-size: 36px;
}

@media (max-width: 768px) {
  section.conheca-empreendimentos h2.title {
    font-size: 28px;
  }
}

section.copy {
  padding   : 30px 0px;
  background: #F9F9F9;
  color     : #C0C0C0;
}

section.copy.completo {
  background: #FFF;
  border-top: solid 1px #EEE;
  padding   : 40px 0;
}

section.copy span.text {
  font-size  : 13px;
  line-height: 24px;
}

section.copy a.policy {
  color      : #bf8f65;
  line-height: 24px;
  font-size  : 13px;
  margin-left: 20px;
}

section.copy span.about {
  font-size  : 13px;
  line-height: 24px;
}

section.copy span.about a {
  color: #C0C0C0;
}

@media (max-width: 768px) {
  section.copy a.policy {
    display      : block;
    margin       : 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 425px) {
  section.copy {
    padding-bottom: 90px;
  }
}

div.input-wrapper {
  margin: 0 0 15px 0;
}

.form-control {
  width                      : 100%;
  display                    : block;
  border                     : solid 2px transparent;
  line-height                : 25px;
  padding                    : 23px 25px;
  font-family                : 'Rubik', sans-serif;
  font-size                  : 14px;
  font-weight                : 500;
  background                 : #FFF;
  color                      : #333;
  outline                    : none;
  border-radius              : 2px;
  resize                     : none;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
  background        : #FFF url(../images/seta-select.png) no-repeat right 15px center;
}

textarea.form-control {
  resize: vertical;
}

.form-control:focus {
  border: solid 2px #bf8f65;
}

@media (max-width: 425px) {
  .form-control {
    padding: 18px 25px;
  }
}

.button {
  position       : relative;
  background     : #bf8f65;
  display        : inline-block;
  line-height    : 25px;
  text-align     : left;
  padding        : 25px;
  padding-right  : 90px;
  outline        : none;
  border         : none;
  font-size      : 14px;
  font-weight    : 500;
  color          : #FFF !important;
  text-decoration: none !important;
  border-radius  : 2px;
}

.button.full-width {
  display      : block;
  width        : 100%;
  padding-right: 25px;
}

.button:before {

  display   : block;
  background: #FFF;
  width     : 1px;
  height    : 50px;
  position  : absolute;
  top       : 50%;
  right     : 60px;
  margin-top: -25px;
}

.button:after {
  content     : '';
  display     : block;
  width       : 0;
  height      : 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
  position    : absolute;
  top         : 50%;
  right       : 27px;
  margin-top  : -6px;
}

.button.light {
  background: #8b6442;
}

.button.light:before {
  background: #8b6442;
}

.button.light:after {
  border-left-color: #bf8f65;
}

.button.download:after {
  border    : none;
  width     : 12px;
  height    : 12px;
  background: url(../images/icon-download.svg) no-repeat;
}

@media (max-width: 425px) {
  .button {
    display      : block;
    width        : 100%;
    text-align   : center;
    padding      : 20px;
    padding-right: 90px;
  }

  .button.full-width {
    padding-right: 90px;
  }
}

.link-button {
  position                   : relative;
  display                    : inline-block;
  line-height                : 25px;
  text-align                 : left;
  padding                    : 24px 25px;
  border                     : solid 1px #D7D9D8;
  border-radius              : 2px;
  outline                    : none;
  font-size                  : 14px;
  font-weight                : 500;
  color                      : #8B8B8B !important;
  text-decoration            : none !important;
  border-radius              : 2px;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

.link-button:before {
  background: #8b6442;
}

.link-button:active,
.link-button:hover {
  border-color: #8b6442;
  color       : #FFF !important;
}

div.separator {
  display   : inline-block;
  width     : 120px;
  height    : 2px;
  background: #8b6442;
  margin    : 15px 0;
}

div.row.row-form {
  margin-left : -7.5px;
  margin-right: -7.5px;
}

div.row.row-form>div {
  padding-left : 7.5px;
  padding-right: 7.5px;
}

/* Equalize heights */
.row-eq-height {
  display: flex;
}

@media (max-width: 768px) {
  .row-eq-height {
    display: block;
  }
}

/* Full width things */
.container {
  width    : 100%;
  max-width: 1600px;
  overflow : hidden;
  padding  : 0 60px;
}

@media (max-width: 425px) {
  .container {
    padding: 0 30px;
  }
}

.container>.row {
  margin-left : -30px;
  margin-right: -30px;
}

div.row.no-padding {
  margin-left : 0;
  margin-right: 0;
}

div.row.no-padding>div {
  padding-left : 0;
  padding-right: 0;
}

.icon-instagram {
  padding : 2px !important;
  position: relative;
  top     : 30%;
  left    : 465%;
  width   : 45px;
  height  : auto;
}

.icon-facebook {
  padding : 2px !important;
  position: relative;
  top     : 30%;
  left    : 500%;
  width   : 45px;
  height  : auto;
}

@media(max-width:780px) {
  .icon-instagram {
    left: 0%;
  }

  .icon-facebook {
    left: -5%;
  }

  .mm-listview>li,
  .mm-listview>li .mm-next,
  .mm-listview>li .mm-next:before,
  .mm-listview>li:after {
    padding: 4%;
  }
}

/* Scroll bar */
::selection {
  background: #bf8f65;
  color     : #FFF;
}

::-moz-selection {
  background: #bf8f65;
  color     : #FFF;
}

::-webkit-scrollbar {
  width : 14px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background : #FFF;
  border-left: 1px solid #d8d8d8;
}

::-webkit-scrollbar-thumb {
  background                 : #E6E6E6;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration   : 400ms;
  -o-transition-duration     : 400ms;
  transition-duration        : 400ms;
}

::-webkit-scrollbar-thumb:hover {
  background: #E6E6E6;
}

::-webkit-scrollbar-thumb:active {
  background: #8b6442;
}


/* Teste Home */

section.chamada.empreendimento:before {
  background: -webkit-linear-gradient(bottom, rgba(40, 40, 40, 1) 1%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(left, rgba(40, 40, 40, 1) 0%, rgba(0, 0, 0, 0.0) 30%);
  background: linear-gradient(bottom, rgba(40, 40, 40, 1) 1%, rgba(0, 0, 0, 0.0) 100%), linear-gradient(left, rgba(40, 40, 40, 1) 0%, rgba(0, 0, 0, 0.0) 30%);
}

section.chamada.empreendimento div.row.row-eq-height {
  align-items: flex-end;
}

@media (max-width: 768px) {
  section.chamada.empreendimento:before {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
  }

  section.chamada.empreendimento p.excerpt {
    margin-bottom: 10px;
  }
}

@media (max-width: 425px) {
  section.chamada.empreendimento:before {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.0) 100%), linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 80%);
  }
}