@charset "utf-8";
.blocker {
	background-color: rgba(0,0,0,0.35);
	z-index: 2000;
}
.modal {
	color: #1f1f1f;
	font-size: .875rem;
	padding: 0;
	position: relative;
	z-index: auto;
	width: 90%;
	max-width: 1000px;
}
.modal img {
	max-width: 100%;
	height: auto;
}
.modal a.close-modal {
	background-color: black;
	background-image: url("../images/icono-close.svg");
	border-radius: 50%;
}
.modal a.close-modal:hover {
  background-color: red;
}