body, div, h1, h2, h3, h4, h5, h6, p, ul, li, a, img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
    text-decoration: none;
    list-style: none;
}

#canvas 
{
    width:inherit;
    height:inherit;
	display: block;
	position: absolute;
}

html 
{
    overflow: hidden;
}

.template-wrap 
{
	position: relative;
}

#background
{
	background: url("BackgroundFrame.jpg");
	background-size: 100% 100%;
    background-position: center; 
	background-repeat: no-repeat;
    width:inherit;
    height:inherit;
    top: 0;
    bottom: 0;
	position: absolute; 
}

#kalamba
{
    width: 0;
    height: 0;
    bottom: 0;
	position: absolute; 
}

#loadingContainer
{
    width:inherit;
    height:inherit;
}

#blades
{
	background: url("blades.png");
	background-size: 65%;
    background-position: center; 
	background-repeat: no-repeat;
	margin: 0 auto;
	height: inherit;
    opacity: 100;
	-webkit-animation: fadeInBlades 2s;
    -moz-animation: fadeInBlades 2s;
    -ms-animation: fadeInBlades 2s;
    -o-animation: fadeInBlades 2s;
    animation: fadeInBlades 2s;
}

@-webkit-keyframes fadeInBlades { 	from { opacity: 0; } to   { opacity: 1; }}
@-moz-keyframes fadeInBlades { 		from { opacity: 0; } to   { opacity: 1; }}
@-ms-keyframes fadeInBlades {		from { opacity: 0; } to   { opacity: 1; }}
@-o-keyframes fadeInBlades {		from { opacity: 0; } to   { opacity: 1; }}
@keyframes fadeInBlades {			from { opacity: 0; } to   { opacity: 1; }}

@-webkit-keyframes scaleLogo {
    0% { -webkit-transform:scale(0); }
    10% { -webkit-transform:scale(0.5); }
    100% {-webkit-transform:scale(1); }
}

#logos
{
	width: 100%;
    height: 100%;
    position: absolute;

    -webkit-animation-name: scaleLogo;
    -webkit-animation-duration:1.3s;
    -webkit-animation-iteration-count: 1s;
    -webkit-animation-timing-function:ease-in-out;
}

#logoGame
{
	position: absolute;
	margin-left: 32.5%;
    margin-top: 6%;
	float: initial;
	width:71%;
	height:inherit;
	background: url("LogoGame.png") no-repeat;
	background-size: 47% 59%;
	-webkit-animation: fadeInLogo 2s;
    -moz-animation: fadeInLogo 2s;
    -ms-animation: fadeInLogo 2s;
    -o-animation: fadeInLogo 2s;
	animation: fadeInLogo 2s;
}

@-webkit-keyframes fadeInLogo {	0% { opacity: 0; } 30%  { opacity: 0; } 100% { opacity: 1; }}
@-moz-keyframes fadeInLogo {	0% { opacity: 0; } 30%  { opacity: 0; } 100% { opacity: 1; }}
@-ms-keyframes fadeInLogo {		0% { opacity: 0; } 30%  { opacity: 0; } 100% { opacity: 1; }}
@-o-keyframes fadeInLogo {		0% { opacity: 0; } 30%  { opacity: 0; } 100% { opacity: 1; }}
@keyframes fadeInLogo {			0% { opacity: 0; } 30%  { opacity: 0; } 100% { opacity: 1; }}

#glow
{
	position: absolute;
	margin-left: 32.5%;
    margin-top: 6%;
	float: initial;
	width:71%;
	height:inherit;
	opacity: 0;
	background: url("GlowGame.png") no-repeat;
	background-size: 47% 59%;
	-webkit-animation: fadeInGlowGame 2s;
    -moz-animation: fadeInGlowGame 2s;
    -ms-animation: fadeInGlowGame 2s;
    -o-animation: fadeInGlowGame 2s;
	animation: fadeInGlowGame 2s;
	-webkit-animation-duration:1.8s;
	-webkit-animation-delay:-0.4s;
}

@-webkit-keyframes fadeInGlowGame {0%   { opacity: 0; } 80%  { opacity: 0; } 95% { opacity: 1; } 100% }
@-moz-keyframes fadeInGlowGame { 	0%   { opacity: 0; } 80%  { opacity: 0; } 95% { opacity: 1; } 100% }
@-ms-keyframes fadeInGlowGame { 	0%   { opacity: 0; } 80%  { opacity: 0; } 95% { opacity: 1; } 100% }
@-o-keyframes fadeInGlowGame { 	0%   { opacity: 0; } 80%  { opacity: 0; } 95% { opacity: 1; } 100% }
@keyframes fadeInGlowGame { 		0%   { opacity: 0; } 80%  { opacity: 0; } 95% { opacity: 1; } 100% }

#glowBack
{
	position: absolute;
	margin-left: 32.5%;
    margin-top: 6%;
	float: initial;
	width:71%;
	height:inherit;
	opacity: 100;
	background: url("GlowGame.png") no-repeat;
	background-size: 47% 59%;
	
	-webkit-animation: fadeInGlowGame 2s;
    -moz-animation: fadeInGlowGame 2s;
    -ms-animation: fadeInGlowGame 2s;
    -o-animation: fadeInGlowGame 2s;
	animation: fadeInGlowGame 2s;
	-webkit-animation-duration:1.8s;
	-webkit-animation-delay:-0.4s;
}

#progressBarBack
{
    width:100%;
	margin-top: -5%;
    width: 34%;
    height: 8%;
    border-radius: 5px;
    background: #333;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    position: absolute;
}

#progressBar
{
	display: block;
	height: 80%;
	margin-top: 2px;
	margin-left: 1px;
	border-radius: 4px;
	background-color: #f3e0c3;
	background-image: linear-gradient(to bottom, #f3e0c3, #b76c00);
	position: relative;
	overflow: hidden;
	width: 0px;
	-webkit-animation: animProgressBar 3s; 
    -moz-animation: animProgressBar 3s; 
    -ms-animation: animProgressBar 3s; 
    -o-animation: animProgressBar 3s; 
    animation: animProgressBar 3s; 
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
}

#logoMundijuegos
{
	position: relative;
    width: 100%;
    height: 100%;
    background: url(LogoMundijuegos.png) no-repeat;
    background-size: 28% 41%;
    margin-left: 4%;
    margin-top: 0%;
}

#barAndLogo
{
	width: 80%;
    height: 20%;
	position: absolute;
    -webkit-animation: fadeInBarAndLogo 1s;
    -moz-animation: fadeInBarAndLogo 1s;
    -ms-animation: fadeInBarAndLogo 1s;
    -o-animation: fadeInBarAndLogo 1s;
    animation: fadeInBarAndLogo 1s;
    margin-left: 35%;
    margin-top: 33%
}

@-webkit-keyframes fadeInBarAndLogo { 	from { opacity: 0; } to   { opacity: 1; }}
@-moz-keyframes fadeInBarAndLogo { 		from { opacity: 0; } to   { opacity: 1; }}
@-ms-keyframes fadeInBarAndLogo {		from { opacity: 0; } to   { opacity: 1; }}
@-o-keyframes fadeInBarAndLogo {		from { opacity: 0; } to   { opacity: 1; }}
@keyframes fadeInBarAndLogo {			from { opacity: 0; } to   { opacity: 1; }}

.tip {
	position: absolute;
	width: 80%;
    height: 20%;
    margin-left: 8.5%;
    margin-top: 44%;
	color: white;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif, Quicksand; 
}

#frame_unity {
    max-width: 600px;
    min-width: 360px;
    margin: auto;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
}

#content_unity_bg {
    position: relative;
    width: 90%;
    margin: 30px;
    background-color: #e5e5e5;
    height: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0 7px 20px 3px rgba(102,102,102,1);
    -moz-box-shadow: 0 7px 20px 3px rgba(102,102,102,1);
    box-shadow: 0 7px 20px 3px rgba(102,102,102,1);
}

#content_unity {
    position: relative;
    height: auto;
    padding: 2vmax;
}

.white_box_unity {
    background-color: #fff;
    border-color: #dbdbdb;
    height: auto;
    width: 47%;
    display: inline-block;
    -webkit-box-shadow: 0 9px 20px -5px rgba(0,0,0,.39);
    -moz-box-shadow: 0 9px 20px -5px rgba(0,0,0,.39);
    box-shadow: 0 9px 20px -5px rgba(0,0,0,.39);
}

#blue_message_unity, .white_box_unity {
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    position: relative;
    height: auto;
    background-color: #d0f5fe;
    border-color: #08a5d0;
    display: block;

}

A {
    color: #255DD1;
    text-decoration: none;
}

.white_box_unity {
    background-color: #fff;
    border-color: #dbdbdb;
    height: auto;
    width: auto;
    position: relative;

    -webkit-box-shadow: 0 9px 20px -5px rgba(0,0,0,.39);
    -moz-box-shadow: 0 9px 20px -5px rgba(0,0,0,.39);
    box-shadow: 0 9px 20px -5px rgba(0,0,0,.39);
}

.big_blue_text_unity {
    color: #000f43;
    font-family: Quicksand,sans-serif;
    text-align: center;
}

.big_blue_text_unity, .small_blue_text_unity {
    color: #000f43;
    font-family: Quicksand,sans-serif;
    text-align: center;
}

img.white_img_unity {
    display: inline-block;
    position: relative;
    width: 65%;
	top: 50%;
	left: 17%;
}

button.green_unity {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #70a83b;
    height: 60px;
    border-radius: 15px;
    position: relative;
    width: 80%;
    margin: 10%;
    box-shadow: 0 5px #006e24;
}

button.reset {
    font-family:  Quicksand, sans-serif;
    border: none;
    text-align: center;
    overflow: visible;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}

button {
    font-family:  Quicksand, sans-serif;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 11px system-ui;
}