/*===============================
=            Padrões            =
===============================*/

body {
    background: #fff;
    overflow: auto;
    height: auto !important;
    font-family: "Roboto", sans-serif !important;
}

.container {
    .maxw(1190px) !important;
}

input,
textarea,
button,
select {
    outline: none;
}

/*==============================
=            Header            =
==============================*/

header {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e19854;
}

header .logo {
    height: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header .container {
    position: relative;
}

header .bx-app {
    max-width: 200px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
}

header .login,
.cadastro {
    background: #fff;
    border: 2px solid #d7761b;
    font-size: 12px;
    font-weight: 700;
    color: #d7761b;
    text-transform: uppercase;
    padding: 6px 20px;
    float: right;
    margin-left: 25px;
    border-radius: 15px;
    outline: none;
    margin-top: 37px;
}

header .login:hover,
.cadastro:hover {
    background: #d7761b;
    color: #fff;
    transition: 0.2s;
    text-decoration: none;
}

header.index {
    position: absolute;
    width: 100%;
    background: transparent;
    border-bottom: none;
    padding-top: 40px;
    z-index: 99;
}

/*==============================
=            Footer            =
==============================*/

footer {
    background: #004555;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .link {
    font-size: 11px;
    font-weight: 400;
    color: #81a2ab;
    float: left;
    margin-right: 10px;
    display: inline-block;
}

footer .link-right {
    font-size: 11px;
    font-weight: 400;
    color: #81a2ab;
    float: left;
    display: inline-block;
    float: right;
    margin-left: 10px;
    outline: none;
}

footer .link:hover,
.link-right:hover {
    color: #fff;
    transition: 0.2s;
    text-decoration: none;
}

footer .line {
    margin-top: 20px;
    margin-bottom: 5px;
    background: #80a2ab;
    width: 100%;
    height: 1px;
}

footer .logo-rodape {
    margin-bottom: 25px;
    width: 100%;
    max-width: 340px;
}

/*============================
=            Body            =
============================*/

body {
    background-color: #f5f5f5 !important;
    overflow: auto;
    height: auto !important;
}

body .bx-login {
    padding-top: 50px;
    padding-bottom: 100px;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

body .bx-cadastro {
    padding-top: 80px;
    margin-bottom: -20px;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body.home {
    background: #fff !important;
}

body .bx-cadastro-dados {
    padding-top: 80px;
    margin-bottom: -20px;
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

body .bx-cadastro-finalizado {
    padding-top: 80px;
    margin-bottom: -20px;
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

form label {
    font-size: 17px;
    font-weight: 400;
    color: #20577e;
    width: 100%;
}

form input[type="text"],
textarea {
    width: 100%;
    border: 1px solid #20577e;
    height: 38px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

form textarea {
    height: 150px;
    padding-top: 8px;
    resize: none;
}

::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #bebebe;
}

:-moz-placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #bebebe;
}

::-moz-placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #bebebe;
}

:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #bebebe;
}

form button {
    background: #004555;
    border: 2px solid #004555;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 30px;
    float: right;
    margin-left: 25px;
    border-radius: 15px;
    outline: none;
    margin-top: 20px;
}

form button:hover {
    background: #fff;
    color: #004555;
    transition: 0.2s;
    text-decoration: none;
}

form .check {
    font-size: 14px;
    color: #5f5f5f;
}

form .check span {
    font-weight: 600;
    color: #20547c;
}

form .check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.breadcrumb {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 470px;
}

.breadcrumb .number {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #8c8c8c;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    font-weight: 600;
    color: #8c8c8c;
    position: absolute;
    z-index: 999;
    background: #fff;
}

.breadcrumb .number:before {
    content: "";
    width: 36px;
    height: 36px;
    background: transparent;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 63px;
    border: 2px solid #fff;
}

.breadcrumb .line {
    width: 50%;
    position: absolute;
    height: 2px;
    top: 27px;
    background-color: #8c8c8c;
}

.breadcrumb .line.active {
    background-color: #d8761b;
}

.breadcrumb .number:nth-child(1) {
    left: 0px;
}

.breadcrumb .number:nth-child(1):after {
    content: "Encontre um Consultor";
    width: 62px;
    line-height: 12px;
    height: 37px;
    left: -13px;
    position: absolute;
    top: -29px;
    font-size: 11px;
    font-weight: 400;
    color: #8c8c8c;
}

.breadcrumb .number:nth-child(3) {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb .number:nth-child(3):after {
    content: "Preencher seus dados pessoais";
    width: 77px;
    line-height: 12px;
    height: 37px;
    left: -18px;
    position: absolute;
    top: -29px;
    font-size: 11px;
    font-weight: 400;
    color: #8c8c8c;
}

.breadcrumb .number:nth-child(5) {
    right: 0px;
}

.breadcrumb .number:nth-child(5):after {
    content: "Cadastro Concluido";
    width: 62px;
    line-height: 12px;
    height: 37px;
    top: 1px;
    left: -13px;
    position: absolute;
    top: -29px;
    font-size: 11px;
    font-weight: 400;
    color: #8c8c8c;
}

.breadcrumb .line:nth-child(1) {
    left: 0px;
}

.breadcrumb .line:nth-child(2) {
    right: 0px;
}

.bx-login h4 {
    font-size: 20px;
    font-weight: 700;
    color: #004557;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.bx-login h5 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: 500;
    color: #5c9eac;
    width: 130px;
    text-align: center;
    margin-top: 60px;
    background: #f5f5f5;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
}

.bx-login .esqueci-senha {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    color: #004555;
    margin-top: -15px;
    margin-bottom: 35px;
}

.bx-login .midas-social {
    border-top: 1px solid #7bafbc;
    margin-top: -18px;
    padding-top: 18px;
}

.bx-login .midas-social .logo-social {
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
}

.bx-login .midas-social .text-cadastro {
    text-align: center;
    display: block;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #3a6b8c;
    text-decoration: none;
}

.bx-login .midas-social .text-cadastro span {
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

.bx-login .midas-social .text-cadastro span:hover {
    text-decoration: underline;
}

.bx-cadastro .breadcrumb .number:nth-child(1) {
    background: #d8761b;
    color: #d8761b;
    border: 1px solid #d8761b;
}

.bx-cadastro .breadcrumb .number:nth-child(1):after {
    color: #d8761b;
}

.bx-cadastro form {
    margin-top: 50px;
}

.bx-cadastro form span {
    font-size: 11px;
    font-weight: 400;
    color: #848484;
    position: relative;
    top: -5px;
}

.btn-avancar {
    background: #d7761b;
    border: 2px solid #d7761b;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 35px;
    display: block;
    width: 120px;
    text-align: center;
}

.btn-avancar:hover {
    background: #fff;
    color: #d7761b;
    transition: 0.2s;
    text-decoration: none;
}

iframe {
    margin-top: -52px;
}

.bx-cadastro-dados .breadcrumb {
    margin-bottom: 80px;
}

.bx-cadastro-dados h4 {
    font-size: 18px;
    font-weight: 600;
    color: #014656;
    text-transform: uppercase;
    text-align: center;
}

.bx-cadastro-dados .dados {
    font-size: 13px;
    font-weight: 400;
    color: #646464;
    text-align: center;
}

.bx-cadastro-dados .dados .posicao {
    font-size: 13px;
    font-weight: 400;
    color: #646464;
    text-align: center;
    text-transform: none;
    display: block;
    background-image: url("../img/diamond.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    line-height: 29px;
}

.bx-cadastro-dados .dados img {
    max-width: 100%;
    width: 150px;
    border-radius: 200px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.bx-cadastro-dados .dados span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: -4px;
}

.bx-cadastro-dados .dados a {
    font-size: 13px;
    font-weight: 400;
    color: #646464;
    text-align: center;
    display: block;
}

.bx-cadastro-dados .btn-avancar {
    float: right;
}

.bx-cadastro-dados .voltar {
    font-size: 19px;
    font-weight: 400;
    color: #c2c2c2;
    float: left;
    margin-top: 27px;
}

.bx-cadastro-dados form {
    padding-left: 40px;
    border-left: 1px solid #d1d1d1;
    margin-bottom: 0px;
    padding-bottom: 25px;
}

.bx-cadastro-dados .breadcrumb .number:nth-child(1) {
    background: #d8761b;
    color: #d8761b;
    border: 1px solid #d8761b;
}

.bx-cadastro-dados .breadcrumb .number:nth-child(1):after {
    color: #d8761b;
}

.bx-cadastro-dados .breadcrumb .number:nth-child(3) {
    background: #d8761b;
    color: #d8761b;
    border: 1px solid #d8761b;
}

.bx-cadastro-dados .breadcrumb .number:nth-child(3):after {
    color: #d8761b;
}

.bx-cadastro-dados .text-dados {
    font-size: 15px;
    font-weight: 400;
    color: #d8761b;
    margin-bottom: 20px;
}

.bx-cadastro-dados .text-dados span {
    font-weight: 600;
}

.bx-cadastro-finalizado h3 {
    font-size: 32px;
    font-weight: 600;
    color: #d8761b;
    text-align: center;
    letter-spacing: 3px;
}

.bx-cadastro-finalizado h4 {
    font-size: 18px;
    font-weight: 400;
    color: #1f557b;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 120px;
}

.bx-cadastro-finalizado .breadcrumb .number:nth-child(1) {
    background: #d8761b;
    color: #d8761b;
    border: 1px solid #d8761b;
}

.bx-cadastro-finalizado .breadcrumb .number:nth-child(1):after {
    color: #d8761b;
}

.bx-cadastro-finalizado .breadcrumb .number:nth-child(3) {
    background: #d8761b;
    color: #d8761b;
    border: 1px solid #d8761b;
}

.bx-cadastro-finalizado .breadcrumb .number:nth-child(3):after {
    color: #d8761b;
}

.bx-cadastro-finalizado .breadcrumb .number:nth-child(5) {
    background: #d8761b;
    color: #d8761b;
    border: 1px solid #d8761b;
}

.bx-cadastro-finalizado .breadcrumb .number:nth-child(5):after {
    color: #d8761b;
}

.bx-cadastro-finalizado .breadcrumb {
    margin-bottom: 60px;
}

.bx-index .banner {
    background-image: url("../img/bkg-banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 190px;
    position: relative;
    background-color: #040f21;
    padding-bottom: 15px;
}

.bx-index .banner .sifrao_esquerda {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 251px;
    margin-top: 110px;
    height: 454px;
    background-image: url("../img/sifrao_esquerda.png");
    z-index: 999;
}

.bx-index .banner .sifrao_direita {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 257px;
    z-index: 999;
    margin-top: 110px;
    height: 472px;
    background-image: url("../img/sifrao_direita.png");
}

.bx-index .banner .titulo {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;
    margin-bottom: 35px;
}

.bx-index .banner .titulo span {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    display: block;
    letter-spacing: 0px;
    text-align: center;
    margin-top: -8px;
}

.bx-index .banner .content-bolas {
    background: #fff;
}

.bx-index .banner .bx-bolas {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    margin-bottom: 10px;
}

.bx-index .banner .bx-bolas .titulo-premio {
    font-size: 18px;
    font-weight: 600;
    color: #354664;
    float: left;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    top: 14px;
}

.bx-index .banner .bx-bolas .number {
    background-image: url(../img/bolas-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    float: left;
    margin-left: 10px;
}

.bx-index .banner .bx-bolas .grupo {
    font-size: 28px;
    font-weight: 600;
    color: #ae0e0a;
    float: left;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 90px;
    margin-top: 5px;
}

.bx-index .banner .bx-bolas .grupo .titulo-grupo {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    margin-top: -45px;
}

.bx-index .banner .dados-resultado {
    font-size: 18px;
    font-weight: 400;
    color: #1f557b;
    margin-top: 20px;
    line-height: 23px;
    text-align: center;
}

.bx-index .banner .dados-resultado span {
    font-weight: 600;
    font-size: 19px;
}

.bx-index .btn-apostar {
    width: 300px;
    margin-left: auto;
    transition: 0.3s;
    margin-right: auto;
    display: block;
    background: #fff;
    border: 2px solid #ae0e0a;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #ae0e0a;
    text-transform: uppercase;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 25px;
    outline: none;
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
}

.bx-busca .btn-apostar {
    width: 150px;
    margin-left: auto;
    transition: 0.3s;
    margin-right: auto;
    display: block;
    background: #ae0e0a;
    border: 1px solid #ae0e0a;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 25px;
    outline: none;
    text-decoration: none;
}

.bx-index .btn-apostar:hover {
    background: #ae0e0a;
    color: #fff;
}

.bx-busca .btn-apostar:hover {
    width: 150px;
    margin-left: auto;
    transition: 0.3s;
    margin-right: auto;
    display: block;
    background: #000060;
    border: 1px solid #000060;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 25px;
    outline: none;
    text-decoration: none;
}

.bx-index h2 {
    font-size: 33px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000060;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bx-index .bx-nav {
    text-align: center;
}

.bx-index .bx-nav .titulo {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #00015e;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bx-index .bx-nav .texte {
    font-size: 14px;
    font-weight: 400;
    color: #1f557b;
}

.bx-index .bx-nav img {
    margin-bottom: 20px;
    margin-top: 20px;
}

.bx-informacoes {
    background-image: url("../img/bg_resultados.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 65px;
}

.bx-informacoes .bx-busca {
    width: 570px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.bx-informacoes .bx-busca .titulo-busca {
    float: left;
    font-size: 22;
    font-weight: 600;
    color: #ae0e0a;
    float: left;
    line-height: 41px;
}

.bx-informacoes .bx-busca input {
    float: left;
    margin-left: 10px;
    width: 190px;
    font-size: 18px;
    font-weight: 600;
    color: #ae0e0a;
    padding: 7px 10px;
    border: 1px solid;
}

.bx-informacoes .bx-video {
    margin-bottom: 40px;
}

.bx-informacoes .bx-video .titulo {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #d7761b;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.bx-informacoes .bx-video .resumo {
    font-size: 14px;
    font-weight: 400;
    color: #1f557b;
}

.bx-informacoes .bx-video iframe {
    margin-top: 15px;
}

.bx-informacoes .bx-resultado {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 25px;
}

.bx-informacoes .bx-resultado .loteria {
    font-size: 19px;
    font-weight: 500;
    color: #01005d;
    display: block;
    letter-spacing: 0px;
}

.bx-informacoes .bx-resultado .bx-bolas {
    text-align: center;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    margin-bottom: 10px;
}

.bx-informacoes .bx-resultado .bx-bolas .titulo-premio {
    font-size: 22;
    font-weight: 600;
    color: #ae0e0a;
    float: left;
    line-height: 60px;
}

.bx-informacoes .bx-resultado .bx-bolas .number {
    background-image: url(../img/bolas-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    float: left;
    margin-left: 10px;
}

.bx-informacoes .bx-resultado .bx-bolas .grupo {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ae0e0a;
    border-radius: 90px;
    margin-top: 5px;
}

.bx-informacoes .bx-resultado .bx-bolas .grupo .titulo-grupo {
    font-size: 20px;
    font-weight: 600;
    color: #ae0e0a;
    position: absolute;
    margin-top: -45px;
}

.bx-informacoes .bx-resultado .dados-resultado {
    font-size: 14px;
    font-weight: 400;
    color: #1f557b;
    margin-top: 20px;
    line-height: 24px;
}

.bx-informacoes .bx-resultado .dados-resultado span {
    font-weight: 600;
    font-size: 16px;
}

.bx-informacoes .btn-apostar {
    margin-top: 15px;
}

@media (max-width: 1320px) {
    .bx-index .banner {
        background-size: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bx-index .bx-nav img {
        width: 100%;
    }
    .bx-informacoes .bx-resultado .bx-bolas .number {
        background-image: url(../img/bolas-banner.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 47px;
        width: 47px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        float: left;
        margin-right: 0px;
    }
    .bx-informacoes .bx-resultado .bx-bolas .grupo {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin-top: 0px;
    }
    .bx-informacoes .bx-resultado .bx-bolas .grupo .titulo-grupo {
        display: none;
    }
    .bx-informacoes .bx-resultado .bx-bolas .titulo-premio {
        float: initial;
    }
    .bx-informacoes .bx-resultado .titulo {
        text-align: center;
        font-size: 16px;
    }
    .bx-index .banner {
        padding-top: 190px;
        position: relative;
    }
    .bx-index h2 {
        font-size: 29px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1050px) {
    .bx-index .banner .sifrao_direita {
        display: none;
    }
    .bx-index .banner .sifrao_esquerda {
        display: none;
    }
    header .consultor {
        display: none;
    }
}

@media (max-width: 991px) {
    .bx-index .banner .sifrao_direita {
        display: none;
    }
    .bx-index .banner .sifrao_esquerda {
        display: none;
    }
}

@media (max-width: 767px) {
    header .login,
    .cadastro {
        margin-top: 17px;
    }
    footer .line {
        margin-top: 25px;
    }
    footer .link {
        margin-top: -14px;
    }
    .bx-cadastro-dados form {
        padding-left: 0;
        border-left: none;
        padding-top: 20px;
        border-top: 1px solid #d1d1d1;
        margin-bottom: 0px;
        padding-bottom: 25px;
        margin-top: 30px;
    }
    .bx-cadastro-dados .dados img {
        width: 150px;
        border-radius: 200px;
        margin-top: 5px;
        margin-bottom: 8px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .bx-cadastro-dados .dados .posicao {
        font-size: 13px;
        font-weight: 400;
        color: #646464;
        text-align: center;
        text-transform: none;
        display: block;
        background-image: none;
    }
    .bx-informacoes .bx-resultado .titulo {
        text-align: center;
    }
    .bx-informacoes .bx-resultado .dados-resultado {
        text-align: center;
    }
    .bx-informacoes .bx-resultado .bx-bolas {
        max-width: 480px;
        width: 100%;
    }
    .bx-informacoes {
        background-image: none;
    }
}

@media (max-width: 640px) {
    header.index {
        padding-top: 10px;
    }
    .bx-index .banner .titulo {
        font-size: 35px;
    }
    .bx-index .banner .titulo span {
        font-size: 15px;
    }
    .bx-index .banner .bx-bolas {
        max-width: 452px;
        margin-bottom: 20px;
    }
    .bx-index .banner .bx-bolas .number {
        background-image: url(../img/bolas-banner.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 60px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        float: left;
        margin-left: 10px;
    }
    .bx-index .btn-apostar {
        width: 253px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        padding: 9px 15px;
        border-radius: 25px;
        outline: none;
        margin-top: 36px;
        text-decoration: none;
        cursor: pointer;
    }
    .bx-informacoes .bx-busca input {
        float: initial;
        width: 250px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    .bx-busca .btn-apostar {
        float: initial;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }
    .bx-informacoes .bx-busca {
        width: 100%;
        text-align: center;
    }
    .bx-informacoes .bx-busca .titulo-busca {
        float: none;
    }
    .bx-index .banner .dados-resultado {
        font-size: 15px;
        font-weight: 400;
        color: #1f557b;
        margin-top: 19px;
        line-height: 22px;
        text-align: center;
    }
    .bx-index .banner .dados-resultado span {
        font-weight: 600;
        font-size: 17px;
    }
    .bx-index .banner {
        padding-top: 150px;
    }
    .bx-index .bx-nav img {
        text-align: center;
        width: 80px;
    }
    .bx-index h2 {
        font-size: 25px;
        margin-top: 25px;
    }
}

@media (max-width: 570px) {
    header .logo {
        height: 120px;
        margin-left: 0px;
    }
    header .bx-app {
        top: 10px;
        right: 0px;
    }
}

@media (max-width: 520px) {
    .bx-informacoes .bx-resultado .bx-bolas .number {
        background-image: url(../img/bolas-banner.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 47px;
        width: 47px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        float: left;
        margin-right: 0px;
        margin-left: 8px;
    }
    .bx-informacoes .bx-resultado .bx-bolas .titulo-premio {
        float: initial;
    }
    .bx-informacoes .bx-resultado .bx-bolas .grupo {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin-top: 0px;
    }
    .bx-informacoes .bx-resultado .bx-bolas .grupo .titulo-grupo {
        margin-top: -40px;
        font-size: 17px;
    }
    .bx-informacoes .bx-resultado .loteria {
        text-align: center;
    }
    .bx-informacoes .bx-resultado .bx-bolas {
        max-width: 293px;
    }
}

@media (max-width: 482px) {
    .bx-index .banner .bx-bolas .titulo-premio {
        font-size: 18px;
        font-weight: 600;
        color: #354664;
        float: initial;
        background: #fff;
        padding: 3px 10px;
        width: 115px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        position: initial;
        top: initial;
    }
    .bx-index .banner .bx-bolas .number {
        background-image: url(../img/bolas-banner.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50px;
        width: 50px;
        height: 50px;
        line-height: 52px;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        float: left;
        margin-left: 5px;
    }
    .bx-index .banner .bx-bolas {
        max-width: 275px;
    }
    .bx-index .banner .bx-bolas .grupo {
        font-size: 22px;
        font-weight: 600;
        color: #ae0e0a;
        float: left;
        margin-left: 10px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #fff;
        border-radius: 90px;
        margin-top: 5px;
    }
    .bx-index .banner .bx-bolas .grupo .titulo-grupo {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: absolute;
        margin-top: -40px;
    }
}

@media (max-width: 479px) and (orientation: portrait) {
    header .cadastro {
        display: none;
    }
    footer .link {
        display: none;
    }
    footer .link-right {
        display: none;
    }
    footer .line {
        display: none;
    }
    footer {
        padding-bottom: 0px;
    }
    body .bx-login {
        padding-top: 10px;
        padding-bottom: 20px;
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    form label {
        font-size: 15px;
    }
    .bx-cadastro-finalizado h3 {
        font-size: 20px;
        letter-spacing: 0px;
    }
    .bx-cadastro-finalizado h4 {
        font-size: 15px;
    }
    body .bx-cadastro-finalizado {
        padding-top: 60px;
    }
    body .bx-cadastro {
        padding-top: 60px;
    }
    body .bx-cadastro-dados {
        padding-top: 60px;
    }
    .bx-cadastro-finalizado h4 {
        font-size: 18px;
        font-weight: 400;
        color: #1f557b;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .bx-index .banner .dados-resultado {
        display: none;
    }
    .bx-index .banner .titulo {
        font-size: 30px;
    }
    .bx-index h2 {
        font-size: 22px;
        margin-bottom: 5px;
        font-weight: 600;
        color: #000060;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .bx-index h2 {
        font-size: 22px;
        margin-bottom: 5px;
        font-weight: 600;
        color: #000060;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0px;
    }
    .bx-informacoes .bx-resultado .dados-resultado span {
        display: block;
    }
    .bx-informacoes .bx-resultado .dados-resultado {
        line-height: 18px;
    }
    .bx-informacoes .bx-resultado {
        padding-bottom: 0px;
    }
    .bx-informacoes .bx-resultado .titulo {
        line-height: 20px;
    }
}

@media (max-width: 360px) {
}
