/***********CHATBOT*********/
.box-chat {
	min-width: 150px;
	position: fixed;
        top: 100px;
        right: 5px;
        z-index: 9999 !important;
}
.box-chat .box-chat-titulo {
	padding: 5px 10px;
	cursor: pointer;
	display: block;
}
.box-chat .box-chat-titulo h3 {
	font-size: 16px;
	margin: 0px;
	display: inline-block;
        color: white;
}
.box-chat .box-chat-titulo a {
color: white !important;
}