/* 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; top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 40px); max-width: 440px;
	background-color: rgba(255,255,255,0.98);
	border-radius: 14px;
	padding: 40px;
}
#promo-modal-card-fechar {
	position: absolute; top: 20px; right: 20px;
}
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;
}

.promo-modal-pin {
	position: absolute; top: 0; left: 50%; z-index: 2;
	width: 50px; height: 50px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.20);
	border-radius: 50%;
}
.promo-modal-pin [class*="fa-"] {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: #5f473a;
}
.promo-modal-txt-l1 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.promo-modal-txt-l2 {
	margin: 20px auto;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.promo-modal-txt-l3 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}