/*!
 * Preboot v2
 * LESS version by @mdo, http://getpreboot.com
 *
 * Open sourced under MIT license by @mustangostang.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */

html{background-color:#2f8ecc}

html.show-menu .menu-mobile{left:0}

html .menu-mobile{
    position:fixed;
    top:0;
    left:-270px;
    width:270px;
    height:100vh;
    background-color:white;
    z-index:999;
    transition:left 0.3s ease-in-out
}

html .menu-mobile .title{
    line-height:55px;
    margin:0;
    padding:0 15px;
    background-color:#ededed;
    color:black;
    font-weight:bold
}

html .menu-mobile ul,
html .menu-mobile li{
    display:block;
    margin:0;
    padding:0
}

html .menu-mobile ul{
    height:calc(100vh - 55px);
    overflow:auto
}

html .menu-mobile li{
    border-bottom:1px solid #ededed
}

html .menu-mobile a{
    display:block;
    line-height:35px;
    padding:0 15px;
    font-size:15px;
    text-transform:uppercase;
    color:black
}
.menu{
    background: #222;
    border-radius: 5px;
    padding: 5px;
}

html.page-scroll .header-scroll{
    top:0;
    opacity:1;
    pointer-events:auto
}

html .header-scroll{
    background-position:center;
    background-size:cover;
    position:fixed;
    top:-96px;
    left:0;
    width:100%;
    z-index:998;
    pointer-events:none;
    transition:all 0.3s ease-in-out
}

html.show-filtros .menu-filtros{left:0}

html .menu-filtros{
    position:fixed;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background-color:white;
    z-index:999;
    transition:left 0.3s ease-in-out
}

html .menu-filtros .btn-open{
    position:absolute;
    left:100%;
    top:50%
}

html .menu-filtros .filtros-header{
    background-color:#ededed
}

html .menu-filtros .filtros-header .title{
    font-weight:bold;
    font-size:18px;
    text-transform:uppercase
}

html .menu-filtros .content{
    height:100%;
    overflow:auto
}

body{background-color:white}

.pt-sans,
html .menu-mobile .title,
.header .row-menu .menu>li>a:not(.btn),
.header .row-menu .submenu li a,
.rodape,
.page-title,
.menu-campeonatos .title,
.box-campeonatos .campeonato-title,
.box-campeonatos .btn{
    font-family:'PT Sans', sans-serif
}

.header{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat
}

.header .row-top{
    background-color:rgba(0,0,0,0.3)
}

.header .row-menu{
    z-index:999;
    position:relative
}

.header .row-menu ul,
.header .row-menu li{
    margin:0;
    padding:0
}

.header .row-menu ul{
    display:block;
    text-align:center
}

.header .row-menu li{
    display:inline-block;
    position:relative
}

.header .row-menu .menu>li>a:not(.btn){
    font-size:20px;
    line-height:38px;
    text-decoration:none;
    text-transform:uppercase;
    color:white;
    font-weight:bold;
    padding:10px 20px
}

.header .row-menu .menu>li>a:not(.btn):hover{
    color:#f7c63f
}

.header .row-menu li:hover ul{
    display:block
}

.header .row-menu .submenu{
    position:absolute;
    display:none;
    top:100%;
    min-width:100%;
    text-align:left;
    left:0;
    white-space:nowrap;
    background-color:white;
    box-shadow:0 5px 5px rgba(0,0,0,0.3)
}

.header .row-menu .submenu li{
    display:block
}

.header .row-menu .submenu li:not(:last-child){
    border-bottom:1px solid #ededed
}

.header .row-menu .submenu li a{
    color:black !important;
    display:block;
    font-size:14px;
    text-transform:uppercase;
    padding:0 15px;
    line-height:30px;
    text-decoration:none
}

.rodape{
    background-color:#2f8ecc;
    color:white;
    font-size:13px;
    line-height:12px
}

.rodape ul,
.rodape li{
    display:inline-block;
    margin:0;
    padding:0
}

.rodape li:not(:last-child){
    border-right:1px solid white;
    margin-right:-4px
}

.rodape a{
    color:white;
    text-decoration:none;
    display:block;
    padding:0 10px
}

.rodape a:hover{
    color:black
}

#bilhete{
    width:350px;
    position:fixed;
    bottom:0;
    right:-350px;
    z-index:999;
    background-color:white;
    transition:all 0.3s ease-in-out
}

#bilhete label{
    font-size:12px;
    margin:0
}

#bilhete .form-group{
    margin-bottom:0.5rem
}

#bilhete .btn-show{
    cursor:pointer;
    position:absolute;
    left:-30px;
    bottom:50px
}

#bilhete .table-bilhete{
    color:black;
    font-size:12px
}

#bilhete .table-bilhete .time{
    font-size:14px;
    font-weight:bold
}

#bilhete .table-responsive{
    max-height:198px
}

@media (max-width:768px){
    #bilhete{
        width:100%;
        height:100%;
        top:0;
        right:-100vw
    }
    #bilhete .bilhete-content{
        overflow:auto;
        height:100%
    }
}

.page-title{
    color:#3096ff;
    text-transform:uppercase;
    margin:0 0 1rem 0
}

.page-title .title{
    font-size:35px;
    font-weight:bold;
    margin:0
}

html.show-bilhete #bilhete{
    right:0 !important;
    box-shadow:0 0 10px rgba(0,0,0,0.5)
}

.container-max{
    max-width:1510px
}

/* 🔽 GRADIENTES REMOVIDOS – COR SÓLIDA #222 🔽 */

.menu-campeonatos .title{
    margin:0;
    line-height:56px;
    padding:0 15px;
    color:white;
    font-size:20px;
    font-weight:bold;
    background-color:#222
}

.menu-campeonatos ul{
    border:1px solid #999
}

.menu-campeonatos ul,
.menu-campeonatos li{
    display:block;
    padding:0;
    margin:0
}

.menu-campeonatos li:not(:last-child){
    border-bottom:1px solid #999
}

.menu-campeonatos li a{
    line-height:42px;
    text-decoration:none;
    color:#333;
    font-size:14px;
    display:block;
    padding:0 15px;
    margin:0
}

.menu-campeonatos li a.active{
    background-color:#ededed;
    font-weight:bold
}

.box-campeonatos .campeonato-title{
    margin:0;
    line-height:35px;
    padding:0 15px;
    color:white;
    font-size:16px;
    font-weight:bold;
    position:sticky;
    top:15px;
    background-color:#222
}

.box-campeonatos .campeonato-header .btn{
    border-color:#e1e1e1;
    color:#cccccc
}

.box-campeonatos .btn{
    width:72px;
    font-size:14px
}

@media (max-width:768px){
    .box-campeonatos .btn-group{
        width:100%
    }
    .box-campeonatos .btn-group .btn{
        width:25% !important;
        box-sizing:border-box
    }
}

.box-campeonatos .campeonato-jogo{
    line-height:100%;
    background-color:#fafafa
}

.box-campeonatos .campeonato-jogo:nth-child(even){
    background-color:#f5f5f5
}

.box-campeonatos .campeonato-jogo .btn-group .btn.btn-primary{
    border-color:#0066da
}

.box-campeonatos .campeonato-jogo .btn-group .btn.btn-primary.active{
    background-color:#0066da
}

.box-campeonatos .campeonato-jogo .btn-group .btn-warning{
    background-color:#f0ad4e;
    border-color:#f0ad4e
}

.box-campeonatos .campeonato-jogo .btn-group .btn-warning.active{
    background-color:#ec971f
}

.box-campeonatos .campeonato-jogo .times{
    font-weight:bold;
    color:black;
    font-size:14px
}

.box-campeonatos .campeonato-jogo time{
    font-weight:bold;
    color:#166dff;
    font-size:12px
}
