.mybox {
    display: none;
    background-color: rgba(255,0,0,0.2);
    padding: 10px;
    margin: 10px 0 !important;
    font-size: 12px;
}

.center1 {
    width: 50%;
    left: 25%;
}

body {
    background: #2a003d;
    font-family: 'Open Sans', sans-serif;
}

.conteudo {
    background: #ffffff;
}

.cabecalho {
    height: 136px;
    background: url(../Content/img/cabecalhoBg.gif) repeat-x bottom #54007e;
}

.cabecalhoLogo {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    z-index: 10;
}

h1.mensagemTitulo {
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
}

.mensagem {
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.4em;
}

    .mensagem p {
        margin-bottom: 3px;
    }

h2.titulo {
    color: #54007e;
    font-size: 2.3em;
    text-align: center;
}

.jogos {
    margin: 20px 0px 50px 0px;
}

.jogosItem {
    padding-bottom: 30px;
}

    .jogosItem a {
        display: block;
        text-decoration: none;
    }

    .jogosItem p {
        margin: 10px 0px 0px 0px;
        color: #54007e;
        font-size: 1.2em;
        text-transform: uppercase;
        text-align: center;
    }

.bold {
    font-weight: bold;
}

.rodape {
    padding: 45px 0px 31px 0px;
    background: url(../Content/img/rodapeBg.gif) repeat-x top #666666;
}

.rodapeTexto {
    color: #fff;
}

    .rodapeTexto a {
        color: #fff;
    }

.senhaForm {
    width: 267px;
    margin: -20px auto 60px auto;
    font-size: 1.3em;
    font-weight: bold;
}

    .senhaForm .botao {
        margin-left: 68px;
    }

    .senhaForm input[type="password"] {
        width: 100%;
    }

    .senhaForm .alertSenha {
        color: red;
        margin: -5px 0px 5px 0px;
        font-size: 0.8em;
        display: block;
    }

#inpSenha,
#inpConfirmarSenha {
    margin-bottom: 15px;
}

a.botao {
    display: table;
    padding: 7px 20px;
    background: #b3e800;
    color: #556e00;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: solid 3px #556e00;
}

@media (max-width: 767px) {
    .bgComprarEnergia2 {
        background-image: none !important;
        padding-left: 0px !important;
    }

        .bgComprarEnergia2 > div {
            height: 65% !important;
        }
}

.bgComprarEnergia2 {
    background-image: url('../img/bgComprar.png');
    width: 100%;
    height: 157px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .bgComprarEnergia2 > div {
        height: 85%;
        padding-right: 0;
    }

@media(min-width: 994px) {
    .bgComprarEnergia2 {
        margin-top: 40px;
    }
}
