@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');


h1{
	font-family: 'Roboto', sans-serif;
}

#question{
	font-family: 'Roboto', sans-serif;
}

p{
	font-family: 'Roboto', sans-serif;
}

#mainDiv {
	height: calc(100%);
	width: calc(100% - 25px);
	max-width: calc(100vh / 19.5 * 9*1.2);

/*	max-width: calc(100vh / 19.5 *12);*/
/*	min-width: 350px;*/
	position: absolute;
	z-index: 0;
	background-color: rgba(255,255,255,0.4);
	border-radius: 10px;
	backdrop-filter: blur(100px); 
  	-webkit-backdrop-filter: blur(100px);
	top: 75px;
	left: 50%; 
    transform: translateX(-50%); 
/*	box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.3);*/
	overflow-y: scroll;	
}

body{
	height: 100%;
	touch-action: pan-x pan-y !important;
/*
	background-image: url(assets/bg.jpf);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
*/
}


#tableIntro{
	padding: 10px;
	width: 100%;
	height: 100%;
}

#tableIntro img{
	height: 60px;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
	display: none;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: visible;
}

.green{
	position: fixed;
	right: 15px;
}

.green:hover{
	margin: 5px;
	transform: scale(1.05);
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
}

#reloj, #papel, #lock {
	display: none;
	height: 150px!important;
	margin-bottom: 30px!important;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}

.hoja{
	display: none;
	height: 320px!important;
	margin-bottom: 10px!important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: visible;
	padding: 10px;
	filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.2))!important;
}

#mockup{
	margin-top: -30px;
	margin-left: 20%;
	margin-right: 20%;
	height: 300px;
	display: none;
}

#tr8a{
	display: none;
}

#mensaje{
	font-weight: 400;
}

#mensajeDiv{
	color: white;
	border-style: solid;
	border-color: rgba(72,140,247,1);
	border-radius: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: rgba(72,140,247,1);
	margin-right: 50px;
	font-size: 17px;
	filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.2))!important;

}