.bg_modal_SIM22 {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	justify-content: center;
	z-index: 70;
}

.modal_content_SIM22 {
	text-align: center;
	position: relative;
	border-radius: 4px;
}

.imagen-modal_SIM22 {
	top: 0.2%;
	height: 600px;
	width: 700px;
	position: relative;
}

.cerrar_SIM22 {
	position: absolute;
	top: 0.2%;
	right: -5%;
	font-size: 42px;
	color: #fff;
	transform: rotate(45deg);
	cursor: pointer;
	text-decoration: none;
}
