/* Default -------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear10 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 10px;
}

.clear15 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 15px;
}

.clear20 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 20px;
}

.clear25 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 25px;
}

.clear30 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 30px;
}

.clear35 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 35px;
}

.clear40 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 40px;
}

.lfloat {
  float: left
}

.rfloat {
  float: right
}

a:hover {
  text-decoration: none;
  color: inherit;
}

input:focus {
  outline: none;
}

.add-top {
  margin-top: 30px;
}

.add-bottom {
  margin-bottom: 30px;
}

.add-padding-top {
  margin-top: 30px;
}

.extra-padding {
  padding-left: 25px;
  padding-right: 25px;
}

.remove-padding {
  padding: 0 !important;
}

a {
  color: #aaaaaa;
}

a.link-dark {
  color: #333333;
}

.remove-right {
  padding-right: 0;
  margin-right: 0;
}

.remove-bottom {
  margin-bottom: 5px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #363636;
}


/* Titles ---------------------*/

h1.title-interna {
  font-size: 56px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
  background: url('../images/bg-title-interna.png') center bottom no-repeat;
}

.bg-noticias {
  background: url('../images/bg-noticias.jpg') center center no-repeat;
}

.bg-institucional {
  background: url('../images/bg-institucional.jpg') center center no-repeat;
}

.bg-apresente-sua-area {
  background: url('../images/bg-apresente-sua-area.jpg') center center no-repeat;
}

.bg-empreendimento {
  background: url('../images/bg-empreendimento.jpg') center center no-repeat;
  padding: 0 !important;
}

.banner-interna {
  height: 325px;
  padding-top: 100px;
  background-size: cover;
}

.banner-interna .row {
  position: relative;
  height: 325px;
}

h4 {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  color: #363636;
  padding-bottom: 40px;
  background: url('../images/bg-title.png') center bottom no-repeat;
  margin-bottom: 30px;
}

.content h2 {
  font-size: 25px;
  color: #363636;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 50px;
  position: relative;
  z-index: 300;
}

.content h2::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background: #d7d7d7;
  bottom: 0;
  left: 0;
}

.content h2 strong {
  font-weight: 400;
}

.content p {
  font-size: 15px;
  color: #363636;
  line-height: 24px;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
  /*z-index: 300;*/
  margin-bottom: 30px;
}


/* Buttons --------------------*/


/* Header ---------------------*/

header {
  padding: 30px 0;
  position: relative;
  z-index: 100;
}

header .row {
  position: relative;
}

header #logo img {
  width: 74px;
  height: 82px;
}

.header-border {
  width: 100%;
  height: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, .5);
}

.top-infos {
  /*border-bottom: 1px solid #e1e1e1;*/
  padding-bottom: 0;
  /*width: 680px;*/
  width: 225px;
  position: absolute;
  top: -14px;
  right: 0;
  z-index: 200;
}

.top-icon.icon-fale-conosco {
  background: url('../images/icons/icon-fale-conosco.png') left center no-repeat;
}

.top-icon.icon-phone {
  background: url('../images/icons/icon-phone.png') left center no-repeat;
}

.top-icon.icon-vendas {
  background: url('../images/icons/icon-vendas.png') left center no-repeat;
}

.fa-whatsapp {
  font-size: 21px !important;
  margin-right: 2px !important;
}

.top-icon-whatsapp {
  padding-left: 4px !important;
}

.top-icon {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #000;
  padding-left: 28px;
  float: left;
  height: 22px;

}

.top-icon span {
  font-weight: 300;
  font-size: 12px !important;
}

.top-icon:hover {
  text-decoration: underline;
}

.palco-social {
  width: 340px;
  display: inline-block;
  margin: 20px 0;
}

.facebook-share {
  float: left;
  display: inline;
  margin-right: 13px;
}

.gplus-share {
  float: left;
  display: inline;
  margin-right: 13px;
}

.twitter-share {
  float: left;
  display: inline;
  margin-right: 13px;
  margin-top: 2px;
}

.list-social {
  float: right;
}

.list-social li {
  padding: 0;
  font-size: 14px;
  color: #cacaca;
  font-weight: 300;
  vertical-align: top;
}

.list-social a {
  width: 25px;
  height: 22px;
  display: inline-block;
  background-image: url('../images/sprite-social.png');
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.list-social a span {
  display: inline-block;
  margin-left: -60px;
  font-size: 12px;
}

.sprite-facebook {
  background-position: 0 0;
}

.sprite-facebook:hover {
  background-position: 0 22px;
}

.sprite-google-plus {
  background-position: -31px 0;
}

.sprite-google-plus:hover {
  background-position: -31px 22px;
}

.sprite-twitter {
  background-position: -62px 0;
}

.sprite-twitter:hover {
  background-position: -62px 22px;
}

.sprite-youtube {
  background-position: -93px 0;
}

.sprite-youtube:hover {
  background-position: -93px 22px;
}

.list-main-menu {
  margin-top: 80px;
  margin-right: -20px;
  text-align: center!important;
  margin-bottom: -16px;
  position: relative;
  z-index: 200;
}

.list-main-menu li {}

.list-main-menu li a {
  padding: 30px 15px 15px 15px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  border-bottom: 12px solid transparent;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.list-main-menu li a:hover,
.list-main-menu li a.active {
  background: #FF113D;
  color: #fff;
  /*font-weight: 700;*/
  border-color: #CE3A55;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .3);
}

#home .ati-home,
#institucional .ati-institucional,
#portfolio .ati-portfolio,
#revenda .ati-revenda,
#noticias .ati-noticias,
#financiamento .ati-financiamento,
#fale-conosco .ati-fale-conosco,
#empreendimentos .ati-empreendimento,
#apresente .apresente {
  background: #FF113D;
  color: #fff;
  border-color: #CE3A55;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .3);
}


/* Banner ---------------------*/

.carousel-img img {
  position: absolute;
  top: 50%;
  margin-top: -23px;
}

.left.carousel-img img {
  left: 20%;
}

.right.carousel-img img {
  right: 20%;
}


/*#carousel-banner .carousel-indicators { text-align: right; }*/

#carousel-banner .carousel-indicators .active {
  width: 17px;
  height: 17px;
  background-color: #FF113D;
  border: 2px solid #fff;
}

#carousel-banner .carousel-indicators li {
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 2px solid #fff;
  margin: 0 3px;
}

#carousel-banner .item {
  height: 500px;
  background-size: cover;
}

.banner-content {
  width: 355px;
  background: rgba(0, 0, 0, .75);
  padding: 30px;
  border-bottom: 7px solid #000;
  padding-top: 45px;
  margin-top: 70px;
  display: block;
}

.banner-content .banner-title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 37px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 3px solid #FF113D;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-top: 0;
}

.banner-content .banner-destaque {
  font-size: 22px;
  display: block;
  color: #fff;
  font-weight: 700;
  padding-left: 30px;
  background: url('../images/icons/icon-blue-check.png') left 3px no-repeat;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}

.banner-content a {
  background: #FF113D;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  margin-top: 20px;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.banner-content a:hover {
  background: #fff;
  color: #FF113D;
}


/* Search ---------------------*/

.search {
  padding: 35px 0;
  position: relative;
  background: #363636 url('../images/bg-search.jpg') center center no-repeat;
  background-size: cover;
}

.search .row {
  position: relative;
}

.search-holder {
  position: relative;
  margin-top: 50px;
  width: 100%;
  display: block;
}

.search p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.button-search-box {
  color: #fff;
  font-weight: 300;
  background: #363636 url('../images/icons/icon-search.png') 515px 2px no-repeat;
  height: 50px;
  line-height: 50px;
  padding-left: 55px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: -50px;
  text-align: center;
  width: 100%;
}

.button-search-box img {
  margin-left: 10px;
}

.button-search-box:hover {
  color: #fff;
}

.box-search {
  width: 25%;
  float: left;
  padding: 0 15px;
}

.box-search-input {
  background: #363636 url('../images/icons/icon-gray-arrow.png') 95% center no-repeat;
  width: 100%;
  border-radius: 8px;
  line-height: 45px;
  padding: 0 10px;
  border-bottom: 3px solid #7d7d7d;
}

.box-search select {
  border: none;
  background: transparent;
  width: 100%;
  color: #bbbbbb;
  font-size: 14px;
  font-weight: 300;
  -webkit-appearance: none;
  text-transform: uppercase;
  line-height: 45px;
  margin: 0;
}

.box-search select:focus {
  outline: none;
}

.button-search {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 20px;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 50px;
  background: url('../images/icons/icon-white-check.png') 15px center no-repeat;
  margin-top: 40px;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.button-search:hover {
  background: #363636 url('../images/icons/icon-white-check.png') 15px center no-repeat;
}


/* Tabs -----------------------*/

.nav-tabs li a {
  height: 90px;
  line-height: 60px;
}

.nav-tabs.nav-justified>li img {
  opacity: .4 !important;
}

.nav-tabs.nav-justified li {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  border: none;
}

.nav-tabs.nav-justified>li.active a {
  opacity: 1;
  background: #ebebeb;
  border: none;
  border-radius: 0;
}

.nav-tabs.nav-justified>li.active {
  border: none;
}

.nav-tabs.nav-justified li a:hover {
  border: none;
}

.nav-tabs.nav-justified>li {
  background: url('../images/divisoria.png') right center no-repeat;
}

.nav-tabs.nav-justified>li:last-child {
  background: none;
}

.nav-tabs.nav-justified>li>a {
  border-bottom: none;
  border-radius: none;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: none;
}

.tabs-content {
  background: #ebebeb;
  padding: 60px 0 30px;
}

.empreendimentos-home .item:nth-child(4n+1) {
  clear: both;
}

.empreendimento-holder {
  margin-bottom: 30px;
}

.empreendimento-container {
  width: 100%;
  background: #fff;
}

.empreendimento-image {
  height: 170px;
  width: 100%;
  position: relative;
  border-bottom: 3px solid #FF113D;
  overflow: hidden;
}

.empreendimento-image .empreendimento-img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  margin: auto;
}

.bg-hover {
  position: absolute;
  height: 170px;
  z-index: 120;
  background: rgba(226, 24, 62, .8);
  color: #fff;
  line-height: 170px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.bg-hover img {
  min-width: none;
  margin-left: 10px;
}

.empreendimento-info {
  padding: 10px;
}

.empreendimento-info h2 {
  font-size: 16px;
  font-weigth: 700;
  color: #000;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.empreendimento-info p {
  font-size: 15px;
  color: #505050;
  line-height: 23px;
  font-weight: 300;
}

.empreendimento-details {
  border-top: 1px solid #e1e1e1;
  padding: 10px 0;
  font-weight: 700;
  color: #000;
  font-size: 17px;
}

.empreendimento-details img {
  margin-right: 5px;
}


/* PORTFOLIO -----------------------*/

.portfolio-list .empreendimento-image {
  height: 300px;
}

.portfolio-list .empreendimento-image .bg-hover {
  height: 100%;
}

.portfolio-list .empreendimento-image .bg-hover span {
  position: absolute;
  width: 100%;
  display: block;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.portfolio-list .empreendimento-image .bg-hover img {
  position: absolute;
  left: 50%;
  display: block;
  top: 57%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.empreendimento-holder:hover .empreendimento-info h2,
.empreendimento-holder:hover .empreendimento-info p {
  text-decoration: underline;
}

.empreendimento-holder:hover .bg-hover {
  opacity: 1;
}

button:focus {
  outline: none;
}

.slick {
  padding-bottom: 0px;
}

.slick .slick-prev {
  display: none !important;
  /* depois voltar para inline-block */
  position: absolute;
  bottom: 0;
  left: 15px;
  text-indent: -9999px;
  width: 60px;
  height: 49px;
  border: none;
  padding: 0;
  background: url('../images/icons/icon-slick-left.jpg') left top no-repeat;
}

.slick .slick-next {
  display: none !important;
  /* depois voltar para inline-block */
  position: absolute;
  bottom: 0;
  left: 75px;
  text-indent: -9999px;
  width: 60px;
  height: 49px;
  border: none;
  padding: 0;
  background: url('../images/icons/icon-slick-right.jpg') left top no-repeat;
}

.slick .slick-next,
.slick .slick-prev {
  opacity: .8;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.slick .slick-next:hover,
.slick .slick-prev:hover {
  opacity: 100;
}

.slick-2 {
  padding-bottom: 80px;
}

.slick-2 .slick-prev {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 15px;
  text-indent: -9999px;
  width: 60px;
  height: 49px;
  border: none;
  padding: 0;
  background: url('../images/icons/icon-slick-left.jpg') left top no-repeat;
}

.slick-2 .slick-next {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 75px;
  text-indent: -9999px;
  width: 60px;
  height: 49px;
  border: none;
  padding: 0;
  background: url('../images/icons/icon-slick-right.jpg') left top no-repeat;
}

.view-more {
  float: right;
  margin-top: -49px;
  height: 49px;
  line-height: 49px;
  padding: 0 30px;
  border: 1px solid #363636;
  background: url('../images/icons/icon-view-more.png') 90% center no-repeat;
  display: inline-block;
  color: #363636;
  font-size: 15px;
  font-weight: 300;
  padding-right: 55px;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.view-more:hover {
  background: #363636 url('../images/icons/icon-view-more-hover.png') 90% center no-repeat;
  color: #fff;
}

#empreendimentos .slick-slide.slick-current.slick-active img {
  display: inline-block;
  cursor: default !important;
  opacity: 1
}

.slick-track img {
  display: inline-block;
  cursor: pointer !important;
  width: 100%;
  opacity: .8;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.slick-track img:hover {
  display: inline-block;
  cursor: pointer !important;
  width: 100%;
  opacity: 1
}

.empreendimento-details img,
.empreendimento-details img:hover,
.bg-hover img {
  width: auto;
}

.conteudo-tab {
  display: none;
}

.conteudo-1 {
  display: block;
}

.empreendimento-details ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-table;
  position: relative;
  width: 100%;
  text-align: center;
}

.empreendimento-details ul li {
  display: table-cell;
  position: relative;
  padding: 0 4px;
  width: 25%;
  width: calc(25% - 8px);
  width: -ms-calc(25% - 8px);
}


/* Servicos -------------------*/

.servicos {
  padding: 40px 0;
  margin: 40px 0;
  background: url('../images/bg-map.jpg') center top no-repeat;
}

.servico-holder {
  padding-left: 80px;
}

.servico-holder .servico-container {
  padding: 5px;
  border: 1px solid #c9c9c9;
}

.servico-container:hover {
  border: 1px solid #b52e5e !important;
  -webkit-box-shadow: 0 0 30px rgba(181, 46, 94, .3);
  box-shadow: 0 0 30px rgba(181, 46, 94, .3);
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.servico-container:hover .servico-box {
  background-position: -30px 0 !important;
}

.servico-holder .servico-container .servico-box {
  background: url('../images/servico-1.jpg') left top no-repeat;
  background-size: cover;
  text-align: right;
  padding: 30px 15px;
  height: 260px;
  -o-transition: all .4s !important;
  transition: all .4s !important;
  -webkit-transition: all .4s !important;
}

.servico-holder .servico-container h3 span {
  font-size: 21;
  font-weight: 400;
  text-transform: uppercase;
  color: #e05454;
  border-top: 2px solid #000;
  padding-top: 10px;
  margin-bottom: 65px;
  display: inline-block;
}

.servico-holder .servico-container a {
  color: #565656;
  font-size: 14px;
  font-weight: 300;
}

.servico-holder-2 {
  padding-right: 80px;
}

.servico-holder-2 .servico-container {
  padding: 5px;
  border: 1px solid #c9c9c9;
}

.servico-holder-2 .servico-container .servico-box {
  background: url('../images/servico-2.jpg') left top no-repeat;
  background-size: cover;
  text-align: right;
  padding: 30px 15px;
  height: 260px;
  -o-transition: all .4s !important;
  transition: all .4s !important;
  -webkit-transition: all .4s !important;
}

.servico-holder-2 .servico-container h3 {
  font-size: 21;
  font-weight: 400;
  text-transform: uppercase;
  color: #e05454;
  padding-top: 10px;
  margin-bottom: 65px;
  display: block;
}

.servico-holder-2 .servico-container h3 small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.servico-holder-2 .servico-container a {
  color: #565656;
  font-size: 14px;
  font-weight: 300;
}

.servico-holder-3 {
  padding-left: 80px;
}

.servico-holder-3 .servico-container {
  padding: 5px;
  border: 1px solid #c9c9c9;
}

.servico-holder-3 .servico-container .servico-box {
  background: url('../images/servico-3.jpg') left top no-repeat;
  background-size: cover;
  text-align: right;
  padding: 30px 15px;
  height: 260px;
  -o-transition: all .4s !important;
  transition: all .4s !important;
  -webkit-transition: all .4s !important;
}

.servico-holder-3 .servico-container h3 {
  font-size: 21;
  font-weight: 400;
  text-transform: uppercase;
  color: #e05454;
  padding-top: 10px;
  margin-bottom: 65px;
  display: block;
}

.servico-holder-3 .servico-container h3 small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.servico-holder-3 .servico-container a {
  color: #565656;
  font-size: 14px;
  font-weight: 300;
}

.servico-holder-4 {
  padding-right: 80px;
}

.servico-holder-4 .servico-container {
  padding: 5px;
  border: 1px solid #c9c9c9;
}

.servico-holder-4 .servico-container .servico-box {
  background: url('../images/servico-4.jpg') left top no-repeat;
  background-size: cover;
  text-align: right;
  padding: 30px 15px;
  height: 260px;
  -o-transition: all .4s !important;
  transition: all .4s !important;
  -webkit-transition: all .4s !important;
}

.servico-holder-4 .servico-container h3 {
  font-size: 21;
  font-weight: 400;
  text-transform: uppercase;
  color: #e05454;
  padding-top: 10px;
  margin-bottom: 65px;
  display: block;
}

.servico-holder-4 .servico-container h3 small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.servico-holder-4 .servico-container a {
  color: #565656;
  font-size: 14px;
  font-weight: 300;
}


/* Newsletter -----------------*/

.newsletter {
  padding: 25px 0;
  background: url('../images/bg-newsletter.jpg') center top no-repeat;
  background-size: cover;
}

.newsletter .row {
  position: relative;
}

.man {
  position: absolute;
  bottom: -25px;
  left: 40px;
  z-index: 145;
}

.newsletter p {
  padding-bottom: 15px;
  background: url('../images/border-man.png') right bottom no-repeat;
  /* padding-left: 140px; */
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  width: 300px;
  margin-bottom: 0;
}

.form-newsletter input {
  background: rgba(245, 76, 82, .7);
  width: 500px;
  border-radius: 6px;
  float: left;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  border: none;
  height: 45px;
  padding: 0 15px;
  margin-bottom: 0;
}

.form-newsletter input::-webkit-input-placeholder {
  color: #fff;
}

.form-newsletter input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.form-newsletter input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.form-newsletter input:-ms-input-placeholder {
  color: #fff;
}

.form-newsletter button {
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: url('../images/icons/icon-view-more-hover.png') 93% center no-repeat;
  padding: 0 25px;
  padding-right: 45px;
  margin-bottom: 0;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.form-newsletter button:hover {
  background: #fff;
  padding: 0 35px;
  background-position: 93% center;
  color: #000;
}


/* Notícias -------------------*/

.noticias {
  padding: 35px 0;
}

.noticia-image {
  height: 220px;
  overflow: hidden;
  border-radius: 7px;
  position: relative;
}

.noticia-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.noticia-title {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  margin: 15px 0;
}

.noticia-container p {
  font-size: 15px;
  font-weight: 300;
  color: #363636;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.noticia-details {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #ebebeb;
}

.date {
  font-size: 13px;
  color: #363636;
}

.read-more {
  color: #4e4e4e;
  font-size: 13px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #4e4e4e;
  /*text-align: center;*/
  padding-left: 10px;
  display: inline-block;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  overflow: hidden;
  background: url('../images/icons/icon-view-more.png') 90% center no-repeat;
}

.read-more:hover {
  color: #fff;
  border-color: #FF113D;
  background: #FF113D url('../images/icons/icon-view-more-hover.png') 90% center no-repeat;
}

.remove-left {
  padding-left: 0;
}

.remove-right {
  padding-right: 0;
}

.view-more-noticias {
  height: 49px;
  line-height: 49px;
  padding: 0 30px;
  border: 1px solid #363636;
  background: url('../images/icons/icon-view-more.png') 90% center no-repeat;
  display: inline-block;
  color: #363636;
  font-size: 15px;
  font-weight: 300;
  padding-right: 55px;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  margin-top: 60px;
}

.view-more-noticias:hover {
  background: #363636 url('../images/icons/icon-view-more-hover.png') 90% center no-repeat;
  color: #fff;
}

.noticia-container:hover .noticia-title {
  color: #FF113D;
}

.noticia-container:hover p {
  color: #f33e44;
  text-decoration: underline;
}

.noticia-container:hover .read-more {
  color: #fff;
  border-color: #FF113D;
  background: #FF113D url('../images/icons/icon-view-more-hover.png') 90% center no-repeat;
}


/* Footer ---------------------*/

footer {
  background: #525252 url(../images/rodape-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 65px 0 95px;
}

footer .img-responsive {
  display: inline-block;
  margin-bottom: 10px;
}

.logo-footer {
  width: 65px;
  height: 72px;
  margin-bottom: 10px;
}

.copyright {
  font-size: 11px !important;
  color: #C5C5C5 !important;
  line-height: 15px !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.list-menu-footer {
  text-align: center;
  background: url('../images/icons/shapes.png') center bottom no-repeat;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list-menu-footer li {}

.list-menu-footer li a {
  color: #C5C5C5;
  font-size: 12px;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.list-menu-footer li a:hover {
  color: #fff
}

.location-mb {
  display: none;
}

.ilion {
  display: block;
  text-align: right;
  margin-bottom: 20px;
  margin-right: 0px;
}

.follow {
  text-align: right !important;
  font-size: 13px !important;
  color: #C5C5C5 !important;
  margin-bottom: 0 !important;
}

.location {
  font-size: 12px;
  color: #C5C5C5;
  text-align: center;
  padding-left: 30px;
  background: url('../images/icons/icon-location.png') left center no-repeat;
  display: inline-block;
}

.fixed-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #FF113D;
  height: 55px;
  padding-top: 14px;
  border-bottom: 6px solid #c30007;
  z-index: 700;
}

.corretores-online p {
  color: #fff !important;
  font-size: 11px !important;
  line-height: 15px;
}

.apresente-area p {
  color: #fff !important;
  font-size: 11px !important;
  line-height: 15px;
}

.ligamos-para-voce p {
  color: #fff !important;
  font-size: 11px !important;
  line-height: 15px;
}

.fixed-bar a {
  color: #fff;
}

.fixed-bar a:hover {
  text-decoration: underline;
}

.fixed-bar .iconsbarra {
  float: left;
  opacity: .8;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.fixed-bar .iconsbarra:hover {
  float: left;
  opacity: 100
}

h5 {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
  background: url('../images/icons/icon-buttons.png') left center no-repeat;
  float: left;
}

.box-tit-central {
  display: inline-block;
  position: relative;
  float: left;
  height: 41px;
  margin-right: 40px;
  padding-left: 60px;
}

.box-tit-central img {
  position: absolute;
  left: -55px;
  bottom: 0px;
  width: 74%;
}

.box-tit-central h5 {
  margin: -3px 0 0 -15px;
}

.central-do-cliente {
  float: left;
  margin-left: 30px;
  background: #d1d1d1;
  margin-top: -14px;
  padding-top: 14px;
  padding-left: 20px;
  position: relative;
}

.central-do-cliente::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 600%;
  height: 55px;
  background: #d1d1d1;
  top: 0;
}

.central-do-cliente a {
  color: #000;
}

.central-do-cliente h5 {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  padding-left: 20px;
  background: url('../images/icons/icon-buttons-gray.png') left top no-repeat;
  margin-top: 0;
}

.corretores-online {
  /*padding-left: 55px;*/
  /*background: url('../images/icons/icon-atendimento.jpg') left top no-repeat;*/
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
  float: left;
  margin-left: 40px;
  width: 175px;
}

.corretores-online span {
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.corretores-online i {
  background: #fff;
  float: left;
  margin-right: 10px;
  width: 40px !important;
  height: 35px !important;
  text-align: center;
  line-height: 55px !important;
}

.quero-comprar {
  /*padding-left: 55px;*/
  /*background: url('../images/icons/icon-compra.jpg') left top no-repeat;*/
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
  float: left;
  margin-left: 50px;
  width: 165px;
}

.quero-comprar span {
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.quero-comprar i {
  background: #fff;
  float: left;
  margin-right: 10px;
  width: 40px !important;
  height: 35px !important;
  text-align: center;
  line-height: 55px !important;
}

.apresente-area {
  /*padding-left: 55px;*/
  /*background: url('../images/icons/icon-compra.jpg') left top no-repeat;*/
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
  float: left;
  margin-left: 50px;
  width: 165px;
}

.apresente-area span {
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.apresente-area i {
  background: #fff;
  float: left;
  margin-right: 10px;
  width: 40px !important;
  height: 35px !important;
  text-align: center;
  line-height: 55px !important;
}

.apresente-area i img {
  vertical-align: top;
  margin-top: 1px;
}

.ligamos-para-voce {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
  float: left;
  margin-left: 50px;
  width: 170px;
}

.ligamos-para-voce span {
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.ligamos-para-voce i {
  background: #fff;
  float: left;
  margin-right: 10px;
  width: 40px !important;
  height: 35px !important;
  text-align: center;
  line-height: 55px !important;
  vertical-align: top !important;
}

.area-restrita {
  padding-left: 50px;
  background: url('../images/icons/icon-area-restrita.jpg') left top no-repeat;
  font-size: 11px;
  font-weight: 300;
  color: #000;
  line-height: 15px;
  float: left;
  margin-left: 20px;
}

.area-restrita span {
  font-weight: 700;
  font-size: 13px;
  display: block;
}


/* Internas -------------------*/

.institucional-1 {
  margin-top: -60px;
}

.institucional-2 {
  position: absolute;
  right: -100px;
  top: 100px;
}

.responsabilidade-social {
  min-height: 725px;
  margin-top: 100px;
  position: relative;
  z-index: 400;
  padding-top: 100px;
  margin-bottom: 50px;
}

.responsabilidade-social h2 {
  font-size: 25px;
  color: #7b4c2a;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 5px;
  border-bottom: 1px solid #eace6d;
  margin-bottom: 30px;
  position: relative;
  z-index: 300;
}

.responsabilidade-social h2::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 3px;
  background: #eace6d;
  bottom: 0;
  right: 0;
}

.responsabilidade-social h2 strong {
  font-weight: 400;
}

.responsabilidade-social p {
  font-size: 15px;
  color: #7b4c2a;
  line-height: 26px;
  font-weight: 300;
  padding-left: 40px;
  position: relative;
  z-index: 300;
}

.banner-interna {
  margin-bottom: 50px;
}

.galeria-image {
  height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.galeria-image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  width: 100%;
}

.logo-empreendimento {
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-for .img-slide {
  width: 100%;
}

.slider-nav {
  margin-top: 15px;
}

.content {
  margin-top: 50px;
}

.planta-image {
  padding: 5px;
  border: 1px solid #d9d9d9;
}

.planta-image .planta-slide {
  width: 100%;
}

.planta-info {
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #878787;
}

.planta-icon {
  margin-left: 15px;
  display: inline-block;
}

.aicon img,
.planta-icon img {
  opacity: .6;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.aicon:hover>img,
.planta-icon:hover>img {
  opacity: 1
}

.planta-title {
  font-size: 20px;
  font-weight: 300;
  color: #363636;
  text-transform: uppercase;
  padding-left: 40px;
  background: url('../images/icons/icon-list.png') left top no-repeat;
  margin-bottom: 15px;
}

.list-plantas {
  margin-bottom: 30px;
}

.list-plantas li {
  margin-bottom: 5px;
}

.list-plantas li a {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #363636;
  display: block;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.list-plantas li a:hover,
.list-plantas li a.active {
  background: #cccccc url('../images/icons/icon-eye.png') 95% center no-repeat;
}

.planta {
  display: none;
}

.planta-1 {
  display: block;
}

.select-plantas {
  padding: 0 50px;
}

.new-tabs ul {
  border-bottom: 1px solid #FF113D;
  margin-bottom: 3px;
}

.new-tabs ul li {
  float: left;
  margin-right: 20px;
}

.new-tabs ul li a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  color: #939393;
  background: #d9d9d9;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 54px;
  position: relative;
}

.new-tabs ul li a.active {
  background: #FF113D;
  color: #fff;
  z-index: 100;
}

.new-tabs ul li a.active .shape {
  border-bottom: 40px solid #FF113D;
}

.new-tabs ul li a .shape {
  width: 0;
  height: 0;
  border-bottom: 40px solid #d9d9d9;
  border-right: 30px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  display: inline-block;
}

.new-tabs ul li a.localizacao {
  background-image: url('../images/icons/icon-locallizacao-hover.png');
  background-position: 29px center;
  background-repeat: no-repeat;
}

.new-tabs ul li a.bairro {
  background-image: url('../images/icons/icon-bairro-hover.png');
  background-position: 29px center;
  background-repeat: no-repeat;
}

.new-tabs ul li a.fotos {
  background-image: url('../images/icons/icon-fotos-hover.png');
  background-position: 29px center;
  background-repeat: no-repeat;
}

.new-tabs ul li a.localizacao.active {
  background-image: url('../images/icons/icon-localizacao.png');
  background-position: 29px center;
  background-repeat: no-repeat;
}

.new-tabs ul li a.bairro.active {
  background-image: url('../images/icons/icon-bairro.png');
  background-position: 29px center;
  background-repeat: no-repeat;
}

.new-tabs ul li a.fotos.active {
  background-image: url('../images/icons/icon-fotos.png');
  background-position: 29px center;
  background-repeat: no-repeat;
}

.new-tabs-content {
  display: none;
}

.new-tabs-content.active {
  display: block;
}

.endereco {
  background: #FF113D url('../images/icons/icon-endereco.png') 10px 10px no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 0;
  padding-left: 40px;
}

.andamento {
  opacity: 0;
}

.andamento .chart-holder {
  display: inline-block;
  width: 100%;
  max-width: 165px !important;
  margin-bottom: 45px;
  text-align: center;
}

.andamento .chart-holder .title {
  position: relative;
  height: 35px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.andamento .chart-holder .title span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.andamento .chart-holder>div {
  position: relative;
  display: inline-block !important;
  width: 100% !important;
  height: 100% !important;
}

.andamento .chart-holder>div>input {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.andamento .status-andamento {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 100%;
  margin-top: 15px;
  background: #ebebeb;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 300;
}

.andamento .progress-bar {
  width: 40%;
  height: 5px;
  background: #FF113D;
  position: absolute;
  top: 0;
  left: 0;
}

.andamento .inicio {
  position: absolute;
  top: -25px;
  left: 0;
}

.andamento .fim {
  position: absolute;
  top: -25px;
  right: 0;
  text-align: right;
}

.fale-conosco {
  padding: 50px 0;
  background: url('../images/bg-fale-conosco.jpg') center center no-repeat;
  background-size: cover;
  margin-bottom: 25px !important;
}

.big {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.fale-conosco .condensed .big {
  margin-bottom: 5px;
}

.fale-conosco p {
  font-size: 15px;
  color: #fad5dc;
}

.fale-conosco-box {
  position: relative;
}

.fale-conosco-box::before {
  content: '';
  width: 1px;
  height: 80px;
  background: #ef7b90;
  position: absolute;
  left: 0;
  top: 0px;
}

.fale-conosco-box::after {
  content: '';
  width: 1px;
  height: 80px;
  background: #ef7b90;
  position: absolute;
  right: 0;
  top: 0px;
}

.contact-form {
  margin-bottom: 180px;
}

.contact-form label {
  font-size: 13px;
  color: #545454;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form select {
  width: 100%;
  background: #f0f0f0;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 14px;
  color: #545454;
  border-radius: 1px;
  border: none;
  margin-bottom: 15px;
}

.contact-form textarea {
  width: 100%;
  background: #f0f0f0;
  padding: 15px;
  font-size: 14px;
  color: #545454;
  border-radius: 1px;
  border: none;
  margin-bottom: 15px;
}

.contact-form button {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
  padding: 0 25px;
  border: 2px solid #444444;
  height: 45px;
  /*line-height: 45px;*/
  background: none;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
  font-weight: 500;
}

.contact-form button:hover {
  background: #444444;
  color: #fff;
}

.servico-container {
  margin-bottom: 30px;
}

#ligamosparavoce .modal-header {
  background: #FF113D;
  padding: 30px;
  border-radius: 5px;
}

#ligamosparavoce .modal-header .big {
  margin-bottom: 0;
}

#ligamosparavoce .modal-header .close {
  color: #fff;
  opacity: 1;
}

.noticia-aberta {
  margin-bottom: 100px;
}

.noticia-aberta p {
  padding: 0;
}

.noticia-aberta img {
  float: left;
  margin: 0 30px 30px 0;
  border-radius: 4px;
}

.menu-mobile {
  float: right;
  color: #000;
  font-size: 34px;
  margin-top: 20px;
  display: inline-block;
}

.list-abas {
  margin-bottom: 0;
}

.list-abas li {
  padding: 0;
}

.list-abas li a {
  color: #868686;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  height: 100px;
  line-height: 100px;
  text-align: center;
  padding: 0 15px;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.list-abas li a img {
  margin-right: 10px;
  display: inline-block;
  opacity: .3;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.list-abas li a:hover,
.list-abas li a.active {
  background: #ebebeb;
  color: #080707;
}

.list-abas li a:hover img,
.list-abas li a.active img {
  opacity: 1;
}

.list-menu-footer li {
  padding: 0 15px;
}

.aba-content {
  background: #ebebeb;
  padding-top: 30px
}

.aba-content .row {
  position: relative;
}

.aba-content-holder {
  opacity: 0;
  position: absolute;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
  top: 0;
  left: 0;
  width: 100%;
}

.aba-content-holder.active {
  opacity: 1;
  position: relative;
  z-index: 200;
}

.financiamento-holder {
  margin-bottom: 80px;
}

.box-financiamento {
  margin-bottom: 30px;
}

.box-financiamento a {
  display: table;
  width: 100%;
}

.logo-financiamento {
  height: 200px;
  background: #f7f7f7;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.saiba-mais {
  background: #555555;
  display: block;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  color: #f7f7f7;
  font-size: 15px;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.saiba-mais:hover {
  background: #FF113D;
  color: #f7f7f7;
}

.box-financiamento:hover .saiba-mais {
  background: #FF113D;
  color: #f7f7f7;
}





.ativasub {
  position: relative
}

.ativasub:hover>.sub-empreendimentos {
  display: block
}

.ativasub:hover>a {
  background: #FF113D;
  color: #fff;
  /*font-weight: 700;*/
  border-color: #CE3A55;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .3);
}


.sub-empreendimentos {
  position: absolute;
  list-style: none;
  padding: 20px;
  margin: 0;
  display: none;
  width: 250px;
  background: #e8e8e8;
  text-align: left;
  top: 43px;
}

.sub-empreendimentos li {}

.sub-empreendimentos li a img {
  margin-right: 10px;
}

.sub-empreendimentos li a {
  width: 100%;
  padding: 12px 15px 7px 15px !important;
  display: block;
}































/* Media ----------------------*/

@media (max-width: 1325px) {
  .banner-content {
    margin-left: 50px;
  }

  .slider-for {
    display: block;
    height: 306px;
    overflow: hidden !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .top-infos {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0;
    position: absolute;
    right: 0;
  }

  .list-main-menu li a:hover,
  .list-main-menu li a.active {
    background: #FF113D;
    color: #fff;
    /* font-weight: 700; */
    border-color: #f53559;
    -webkit-box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .3);
  }

  .list-main-menu li {
    padding-left: 0px;
    padding-right: 0px;
  }

  .list-main-menu li a {
    padding: 30px 12px 15px 12px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 12px solid transparent;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
  }

  .nav-tabs span {
    font-size: 12px;
  }

  .bg-hover {
    font-size: 11px;
  }

  .empreendimento-info h2 {
    font-size: 15px;
  }

  .empreendimento-info p {
    font-size: 13px;
  }

  .form-newsletter input {
    width: 365px;
  }

  .noticia-image {
    height: 145px;
  }

  .read-more img {
    display: none;
  }

  .fixed-bar {
    display: none;
  }

  .servicos {
    padding: 80px 0;
  }

  .content p {
    padding-left: 0;
  }

  .institucional-1 {
    width: 100%;
    margin-top: 0;
  }

  .responsabilidade-social {
    background: url('../images/bg-responsabilidade-social.jpg') -400px top no-repeat;
  }

  .list-abas li a span {
    display: none;
  }
}

@media (max-width: 991px) {
  .newsletter p {
    background: none;
    padding-left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .fale-conosco .col-md-4 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-content {
    width: 100%;
  }

  .nav-tabs span {
    display: none;
  }

  .servico-holder,
  .servico-holder-2,
  .servico-holder-3,
  .servico-holder-4 {
    padding: 0 15px;
  }

  .noticia-container {
    margin-bottom: 30px;
  }

  .fixed-bar {
    display: none;
  }

  .man {
    display: none;
  }

  .form-newsletter input {
    width: 45%;
  }

  .form-newsletter button {
    width: 45%;
  }

  .box-search {
    width: 100%;
    margin-bottom: 20px;
  }

  .content p {
    padding-left: 0;
  }

  .plantas {
    margin-bottom: 30px;
  }

  .list-abas li a span {
    display: none;
  }

  .banner-content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-content {
    width: 100%;
    display: none;
  }

  .nav-tabs span {
    display: none;
  }

  .servico-holder,
  .servico-holder-2,
  .servico-holder-3,
  .servico-holder-4 {
    padding: 0 15px;
  }

  .search-holder {
    margin-top: 0;
  }

  .noticia-container {
    margin-bottom: 30px;
  }

  .fixed-bar {
    display: none;
  }

  .man {
    display: none;
  }

  .form-newsletter input {
    width: 45%;
  }

  .form-newsletter button {
    width: 45%;
  }

  .box-search {
    width: 100%;
    margin-bottom: 20px;
  }

  .content p {
    padding-left: 0;
  }

  .plantas {
    margin-bottom: 30px;
  }

  .servicos {
    padding: 40px 0;
  }

  .fale-conosco p {
    margin-bottom: 40px;
  }

  .list-abas li a span {
    display: none;
  }

  .banner-content {
    margin-left: 0;
  }

  .location-mb {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    padding: 20px;
  }

  .portfolio-list>a {
    width: 220px;
    display: inline-block;
    position: relative;
    clear: both;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .portfolio-list .empreendimento-image {
    height: auto;
    min-height: 350px;
  }

  .portfolio-list .empreendimento-image .bg-hover {
    height: 100%;
  }
}

@media (max-width: 480px) {
  .banner-content {
    width: 100%;
  }

  .nav-tabs span {
    display: none;
  }

  .servico-holder,
  .servico-holder-2,
  .servico-holder-3,
  .servico-holder-4 {
    padding: 0 15px;
  }
    .servico-holder-4 {
        width: 100%!important;
        margin-left: 0!important;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

  .noticia-container {
    margin-bottom: 30px;
  }

  .fixed-bar {
    display: none;
  }

  .man {
    display: none;
  }

  .banner-content {
    display: none;
  }

  .form-newsletter input {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-newsletter button {
    width: 100%;
  }

  .box-search {
    width: 100%;
    margin-bottom: 20px;
  }

  .logo-empreendimento {
    width: 50%;
    bottom: 100px;
  }

  #carousel-banner .item {
    height: 230px;
    background-size: cover !important;
  }

  .banner-content {
    display: none;
  }

  .content p {
    padding-left: 0;
  }

  .plantas {
    margin-bottom: 30px;
  }

  .servicos {
    padding: 40px 0;
  }

  .fale-conosco p {
    margin-bottom: 40px;
  }

  .institucional-1 {
    width: 100%;
  }

  .institucional-2 {
    display: none;
  }

  h1.title-interna {
    font-size: 30px;
  }

  .slider-nav {
    display: none !important;
  }

  .select-plantas {
    padding: 0;
  }

  .new-tabs ul li {
    margin-right: 1px;
  }

  .new-tabs ul li a.active {
    width: 50px;
    padding: 0;
    text-indent: -99999px;
    overflow: hidden;
  }

  .new-tabs ul li a {
    width: 50px;
    padding: 0;
    text-indent: -99999px;
    overflow: hidden;
    background-position: center center !important;
  }

  .tour {
    width: 100%;
  }

  .list-abas li a span {
    display: none;
  }

  .responsabilidade-social {}

  .view-more {
    margin-top: 31px;
    width: 100%;
  }

  .banner-interna {
    height: 205px;
    padding-top: 70px;
  }

  .contact-form {
    margin-bottom: 80px;
  }

  .contact-form button {
    margin-top: 25px;
  }

  .responsabilidade-social {
    background: url('../images/bg-responsabilidade-social.jpg') center bottom no-repeat;
    background-size: 170%;
    margin-top: 0;
  }

  .galeria-image {
    margin-bottom: 20px;
  }

  .portfolio-list>a {
    width: 180px;
    display: inline-block;
    position: relative;
    clear: both;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .limpar-area {
    float: none !important;
  }

  #botaoLimparPontos {
    width: 100%;
    text-align: center;
  }
}

.steps {
  padding-right: 50px;
  overflow: hidden;
}

.steps i {
  font-size: 30px;
  font-weight: 600;
  color: #9aa3b2;
  width: 50px;
  height: 54px;
  border: 3px solid #758ba6;
  display: block;
  font-style: normal;
  text-align: center;
  line-height: 52px;
}

.steps span {
  font-size: 27px;
  color: #9aa3b2;
  line-height: 27px;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}

.steps p {
  font-size: 14px;
  line-height: 18px;
  color: #727272;
  line-height: 18px;
  opacity: .5;
}

.steps.step-done i {
  background: #c3141b;
  border-color: #c3141b;
  color: #fff;
}

.steps.step-done span {
  color: #c3141b;
}

.steps.step-done p {
  opacity: 1;
}

.highlight-red {
  background: #FF113D;
  border-left: 9px solid #AB0A28;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 20px;
}

.highlight-blue {
  background: #FF113D;
  border-left: 9px solid #AB0A28;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}

form.dados {
  margin-bottom: 120px;
}

form.dados label {
  font-size: 16px;
  color: #858585;
  font-weight: 400;
  margin-right: 20px;
}

form.dados label span {
  color: #ff0000;
}

form.dados input[type="text"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ececec;
  ;
  background: #f4f4f4;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 600;
}

form.dados select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ececec;
  ;
  background: #f4f4f4;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 600;
}

form.dados textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ececec;
  ;
  background: #f4f4f4;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 600;
}

.button-blue {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-radius: 4px;
  padding: 0 35px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none;
}

.button-blue:hover {
  background: #333;
}

.button-red {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #FF113D;
  border-radius: 4px;
  padding: 0 35px;
  height: 53px;
  line-height: 53px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none;
}

.button-red:hover {
  background: #333;
  color: #fff;
}

.tutorial span {
  font-size: 22px;
  font-weight: 600;
  color: #FF113D;
  display: block;
  margin: 15px 0 10px;
}

.tutorial span i {
  display: inline-block;
  padding: 7px 8px;
  background: #FF113D;
  color: #fff;
  font-style: normal;
  font-size: 18px;
}

.tutorial p {
  font-style: italic;
}

.alert {
  background: #f6f6f6 url('../images/icon-alert.png') 20px center no-repeat;
  padding: 10px 20px;
  font-size: 15px;
  font-style: italic;
  color: #555555;
  padding-left: 60px;
}

.add-archive {
  font-size: 16px;
  color: #FF113D;
  border: 3px solid #FF113D;
  padding: 15px 70px;
  display: inline-block;
  margin: 27px 0 30px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.add-archive:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}


/*.noticia-image { padding-left: 0; }*/

.noticia-holder {
  margin-bottom: 40px;
}

.noticia-holder:hover h1 {
  text-decoration: underline;
}

.noticia-image img {
  width: 100%;
  border-radius: 3px;
}

.noticia-title h1 {
  font-size: 20px;
  font-weight: 400;
  color: #002759;
  margin-bottom: 5px;
  margin-top: 0;
  position: relative;
  text-transform: none;
  margin-top: 20px;
  margin-left: 10px;
}

.noticia-title h1 span {
  width: 45px;
  height: 5px;
  background: #b1131d;
  position: absolute;
  top: -15px;
  left: 0;
}

.noticia-aberta h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  position: relative;
  font-size: 34px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}

.box-planta {
  margin-bottom: 30px;
}

.box-planta a img {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
}

.box-planta a:hover>img {
  opacity: 100
}

.limpar-area {
  float: right;
}

.content-zero p {
  padding-left: 0;
}

.slick-arrow {
  cursor: pointer
}

.form-contact input[type=radio] {
  margin-right: 10px;
}

.form-contact input[type=text],
.form-contact input[type=password],
.form-contact input[type=email],
select {
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  background: #f5f4f4;
  margin-bottom: 20px;
}

select {
  width: 100%;
  height: 48px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  background: #f5f4f4;
  margin-bottom: 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-contact textarea {
  width: 100%;
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  background: #f5f4f4;
  margin-bottom: 20px;
}

.form-contact button {
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  background: #333030;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.form-contact button:hover {
  background: #FF113D;
}


/* 404 */

.box404 {
  padding: 0 0 35px 0;
  line-height: 160%;
  background-color: #ffffff;
}

.box404 ul li {
  list-style: none;
  font-size: 16px !important;
}

.box404 i {
  font-size: 60px;
  color: #D80000
}

#toTop {
  color: #fff;
  position: fixed;
  bottom: 85px;
  right: 32px;
  display: none;
  background-color: #ef3125;
  background-image: url(../images/setas-.png);
  background-repeat: no-repeat;
  background-position: 0px;
  height: 30px;
  width: 30px;
  z-index: 999;
  border-radius: 20px;
  opacity: 0.9;
  text-indent: -30000px;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transition: all .2s;
}

#toTop:hover {
  background-color: #333333;
  background-image: url(../images/setas-.png);
  background-repeat: no-repeat;
  background-position: 0px;
}


header .mobile-link {
  float: right;
  margin-top: 22px;
  margin-right: 20px;
}

header .mobile-link i {
  font-size: 32px;
  color: #9c9;
}

@media (min-width: 991px) {
  header .mobile-link {
    display: none;
  }
}

.footer-whatsapp {
  display: block;
  margin-top: 30px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background-color: #eee;
}

.footer-whatsapp a {
  color: #333;
}

.footer-whatsapp i {
  color: #189d0e;
}

@media (min-width: 991px) {
  .footer-whatsapp {
    display: none;
  }
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-inner .row,
.carousel-inner .container {
  height: 100%;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_vx3rCs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.form-banner {
  max-width: 320px;
  width: 100%;
  float: right;
  color: white;
  background-color: hsla(358, 100%, 38%, 0.7);
  padding: 3rem;
  text-align: center;
}

.form-banner .title {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 3rem 0;
}

.form-banner .btn {
  background-color: #ffdc00;
  color: #3b606e;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.form-banner .form-control {
  text-align: left;
  padding: 0 2rem;
  height: auto;
  line-height: 4rem;
  background-color: white;
  border: 0 none;
  margin: 0;
  border-radius: 0;
}

/* select */
.styled-select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0 !important;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 none !important;
}

.styled-select select {
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  padding: 0 2rem 0 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.styled-select::after {
  content: "\f107";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  opacity: 0.8;
  margin-right: 1.5rem;
  font: normal normal 900 2.5rem/1rem 'FontAwesome';
  color: #c30007;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-drag: none;
}

.form-group:last-child {
  margin-bottom: 0;
}

body {
  overflow-x: hidden;
}

@media (max-width: 480px) {

  #carousel-banner .carousel-inner .row,
  #carousel-banner .carousel-inner .container {
    padding: 0;
  }

  #carousel-banner .banner-content {
    width: 50%;
    padding: 20px 10px 10px;
    border: 0 none;
    margin: 0 !important;
    display: block;
  }

  #carousel-banner .banner-content .banner-title {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 1;
    padding-bottom: 5px;
    border-bottom-width: 2px;
  }

  #carousel-banner .banner-content p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  #carousel-banner .banner-content a {
    padding: 6px 0;
    margin: 0;
    border: 0 none;
  }

  #carousel-banner .banner-content p br {
    display: none;
  }

  #carousel-banner .banner-content .banner-destaque {
    font-size: inherit;
    margin-bottom: 0;
    line-height: 1.6;
  }
}