table.partidas{
    width: 100%;
}
table.partidas tr{
    margin: 0 0 10px 0;
    background: #ededed;
    border-radius: 50px;
    display: block;
    overflow: hidden;
}
table.partidas th, table.partidas td{
    width: 140px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding: 15px;
}
table.partidas th:first-child{ width: 100px; }
table.partidas td:first-child{
    width: 100px;
    border-width: 0 6px 0 0;
    border-style: solid
}
.proximas_partidas h2{
    color: #f26522;
    margin: 30px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
}
.proximas_partidas h2 span{
    font-size: 16px;
    margin-left: 20px;
}
.amarela{ border-color: #fbb900; }
.verde{ border-color: #009a9e; }
.azul{ border-color: #5285c4; }
.vermelha{ border-color: #e7126c; }
.laranja{ border-color: #ee7502; }

.linha_amarela, .linha_verde, .linha_azul, .linha_vermelha, .linha_laranja{margin: 0 0 10px 0;}
.linha_amarela p, .linha_verde p, .linha_azul p, .linha_vermelha p, .linha_laranja p{
    line-height: 20px;
    font-weight: 600;
}
.linha_amarela span, .linha_verde span, .linha_azul span, .linha_vermelha span, .linha_laranja span{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50px;
}
.linha_amarela p{
    color: #fbb900;
}
.linha_amarela span{
    background: #fbb900;
}
.linha_verde p{
    color: #009a9e;
}
.linha_verde span{
    background: #009a9e;
}
.linha_azul p{
    color: #5285c4;
}
.linha_azul span{
    background: #5285c4;
}
.linha_vermelha p{
    color: #e7126c;
}
.linha_vermelha span{
    background: #e7126c;
}
.linha_laranja p{
    color: #ee7502;
}
.linha_laranja span{
    background: #ee7502;
}
h3.ver_horarios{
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}
h3.ver_horarios a{
    color: #35499a;
}
.aviso{
    margin-top: 20px;
    color: #9d9d9c;
    font-size: 12px;
}
.aviso span{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 15px;
}

.accordion.linha_amarela{
    border-left: solid 3px #fbb900;
    color: #fbb900;
    font-weight: bold;
}
.accordion.linha_verde{
    border-left: solid 3px #009a9e;
    color: #009a9e;
    font-weight: bold;
}
.accordion.linha_azul{
    border-left: solid 3px #5285c4;
    color: #5285c4;
    font-weight: bold;
}
.accordion.linha_vermelha{
    border-left: solid 3px #e7126c;
    color: #e7126c;
    font-weight: bold;
}
.accordion.linha_laranja{
    border-left: solid 3px #ee7502;
    color: #ee7502;
    font-weight: bold;
}
.home_avisos{
    background: #ed1c24;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 45px;
}
.ver_todos_horarios_home{
    background: #4a8ecc;
    height: 100px;
    border-radius: 10px;
    margin-top: 10px;
    display: block;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
}
.ver_todos_horarios_home i{
    font-size: 60px;
    margin-left: 50px;
}
.home_avisos{
    overflow: hidden;
}
.home_avisos h2{
    color: #fff;
    margin: 10px 0 10px 0;
    text-align: center;
    font-size: 18px;
}
.home_avisos .date{
        margin-bottom: 20px;
    /* font-weight: bold; */
    background: #58595b;
    /* width: 50%; */
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
}
table.partidas td span.mobile{
    width: 100px;
    display: none;
}
.img_responsive_slider{
    display: none;
    width: 100%;
    margin-bottom: 0px;
 }
@media( max-width: 600px ){
    table.partidas td span.mobile{
        display: inline-block;
    }
    table.partidas th, table.partidas td{
        width: 100%;
        display: block;
        padding: 0px;
        padding-left: 25px;
    }
    table.partidas td:first-child{
        width: 100%;
        border-width: 6px 0 0 0;
    }
    tr.topoPartidas{
        display: none !important;
    }
    .img_responsive_slider{
        display: block;
    }
    .slider{
        display: none;
    }
}