/* --------------------------- EXIBE IMOVEIS ------------------------------*/
.descricao { width:38%; float: left; padding-left:1em; font-family:'Lato', Arial;  }
.descricao { font-size:16px; color: #000; font-weight:400; font-style: italic; }
.descricao h2 { font-size: 22px; font-weight:500; color: #134F8D; }
.descricao strong { font-weight:500;}

.destaque{ width: 98%; margin:0; padding-bottom:1em; margin-top:1.5em; }
.destaque h3 { color: #134F8D; text-align:left; font-size:20px; font-weight:500; }

.voltar { width:98%; margin:0 auto; text-align:center;}

.fotos{ width:55%; float: right;  }
.foto_destaque{ width:95%; height:450px; float:left; text-align:center; border: 1px solid #ccc; box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.31);  padding:5px; margin-left:0.1em; margin-bottom:1em; }
.fotos_pequena{ width:100%; float:left; padding:0; margin-bottom:3em; }
.coluna_fotos{ width:21%; float:left; text-align:center; padding:5px; border: 1px solid #ccc; margin-top:0.5em; margin-right: 1%;  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.31); }
.coluna_fotos img{  height:90px; }
.coluna_fotos:last-child{ margin-right: 0; }

.tam28{ font-size: 28px !important; }
.tam30{ font-size: 30px !important; }

.green{ color:#008000 !important; }
.blue{ color:#426AA5 !important; }
.green_suave{ color: #00AA53 !important; }
.blue_suave{ color:#00acec !important; }

form .input{
    width:96%;
    background-color: #FFF;
    border:solid 1px #ccc ;
    font-family:"Lato", 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: 'Lato', sans-serif;
    font-size:16px;
    background-color: #025EAB;
    color: #FFFFFF;
    padding:9px 12px;
    margin: 2% 0;
    border-radius:5px;
    cursor:pointer;
}

.button_enviar:hover{
    background-color: #DD8645;
}

.msg_contato {
    color:#060;
    font-size:1.2em;
}

/*------------------------	Media Queries -------------------------*/
@media screen and (max-width: 768px) {
    .foto_destaque{ height:auto; }
    .fotos, .descricao { margin-left:0; }
    .coluna_fotos{ width:29%; padding:2px; margin-right:2%;  }
}

@media screen and (max-width: 667px) {
    .fotos { width:98%; padding:0;  }
    .descricao { width:98%; float:left; padding:5px;}
    .voltar {  float:right; text-align:center; margin-right:1em;}
    .coluna_fotos img{  height:60px; }
}

@media screen and (max-width: 420px) {
    .foto_destaque{ width:93%; }
    .fotos { width:98%; padding:0; }
    .coluna_fotos{ margin-right:1%;  }
    .descricao { width:95%; margin-top:-1em;;}
    .destaque{ margin-top: 1em; }
    .destaque h3 { font-size:1.8em; }
}