#renovabot-container{
	position: fixed;
	z-index: 1000000;
	bottom: 0;
	right: 0;
	height: 200px;
	width: 200px;
}

#renovabot-container iframe{
	height: 100%;
	width: 100%;
}

.chat-visible{
	height: 530px !important;
	width: 400px !important;
}

@media (max-width: 600px) {
	#renovabot-container{
		right: -16px; /* -15px de margen de la clase .chat*/
		bottom: -12px;	
	}
}