﻿/* pgJogadores */
#pgJogadores {
    background-image: url('../img/pgJogadores/bg.png');
}

#txtJogadores {
    position: absolute;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
    top: 50px;
    left: 229px;
    width: 567px;
    height: 208px;
}

    #txtJogadores span.destaque {
        font-size: 28px;
        color: #00fffc;
    }

#imgNaves {
    background-image: url('../img/pgJogadores/img_naves.png');
    position: absolute;
    top: 270px;
    left: 194px;
    width: 636px;
    height: 407px;
}

#btnIniciar {
    background-image: url('../img/pgJogadores/btn_iniciar.png');
    position: absolute;
    top: 660px;
    left: 369px;
    width: 287px;
    height: 74px;
    cursor: pointer;
}

    #btnIniciar:active {
        background-position: 100% 0px;
    }

/* pgTutorial */
#imgTutorial {
    background-image: url('../img/pgJogadores/img_tutorial.png');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 855px;
    height: 531px;
    display: none;
}

.swiper-slide {
    position: relative;
}

.fonteTutorial {
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}

#txtTutorial1 {
    position: absolute;
    top: 180px;
    left: 70px;
    width: 630px;
    height: 140px;
}

#txtTutorial2 {
    position: absolute;
    top: 140px;
    left: 70px;
    width: 640px;
    height: 170px;
}

#btnVoltar {
    background-image: url('../img/pgJogadores/btn_voltar.png');
    position: absolute;
    top: 220px;
    left: 0px;
    width: 48px;
    height: 73px;
    cursor: pointer;
}

#btnAvancar {
    background-image: url('../img/pgJogadores/btn_avancar.png');
    position: absolute;
    top: 220px;
    left: 740px;
    width: 48px;
    height: 74px;
    cursor: pointer;
}

#btnComecar {
    background-image: url('../img/pgJogadores/btn_comecar.png');
    position: absolute;
    top: 400px;
    left: 230px;
    width: 287px;
    height: 74px;
    cursor: pointer;
}

    #btnComecar:active {
        background-position: 100% 0px;
    }
