/* CSS Document */
#promo-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.70);
	overflow-y: scroll;
}

#promo-modal-card {
	position: absolute;
	width: 100%;
	max-width: 700px;
}

#promo-modal-card img {
	width: 100%;
}

#promo-modal-card-fechar {
	position: absolute;
	top: -25px;
	right: 10px;
}

a.promo-link-bco {
	color: rgba(255, 255, 255, 0.70);
	font-weight: 700;
	transition: all 200ms linear;
}

a.promo-link-bco:hover {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}