/*
Reseta nossa pagina dos estilos padroes do navegador
reset */
body {
  font-size: 16px;
}
input[type="text"] {
  font-size: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
root {display: block;}
* {
    padding: 0;
    border: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}
a {
    color: inherit;
    text-decoration: none;
}
li {list-style: none;}
input, textarea, select {outline: none;}
/* Estilos loading email */
#loadingEmail{
  position: fixed;
  top: -150px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  z-index: 2000;
  background-color: #2e282a;
  font: 14px 'ralewaybold';
  color: #dadada;
  padding: 10px 30px;
  border-radius: 50px;
}
#loadingEmail.active{
  top: 5px;
  left: 50%;
}
#loadingEmail img{
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 20px;
}
#loadingEmail p{
  line-height: 23px;
  font-size: 13px;
  color: #949494;
}
/* fim reset */
/* grides */
#pagina{
    width: 100%;
    display: block;
    overflow: hidden;
}
#miolo{
    width: 100%;
    display: table;
    position: relative;
}
.wrap { /* padrao de largura dos site, matem o conteudo centralizado e com tamanho de 940px largura */
    width: 90%;
    max-width: 1143px;
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
} 
.secao { /* separar uma secao da outra, ela e full entao nao precisa mexer na responsividade */
    width: 100%;
    display: table;
    position: relative;
}
.row { /* igual a secao porem a mesma esta com display block */
    width: 100%;
    display: block;
    position: relative;
}

/* alinhamento
Mantem a quantidade de box independente do tamnaho do pai, quantidade de acordo com a numeracao depois do x limtado a 6 box
*/
.col-full{
    width: 100%;
}
.col-x2 {
    width: 50%;
}
.col-x3 {
    width: 33.31%;
}
.col-x4 {
    width: 25%;
}
.col-x5 {
    width: 20%;
}
.col-x6 {
    width: 16.65%;
}
[class*='col-'] {
    display: inline-block;
    margin-right: -4.4px;
}
.col-1 {
    width: 8.33%;
}
.col-2 {
    width: 16.67%; 
}
.col-3 {
    width: 25%;  
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.3%;
}
.col-8 {
    width: 66.7%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.28%;
}
.col-11 {
   width: 91.7%;
}
.col-12 {
    width: 100%;
}
.box { /* deixa o box com tamanho de acordo com o seu conteudo, muito usado para englobar imagens */
    display: table;
    position: relative;
}
.col-inline { /* funciona como um float, mas esse e bom para deixar responsivo OBS: evite usar muito float, a menos que seja nescessÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡rio */
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: -3.8px;
}
.content { /* usado junto com os col-x pois o col-x nao pode receber margin entao aplicamos padding e essa classe que segura o conteudo, OBS: essa classe e filha do col-x */
    width: 100%;
    display: table;
    position: relative;
}
.container { /* pai da classe central, em conjunto centraliza o conteudo verticalmente */
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.central { /* filha da classe container, em conjunto centraliza o conteudo verticalmente */
    width: 100%;
    height: 100%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.clearFix {clear: both;} /* Bloqueia qualquer float */
.image-adaptavel img {margin: 0 auto;}/* centraliza a imagem filha dessa classe */
.ajusta-image img {width: 100%;}/* ajusta a imagem filha dessa classe ao tamanho do pai */
.esq {float: left;}
.dir {float: right;}
.botao-link{cursor: pointer;}/* essa classe usamos muito em input type button porem vamos deixar de fazer funcoes js de click com a tag a para nao prejudicar o SEO */
/* fim alinhamento */
/* estilizacao das fontes */
p { /* padrao para toda tag p do site */
    font-size: 15px;
    color: #707070;
    font-family: 'open-sans';
    line-height: 25px;
}
b {/* padrao para toda tag b do site */
     font-family: 'open-sans';
    font-weight: bold;
   
}
strong { /* padrao para toda tag strong do site */
    font-family: 'open-sans';
    font-weight: bold;
}
.icon-text {font-family: 'fontello';}/* guarda a fonte com os icones de fonte */
/* fim estilizacao das fontes */
/* estilos padrao */
html, body {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    font-size: 16px;
}
img {display: block;}/* todas as imagens recebem esse display pois as mesmas tem que ser block */
.cont-absolute { /* deixar um elemnto com os padroes absolute */
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.link-full {/* aplicada na tag a para que o link ocupe todo o box */
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 190;
}
.topo-fixo { /* serve para topos que nao sao flutuantes */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
}
.trans-fast{ /* aplica a transicao no objeto, usado muito nos elementos que tem hover */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.trans-slow{/* aplica a transicao no objeto, usado muito nos elementos que tem hover */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.radius-full{ /* deixa o objeto redondo, lembrando que o objeto ja tem que esta com tamnho definido */
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.radius-med{/* deixa o objeto com bordas arredondada, usado muito nos botoes e inputs*/
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.radius-min{/* deixa o objeto com bordas um pouco arredondada, usado muito nas imagens e box*/
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
/* Sidebar */
.sidebar {
    width: 300px;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 20000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.6s ease;
    background-color: #EFF0F0;
}
.sidebar ul{
  margin-top: 37px;
  padding: 0 18px;
}
.engloba-sidebar{width: 82%;margin: 0 auto;margin-top: 38px;}
.engloba-sidebar .btn-simule {margin-right: 11px;}
.engloba-sidebar .btn-simule a{
  
}
.engloba-sidebar .btn-booking{float: right;margin-top: -3px;}
.engloba-sidebar .btn-booking a{
  
}
 .sidebar  .menu-solucoes:before{
   width: auto;
   height: auto;
   content:'';
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   border-right: 10px solid #cccccc;
   position: absolute;
   top: -14px;
   transform: rotate(89deg);
 }
 .sidebar .menu-solucoes.menu-solucoes1{
   
height: 112px !important;
   
width: 173px;
   
left: 71px !important;
 }


.sidebar  .menu-solucoes li {
margin-right: 0 !important;
padding-bottom: 12px !important;
border-bottom: 1px solid rgba(112, 112, 112, 0.10)!important;
margin-bottom: 10px;
padding-left: 0;
padding-right: 0;
text-align: left;
vertical-align: middle;
}

.sidebar  .menu-solucoes li:before {
width: 10px;
height: 10px;
content: '';
display: inline-block;
background: #469349;
border-radius: 100%;
vertical-align: middle;
margin-right: 12px;
}

.sidebar  .menu-solucoes li:hover {
border-bottom: 1px solid rgba(70, 147, 73, 0.71) !important;
}




.sidebar  .menu-solucoes{
background: #ccc;
position: absolute;
left: 26px !important;
width: 242px;
height: 192px !important;
left: inherit;
margin-left: inherit;
top: inherit;
text-align: center;
padding: 30px 18px;
padding-top: 17px !important;
padding-top: 37px;
border-radius: 34px;
margin: 0 auto;
margin-top: 19px;
z-index:100;
}
.sidebar  .menu-solucoes li:after{
  opacity:0;
}
.sidebar   .menu-solucoes li{
margin-right: 0 !important;
padding-bottom: 12px !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.45)!important;
margin-bottom: 10px;
}

.sidebar   .menu-solucoes li a {
  color: #091A32 !important;
  font-weight: 100 !important;
  font-size: 14px !important;
}
.sidebar ul li{
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(179, 179, 179, 0.36);
  padding-bottom: 16px;
}
.sidebar ul .click-mob .men2:before{
  content: 'v';
  opacity: 1;
  width: 5px;
  height: 5px;
  display: block;
  float: right;
  font-family: 'ralewaybold';
  color: #707070;
  font-size: 13px;
  margin-top: 4px;
}
.sidebar ul li:nth-of-type(3):after, .sidebar ul li:nth-of-type(5):after{
}
.sidebar ul li:after{
    width: 5px;
    height: 5px;
    content: '';
    float: right;
    background: #BB7339;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: 13px;
}
.sidebar ul li span{
  
margin-right: 14px;
  
font-size: 18px;
}
.sidebar ul li a{
  text-align: center;
  font-family: 'ralewaybold';
  color: #707070;
  font-size: 15px;
}
.sidebar .logo-side{
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 212px;
  background: #484848;
}
  .sidebar .logo-side img{
    width: 188px;
    margin: 0 auto;
    padding-top: 30px;
  }
.sidebar .closeSidebar{
  width: 45px;
  height: 45px;
  background: #BB7339;
  line-height: 45px;
  text-align: center;
  font-family: 'ralewayregular';
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
}
.sidebar.aberto{
    right: 0;
}
.sidebar .inside {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow-y: auto;
}
.fundo-sidebar {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.7;
    background: #000;
}

/* estilo accordion */
.aba_accordion {
    display: none;
}
/* padrao banner */
.mascara-banner{
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: -76px;
  z-index: 100;
  background-position: center;
  background-size: cover;
}
#banner{
    width: 100%;
    height: 511px;
    display:block;
    position:relative;
    z-index: 100;
    overflow:hidden;
    /* margin-top: 96px; */
}
#banner .desc-bann{
  max-width: 81.99%;
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 100%;
  padding-left: 4px;
}
.engloba-banner-projeto{position: absolute;bottom: 15px;z-index: 100;left: 0;width: 100%;padding-bottom: 34px;border-bottom: 1px solid rgba(112, 112, 112, 0.12);display: none;}
.engloba-banner-projeto .eng-bx{

margin: 0 auto;

display: table;
}
.engloba-banner-projeto .titulo-ban {font-size: 22px;color: #0396A7;margin-bottom: 10px;font-family: 'ralewaylight';font-weight: 100;text-align: center;}

.engloba-banner-projeto .eng-bx .titulo {
color: #393939;
font-size: 17px;
/* font-family: 'myriad_prolight'; */
font-family: 'myriad_proregular';
font-weight: bold;
padding-right: 14px;
margin-right: 9px;
border-right: 1px solid rgba(112, 112, 112, 0.30);
}

.engloba-banner-projeto .eng-bx .titulo:last-of-type {

border-right: none;

margin-right: 0;

padding-right: 0;
}
#banner .engloba-banner{
  width: 100%;
  margin-left: -51px;
  margin-top: -36px;
  position: relative;
  z-index: 100;
}
#banner ul {
    width: 100%;
    height: 100%;
    display:block;
    position:relative;
   
}
 #banner .firula-banner{
  width: 24%;
  height: 101%;
  position: absolute;
  left: -94px;
  top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
#banner .engloba-banner .titulo{
  font-size: 42px;
  color: #ffffff;
  font-family: 'Montserrat-bold';
  width: 200px;
}

#banner .engloba-banner .titulo-empreendimento {
  font-size: 120px;
  color: #E9EDF2;
  font-family: 'Montserrat';
  font-weight: bold;
  margin-top: -10%;
  margin-right: 50px;
}

#banner .engloba-banner .subtitulo{
  font-size: 15px;
  color: #fff;
  font-family: 'ralewaybold';
  line-height: 19px;
  width: 38%;
  opacity: 0.7;
  margin-top: 5px;
}
 
#banner .engloba-banner .subtitulo2{
  font-size: 83px;
  color: #fff;
  font-family: 'Montserrat-bold';
  /*   width: 24%;
  opacity: 0.7; */
  margin-top: -14%;
  float: right;
}

#banner .engloba-banner .btn-banner{

  clear: both;

  padding-top: 39px;

}
    #banner .engloba-banner .btn-banner a{
    
border: 1px solid #0396a9;
 background:#0396a9;  
padding: 10px 27px;
    
color: rgba(255, 255, 255, 0.99);
    
border-radius: 20px;
    
font-family: 'myriad_probold';
    
font-size: 17px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #banner .engloba-banner .btn-banner:hover a{
    background:rgba(255, 255, 255, 0.99);
    color:#0396a9;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

#banner ul li {
    width: 100%;
    height: 100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background-position: top 0 left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
#banner ul li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
#banner #pagination {
    width:auto;
    height:auto;
    position:absolute;
    bottom: 60px;
    left: 20%;
    z-index:100;
}
#banner #pagination a {
    width: 20px;
    height: 20px;
    display:block;
    position:relative;
    float:left;
    font-size:0;
    /* border-radius: 100%; */
    background: rgba(194, 196, 202, 0.60);
    margin:0 4px;
}
#banner #pagination a:hover,#banner #pagination a.active {
   background: #fff;
}
#banner #pagination span {
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:20;
}
#banner .btn {
    width:148px;
    height:37px;
    display:none;
    position:absolute;
    top:50%;
    margin-top:-45px;
    cursor:pointer;
    z-index:10;
    font-size:0;
}
#banner .btn span {
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:10
}
#banner .btn .desativa {
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:20
}

/* recaptch */
#recaptcha{
  padding-left: 10px;
  margin-top: 10px;
}
#recaptcha a{
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
}
#recaptcha a.verif{
  border-color: rgba(0, 128, 0, 0.35);
}
#recaptcha a i{
  font-style: normal;
  color: green;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
}
#recaptcha a.verif i{
  opacity: 1;
  visibility: visible;
}
#recaptcha span{
  vertical-align: middle;
  color:#5f5d5d;
  font-family: 'helvetica-light';
  font-weight: 100;
  font-size: 14px;
}