/** div{	border:1px solid blue; box-sizing: border-box;}*/

#qr-panel-box,
#qr-code,
#qr-target,
#qr-perfil,
#qr-share-button,
#qr-panel-cerrar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#qr_base{
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

#qr-panel{
	flex-wrap: wrap;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	background-color: rgba(0,0,0,.95);
	color: #fff;
	font-family: 'Roboto', sans-serif; 
	font-size: .9em;
	line-height: 1.2em;
	}

.qr-panel{
	position: absolute;
	width: 800px;
	height: 100vh;
	top: 0;
	padding-top: 25px;
	right:calc(50% - 400px);
	border-radius: 8px 8px 0 0 ;
	
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=1);

	transition: all .5s ease;
	overflow: hidden;
}

#big-code{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	background-color: rgba(0,0,0,.95);
	cursor: pointer;
}

#big-code-hide img{ width: 0; height:0;}

.big-code-show{
	width: 100%;
	height:100%;
	transition: all .3s ease;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}
.big-code-hide{
	margin-top: calc(50%);
	margin-left: calc(50%);
	width: 0;
	height:0;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity:1;
	filter: alpha(opacity=0);
	transition: all .3s ease;
}
.big-code-hide img{ width: 0; height:0;}

.qr-panel-hide{
	width: 0px;
	height: 0px;

	opacity: 0;
	-khtml-opacity: 0.0;
	-moz-opacity:0.0;
	filter: alpha(opacity=00);

	transition: all .5s ease;
	overflow: hidden;
}

	#qr-panel-cerrar{
	position: absolute;
	top: -45px;
	right: -8px;
	width: 50px;
	height: 50px;

	opacity: .5;
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=05);
	
	border-radius: 50%;
	cursor: pointer;
	}

	#qr-panel-box{
		position: absolute;
		align-items: flex-start;
		width: 310px;
		height: auto ;

		border-radius: 15px;
		padding-bottom: 10px;
		}

		#qr-perfil{
			margin-top: -50px;
			margin-bottom: 10px;
			width: 95px;
			height: 95px;
			border:3px solid #fff;
			border-radius: 50%;
			background-color: #fff;
			}
			#qr-perfil img{
			width: 100%;
			border-radius: 50%;
			}
		
		#qr-user {width: 80%;}
		#qr-user span { display: block; text-align: center;}
		#qr-user span.titulo{ font-family: 'Roboto', sans-serif;font-size: 1.5em;margin-bottom: 5px;}
		
		#qr-target{
			position: relative;
			width: 190px;
			height: 190px;
			margin: 20px 0 5px 0;
			}
					#qr-target-top-left,
					#qr-target-top-right,
					#qr-target-bottom-left,
					#qr-target-bottom-right{
						position: absolute;
						width: 30px;
						height: 30px;
						border:5px solid #fff; 
						}

						#qr-target-top-left{ top: 0; left: 0; border-right: 0; border-bottom: 0; }
						#qr-target-top-right{ top: 0; right: 0; border-left: 0; border-bottom: 0; }
						#qr-target-bottom-right{ bottom: 0; right: 0; border-left: 0; border-top: 0; }
						#qr-target-bottom-left{ bottom: 0; left: 0; border-right: 0; border-top: 0; }

		#qr-code {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;;
		width: 100%;
		height: 100%;
		background-color: #fff;
		border-radius: 50%;
		cursor: pointer;
		}
		

		#qr-code img { width: 70%;
		}


			#qr-escanea span p{ 
				margin: 0;
				color: #fff; 
				padding: 0 10px; 
				text-align: center;
				line-height: 1em; 
			}
			

						#qr-share-box{
						margin: 20px 0;
						width: 225px;
						height: auto;}
						
						a #qr-share-button { color: #fff; }

						#qr-share-button{
							justify-content: flex-start;
							height: 28px;
							margin-bottom: 5px;
							font-size: .9em;
							border: 1px solid #fff;
							border-radius: 5px;
							}
								#qr-share-button img{
								height: 20px;
								margin-left: 10px;
								margin-right: 10px;
								}

								#qr-share-button:hover{
								cursor: pointer;
								border:none;
								background-color: rgba(255,255,255,.3);
								border:1px solid rgba(255,255,255,.3);
								}



			







@media screen and (max-height: 558px) {
#qr-panel-box{ transform: scale(.7);}

}




























		
		
		



		
			

					


				












					