.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0,0,0,0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: -999999;
}


.popup .aviso {
	width: 300px;
	height: 200px;
	float: left;
	background: rgba(255,255,255,1);
	border: 2px solid;
	border-color: rgba(105,105,105,0.15);
	border-radius: 2px 9px 2px 9px;
	text-align: center;
	display: none;
}

.popup .aviso span{
	line-height: 74px;
	color: rgba(105,105,105,0.75);
	font-size: 24px;
	font-weight: 600;
}

.popup .aviso p{
	line-height: 22px;
	color: rgba(105,105,105,1);
	font-size: 18px;
	font-weight: 500;
}

.popup .voltar {
	position: absolute;
	bottom: 60px;
	float: left;
	width: 300px;
	height: 45px;
	line-height: 45px;
	background: rgba(128,128,128,1);
	border-radius: 5px;
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: 500;
}


.popup .protecao_fundo {
	position: absolute;
	bottom: 0px;
	float: left;
	width: 100%;
	height: 150px;
	background: rgba(255,255,255,0.95);
	z-index: -1;
}


.popup .opcoes {
	width: 300px;
	float: left;
	background: rgba(245,245,245,1);
	border: 2px solid;
	border-color: rgba(105,105,105,0.15);
	border-radius: 2px 9px 2px 9px;
	text-align: center;
	display: none;
}

.popup .opcoes .contem{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
}


.popup .opcoes .contem  p {
	width: 80%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 0px 7px 0px 7px;
    line-height: 45px;
	color: rgba(30,30,30,1);
	font-size: 16px;
	font-weight: 500;
}

.popup .opcoes .contem [data-modo="sair"]{
	color: rgba(188,0,0,1);
}

@media (max-height:690px){
	
}