//Estilos del boton del chat (Bloque lateral flotante)
.block-bean-boton-chat {
	text-align: center;
    
    p {
        margin-bottom: 5px;
    }
    
	#mibew-agent-button {
    	color: $c-dimgray;
    	display: inline-block;
    	font-size: 0.9em;
		font-weight: 100;

    	&:before {
            @include size(38px);
            background: $c-brand-green-dark url('../images/sprite.png') no-repeat -281px -284px;
    		content: '';
    		border-radius: 50%;
    		display: block;
    	}
	}	
}
