/* --------------------------- EXIBE IMOVEIS ------------------------------*/
.titulo_barra { width: 100%; font-size: 1.6em; top: 0px; color: #9fba94; font-weight: 500; padding: 16px 0; margin-top: 0 !important; text-align: center; text-shadow: 1px 1px 1px #000; }
.titulo_barra_fixar { width: 100%; display: initial !important; font-size: 1.2em; position: fixed; z-index: 9999; background: rgba(159, 186, 148, 0.9); top: 0px; color: #000; font-weight: 600; padding: 16px 0; margin-top: 0 !important; text-align: center; text-shadow: 2px 2px 6px #FFFBED; }
.descricao { width:49%; float: left; font-size: 15px !important; color:#413a3b !important; font-weight: 500;  }
.descricao .info{ width: 100%; float: left; margin-left: 2%; }
.descricao .contato{ width: 100%; float: left; margin-left: 2%; }
.titulo { width:100%; float:left; font-size:24px; text-align:center; color: #413a3b; font-weight:400; padding:5px 0; }
.descricao h1 { font-size:18px; color:#413a3b; font-weight: 300;  }
.descricao div h2 { font-size: 16px; color:#413a3b; font-weight: 400; }
.descricao h1 span { color:#413a3b; font-weight: 400; }
.descricao h1 b {  font-weight: 400;  }
.destaque{ width: 100%; margin:0; padding-bottom:1em; margin-top:1.5em; }
.destaque h3 { color: #000000; text-align:left; font-size:2em; font-weight:500; }
.voltar { width:98%; margin:0 auto; text-align:center;}
.favoritar{ color:#EED674; padding-left: 3px; }
.favoritar:hover{ color:#000000;  }
.ico_compartilhe{ display: none;}
/*----------------------- VIDEO -------------------------*/
.video {
    width: 100%;
    max-height: 500px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.video iframe {
    width: 100%;
    min-height: 350px;
}
/*------------------------ FOTOS -------------------------*/
.fotos{ width:49%; float: left; }
.fotos_carousel {
    width: 100%;
    float: left;
    height: 500px;
    background: #eaeaea;
}
.fotos_carousel_img {
    width: auto !important;
    max-height: 500px !important;
    max-width: 100%;
}

@media screen and (max-width: 667px) {
    .fotos { width:100%; padding:0;  }
    .descricao { width:100%; float:left;}
    .descricao .info{ width: 100%; float: left; margin: 0; }
    .descricao .contato{ width: 100%; float: left; margin: 0; }
    #imoveis_titulo .titulo { font-size: 22px !important;  }
    .voltar { float:right; text-align:center; margin-right:1em;}
}
@media screen and (max-width: 500px){
    .fotos_carousel { height: 320px; }
    .fotos_carousel_img { max-height: 320px !important; }
}
@media screen and (max-width: 420px) {
    .destaque{ margin-top: 1em; }
    .destaque h3 { font-size:1.8em; }
    .voltar{ display: none;}
    .ico_compartilhe{ display: block;}
    .fotos_carousel { height: 300px; }
    .fotos_carousel_img { max-height: 300px !important; }
}
@media screen and (max-width: 330px) {
    .g-recaptcha {transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
/* -------------------- Formulário de contato --------------------------*/
.input{
    width:100%;
    background-color: #FFF;
    border:solid 1px #999 ;
    font-size:16px;
    padding: 12px;
    margin: 1% 0;
    border-radius:5px;
}
.button_enviar{
    border: 2px solid rgba(0, 0, 0, 0.9);
    font-weight:500;
    font-size:16px;
    color: rgba(0, 0, 0, 0.9);;
    background-color: rgba(159, 186, 148, 0.9);
    padding:9px 12px;
    margin: 10px 0 10px 0;
    cursor:pointer;
    border-radius: 5px; 
}
.button_enviar:hover{
    border: 2px solid #fff;
    background-color: rgba(159, 186, 148, 0.9);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.msg_contato {
    color:#060;
    font-size:1.2em;
}
/* media queries */
@media screen and (max-width: 500px) {
    .button_enviar{ margin-top: 10px; }
}