/* --------------------------- EXIBE IMOVEIS ------------------------------*/
.container_exibe { max-width: 1100px; margin:0 auto; }
.descricao { width:38%; float: left; padding-left:1em; font-family:'Roboto', Arial;  }
.descricao span h1 { font-size:1.6em; color: #000; font-weight:300; font-style: italic; }
.descricao div h2 { font-size: 1.6em; font-weight:300; }
.descricao div h2 span { font-size: 1em; font-weight:400;}

.destaque{ width: 98%; margin:0; padding-bottom:1em; margin-top:1.5em; }
.destaque h3 { color: #000; text-align:left; font-size:2em; font-weight:500; }

.voltar { width:98%; margin:0 auto; text-align:center;}

.fotos{ width:58%; float: right;  }
.fotos_carousel {
    width: 100%;
    float: left;
    height: 500px;
    background: #eaeaea;
}
.fotos_carousel_img {
    width: auto !important;
    max-height: 500px !important;
    max-width: 100%;
}

form .input{
    width:96%;
    background-color: #FFF;
    border:solid 1px #ccc ;
    font-family:"Roboto", Sans-Serif;
    font-size:16px;
    padding:12px;
    margin: 1% 0;
    border-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button_enviar{
    border:hidden;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    background-color: #222;
    color: #FFFFFF;
    padding:9px 12px;
    margin: 2% 0;
    border-radius:5px;
    cursor:pointer;
}

.button_enviar:hover{
    background-color: #AD0C00;
}

.msg_contato {
    color:#060;
    font-size:1.2em;
}
/*------------------------	Media Queries -------------------------*/
@media screen and (max-width: 768px) {
    .fotos, .descricao { margin-left:0; }
}
@media screen and (max-width: 667px) {
    .fotos { width:98%; float:left; padding:5px; }
    .descricao { width:98%; float:left; padding:5px;}
    .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) {
    .fotos { width:98%; padding:0; }
    .descricao { width:95%; margin-top:-1em;;}
    .destaque{ margin-top: 1em; }
    .destaque h3 { font-size:1.8em; }
    .fotos_carousel { height: 300px; }
    .fotos_carousel_img { max-height: 300px !important; }
}
