
.chat_fenix_suspenso {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 35px;
	width:200px;
	color: white;
	border-radius: 8px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00736c;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: 2px 2px 5px #046957a3;
	cursor: pointer;
	
}

.chat_fenix_suspenso_mobile {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 8px;
	height: 50px;
	width: 50px;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00736c;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: 2px 2px 5px #046957a3;
	cursor: pointer;
	display: none;
	
}

.chat_fenix_iframe {
	
	border: none;
	width: 380px;
	height: 500px;	
	
}

.chat_fenix_iframe iframe {
	
	border: none;
	width: 380px;
	
}

@media screen and (max-width: 768px) {
		
	.chat_fenix_iframe {
		
		border: none;
		width: 100vw !important;
		height: 100vh !important;		
		
	}	
	
	.chat_fenix_iframe iframe {
		
		border: none;
		width: 100vw !important;
		height: 100vh !important;
		
	}	
	
	
	.chat_fenix_suspenso {
		display:none;
	}
		
	.chat_fenix_suspenso_mobile {
		display:inline-block;
	}	
}