.a2hs{
	display: none;
	background: #fff;
	z-index: 100;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	padding: 20px;
	width: calc(100% - 40px);
	text-align: center;
	box-shadow: 0px 2px 20px rgba(222,222,222,.25);
}
.a2hs.activo{
	display: block;
}
.a2hs .logo_vimdkal{
	max-width: 100px;
	position: absolute;
	top:  -50px;
	left: calc(50% - 50px);
}
.fondo-a2hs{
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
.fondo-a2hs.activo{
	display:  block;
}
.btn.activo{
	display:  block;
}
.install{
	display: none;
	background-color: white;
	color: purple;
	position: relative;
	top: -70px;
	font-weight: bold;
	text-align: center;
}
/*Estilos iOS*/
.fondoiOS{
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
.alertaiOS{
	display: none;
	background: #fff;
	z-index: 100;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	padding: 20px;
	width: calc(100% - 40px);
	text-align: center;
	box-shadow: 0px 2px 20px rgba(222,222,222,.25);
}