.ad2hs-prompt {
	background-color: rgba(80,50,145, 0.9);
	border: none;
	display: none;
	color: var(--amarillo);
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	position: absolute;
	margin: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	height:100vh;
	overflow:hidden;
}

.ios-prompt {
	background-color: rgba(80,50,145, 0.9);
	display: none;
	text-decoration: none;
	font-size: 16px;
	color: var(--amarillo);
	padding:15px;
	position: fixed;
	width:100%;
	height:100vh;
	bottom: 0;
	z-index: 1;
	top:0;
	left:0;
	overflow:hidden;
}

.hidden {
	display: none !important;
}

#c_ios-prompt_1{margin-bottom:20px; margin-top:20vh}
#c_ios-prompt_1 IMG{height: auto; width: 100%; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); border-radius:12px; margin-left:0px; max-width:72px}
#c_ios-prompt_2{font-weight:bold; font-size:30px; text-align:center}
	#c_ios-prompt_2 DIV IMG:first-child{display: inline-block; margin-top: -2px; height: 30px; width: auto;}
	#c_ios-prompt_2 DIV IMG:last-child{display: inline-block; margin-top: -3px; height: 30px; width: auto; margin-left:4px}




#installContainer {
	background-color: rgba(80,50,145, 0.9);
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	color: var(--amarillo);
	padding:0px;
	position: fixed;
	margin: 0;
	width:100%;
	height:100vh;
	bottom: 0;
	z-index: 1;
	top:0;
	left:0;
	overflow:hidden;
	
}

#c_android-prompt{
	width:100%; 
	height:100vh;
}

#c_android-prompt_1{margin-bottom:20px; margin-top:20vh}
#c_android-prompt_1 IMG{height: auto; width: 100%; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); border-radius:12px; margin-left:0px; max-width:72px}
#c_android-prompt_2{font-weight:bold; font-size:30px; text-align:center}

#installContainer button {
	background-color: var(--rosa);
	border: 1px solid var(--azul);
	color: var(--amarillo);
	font-size: 1em;
	font-weight:bold;
	padding: 5px 0px;
	width:80%;
	margin:0 auto;
	border-radius:15px;
}

#debug_sw{width:100%; color:#000; border:1px solid #000}