

.titulo h3 {
    position: relative;
    z-index: 1;
}

.titulo h3:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.prev, .next {
    font-size: 10px !important;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.titulo h3 span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
}
.calendario th {
    background-color: #334656 !important;
    color: #FFF !important;
    font-weight: bold !important;
    height: 60px;

    vertical-align: middle !important;
}
.botaoNext {
    padding: 5px 8px 3px 11px !important;
}
.calendario td {
    font-size: 12px !important;
    vertical-align: middle !important;
    height: 50px;

}

.calendario {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

}

.tabela__listinhas {

    flex-grow: 1;
    width: 100%;
    flex-basis: 100%;
}

.equipes__sigla {
    display: none;
}

.tabela__lista-jogos {
    flex-grow: 1;
    order: 2;
    width: 100%;
}

.tabela__futebol--listinhas header {
    flex-basis: 100%;
}

.lista-jogos__navegacao {
    border-bottom: 1px solid silver;
    border-top: 1px solid #ddd;
    color: #111;
    display: flex;

    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    line-height: 2.4375em;
    text-align: center;
    text-transform: uppercase;
}

.lista-jogos__navegacao {
    border-bottom: 1px solid silver;
    border-top: 1px solid #ddd;
    color: #111;
    display: flex;

    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    line-height: 2.4375em;
    text-align: center;
    text-transform: uppercase;
}

.lista-jogos {
    font-size: 16px;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    height: 90%;
}

.lista-jogos {
    font-size: 16px;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    height: 90%;
}

ol, ul {
    list-style: none;
}

.lista-jogos__jogo {
    border-bottom: 1px solid #e3e3e3;
    display: block;
}

.lista-jogos__jogo {
    border-bottom: 1px solid #e3e3e3;
    display: block;
}

.jogo {
    height: 109px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.jogo__transmissao--link {
    text-decoration: none;
    width: 100%;
}

.jogo__informacoes {
    color: #555;

    font-size: 0.6875em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.3px;
    text-transform: uppercase;
}

.jogo__informacoes--local {

    font-weight: normal;
}

.placar {
    align-items: center;
    color: #333;
    display: flex;
    height: 4em;
    justify-content: center;
}

.equipes__nome {
    display: block;
    font-size: 10px;
}

.equipes__escudo--mandante {
    margin-left: 8px;
}

.equipes__escudo {
    height: 30px;
    width: 30px;
}

.equipes__escudo--visitante {
    margin-right: 8px;
}

.divPartidas {
    align-items: center;
    color: #111;
    display: flex;
    flex-grow: 2;
    height: 40px;
    justify-content: center;
    width: 30%;
}

.divPartidas__valor {
    font-size: 1.3125em;

    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
}

.divPartidas__penaltis-mandante {
    margin-left: 5px;
}

.divPartidas__penaltis {
    font-size: .7em;
}

.divPartidas__versus {
    display: flex;
    height: 8px;
    margin: 0 2px;
    overflow: hidden;
    vertical-align: middle;
    width: 9px;
}

.divPartidas__penaltis-visitante {
    margin-right: 5px;
}

.divPartidas__penaltis {
    font-size: .7em;
}

.divPartidas__valor {
    font-size: 1.3125em;

    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
}

.divPartidas__valor {
    font-size: 1.3125em;

    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
}

.placar__equipes--visitante {
    text-align: left;
    justify-content: flex-start;
}

.placar__equipes {
    align-items: center;
    color: #333;
    display: flex;
    flex-grow: 1;

    font-size: 1.125em;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 100;
    height: 40px;
    line-height: 1em;
    vertical-align: middle;

}