/* Custom CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    font-family: "Exo 2", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    text-decoration: none;
}

header nav.bg-dark .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
}

main>.container {
    padding: 15px;
}

#navbar_top {
    background: var(--bs-gray-200);
    height: 119px;
    overflow: hidden;
}

.bd-gray-200 {
    background: var(--bs-gray-200);
}

#navbar_top.fixed-top {
    box-shadow: 0px 0px 10px #000;
}

ul.nav-tabs {
    padding: 5px 5px 1px 5px;
    border-bottom: 3px solid;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: var(--bs-green);
    background: var(--bs-white);
    border-color: #e9ecef;
    padding: 5px;
    font-weight: 700;
}

.btn {
    font-weight: 700;
}

.form-select:focus {
    border-color: #79ff5e !important;
    box-shadow: 0 0 0 .25rem rgba(61, 253, 13, 0.25) !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.nav-tabs .nav-item.show .nav-link span,
.nav-tabs .nav-link.active span {
    color: var(--bs-primary) !important;
    background-color: var(--bs-white) !important;
    border-color: var(--bs-primary);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
    color: var(--bs-warning);
}

.card.box-campeonato {
    margin-bottom: 1.5rem;
}

.box-campeonato {
    background: var(--bs-primary);
    border-radius: var(--bs-border-radius);
}

.box-campeonato h4 {
    font-weight: 300;
}

.bg-primary-2 {
   background-color:#0d6efd !important;
}

li.nav-item {
    padding: 0;
    --bs-nav-link-padding-x: 0.8rem;
    --bs-nav-link-padding-y: 0.18rem;
}

table.table.rodada {
    margin-bottom: 0;
}

.status-resultado {
    font-size: 15px !important;
    font-weight: 600;
    padding: 0 2px;
    line-height: 0;
}
.text-gray {
    color: var(--bs-gray-900) !important;
}
.status-resultado-menor {
    font-size: 12px !important;
    font-weight: 600;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .item:first-line {
    text-align: center;
}

.owl-carousel .owl-navigation {
    text-align: right;
    position: absolute;
    right: 7px;
    top: -30px;
}

.owl-carousel .owl-pagination {
    display: none;
    text-align: center;
    height: 15px;
}

.slider-jogos>.owl-stage-outer>.owl-stage>.owl-item>.item {
    width: 100%;
}

.slider-jogos .item>table>tbody>tr>td {
    border: 0;
    line-height: 25px !important;
    padding: 0px !important;
    vertical-align: middle;
}

.slider-jogos>.owl-stage-outer>.owl-stage>.owl-item>.item.agora {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
}

.slider-jogos .rodada tbody tr:first-child {
    background-color: rgba(0, 0, 0, 0.1);
}

.slider-jogos .rodada tbody tr:first-child td {
    font-size: 12px !important;
}

.slider-jogos .rodada tbody tr:first-child td span {
    padding: 0 5px;
}

.slider-jogos .rodada tbody tr td:nth-child(1) {
    text-align: center;
}

.slider-jogos .rodada tbody tr td {
    background: transparent;
}

.slider-jogos .agora .rodada .placar span,
.gametime {
    background-color: var(--bs-warning);
    display: inline-block;
    padding: 0px 5px;
    min-width: 45px;
}

.slider-jogos .agora .rodada .placar span {
    width: 100%;
}

.slider-jogos .rodada td.placar {
    text-align: center;
    font-size: 110%;
    width: 45px;
}

.slider-jogos>.owl-stage-outer>.owl-stage>.owl-item {
    width: 141px;
}

.slider-rodadas>.owl-stage-outer>.owl-stage>.owl-item>.item {
    margin: 0;
}

.slider-rodadas>.owl-stage-outer>.owl-stage>.owl-item>.item>table>tbody>tr>td.casa {
    text-align: right !important;
}

.slider-rodadas h3 {
    width: 100%;
    border-bottom: 3px solid var(--bs-primary);
    font-size: 12px;
    font-weight: bold !important;
    line-height: 39px;
    padding-left: 10px;
    margin: 0;
    background: #111;
}

.navigation-rodada {
    top: 10px !important;
    right: 10px !important;
    z-index: 9;
}

.navigation-rodada .owl-btn {
    background: #303030 !important;
}

.item img {
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
}

td.placar {
    width: 60px;
    background: #dde0e3 !important;
    color: var(--bs-gray-900) !important;
    font-weight: bold;
}

td.placar2 {
    width: 60px;
    background: #ffee00 !important;
    font-weight: bold;
}

.owl-nav {
    position: absolute;
    right: 7px;
    top: -30px;
}

.owl-nav button {
    background: var(--bs-primary) !important;
    border-radius: 5px 5px 0 0;
    width: 30px !important;
    margin-left: 1px;
}

.owl-nav button.disabled {
    opacity: 0.5;
    cursor: no-drop !important;
}

.owl-nav button span {
    color: #FFF;
    display: inline-block;
    height: 29px;
}

.owl-dots {
    display: none;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 8px 3px 0 3px;
}

.owl-page.active {
    background: var(--bs-primary);
}

.owl-btn {
    color: #FFF;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
    background: var(--bs-primary) !important;
    border-radius: 4px 4px 0 0;
    margin-left: 0px;
    width: 30px !important;
    display: inline-block;
    height: 29px;
    padding: 0;
}

.owl-btn-filtro {
    color: var(--bs-primary);
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    background: #171717 !important;
    border-radius: 4px 4px 0 0;
    margin-right: 4px;
    display: inline-block;
    height: 29px;
    padding: 0 10px;
    line-height: 29px;
    width: auto !important;
}

.owl-btn:hover {
    color: #fff;
    background: var(--bs-primary) !important;
}

.owl-btn i {
    width: 30px;
    height: 29px;
    line-height: 30px;
}

footer {
    border-top: 5px solid var(--bs-primary);
}

footer h4 {
    color: #555;
    font-weight: 600;
    margin: 2px 0 36px;
    position: relative;
    text-transform: uppercase;
}

footer h4:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    bottom: -18px;
    background: var(--bs-primary);
}

.classificacao img {
    width: 17px;
    height: 17px;
}

.classificacao td,
.classificacao th {
    height: 36px;
    vertical-align: middle !important;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.rodada td,
.rodada th {

    padding: 2px !important;

}

.classificacao td.equipe {
    text-align: left !important;
}

.classificacao tbody tr td.pos,
.classificacao tbody tr td.rr {
    background-color: #444 !important;
    color: #eee !important;
    width: 35px;
    text-align: center;
    font-weight: bold;
}

.classificacao tbody tr td.rr {
    font-weight: normal;
}

.classificacao tbody tr td:nth-child(1).lr {
    background-image: url(../img/home/logo.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.classificacao thead tr th.fundo-number,
.classificacao tbody tr td.fundo-number {
    background: rgba(0, 0, 0, 0.05) !important;
    position: relative;
}

.classificacao thead tr th.fundo-number.ponto-real,
.classificacao tbody tr td.fundo-number.ponto-real {
    background: var(--bs-warning) !important;
    position: relative;
}

.classificacao thead tr th.fundo-rose2,
.classificacao tbody tr td.fundo-rose2 {
    background: rgba(251, 124, 141, 0.15) !important;
    position: relative;
}

.classificacao thead tr th.fundo-rose3,
.classificacao tbody tr td.fundo-rose3 {
    background: rgba(226, 114, 91, 0.6) !important;
    position: relative;
    color: #FFF;
}

.classificacao thead tr th.fundo-fundoCenVit,
.classificacao tbody tr td.fundo-fundoCenVit {
    background: rgba(124, 179, 251, 0.15) !important;
    position: relative;
}

.classificacao thead tr th.fundo-fundoCenDer,
.classificacao tbody tr td.fundo-fundoCenDer {
    background: rgb(255 239 0 / 15%) !important;
    position: relative;
}

.classificacao tbody tr td.number-real,
.classificacao tfoot tr th.number-real {
    color: #126e51 !important;
    font-weight: bold;
}

.classificacao thead tr th,
.classificacao tfoot tr th {
    background-color: #d4d4d4;
}

/*
.classificacao thead tr:nth-child(2) th {
    background-color: #d4d4d4 !important;
}
*/
.classificacao.normal thead tr:nth-child(2) th,
.classificacao.real thead tr:nth-child(2) th,
.classificacao.confronto thead tr:nth-child(2) th,
.classificacao.confronto thead tr:nth-child(3) th {
    background-color: rgba(0, 0, 0, 0.1);
    color: #444;
}

.classificacao.normal tbody tr td:nth-child(2),
.classificacao.normal thead tr th:nth-child(2),
.classificacao.normal tbody tr td:nth-child(4),
.classificacao.normal thead tr th:nth-child(4),
.classificacao.normal tbody tr td:nth-child(8),
.classificacao.normal thead tr th:nth-child(8) {
    border-right-color: #ccc !important;
}

.classificacao.real tbody tr td:nth-child(3),
.classificacao.real thead tr th:nth-child(3),
.classificacao.real tbody tr td:nth-child(5),
.classificacao.real thead tr th:nth-child(5) {
    border-right-color: #ccc !important;
}

.classificacao.zona tbody tr td:nth-child(6),
.classificacao.zona thead tr th:nth-child(6) {
    border-right-color: #ccc !important;
}

.qualificacao thead tr:nth-child(1) th {
    background-color: #111 !important;
}

.qualificacao tfoot tr:nth-child(1) th {
    background-color: #111 !important;
}

.qualificacao thead tr:nth-child(2) th {
    background-color: #111 !important;
}

.qualificacao.normal thead tr:nth-child(2) th,
.qualificacao.real thead tr:nth-child(2) th,
.qualificacao.confronto thead tr:nth-child(2) th,
.qualificacao.confronto thead tr:nth-child(3) th {
    background-color: #222;
    color: #fff;
}

.qualificacao.normal tbody tr td:nth-child(2),
.qualificacao.normal thead tr th:nth-child(2),
.qualificacao.normal tbody tr td:nth-child(4),
.qualificacao.normal thead tr th:nth-child(4),
.qualificacao.normal tbody tr td:nth-child(8),
.qualificacao.normal thead tr th:nth-child(8) {
    border-right-color: #ccc !important;
}

.qualificacao.real tbody tr td:nth-child(3),
.qualificacao.real thead tr th:nth-child(3),
.qualificacao.real tbody tr td:nth-child(5),
.qualificacao.real thead tr th:nth-child(5) {
    border-right-color: #ccc !important;
}

.qualificacao.zona tbody tr td:nth-child(6),
.qualificacao.zona thead tr th:nth-child(6) {
    border-right-color: #ccc !important;
}

.confronto td.placar {
    color: var(--bs-primary) !important;
}

.classificacao tbody tr td:nth-child(1).lr {
    background-image: url(../../img/icone.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.qualificacao .sobe2 td:nth-child(1),
.classificacao .sobe2>td:nth-child(1) {
    background-color: #4285f4 !important;
}

.qualificacao .desce td:nth-child(1),
.classificacao .desce>td:nth-child(1) {
    background-color: #ea4335 !important;
}

.qualificacao td,
.qualificacao th {
    text-align: center !important;
    padding: 10px 0 !important;
}

.qualificacao td {
    font-size: 18px;
    color: #126e51 !important;
    font-weight: bold;
}

.qualificacao td.equipe {
    text-align: left !important;
}

.qualificacao tbody tr td.pos {
    background-color: #444 !important;
    color: #eee !important;
    width: 20px;
    text-align: center;
    font-weight: bold;
}

.qualificacao tbody tr td:nth-child(1).lr {
    background-image: url(../img/home/logo.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.qualificacao thead tr th.fundo-number,
.qualificacao tbody tr td.fundo-number {
    background: #1d1d1d !important;
}

.qualificacao tbody tr td.number-real,
.qualificacao tfoot tr th.number-real {
    color: #126e51 !important;
    font-weight: bold;
}

.text_up {
    color: #4285f4 !important;
    font-weight: bold !important;
}

.text_down {
    color: #ea4335 !important;
    font-weight: bold !important;
}

.text-status {
    font-size: 10px;
    line-height: 20px;
}

.text-status i {
    font-size: 10px;
    line-height: 20px;
}

.fundoTop {
    background-color: #52867e !important;
}

.fundoInt {
    background-color: #777 !important;
}

.fundoUlt {
    background-color: #ad1616 !important;
}

.fundoCenVit {
    background-color: #2d99c0 !important;
    color: #fff;
}

.fundoCenVitPer {
    background-color: #7bbcd3 !important;
}

.fundoCenVit2 {
    background-color: #64de8d !important;
}

.fundoCenVitPer2 {
    background-color: #4ebe74 !important;
}

.fundoCenEmp {
    background-color: #ffff52 !important;
}

.fundoCenEmpPer {
    background-color: #ffff00 !important;
}

.fundoCenDer {
    background-color: #ff9c24 !important;
}

.fundoCenDerPer {
    background-color: #f19114 !important;
}

.fundoCenDer2 {
    background-color: #f36d6d !important;
}

.fundoCenDerPer2 {
    background-color: #dc5d5d !important;
}

th.fundoTop,
th.fundoInt,
th.fundoUlt {
    font-family: 'Exo 2', sans-serif;
    font-weight: 900;
}

.fundoTop,
.fundoInt,
.fundoUlt {
    color: #eee !important;
}

td.fundoTop,
td.fundoInt,
td.fundoUlt {
    border: 1px solid #bfbfbf;
    width: 38px;
}

.text-ouro,
.text-ouro a {
    color: #cb971d !important;
    font-weight: bold;
}

.text-prata,
.text-prata a {
    color: #777 !important;
    font-weight: bold;
}

.text-bronze,
.text-bronze a {
    color: #ad1616 !important;
    font-weight: bold;
}

.status-resultado-clube {
    font-size: 13px !important;
    /* font-weight: 300; */
    padding: 0;
    line-height: 0;
    white-space: nowrap;
}

.bold.status-resultado-clube {
    font-weight: 700;
}

.status-resultado-clube-rodada {
    font-size: 13px !important;
    font-weight: 400;
    padding: 0;
    line-height: 0;
}

.status-resultado.maior {
    font-size: 80px !important;
    margin-bottom: 15px !important;
    display: inline-block !important;
    line-height: 70px !important;
}

.text_teal {
    color: var(--bs-primary) !important;
    font-weight: bold;
}

.va {
    vertical-align: -2.8em;
}

.qualificacao .sobe td:nth-child(1),
.classificacao>tbody>.sobe>td:nth-child(1) {
    background-color: #2b4d86 !important;
}

.qualificacao .sobe2 td:nth-child(1),
.classificacao .sobe2>td:nth-child(1) {
    background-color: #4285f4 !important;
}

.qualificacao .sobe3 td:nth-child(1),
.classificacao .sobe3>td:nth-child(1) {
    background-color: #064e6b !important;
}

.qualificacao .sobe4 td:nth-child(1),
.classificacao .sobe4>td:nth-child(1) {
    background-color: #75b7ad !important;
}

.qualificacao .sobe5 td:nth-child(1),
.classificacao .sobe5>td:nth-child(1) {
    background-color: #662b86 !important;
}

.qualificacao .sobe6 td:nth-child(1),
.classificacao .sobe6>td:nth-child(1) {
    background-color: #e2af36 !important;
}

.qualificacao .desce td:nth-child(1),
.classificacao .desce>td:nth-child(1) {
    background-color: #ea4335 !important;
}

.qualificacao .desce2 td:nth-child(1),
.classificacao .desce2>td:nth-child(1) {
    background-color: #8b0000 !important;
}

.qualificacao .desce3 td:nth-child(1),
.classificacao .desce3>td:nth-child(1) {
    background-color: #995fb8 !important;
}

.classificacao .top>td:nth-child(1),
.classificacao .top>td.rr {
    background-color: #52867e !important;
}

.classificacao .int>td:nth-child(1),
.classificacao .int>td.rr {
    background-color: #777 !important;
}

.classificacao .ult>td:nth-child(1),
.classificacao .ult>td.rr {
    background-color: #ad5516 !important;
}

.classificacao .fundo-ouro {
    background-color: var(--bs-warning) !important;
    color: #333;
}

.classificacao .fundo-lilas {
    background-color: #ad75ad !important;
    color: #fff;
}

.classificacao .fundo-rose {
    background-color: #e2725b !important;
    color: #fff;
}

.classificacao .fundo-marrom {
    background-color: #cb8035 !important;
    color: #fff;
}

.legendas i.sobe {
    color: #2b4d86;
}

.legendas i.lr {
    background-image: url("../../img/temp/android-chrome-36x36.png");
    background-size: cover;
    color: rgba(255, 255, 255, 0);
}

.legendas i.sobe2 {
    color: #4285f4;
}

.legendas i.sobe3 {
    color: #064e6b;
}

.legendas i.sobe4 {
    color: #75b7ad;
}

.legendas i.sobe5 {
    color: #662b86;
}

.legendas i.desce {
    color: #ea4335;
}

.legendas i.desce2 {
    color: #8b0000;
}

.legendas i.desce3 {
    color: #995fb8;
}

.rendimento-alto,
.rendimento-alto-menor,
.rendimento-alto-maior {
    border: 1px solid #126e51;
    color: #fff !important;
    background-color: #126e51;
    font-weight: normal;
    padding: 4px;
}

.rendimento-medio,
.rendimento-medio-menor,
.rendimento-medio-maior {
    border: 1px solid #777;
    color: #fff !important;
    background-color: #777;
    font-weight: normal;
    padding: 4px;
}

.rendimento-baixo,
.rendimento-baixo-menor,
.rendimento-baixo-maior {
    border: 1px solid #ad1616;
    color: #fff !important;
    background-color: #ad1616;
    font-weight: normal;
    padding: 4px;
}

.rendimento-sem,
.rendimento-sem-menor,
.rendimento-sem-maior {
    border-radius: 30%;
    border: 1px solid #222;
    color: #fff !important;
    background-color: #222;
    font-weight: normal;
    padding: 4px;
}

.rendimento-alto-menor,
.rendimento-medio-menor,
.rendimento-baixo-menor,
.rendimento-sem-menor {
    font-size: 80%;
    padding: 2px;
    font-family: monospace;
}

.rendimento-alto-maior,
.rendimento-medio-maior,
.rendimento-baixo-maior,
.rendimento-sem-maior {
    font-size: 48px;
    padding: 10px;
    margin: 4px;
}

.rendimento-alto,
.rendimento-medio,
.rendimento-baixo,
.rendimento-sem {
    font-weight: normal;
    font-size: 70%;
    padding: 4px;
    margin: 0px 1px;
}

.box-table {
    box-shadow: 0 0 1px #ccc;
}

.progress.barra-mandante2 {
    border-radius: 4px !important;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    font-size: 10px;
    line-height: 21px;
    font-weight: 100;
    background-color: var(--bs-gray-400);
}

.progress-bar-mandante2 {
    background-color: var(--bs-gray-500);
    font-weight: bold !important;
    color: #111111 !important;
    overflow: visible;
}

.bb-real {
    border-bottom: 3px solid var(--bs-primary) !important;
}

td {
    vertical-align: middle;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    padding: 0;
    /* min-width: 35px; */
    vertical-align: middle;
}

td.casa,
th.casa {
    text-align: right !important;
}

td.fora,
th.fora {
    text-align: left !important;
}

.text-como-funciona {
    font-size: 13px !important;
}

.cor-real {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.cor-real td {
    color: var(--bs-white);
}

.modal-body td {
    background: transparent;
}

.text-ouro,
.text-ouro a {
    color: #cb971d !important;
    font-weight: bold;
}

.text-prata,
.text-prata a {
    color: #777 !important;
    font-weight: bold;
}

.text-bronze,
.text-bronze a {
    color: #ad1616 !important;
    font-weight: bold;
}

.text-rose,
.text-rose a {
    color: #e2725b !important;
    font-weight: bold;
}

.text-rose2,
.text-rose2 a {
    color: #f08b76 !important;
    font-weight: bold;
}

.interna p,
.interna li {
    font-size: 1.2em
}

.interna h2 {
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: bold !important;
}

.interna h5 {
    position: relative;
    border-radius: 5px;
    z-index: 3;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.interna h5 span {
    position: relative;
    z-index: 2;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.interna h5:before {
    content: "";
    background: #c6c6c6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg-galileu figure {
    padding: 5px 15px;
    border-left-width: 2px;
    border-left-color: var(--bs-warning);
    font-size: 35px;
    line-height: 40px;
}

.table.como-funciona>:not(caption)>*>* {
    background-color: transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}

@media only screen and (max-width: 728px) {
    .owl-nav {
        display: none;
    }

    ul.nav-tabs {
        padding: 5px 5px 0 5px;
        border-bottom: 3px solid;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .nav-tabs .nav-item .nav-link,
    .nav-tabs .nav-link {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .nav-tabs .nav-item .nav-link span,
    .nav-tabs .nav-link span {
        margin-left: 5px;
    }

    .box-table {
        overflow-x: scroll;
    }

    .navbar-toggler {
        background-color: var(--bs-warning);
    }

    .navbar-collapse {
        background-color: var(--bs-success-text-emphasis);
        margin: 10px 0 5px 0;
        border-radius: 5px;
        text-align: center;
        padding: 10px 0 0 0;
    }

    .navbar-collapse span.text-light {
        margin: 0 0 5px 0;
        font-style: italic;
        font-size: larger;
        display: inline-block;
    }

    header nav.bg-dark .nav-link {
        background-color: #00000036;
        margin: 2px 10px;
        padding: 5px;
        border-radius: 5px;
    }
}