/* Introducao */
#pgIntroducao {
    background-image: url('../img/pgIntroducao/bg.png');
}

#imgDiamantes {
    background-image: url('../img/pgIntroducao/img_diamantes.png');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 768px;
    display: none;
}

#imgDiamantesBlur {
    background-image: url('../img/pgIntroducao/img_diamantes_blur.png');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 768px;
    display: none;
}

#imgEfeito {
    background-image: url('../img/pgIntroducao/img_efeito.png');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 768px;
    display: none;
}

#imgNave1 {
    background-image: url('../img/pgIntroducao/img_nave1.png');
    position: absolute;
    top: 758px;
    left: -300px;
    width: 309px;
    height: 210px;
}

#imgNave2 {
    background-image: url('../img/pgIntroducao/img_nave2.png');
    position: absolute;
    top: 643px;
    left: 995px;
    width: 286px;
    height: 293px;
}

#imgCirculo1 {
    background-image: url('../img/pgIntroducao/img_circulo1.png');
    position: absolute;
    top: 359px;
    left: 489px;
    width: 124px;
    height: 125px;
    display: none;
}

#imgCirculo2 {
    background-image: url('../img/pgIntroducao/img_circulo2.png');
    position: absolute;
    top: 441px;
    left: 297px;
    width: 129px;
    height: 119px;
    display: none;
    background-size: 120px;
    background-repeat: no-repeat;
}

#imgTexto {
    background-image: url('../img/pgIntroducao/img_texto.png');
    position: absolute;
    top: 20px;
    left: -675px;
    width: 715px;
    height: 219px;
}

#btnJogar {
    background-image: url('../img/pgIntroducao/btn_jogar.png');
    position: absolute;
    top: 650px;
    left: -369px;
    width: 287px;
    height: 74px;
    cursor: pointer;
}


    #btnJogar:active {
        background-position: 100% 0px;
    }

#diamanteAmarelo {
    background-image: url('../img/pgIntroducao/diamanteAmarelo.png');
    position: absolute;
    top: 356px;
    left: 500px;
    width: 108px;
    height: 134px;
    background-repeat: no-repeat;
    display: none;
}

#diamanteAzul {
    background-image: url('../img/pgIntroducao/diamanteAzul.png');
    position: absolute;
    top: 439px;
    left: 311px;
    width: 99px;
    height: 124px;
    background-repeat: no-repeat;
    display: none;
}

#tiroDireito {
    background-image: url('../img/pgIntroducao/tiro.png');
    position: absolute;
    top: 486px;
    left: 729px;
    width: 99px;
    height: 124px;
    background-repeat: no-repeat;
    display: none;
}

#tiroEsquerdo {
    background-image: url('../img/pgIntroducao/tiro.png');
    position: absolute;
    top: 562px;
    left: 240px;
    width: 99px;
    height: 124px;
    background-repeat: no-repeat;
    display: none;
}

#disparoDireito {
    background-image: url('../img/pgIntroducao/disparoDireita.png');
    position: absolute;
    top: 497px;
    left: 740px;
    width: 99px;
    height: 124px;
    background-repeat: no-repeat;
    display: none;
}

#disparoEsquerdo {
    background-image: url('../img/pgIntroducao/disparoEsquerda.png');
    position: absolute;
    top: 572px;
    left: 220px;
    width: 99px;
    height: 124px;
    background-repeat: no-repeat;
    display: none;
}
