

/* SEÇÃO CORRETOR ONLINE*/
    .base-chat-mob{
        display: none;
    }
    .col-lg-3 {
        width: 25%;
    }
    .flexSpaceBetween{
    	display:-webkit-box!important;
    	display:-moz-box!important;
    	display:-ms-flexbox!important;
    	display:-webkit-flex!important;
    	display:flex!important;
		
		-webkit-box-pack:justify!important;
		-ms-flex-pack:justify!important;
		justify-content:space-between!important;

    }
    .base-chat{
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 20;
        background-color: #000000d9;
        padding: 0px 0;
        color: #ffffff;
        box-shadow: 0 0 60px rgba(0,0,0,0.4);
        height: 50px;
    }
    .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .base-chat .base-texto {
        float: left;
        margin: 0;
        padding: 0;
    }
    .base-chat .base-icone {
        font-size: 28px;
        margin-right: 12px;
        float: left;
        /*margin: 0;*/
        padding: 0;
    }
    .base-chat a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        outline: none;
    }
    .bg-whatsapp {
        /* background-color: #169e0e; */
        display: block;
        position: relative;
        width: 100%;
        height: 50px;
        padding: 7px;
        text-align: center;
    }
    .base-icone img {
        margin-top: -5px;
        vertical-align: middle;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .base-chat .base-texto p {
        font-size: 10px;
        color: #ffffff61;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .base-chat .base-texto h3 {
        font-size: 18px;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.81);
        padding-bottom: 10px;
        text-align: left;
        line-height: 1.1;
        margin: 0;
        padding: 0;
    }
    .clearfix {
        clear: both;
    }
    .bg-corretores .base-texto h3 {
        background-color: #ca212a;
        display: block;
        position: absolute;
        /*width: 90%;*/
        color: #fff;
        height: 90px;
        top: 0;
        font-size: 18px;
        margin: 0px 0;
        padding: 16px 30px;
        text-align: center;
    }
    .bg-corretores .base-texto h3:hover {
        /*width: 90%;*/
        height: 120px;
        z-index: 3;
        font-size: 18px;
        padding: 16px 30px;
        margin: -10px 0;
        transition: .3s;
        box-shadow: 5px -10px 10px rgba(16, 0, 0, 0.20);
        cursor: pointer;
    }

    .bg-corretores button{
        border: 0px;
        border-color: transparent;
        padding: 0;
    }
    @media (max-width: 768px) {
    	.desktop{
    		display: none !important;
    	}
    }
/* SEÇÃO CORRETOR ONLINE*/