#contador {
  width: 100%;
  background: #fff;
  font-size: 0.9em;
  min-width: 1050px
}
.e5 {
  display: none;
}
#background-logado #contador {
  font-size: 0.9em;
  min-width: 100%
}
  .contador-left {
      position: absolute;
      left: 0px;
      top: 38%;
      height:24%;
      z-index: 5;
      cursor: pointer;
  }
  .contador-right{
      position: absolute;
      right: 0px;
      top: 38%;
      height:24%;
      z-index: 5;
      cursor: pointer;
  }
#contador .swiper-contador {
    width: 95%;
    padding: 10px 0;
    max-height: 140px;
}
#background-logado #contador .swiper-contador {
    width: 100%;
    padding: 0px 0px 10px 0px;
    height: auto;
    max-height: 110px;
}

/*********************FRENTE **************************/
.jogos_frente {
  padding: 5px 0px;
  position: relative;
  display: table;
  width: 100%;
}
#background-logado .jogos_frente {
  padding: 0px 0px;
  position: relative;
  display: table;
  width: 600px;
  margin: 0 auto;

} 
  .jogos_frente .status {
    width: 28%;
    margin-left: 6%;
    float: left;
    position: relative;
    text-align: right;
    display: block;
    height: 120px;
  }
  #background-logado .jogos_frente .status {
    width: 330px;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
    position: relative;
    text-align: right;
    display: block;
    height: 110px;
  }
    .jogos_frente .conteudo {
      position: absolute;  
      right: 0px;
      padding-top: 35px;   
    }
    #background-logado .jogos_frente .conteudo {
      position: absolute;  
      right: 0px;
      padding-top: 0px;   
      width: 100%;
    } 
    .jogos_frente .status h2 {
        font-family: "media";
        font-size: 1.4em;
        margin-bottom: 6px;
    }
    .jogos_frente .status h3 {
        font-family: "media";
        font-size: 1.4em;
        margin-bottom: 6px;
        color: #dc5757;
    }
    .jogos_frente .status h4,
    .jogos_frente .status h1,
    #background-logado .jogos_frente .status h2,
    #background-logado .jogos_frente .status h3,
    #background-logado .jogos_frente .status p {
        display: none;
    }
    #background-logado .jogos_frente .status h1 {
      margin-bottom: 5px;
      display: block;
      font-size: 1.5em;
    }
    #background-logado .jogos_frente .status h4 {
      text-transform: lowercase;
      display: block;
      font-family: thin;
    }
    .jogos_frente .status .pontos {
        font-size: 1.2em;
        margin: -2px 2px -4px 2px;
        padding: 0.1em 0.3em;
        border-radius: 0.2em;
        border: 1px solid #666;
        color: #000;
        display: inline-block;
    }
  .jogos_frente .times {
    width: 24%;
    margin-left: 3%;
    padding: 10px 0;
    position: relative;
    float: left;
    height: 110px;
    text-align: center;
  }
  #background-logado .jogos_frente .times {
    display: none;

  }
    .jogos_frente .times img {
      height: 100px;
      display: inline-block;
    }

  .jogos_frente .relogio {
    width: 32%;
    position: absolute;
    right: 4%;
    padding: 25px 0px 0px 0px;
  }
  #background-logado .jogos_frente .relogio {
    width: 330px;
    right: none;
    left: 0px;
    top: 55px;
    padding: 0px 0px 0px 0px;
    text-align: right;
  }
    .jogos_frente .relogio .contador {
        margin: 4px 0px 2px -2px;
        font-size: 2.0em;
    }
    #background-logado .jogos_frente .relogio .contador {
        margin: 4px 0px 2px -2px;
        font-size: 1.6em;
    }
      .jogos_frente small {
          font-size: 0.5em;
          display: inline-block;
          padding: 0px 0.5em 0px 0.3em;
          }
/***VENDA ABERTA *****/
    .venda_aberta .aberta {
        display: block;
        padding-top: 10px;
    }
    .venda_aberta .encerrada {
        display: none;
    }
    #background-logado .venda_aberta .jogos_frente .relogio {
      color: #36C;
    }
/***VENDA ENCERRADA *****/
    .venda_encerrada .aberta {
        display: none;
    }
    .venda_encerrada .encerrada {
        display: block;
        padding-top: 10px;
    }
      .venda_encerrada .encerrada span{
          font-size: 1.5em;
          text-transform: lowercase;
          padding-top: 5px;
          display: block;
      }
    .venda_encerrada  .jogos_frente .relogio {
      color: #dc5757;
    }
  .setores {
      display:none;
  }
  .setores .e5 {
    position: absolute;
    z-index: 9999;
    top: -10%;
    right: -10%;
    width: 100px;
    height: 100px;
    background: blue;
    display: none    
  }
  #background-logado .setores {
    display: inline-block;
    float: right; 
    width: 240px;
    vertical-align: middle;
    text-transform: lowercase;
    font-size: 1em;
  }
  #background-logado .setores .e5 {
    position: absolute;
    z-index: 9999;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    background: blue;
    display: none;     
  }

/*********************FUNDO **************************/
.jogos_fundo {
    text-align:center;
    width:800px;
    margin: 10px auto;
    display: none;
}
#background-logado .jogos_fundo {
    text-align:center;
    width:700px;
    margin: 0px auto;
    display: none;
}
  .jogos_fundo .left {
    width: 40%;
    float: left;
    line-height: 140%;
    text-align:right;
  }
  #background-logado .jogos_fundo .left {
    display: none;
  }
  .jogos_fundo .right {
    width: 55.5%;
    float: right;
    border-left: 0px solid #ccc;
    padding-left: 0px
  }
  #background-logado .jogos_fundo .right {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .jogos_fundo h2{
      font-size: 1.5em;   
      margin-top: 10px;
      font-family: "media";
  }
  .jogos_fundo h3{
      font-size: 1em;
      margin-top: 7px;
      font-family: thin;
  }
  .jogos_fundo p{
      font-size: 1em;
      text-align: left;
      margin: 0% 0%;
      padding: 0% 2%;
      line-height: 140%;
  }
  #background-logado .jogos_fundo p {
    text-align: center;
    font-size: 1.1em;
  }
    .jogos_fundo .ct {
        text-transform: lowercase;
    }
  .jogo-conteudo .beneficiados {
      display:none;
  }
/**** setores*****/

.liberado {
    color: #36C;

}
.esgotado {
    color: #dc5757;
}
.normal {
    color: #333;
}
.sem-jogo {
  padding: 0.5% 10px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.3em;
  font-family: media;
}
#background-logado  .sem-jogo {
  padding: 0px ;
  margin: 0px;
  text-align: center;
  display: block;
  font-size: 1.2em;
  font-family: bold;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #contador {
      font-size: 0.85em;
      min-width: 100%;
    }
    #background-logado #contador .swiper-contador {
        width: 100%;
        padding: 0px 0px;
        max-height: 100px;
    }
    #background-logado .jogos_frente .status {
      width: 300px;
      height: 100px;
    }
    #background-logado .jogos_frente .relogio {
    width: 300px;
    right: none;
    left: 0px;
    bottom: 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    }
    #background-logado .setores {
      display: inline-block;
      float: right; 
      width: 280px;
      vertical-align: middle;
      text-transform: lowercase;
      font-size: 1em;
     }
     #background-logado .jogos_fundo {
      text-align:center;
      width:500px;
      margin: 5px auto;
      display: none;
      }
      #background-logado .jogos_frente .times {
        display: none;
      }
        .jogos_frente .times {
          width: 26%;
        }
        .jogos_frente .times img {
          height: 80px;
          display: inline-block;
          margin-top: 7px;
        }
        #background-logado .jogos_frente .times img {
          height: 95px;
          display: inline-block;
          margin-top: 5px;
        }
        .jogos_fundo {
          text-align:center;
          width:100%;
          margin: 20px auto;
          display: none;
      }
}

@media only screen and (min-width : 1300px){
  #contador .swiper-contador {
      height: auto;
  }
    .jogos_frente .status {
      width: 30%;
    }
    .jogos_frente .times {
      width: 21%;
      margin-left: 2%;
    }
    .jogos_frente .relogio {
      width: 35%;
    }
}
@media only screen and (min-width : 1550px){
    .jogos_frente .status {
      width: 32%;
    }
    .jogos_frente .times {
      width: 18%;
      margin-left: 2%;
    }
    .jogos_frente .relogio {
      width: 36%;
    }
}

@media only screen and (max-device-width : 700px), screen and (max-width : 568px) {
#contador {
  margin-bottom: 15px;
  min-width: 100%;
}
  .contador-left {
      position: absolute;
      left: 0px;
      top: 45%;
      margin-top: -15px;
      width: 25px;
      z-index: 5;
      cursor: pointer;
  }
  .contador-right{
      position: absolute;
      right: 0px;
      top: 45%;
      margin-top: -15px;
      width: 25px;
      z-index: 5;
      cursor: pointer;
  }
#contador .swiper-contador {
    width: 90%;
    padding: 10px 0px;
    max-height: 320px;
}
#background-logado  #contador .swiper-contador {
  max-height: 260px;
}
/*********************FRENTE **************************/
.jogos_frente {
  display: block;
}
#background-logado .jogos_frente {
  padding: 0px 0px;
  position: relative;
  width: 100%;
  margin: 0 auto;
} 
  .jogos_frente .status {
    width: 100%;
    margin-left: 0%;
    float: none;
    position: relative;
    text-align: center;
    display: block;
    height: 60px;   
  }
  #background-logado .jogos_frente .status {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    position: relative;
    text-align: center;
    display: block;
    height: 50px;
    padding: 10px 0px 0px 0px;
  }
  #background-logado .setores {
    display: inline-block;
    float: none; 
    width: 100%;
    vertical-align: middle;
    text-transform: lowercase;
    font-size: 1.1em;
    text-align: center;
   }
    .jogos_frente .conteudo {
      width: 100%;
      padding-top: 15px; 
    }
  .jogos_frente .times {
    width: 80%;
    margin-left: 10%;
    padding: 25px 0px;
    position: relative;
    float: none;
    height: 90px;
    text-align: center; 
  }
    .jogos_frente .times img {

        height: 90px;
        display: inline-block;
    }
  .jogos_frente .relogio {
    width: 100%;
    position: relative;
    right: 0%;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-size: 1.1em;
  }
  #background-logado .jogos_frente .relogio {
    width: 100%;
    right: none;
    left: 0px;
    top: 0px;
    bottom: none;
    padding: 0px 0px 15px 0px;
    text-align: center;
  }
/*********************FUNDO **************************/
.jogos_fundo {
    text-align:center;
    width:100%;
    margin: 5px auto;
    display: none;
}
#background-logado .jogos_fundo {
    text-align:center;
    width:100%;
    margin: 0px auto;
    display: none;
}
  .jogos_fundo .left {
    width: 100%;
    float: none;
    line-height: 140%;
    text-align:center;
  }
  .jogos_fundo .right {
    width: 100%;
    float: none;
    border-left: 0px solid #ccc;
    padding-left: 0px;
    text-align:center;
  }
  .jogos_fundo h2{
      font-size: 1.2em;   
      margin-top: 0px;
  }
  .jogos_fundo h3{
      font-size: 1em;
      margin-top: 2px;
      margin-bottom: 4px;
  }
  .jogos_fundo p{
      font-size: 1em;
      text-align: left;
      margin: 0px auto;
      padding: 0% 0%;
      line-height: 140%;
      text-align:center;
      width: 200px;
  }
}

@media only screen and (max-device-width : 700px) and (orientation : landscape){

  .contador-left,
  .contador-right{
      width: 20px;
  }
#contador .swiper-contador {
    width: 90%;
    padding: 0px 0;
    max-height: 205px;
}
#background-logado  #contador .swiper-contador {
  max-height: 180px;
}
/*********************FRENTE **************************/
.jogos_frente {
  display: block;
  font-size: 1.1em;
}
  .jogos_frente .status {
    width: 100%;
    margin-left: 0%;
    float: none;
    position: relative;
    text-align: center;
    display: block;
    height: 50px;   
  }
    #background-logado .jogos_frente .status {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    position: relative;
    text-align: center;
    display: block;
    height: 30px;
    padding: 10px 0px 0px 0px;
  }
    .jogos_frente .conteudo {
      width: 100%;
      padding-top: 5px; 
    }
  .jogos_frente .times {
    width: 80%;
    margin-left: 10%;
    padding: 5px 0px;
    position: relative;
    float: none;
    height: 60px;
    text-align: center; 
  }
    .jogos_frente .times img {
        height: 65px;
        display: inline-block;
    }

/*********************FUNDO **************************/
  .jogos_fundo h2{
      font-size: 1.5em;   
      margin-top: 10px;
  }
  .jogos_fundo p{
      font-size: 0.8em;
      text-align: left;
      margin: 0px;
      padding: 0% 0%;
      line-height: 140%;
      text-align:center;
      width: 100%;
  }

}
































