.popup-chat-asesor-ia {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	max-width: 100vw;
	max-height: 100vh;
}

.popup-chat-asesor-ia.active {
	display: flex;
}

.popup-chat-asesor-ia .container-popup {
	position: relative;
	width: 95vw;
	height: 95vh;
	padding: 40px 20px;
	background: white;
	border-radius: 20px;
}

@media screen and (max-width: 980px) {
	.popup-chat-asesor-ia .container-popup {
		width: calc(100vw - 35px);
		height: calc(90vh - 35px);
		max-width: calc(100vw - 35px);
		max-height: calc(90vh - 35px);
		padding: 30px 8px 18px;
	}
}

.popup-chat-asesor-ia .container-popup .close_popup {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background: #373737;
	padding: 5px;
	cursor: pointer;
}

@media screen and (max-width: 980px) {
	.popup-chat-asesor-ia .container-popup .close_popup {
		top: -15px;
		right: -15px;
		width: 40px;
		height: 40px;
		padding: 7px;
	}
}

.popup-chat-asesor-ia .container-popup .close_popup:hover {
	background: #36F;
}

.popup-chat-asesor-ia .container-popup iframe {
	height: 100% !important;
	width: 100% !important;
}
