html { 
  background: url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


html, body { height:100%;}

body {font-family: 'Asap', sans-serif;}
.img-topo {width: 100%; margin: 50px auto 0 auto;}
.img-topo img {width: 100%;}
.texto {max-width: 700px;  text-align: center; margin: 50px auto; padding: 0 10px;}
.texto p, .texto strong {display:block; font-size: 12pt; color: #fff; line-height: 1.5;}
.texto strong {font-weight: 600; margin: 20px 0 40px 0;}
.resultado strong {font-size: 20pt;}
.texto .logo {margin-top: -35px; margin-bottom: 60px;}    
    
 .geral {
    min-height:100%;
    position:relative;
    width:100%;
}

.footer {
    position:absolute;
    bottom:0;
    width:96%;
}

a {color: #fff; text-decoration: none;}
a:hover {text-decoration: underline; cursor:pointer;}

.content {overflow:hidden; .content overflow: hidden; padding-bottom: 100px;}  
   
.texto .caixa-busca {position: relative;}
.texto .campo-consulta  {padding: 10px 5px;width: 70%; text-align: center; border: 1px solid #00a091; border-radius: 5px; font-size: 10pt;}
.texto .buscar {width: 38px; position: absolute; top: -9px; right: -2px;}
.texto .buscar:hover {cursor: pointer;}
.texto .buscar img {width: 38px;}

.promocao-mobile {display: none;}

.resultado {line-height: 16pt; margin-top: 30px; color: #fff;}
.resultado strong {margin: 0;}

.rodape {text-align: center; padding: 30px 10px;} 
.rodape p {color:#fff; font-size: 10pt; line-height: 1.5;}


.font-10 {font-size: 10pt!important;}
.numero-sorte {margin-top: 28px !important; font-size: 25pt!important;} 
.cicle-ganhador  { height: 700px; width: 700px; margin: 100px 100px auto; float: right;}

.ganhadores {width: 100%; margin-bottom: 20px;}
.ganhadores thead tr th {padding: 10px 5px; background: #003641; color:#fff;}  
.ganhadores tbody tr {border-bottom:1px solid #fff;} 
.ganhadores tbody tr td {padding: 10px 5px; color:#fff; font-size: 10pt;} 
.center {text-align: center;}
.left {text-align: left}



.preloader {
    background-color: #ffffff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloader span {
    background: #e1e1e1;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: auto;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}

.preloader span img {margin-top: 15px; }

.vencedora {
    margin: 20px 0 0 0 !important;
    font-size: 38px !important;
     margin-bottom: 0px !important;
}

.dados-vencedor {margin-bottom: 30px;}

@media (max-width: 1570px) {
    .cicle-ganhador, .texto {max-width: 660px;}
    .cicle-ganhador {margin: 10px 100px auto;}
}

@media (max-width: 1560px) {
    .texto {margin: 0px auto;}
    .img-topo {margin: 50px auto 0px auto;}
}
@media (max-width: 1230px) {
    .cicle-ganhador, .texto {
        max-width: 550px;
    }
}

@media (max-width: 1024px) {
     html { background: url("../img/bg-1024.jpg") no-repeat center center fixed;}
     .cicle-ganhador {float: none; margin: 100px auto;}
}

@media (max-width: 990px) {
    .texto { margin: 0px auto; }
    html { background: url("../img/bg-mobile.jpg") no-repeat center center fixed;}
    .promocao-mobile, .texto .logo {display: inline;}
    .promocao-mobile h1 {font-size: 50pt; font-weight: 600; color: #fff; margin-bottom: 10px;}
    .promocao-mobile h3 {color: #fff; font-size: 20pt; margin-bottom: 60px;}
    .rodape p {font-size: 8pt;}
    .promocao-mobile h1 {margin-top: 60px;}
    .texto .logo {margin-bottom: 40px;}
}

@media (max-width: 770px){
    .texto p, .texto strong {font-size: 11pt;}
    .cicle-ganhador, .texto { max-width: 600px;}
    .numero-sorte {margin-top: 5px !important;}
    .vencedora { font-size: 25pt !important;}
}

@media (max-width: 600px){
    .cicle-ganhador, .texto {
        max-width: 450px;
    }
}
@media (max-width: 460px){
    .ganhadores {
        width: 100%;
         margin: 0 auto;
    }
    .cicle-ganhador, .texto {
         max-width: 380px;
    }
    .ganhadores tbody tr td, .ganhadores thead tr th {
     font-size: 10px;
    }
}
@media (max-width: 415px){
    .promocao-mobile h1 {font-size: 30pt;}
    .promocao-mobile h3 {font-size: 14pt;}
    .texto .logo {width: 20%;}
    .cicle-ganhador, .texto { max-width: 410px;}
}

@media (max-width: 375px) {
    .rodape {padding: 10px 10px;}
    .rodape p {font-size: 6pt;}
    .cicle-ganhador, .texto { max-width: 350px;}
    .texto .campo-consulta {width: 100%;}
}

@media (max-width: 360px) {
    .texto p, .texto strong {font-size: 9pt;}
    .cicle-ganhador, .texto {max-width: 300px;}
    .texto .campo-consulta { width: 100%;}
    .promocao-mobile h1 {font-size: 36pt;}
}

