.contato{
    width:auto;
    max-width:450px;
    padding-bottom:10px;
    background-color:#F2FEF1;
    border-radius:20px;
    padding-left:10px;
    margin:2%;
    padding-top:3px;

    border: 1px solid;
    border-color:#DDFEC7;
}

.conteudoContato{
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;

}

.descricaoContato{
    font-family:Verdana, Geneva, sans-serif;
    font-size:20px;
    font-weight:500;
    margin-bottom:15px;
}

.descricaoContatoMin{
    margin-top:10px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:20px;
    font-weight:500;
    margin-bottom:15px;
}


.titulos{

    font-size:28px;
    margin-left:10px;

}


.corretor{
 width:400px;
    padding-bottom:15px;
    /*background-color:#F2FEF1;*/
    margin-left: 20px;
    padding-top:3px;
}

.corretorImagem{
    border: 1px solid;
    border-color:#0C0;
}

.corretorNome{
    font-family:Verdana, Geneva, sans-serif;
    font-size:16px;
    margin-top:20px;
    margin-bottom:10px;

    font-weight:500;
}

.corretorInfo{

}

.internoCorretor{
    margin-left:15px;

}










/* Buzz */
@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



