@font-face {
	font-family:Titulo;
	src:url(../fontes/ANODETONOONE.TTF);
}

h1 {
	font-family:Titulo;
	font-size:40px;
	color: #52342A ;
}

h2 {
	font-family:Titulo;
	font-size:20px;
	color:#7f0f0f;
}

h3 {
	font-family:Titulo;
	font-size:20px;
	color:#7f0f0f;
}

body {
	background-image:url(../imgs/fundo.jpg);
}

#container{
	width:950px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#fundoGame {
	width:950px;
	height:630px;
	background-image:url(../imgs/fundo_game.jpg);
	border-color:#FFF;
	border-style:solid;
}

#inicio {
	width:350px;
	height:240px;
	background-color:#B7AD7F ;
 	margin-left:auto;
    margin-right:auto;
 	margin-top:100px;
	text-align:center;
	border-radius: 10px;
	padding:10px;

}

#inicio button {
	display:block;
	text-align: center;
	margin:auto;
	margin-bottom: 20px;
	font-family:Titulo;
	font-size:20px;
	background: transparent;
}

button{
    display: inline-block;
 	outline: none;
    padding:5px;
    color:#7f0f0f;
    border:none;
    cursor: pointer;
    margin: 5px;
}

button:hover {
	color:white;
	border-bottom: 2px brown solid;
}

#comojogar  {
	display: none;
	width: 350px;
	height: 180px;
	background-color: #fff;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	margin-top:20px;
	padding:10px;
	border-radius: 10px;

}

#comojogar h2 {
	font-family:Titulo;
	font-size:20px;
	color:brown;
	margin-left: 20px;
}

#comojogar h3 {
	float:right;
	cursor: pointer;
}

#comojogar h3:hover {
	color:red;
	border:1px solid red;
}

#comojogar .fechar {
	margin-top:0;
}

#creditos  {
	display: none;
	width: 350px;
	height: 180px;
	background-color: #fff;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	margin-top:20px;
	padding:10px;
	border-radius: 10px;
}

#creditos h2 {
	font-family:Titulo;
	font-size:20px;
	color:brown;
	margin-left: 20px;
}

#creditos h3 {
	float:right;
	cursor: pointer;
}

#creditos h3:hover {
	color:red;
	border:1px solid red;
}

#creditos .fechar {
	margin-top:0;
}

#jogador {
	width:256px;
	height:66px;
	position:absolute;
	left:8px;
	top:179px;
	background-image:url(../imgs/apache.png);
}

#inimigo1 {
	width: 256px;
	height: 66px;
	position: absolute;
	left: 689px;
	top: 253px;
	background-image:url(../imgs/inimigo1.png);
}

#inimigo2 {
	width: 165px;
	height: 70px;
	position: absolute;
	left: 775px;
	top: 447px;
	background-image: url(../imgs/inimigo2.png);
}

#amigo {
	width: 44px;
	height: 51px;
	position: absolute;
	left: 10px;
	top: 464px;
	background-image:url(../imgs/amigo.png);
}

#disparo {
	width: 50px;
	height: 8px;
	position: absolute;
	background-image: url(../imgs/disparo.png);
}

#explosao1 {
	width:15px;
	height:87px;
	position:absolute;
}

#explosao2 {
	width:15px;
	height:87px;
	position:absolute;
}

#explosao3 {
	width:44px;
	height:51px;
	position:absolute;
}

#energia {
	width: 140px;
	height: 38px;
	position: absolute;
	left: 750px;
	top: 7px;	
}

#placar {
	width: 450px;
	height: 50px;
	position: absolute;
	left: 5px;
	top: 590px;
}

#placar h2 {
	color:white;
}

#fim {
	width:350px;
	height:240px;
	background-color:#B7AD7F ;
 	margin-left:auto;
    margin-right:auto;
 	margin-top:100px;
	text-align:center;
	padding:10px;
}

#fim button {
	display:block;
	text-align: center;
	margin:auto;
	margin-bottom: 20px;
	font-family:Titulo;
	font-size:20px;
	background: transparent;
}

.anima1 {
	background-image:url(../imgs/helicoptero.png);
	animation:play .5s steps(2) infinite;
    -webkit-animation: play .5s steps(2) infinite;
    -moz-animation: play .5s steps(2) infinite;
    -ms-animation: play .5s steps(2) infinite;
    -o-animation: play .5s steps(2) infinite;
}

.anima2 {
    background-image:url(../imgs/inimigo1.png);
    animation: play .5s steps(2) infinite;
    -webkit-animation: play .5s steps(2) infinite;
    -moz-animation: play .5s steps(2) infinite;
    -ms-animation: play .5s steps(2) infinite;
    -o-animation: play .5s steps(2) infinite; 
}

.anima3 {
	background-image:url(../imgs/amigo.png);
	animation:play2 .9s steps(12) infinite;
	-webkit-animation: play2 .9s steps(12) infinite;
    -moz-animation: play2 .9s steps(12) infinite;
    -ms-animation: play2 .9s steps(12) infinite;
    -o-animation: play2 .9s steps(12) infinite;
}

/* EXPLOSAO AMIGO */
.anima4 {
	width:44px;
	height:51px;
	background-image:url(../imgs/amigo_morte.png);
	animation:play3 .5s steps(7) infinite;
	-webkit-animation: play3 .5s steps(7) infinite;
    -moz-animation: play3 .5s steps(7) infinite;
    -ms-animation: play3 .5s steps(7) infinite;
    -o-animation: play3 .5s steps(7) infinite;
}

/* PLAY  */
@keyframes play {
	from {background-position:0px;}
	to {background-position:-512px;}
}

@-webkit-keyframes play {
   	from { background-position:0px; }
    to { background-position: -512px; }
}

@-moz-keyframes play {
   	from { background-position:0px; }
    to { background-position: -512px; }
}

@-ms-keyframes play {
	from { background-position:0px; }
    to { background-position: -512px; }
}


@-o-keyframes play {
	from { background-position:0px; }
    to { background-position: -512px; }
}


/* PLAY 2 */
@keyframes play2 {
	from {background-position:0px;}
	to {background-position:-528px;}
}

@-webkit-keyframes play2 {
	from { background-position:    0px; }
    to { background-position: -528px; }
}

@-moz-keyframes play2 {
   	from { background-position:    0px; }
    to { background-position: -528px; }
}

@-ms-keyframes play2 {
   	from { background-position:    0px; }
    to { background-position: -528px; }
}

@-o-keyframes play2 {
   	from { background-position:    0px; }
    to { background-position: -528px; }
}

/* PLAY 3 */
@keyframes play3 {
	from {background-position:0px;}
	to {background-position:-308px;}
}

@-webkit-keyframes play3 {
   	from { background-position:    0px; }
    to { background-position: -308px; }
}

@-moz-keyframes play3 {
   	from { background-position:    0px; }
    to { background-position: -308px; }
}

@-ms-keyframes play3 {
   	from { background-position:    0px; }
    to { background-position: -308px; }
}

@-o-keyframes play3 {
   	from { background-position:    0px; }
    to { background-position: -308px; }
}