.botao-fechar-zoom {
	position: absolute;
	width: 36px;
	height: 36px;
	background-image: url(https://materiais.imd.ufrn.br/materialV2/assets/img/fancybox_sprite.png);
	right: 0px;
	cursor: pointer;
}

.background-zoom {
	top: 0px;
	left: 0px;
	margin: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(238, 238, 238, 0.85);
	z-index: 1;
	display: none;
}

.zoom-container {
	background-color: white;
	position: relative;
	top: 50%;
	margin-left: 5%;
	margin-right: 5%;
}

.zoom-img-recurso {
	min-width: 100%;
}

.zoom-img-recurso:hover {
	cursor: default !important;
}

.texto-recurso-zoom {
	position: absolute;
	top: 20px;
	width: 250px;
	transform: translate(-1000%, -1000%);
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	background-color: white;
	text-align: left;
	z-index: 1000;
	padding: 1em;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.texto-ativo {
	transform: translate(0,0) !important;
}