@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto:700");
@import "./bootstrap.min.css";
@import "./font-awesome/css/font-awesome.css";
@import "./libs/animate.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body{
	font-family: 'Roboto', sans-serif;
	display: flex;
    min-height: 100vh;
    flex-direction: column;   
    font-size: 14px;
    letter-spacing: .5px;
}

main {
  position: relative;
    flex: 1 0 auto;
    overflow: hidden;
  }

.t-none{
    display: none;
}
#menuMagnolia .menu-item.active{
    
    border-bottom: 1px solid #6b705c;
    padding-bottom: 1px;
    box-sizing: content-box;
}
#menuMagnolia .menu-item.active a{
    font-weight: 800;
    text-decoration: none;
}
#menuMagnolia .menu-item.active a:hover{
text-decoration: none;
}

a{
	text-decoration: none;
  }
  .g-mapa{
     text-align: center;
     margin-top: 35px;
  }

  .g-mapa iframe{
    border: 0;
    width: 100%;
    height: 335px;
    margin: 0;
    padding: 0;
    line-height: normal;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.3));
  }

  .g-mapa h3{
    margin: 22px 0px;
    font-family: 'Raleway', sans-serif;
    color: #6b705c;
    font-weight: 600;
    padding-top: 14px;
    /*border-top: 2px solid #6b705c;*/
  }

 .conteudo-home.interna .item-contato h3{
    font-size: 1rem;
    font-weight: 800;
    padding:0;
}

.item-contato .icon{
    display: inline-block;
    font-size: 2.7rem;
    margin-right: 6px;
    line-height: normal;
    width: 50px;
    text-align: center;
}
.item-contato .inline{
    display: inline-block;
    line-height: normal;
}
.item-contato h3{
        margin: 11px 0px 2px 0px;
}
.item-contato p{
    font-size: 1rem;
    font-weight: 800;
}
.item-contato a{
    color: #6b705c;
}
.item-contato i{
        -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.item-contato:hover i{
 -webkit-transform: scale(1.09);
         -ms-transform: scale(1.09);
             transform: scale(1.09);
}
.conteudo-home.interna .item-contato.i-maps i,
.conteudo-home.interna .item-contato.i-maps h3{
    color: #6b705c;
}

.conteudo-home.interna .item-contato.i-email i,
.conteudo-home.interna .item-contato.i-email h3{
    color: #ff9800;
}

.conteudo-home.interna .item-contato.i-face i,
.conteudo-home.interna .item-contato.i-face h3{
    color: #4867aa;
}

.conteudo-home.interna .item-contato.i-insta i,
.conteudo-home.interna .item-contato.i-insta h3{
    color: #cd2f88;
}

.conteudo-home.interna .item-contato.i-whats i,
.conteudo-home.interna .item-contato.i-whats h3{
    color: #26aa19;
}
.field-check{
        display: flex;
    font-size: 1rem;
    vertical-align: middle;
    line-height: normal;
    color: #656565;
    align-items: baseline;
}
.field-check input{
    margin-right: 10px;
}

#nameError .error{
    display: block;
    font-size: 0.9rem;
    line-height: normal;
    margin: 0;
    color: red;
}

.enviar{
    all: unset;
    background: #6b705c;
    color: #ffffff;
    padding: 5px 19px;
    font-size: 1.3rem;
    border-radius: 6px 16px 2px 16px;
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
            box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    outline: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.enviar:hover{
     -webkit-transform: scale(1.09);
         -ms-transform: scale(1.09);
             transform: scale(1.09);
}

.grato{
    text-align: left;
    margin: 30px 0px;
    display: block;
}

.conteudo-formulario{
    margin-top: 30px;
}
.formulario .field{
    margin-bottom: 10px;
}
.formulario .field input{
    width: 100%;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    outline: none;
    border: none;
    padding: 14px 8px;
    font-size: 1rem;
    border-radius: 4px 14px 4px 4px;
    border-bottom: 1px solid #6b705c;
}
.formulario .field textarea{
    width: 100%;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    outline: none;
    border: none;
    padding: 14px 8px;
    font-size: 1rem;
    border-radius: 4px 14px 4px 4px;
    border-bottom: 1px solid #6b705c;
    height: 150px;
}
.formulario .field label{
    font-size: 1rem;
    margin: 0px 0px 2px 0px;
    padding: 0px 7px;
    font-weight: 600;
    color: #6b705c;
}

.formulario .field input:focus{
    outline: none;
    border: none;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
    -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
     border-bottom: 3px solid #4caf50;
}
.formulario .field input:focus - label{
color: red;
}
.video-play{
    background: none;
    outline: none;
    border: none;
    width: 270px;
    bottom: 0;
    right: 0;
    cursor: pointer;
    float: right;
}

.video-play:focus{
    background: none;
    outline: none;
    border: none;
}

.clear{
    clear: both;
}

  .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
main:before{
    background: none;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;


    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.desabilitado{
    pointer-events: none;
}

.desabilitado figure{
    overflow: hidden;
}

.desabilitado img{
    -webkit-filter: blur(20px);
            filter: blur(20px);
}

.modal-imovel.modal{
  top: 17%;
}

.imagens-imovel{
  position: relative;
}
.imagens-imovel .proximo{
      background-color: rgb(255 255 255 / 46%);
       background-image: url("../images/proximo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 95%;
    visibility: hidden;
    transition: all 200ms ease;
    cursor: pointer;
}
.imagens-imovel:hover .proximo{
  visibility: visible;
}

.petala .tour-button:focus,
.petala .tour-button:hover{
    box-shadow: none;
    -ms-box-shadow: none;
    filter: drop-shadow(0px 3px 1px rgb(0 0 0 / 10%));    
    -ms-filter: drop-shadow(0px 3px 1px rgb(0 0 0 / 10%));
}

.tour-button:focus, .tour-button:hover{
     outline: none;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}

.tour-button {
    all: unset;
    outline: none;
    color: #ffffff;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}

.petala .tour-button  .item-info{
    border: none;
    border-radius: 6px 16px 2px 16px;
    padding: 4px 14px 7px 14px;
    background: #646956;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}

.tour-button .item-info{
        border: 1px solid #ffffff;
        border-radius: 6px;
        padding: 4px 14px;
}

.item-info .icone{
    width: 35px;
 /*   text-align: center;*/
    display: inline-block;
    margin-right: 8px;
}
.item-info{
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    color: #ffffff;
    margin-right: 14px;
 /*   -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6px;
}
/*.item-info img{
  margin-right: 7px;
}*/
.item-info span{
    width: 90%;
    display: inline-block;
}

.info-ref{
  display: block;
   margin-right: 14px;
}
.fancybox__button--thumbs{
    display: none!important;
}
.info-imovel{
   display: block;
    margin: 14px auto;
/*    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
            justify-content: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
}

.modal-imovel .modal-content{
  background: #6b705c;
  height: 100vh;
  border-radius: 0;
}


.modal-imovel.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-imovel .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
   max-width: 100%;
}

/*.modal-imovel .modal-dialog {
  max-width: 1000px;
}*/

.fechar-imovel{
    position: absolute;
    top: 28px;
    right: 28px;
    background: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.fechar-imovel:focus{
  outline: none;
  box-shadow: none;
  border: none;
}
.fechar-imovel img{
    width: 25px;
}

.imovel{
  position: relative;
  background: #6b705c;
  font-family: 'Poppins', sans-serif;
}

.imovel h1{
    font-size: 1.6rem;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
.imovel h4{
      font-size: 1.3rem;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

.info-descricao-imovel{
  display: block;
  margin: 14px auto;
}

.imovel p{
    font-family: 'Poppins', sans-serif;
    font-size: 0.76rem;
    color: #ffffff;
    line-height: normal;
}
.logo-modal{
     padding: 38px 18px 6px 18px;
}
.imovel-conteudo{
     padding: 12px 18px 40px 18px;
}

.destinos img{
    max-width: 40px;
    display: inline-block;
    border-radius: 6px;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.3));
}
h3.sub{
    font-size: 1rem;
    color: #cfcfcf;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    margin: 0px 0px 4px 0px;
}

.slider-imovel img{
  box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.mapa{
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
}
.mapa::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(193 196 181 / 74%);
    background-image: url("../images/maps.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35%;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.2));
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
}


.video{
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
}

.video::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(193 196 181 / 74%);
    background-image: url("../images/video.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35%;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.2));
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
}


.conteudo-home.interna p.texto, .conteudo-home.interna article p{
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: #6b705c;
    font-weight: 500;
}



.conteudo-home.interna h1{
    color: #6b705c;
    padding: 0px 7px;
}
.conteudo-home.interna .img-interna{
      border-radius: 6px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}
.conteudo-home.interna h1,
.conteudo-home.interna h2,
.conteudo-home.interna h3,
.conteudo-home.interna h4,
.conteudo-home.interna h5,
.conteudo-home.interna h6{
    font-family: 'Raleway', sans-serif;
     color: #6b705c;
    padding: 0px 7px;
}


/*.bg7:before{
  background: url("../images/7.jpg");
  -webkit-animation: kenburns-top 5s ease-out both;
          animation: kenburns-top 5s ease-out both;
}

.bg5:before{
  background: url("../images/5.jpg");
  -webkit-animation: kenburns-top 5s ease-out both;
          animation: kenburns-top 5s ease-out both;
}

.bg7 .item-destaque,
.bg5 .item-destaque{
      opacity: 0;
}*/

.item-selecionado{
   opacity: 1!important;
}
.item-selecionado .box-home{
      box-shadow: 0px 2px 8px rgba(0,0,0,0.5)!important;
    border: 8px solid #ffffff!important;
   
}

.marcadores span{
    width: 102px;
    padding: 2px 4px;
    text-align: center;
    position: absolute;
    border-radius: 2px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.11);
    opacity: 1;
    display: inline-block;
    transition: all 300ms ease-in-out;
}

.marcadores span:hover{
  opacity: 1;
}
.sp1{
  color: #ffffff;
  background: #898d80;
  top: 2%;
 left: 3%;
}
.sp2{
  color: #ffffff;
  background: #898d80;
  top: 44%;
 
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sp3{
  color: #ffffff;
  background: #898d80;
  bottom: 2%;
  right: 3%;
}
.item-selecionado .box-home p{
  padding: 0;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

#destaques{
	padding-bottom: 111px;
}

.page-top{
	    padding-top: 140px;
    position: relative;
    z-index: 3;
}

.page-top.padrao-2-colunas{
        padding-top: 116px;
}


.conteudo-coluna{
        position: relative;
    top: 0px;
}
.box-home{
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  -webkit-transition: all 400ms cubic-bezier(0.87, 0.13, 0.14, 0.53);
  transition: all  400ms cubic-bezier(0.87, 0.13, 0.14, 0.53);
  margin-bottom: 13px;
}

.box-home:hover{
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0px 2px 8px  rgba(0,0,0,0.2);
}
  .box-home:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.cor-tema:before{
	background: #6b705c;
}




@-webkit-keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
            transform: rotateY(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-in-ver-left {
  0% {
    -webkit-transform: rotateY(80deg);
            transform: rotateY(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

.conteudo:hover .texto-info-1, .conteudo:hover .texto-info-2{
  display: block;
}
 .texto-info-2:hover span, .texto-info-1:hover span{
  display: none;
 }
.texto-info-1{
    position: absolute;
    top: 0;
    background: rgb(61 61 61 / 59%);
    height: 100%;
    border: 5px solid rgb(107 112 92 / 34%);
    display: none;
    -webkit-animation: swing-in-left-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
          animation: swing-in-left-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
.texto-info-2{
    position: absolute;
    top: 0;
    background: rgb(61 61 61 / 59%);
    height: 100%;
    width: 100%;
    border: 5px solid rgb(107 112 92 / 34%);
    display: none;
-webkit-animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
          animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
        }

@-webkit-keyframes swing-in-left-fwd {
  0% {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
@keyframes swing-in-left-fwd {
  0% {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}









@-webkit-keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}
@keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}


.item-destaque{
  padding: 0px 7px;
}

.relative{
  width: 100%;
  position: relative;
  height: 100%;
}
.conteudo p{
  font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    padding: 7px 10px;
    color: #ffffff;
    text-align: left;
}

.conteudo .info{
  display: none;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.conteudo:hover .info{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.conteudo figure{
  position: relative;
  padding: 0;
      width: 100%;
    height: 100%;
}
.conteudo figure figcaption.status{
    bottom: 2px;
    top: initial;
    opacity: 0.7;
    right: 10px;
}
.conteudo figure figcaption{
    position: absolute;
    top: 0;
    right: 0px;
    background: #ffffff;
    color: #000000;
    text-align: center;
    padding: 3px 9px;
    display: inline-block;
    font-weight: 500;
    opacity: 0.3;
    transition: all 200ms ease-in-out;
}
.interna .conteudo figure figcaption.petala{
    display: block;
}
.conteudo figure figcaption.petala{
    top: 6px;
    right: 6px;
    border-radius: 6px 16px 2px 16px;
    filter: drop-shadow(0px 2px 7px rgba(0,0,0,0.2));
    display: none;
    transition: all 200ms ease-in-out;
}

.conteudo figure:hover figcaption.petala{
    display: inline-block;
}

.conteudo figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.conteudo span.titulo{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffffff;
}

.box-home .conteudo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	height: 100%;
}
.hover-item-1{
  transition: all 400ms ease-in-out;
}

.hover-item-1:hover{
  transform: scale(1.1);
}

.navbar .position-1{
	    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.w100{
	width: 100%;
}

 /*Header*/
 header .navbar-expand-lg .navbar-nav .nav-link, header .navbar-expand-lg .navbar-nav a{
     font-family: 'Raleway', sans-serif;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #6b705c;
    padding-left: 31px;
    padding-right: 36px;
    font-size: 16px;
    font-weight: 600;
 }
/*Footer*/
.widget-address{
	    font-size: 13px;
}
.widget-address a{
	    color: #6b705c;
	    text-decoration: none;
}
address span{
	    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #6b705c;
}
.social-footer ul li{
	    padding: 0;
    display: inline-block;
    border: none;
    font-size: 1.4rem;
    margin-right: 11px;
    color: #6b705c;
}
.footer{
	font-family: 'Roboto', sans-serif;
	position: relative;
    display: block;
    bottom: auto;
    left: auto;
    background: #adadad;
    padding: 25px 0;
    color: #fff;
}
.footer-div{
	 background: #e3e3e3 none repeat scroll 0 0;
    color: #6b705c;
    line-height: 1.7;
    padding: 80px 0 67px 0;
}
.footer-div ul.mapa-site{
        margin: 0px auto;
    display: block;
    width: 185px;
}
.footer-div ul{
	    margin: 0;
    padding: 0;
}
.footer-div li{
	list-style: none;
    margin-bottom: 5px;

}
.footer-div li a{
	    color: #555;
    letter-spacing: .5px;
    	text-decoration: none;
}
.mapa-site li a{
	    text-transform: lowercase;
    color: #6b705c;
    font-weight: 500;
    font-size: 16px;
}
.footer-div .col-xs-6 .text-center{
	    text-align: left;
}
.logo-small{
	    margin: 0 0 8px 0;
}



.animacao-home{
  
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    position: relative;
}
.container-fechar{
  position: relative;
}


.preload .destaque.item-destaque{
  display: block;
}
.preload .item-destaque{
  display: none;
}

.fechar{
    position: absolute;
    top: 10px;
    right: 13px;
    border: none;
    outline: none!important;
    background: none;
    font-size: 1.4rem;
    color: #ffffff;
    z-index: 99;
    cursor: pointer;
}
.animated-title {
    color: #222;
    font-family: 'Raleway', sans-serif;
    height: 90vmin;
    left: 50%;
    position: absolute;
    top: 24%;
    transform: translate(-50%, -50%);
    width: 86%;
}
.animated-title > div {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.animated-title > div div {
  font-size: 10vmin;
  padding: 2vmin 0;
  position: absolute;
}
.animated-title > div div span {
  display: block;
}
.animated-title > div.text-bottom:before{
/*  animation: widthB 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;*/
  position: relative;
  content: "";
  background: #6b705c;
  display: block;
  width: 28.5rem;
  height: 2px;
  opacity: 1;
}
.animated-title > div.text-top{
/*    border-bottom: 3px solid #6b705c;*/
    top: 1.2rem;
}
.animated-title > div.text-top div {
  animation: showTopText 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  bottom: 0;
  transform: translate(0, 100%);
}
.animated-title > div.text-top div span:first-child {
    color: #727764;
    font-size: 2.3rem;
    font-weight: 600;
    font-style: initial;
    text-transform: lowercase;
    letter-spacing: -2px;
    text-shadow: 0px 2px 8px rgb(107 112 92 / 9%);
}

.animated-title > div.text-bottom {
  bottom: 0;
}

.animated-title > div.text-bottom .t1 {
  text-transform: lowercase;
  color: #727764;
  animation: showBottomText1 0.5s;
  animation-delay: 1.75s;
  animation-fill-mode: forwards;
  top: 0;
   font-size:2rem;
   font-style: italic;
   font-weight: 300;
    padding-left: 25px;
  transform: translate(0, -100%);
}

.animated-title > div.text-bottom .t2 {
text-transform: lowercase;
color: #727764;
  animation: showBottomText2 0.5s;
  animation-delay: 2.75s;
  animation-fill-mode: forwards;
  top: 45px;
  visibility: hidden;
  font-size:2rem;
  font-style: italic;
     font-weight: 300;
    padding-left: 25px;
  transform: translate(0, -100%);
}

.animated-title > div.text-bottom .t3 {
  color: #727764;
text-transform: lowercase;
  animation: showBottomText3 0.5s;
  animation-delay: 3.75s;
  animation-fill-mode: forwards;
  top: 88px;
  visibility: hidden;
 font-size:2rem;
 font-style: italic;
    font-weight: 300;
  padding-left: 25px;
  transform: translate(0, -100%);
}

.animated-title > div.text-bottom .t3:before, .animated-title > div.text-bottom .t2:before, .animated-title > div.text-bottom .t1:before{
    position: absolute;
    content: "●";
    left: 0;
    top:34%;
    display: block;
    font-size: 1.2rem;
    color: #6b705c;
}

    
@keyframes widthB{
  0%{width:0.1rem;opacity: 1;}
  100%{width:28.5rem;opacity: 1;}
}

@keyframes showTopText {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  40%,
  60% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes showBottomText1 {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes showBottomText2 {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes showBottomText3 {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}


/*Modal Apresentação*/
.modal-apresentacao{
  padding: 0!important;
  margin: 0!important;
  font-family: 'Raleway', sans-serif;
}
.modal-apresentacao h1{
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
   font-weight: 200;
     position: relative;
}
.modal-apresentacao h3{
  position: relative;
      font-size: 1.75rem;
    font-style: oblique;
font-weight: 100;
}

.modal-apresentacao h1:before{
    content: "";
    width: 100%;
    position: absolute;
    bottom: -2px;
    height: 1px;
    background: #ebe6e6;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation:  widthAnimation 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation:  widthAnimation 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframe{
  0%{width: 0%;}
  100%{width: 100%;}
}
@keyframes widthAnimation{
  0%{width: 0%;}
  100%{width: 100%;}
}

.modal-apresentacao .modal-dialog{
  top: 10%;
      width: 100%;
    max-width: 800px;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0;
    padding: 0;
    border-radius: 0px;
    display: block;
}
/*  .modal-apresentacao .modal-dialog{
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 0px;
}*/
.modal-backdrop{
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1!important;
}
.modal-apresentacao .modal-content{
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  border-radius: 0px;
  border: none;
  background: #6b705c;
  color: #ffffff;
}

.flex-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 500px;
}

 ::-webkit-scrollbar-track {
    background-color: #404040;
  }
  ::-webkit-scrollbar {
    width: 6px;
    background: #404040;
  }
  ::-webkit-scrollbar-thumb {
    background: #9d9d9a;
  }


  


    .padrao-2-colunas .conteudo-home.interna .titulos{
        position: relative;
        top: 42px;
    }
    .conteudo-home.interna ul{
            font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: #6b705c;
    font-weight: 500;
    }
    .conteudo-home.interna ul li{
        position: relative;
    }

     .padrao-2-colunas{
        margin-top: 25px;
        margin-bottom: 25px;
     }

@media (min-width:  1px) and (max-width:  768px){
    .col-enderecos{
        margin-top: 50px;
    }
    .page-top.padrao-2-colunas{
       padding-top:90px ;
    }
    .padrao-2-colunas .conteudo-home.interna .titulos{
        top: 0;
    }
    .conteudo-coluna{
        position: relative;
        top: 0;   
    }
     .modal-imovel .imovel{
        overflow: overlay;
        height: 100vh;
    }
    .conteudo-home.interna h1, .conteudo-home.interna h2, .conteudo-home.interna h3, .conteudo-home.interna h5, .conteudo-home.interna h6{
            font-size: 2rem;
    text-align: center;
    padding: 0;
    margin: 0;
    }
    .conteudo-home.interna h4{
    margin-top: 30px;
    font-size: 1.3rem;
    }
    .footer-div{
        text-align: center;
    }
 
    .footer{
        text-align: center;
    }
}

@media (min-width: 993px) and (max-width: 1024px){
    header .navbar-expand-lg .navbar-nav .nav-link, header .navbar-expand-lg .navbar-nav a{
    padding-left: 0px;
    padding-right: 14px;
    }
}
@media (min-width: 1px) and (max-width: 992px){
        .navbar.fixed-top{
            background: #ffffff;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.2));
    }
    .navbar-collapse{
        text-align: center;
    }
    header .navbar-expand-lg .navbar-nav .nav-link, header .navbar-expand-lg .navbar-nav li{
        padding: 11px 0px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link, header .navbar-expand-lg .navbar-nav a{
        font-size: 1.2rem;
    }
    .navbar-toggler{
        margin: 0;
        padding: 0;
    }
    .navbar-toggler i{
        color: #6b705c;
        text-align: right;
        font-size: 3rem;
    }
    .navbar-toggler:focus{
        outline: none;
    }
    .navbar-header{
              display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    }
}

/*.esconder header{
  opacity: 0.1;
  filter: blur(5px);
  transition: 200ms ease-in-out;
}

.esconder .conteudo-home{
  height: 100vh;
}

.esconder .conteudo-home #homeConteudo{
  display: none;
}
*/