/* CORRETORES */
.corretores { width: 22%; height:330px; float: left; margin-left:2.5%; background-color:#fff; margin-top:2%; text-align:center; border:1px solid #CCC;  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.31); z-index:5; }
.corretores:last-child { margin-right:0; }

.corretores div{ width:100%; float: right; text-align:left; }
.corretores div .texto{ color: #797979; text-align:left; font-size: 1.4em; font-weight:400; font-style:normal; padding-left:1.1em;}

.foto { text-align:center; width:100%; height:195px; z-index:10; margin-top:0px; }

@media screen and (max-width: 980px) {
    .corretores { width: 31%; margin-left:1%;} 
}

@media screen and (max-width: 667px) {
    .corretores { width: 45%;}
}

@media screen and (max-width: 600px) {
    .corretores { width: 80%; margin:2% 1%; margin-left:10%; }
}

@media screen and (max-width: 420px) {
    .corretores { width: 85%; margin:2% 1% 2% 7%; }
}