body {
    background: #f9f9f9
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

a {
    color: #222
}
a:hover {
    color: #666
}
.texto {
    font-weight: 400;
    font-size: 14pt;
    color: #555;
    line-height: 30px;
}
.capaGrande {
    max-width: 540px
}
.capaMedia {
    max-width: 270px
}
.capaPequena {
    max-width: 135px
}
.tempoCarregamento {
    font-size: .7em;
    float: right
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pagination>li>a,
.pagination>li>span {
    color: #333
}
.pagination span.active {
    background: #555;
    color: #fff;
    border: none
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
.hljs {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}
.slide img {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}
iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}
.iconeEmail {
    font-size: 10em;
    color: #999
}


/* alex dias*/



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header a img{
    width: 50px;
    height: 50px;
}

.campoJogos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}



.card{
    width: 320px;
    height: 402px;
    margin: 20px;
}
.lotofacil{
    background-color: #81508B;
}
.Indlotofacil{
    background-color: #81508B;
}
.megasena, .msvirada{
    background-color: #00A74D;
}
.duplasena{
    background-color: #A61B20;
}
.quina{
    background-color: #173760;
}
/* ESTILO DO MENU MOBILLE */
.btn-abrir-menu-mobille{
    color: #00A74D;
    font-size: 40px;
    text-align: right;
}

.menu-mobille{
    background-color: #212529;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 0%;
    overflow: hidden;
    transition: .3s;
}
.menu-mobille.abrir-menuJs{
    width: 65%;
}
.menu-mobille.abrir-menuJs ~ .overlay-menu{
    display: block;
}
.menu-mobille .btn-fechar{
    color: #00A74D;
    font-size: 30px;
    font-weight: 400;
    padding: 20px 4%;
    
}
.menu-mobille .btn-fechar i{
    color: #00A74D;
    font-size: 25px;

}
.menu-mobille nav ul{
    text-align: right;
    list-style-type: none;
}
.menu-mobille nav ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 6%;
    display: block;
}
.menu-mobille nav ul li a:hover{
    background-color: #00A74D;
    color: #000;
}
.overlay-menu{
    background-color: #000000d0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
}


.cardTopo{
   /* width: 100%;*/
    height: 75px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-siderbar{
    width: 300px;
    margin: 5px auto;

}

.infoBolao{
    /*width: 100%;
    height: 250px;*/
    display: flex;
}
.infoLeft{
    width: 55%;
    height: 250px;
    background-color: #767A83;
}

.infoRight{
    width: 45%;
    height: 250px;
    background-color: #EBEBEB;
    color: #767A83;
}
.infoConc{
    width: 100%;
    height: 70px;
    text-align: center;
}
.cotaDisp{
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    font-weight: bold;
}
.totCotas{
    width: 100%;
    height: 50px;
    text-align: center;
}
.cotDis{
    font-size: 15px;
}
.ttCotas,
.concurso,
.prevPremio{
    font-size: 12px;
    font-weight: bold;
}
.concurso,
.ttCotas{
    color: #EBEBEB;
}
.prevPremio,
.cotaDisp,
.cotDis{
    color: white;
}
.descBolao{
    /*width: 100%;*/
    height: 85px;
    text-align: center;
}
.concBol
{
    font-size: 15px;
    font-weight: bold;
}
.qtdJogos{
    font-size: 12px;
    font-weight: bold;
}
.diaBolao{
    /*width: 100%;*/
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #767A83;
}
.valorCota{
    width: 100%;
    height: 85px;
    text-align: center;
    color: white;
    /*border-top: 1px solid #767A83;*/
}
.vlCota{
    font-size: 15px;
    font-weight: bold;
    /*margin: 25px;*/
    line-height: 30px;
}
.precoCota{
    font-size: 25px;
    font-weight: bold;
}
.cardBaixo{
    height: 75px;
    background: #EBEBEB;
}


.cardBaixoEncerrado{
   
    background: #383838;
  

    width: 100%;
    height: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .participe{
    padding: 12px;
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}
.participe:hover{
    background-color: #3069ec;
}
.bolaoEncerrado{
    padding: 12px;
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}


/* descricao do post.html*/
.descJogos{
    width: 600px;
}
.verm{
    color: red;
    font-weight: bold;
}
.button-card{
    text-decoration: none ;
    color: #fff;
}
.barraSaldo{
    display: flex;
    justify-content: center;
    background-color: dark;
}
.saldo{
    display: flex;
    justify-content: center;
    Text-align:left;
    color:white;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    border: #767A83 solid 1px;
    border-radius: 10px;
    padding: 5px;
    
}
.postJogos{
    font-size: 10px;
}

.sider{
    width: 315px;
    
}
.butaoCreditoDigite{
    
    width: 400px;
    justify-content: center;
    Text-align:center;
    align-items: center;
}

.butaoCredito{
    width: 100%;
    justify-content: center;
    Text-align:center;
    align-items: center;
}
.butaomaisEmenos{
    height: 40px;
    width: 35px;
    margin: 3px;
    border: 3px;
    font-weight: bold;
    font-size: 20px;
}

.rescaixa{
    display: flex;
    justify-content: center;
}
.rescaixa-ganhadores{
    margin: 5px 8px;
}
.resLot{
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 10px;
    margin: 1px;
    color: white;
}
.loteriaRes{
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    margin: 1px;
    color: white;
    letter-spacing: 2px;
}
.infoRes{
    justify-content: center; 
    align-items: center; 
    text-align: center;
}

.rateio{
        margin-top: 5px;
}

.smmol{
    font-size: 10px;
}

.labelCreditar{

    width: 300px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
          
   }


   /*topo olho */

.olho input{
    width: 100px;
    border: 0;
    outline: 0;
    text-align: left;
    color: #fff; 
    font-weight: bold;   
}
.olho i{
    font-size: 21px;
    cursor: pointer;
    position: absolute;
    right: 16%;
    color: #7d7b7b;


}


   @media screen and (max-width: 1000px){
     .siderbar-site{
        display: none;
     }
   }




