* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: 'Carot Sans';
    src: url('/css/fontes/Carot_Sans/CarotSans-Regular.woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carot Sans';
    src: url('/css/fontes/Carot_Sans/CarotSans-Bold.woff2');
    font-weight: bold;
    font-display: swap;
}

:root {
    /*--bg-color: #ebebeb;*/
    --bg-color: #e4e4e4;
    --font-family: 'Carot Sans', sans-serif;
    --font-size: 19px;
    --black-light: #454545;
    --green: #126e51;
    --red: #7a0000;
    --gold: #b37701;
    --gold-light: #fac903;
    --color-icon: #717171;
}

strong {
    font-weight: bold;
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size);
    background-color: var(--bg-color);
    /* url('/imgs/bg-esoccer-live-arena-apostas-fifa.jpg') repeat*/
    background-size: 20% auto;
}

a {
    color: #000;
    text-decoration: none;
}

#tudo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*background: rgb(255 255 255 / 91%);*/
    padding: 0 0 100px 0;
}

#tudo>h1 {
    font-family: var(--font-family);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0;
    font-size: 45px;
}

h1 a {
    color: #000;
    text-decoration: none;
    display: block;
}

h1 a img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#tudo>.header {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.btnFloat {
    cursor: pointer;
    width: 12%;
    padding: 7px;
    position: absolute;
    top: 13px;
    font-size: 43px;
    color: #454545;
}

.btnMenuMobile {
    right: 0px;
}

.btnDark {
    left: 0px;
}

.navMenuMobile {
    display: none;
    flex-direction: column;
    padding: 10% 5%;
    background: var(--green);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    border-radius: 0 0 0 8px;
}

.navMenuMobile a {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-left: 3px solid var(--gold-light);
    padding-left: 5px;
    display: block;
}

.fecharMenuMobile {
    border: none !important;
    color: #000000 !important;
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 40px;
    text-transform: lowercase !important;
}

#formSearch {
    flex-direction: row;
    align-items: center;
    width: calc(100% - 16px);
    justify-content: center;
}

#formSearch input[type='text'] {
    width: calc(98% - 24px);
    padding: 9px 12px;
    /* font-family: var(--font-family); */
    /* font-size: var(--font-size); */
    font-weight: bold;
    border: none;
    box-shadow: inset -1px -1px 3px 2px #2f2f2f;
    /* border-radius: 8px; */
    background: var(--black-light);
    color: #fff;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

#formSearch input[type='text']:focus {
    outline: none;
}

#formSearch select {
    width: calc(49% - 24px);
    padding: 4px 12px;
    margin-top: 5px;
    background: #717171;
    color: #fff;
    box-sizing: content-box;
    FONT-SIZE: 15px;
}

.boxPrincipal {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.boxPrincipal>.header {
    padding: 8px 10px 6px 10px;
    margin-bottom: 12px;
    width: calc(100% - 34px);
    background: var(--black-light);
    color: #fff;
}

#tudo>.grupos {
    width: calc(100% - 14px);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 7px;
    justify-content: space-around;
}

#tudo>.grupos .grupo {
    width: 48%;
    margin-bottom: 20px;
}

#tudo>.grupos a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 8px 10px 6px 10px;
    background: var(--color-icon);
    border-radius: 4px;
}

#tudo>.bannerPlataforma a {
    display: block;
    width: calc(100% - 14px);
}

.btn.header {
    background: var(--color-icon);
    font-weight: bold;
}

.btn.header i {
    float: right;
    color: #ebebeb;
}

.statsJogador #selectTimesSearch {
    width: calc(85% - 34px);
    padding: 8px 10px 6px 10px;
    box-sizing: content-box;
    margin-bottom: 12px;
    color: #fff;
    background: #717171;
}

.statsJogador .estatisticas {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 7px;
    font-size: 15px;
    justify-content: center;
}

.statsJogador .div {
    margin-bottom: 12px;
}

.statsJogador .estatisticas .box {
    width: 100%;
    display: flex;
    text-align: center;
    font-weight: 700;
    justify-content: space-between;
}

.statsJogador .estatisticas .box:not(:first-child) {
    margin-top: 10px;
}

.statsJogador .estatisticas .box .divStats {
    width: 48%;
    display: flex;
    background: #ffffff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
}

.statsJogador .estatisticas .box .var {
    width: 31%;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5px 0;
}

.statsJogador .estatisticas .box .var span:first-child {
    color: var(--color-icon);
}

.statsJogador .estatisticas .box .var span:first-child img {
    width: 12px;
    margin-right: 3px;
}

.statsJogador .estatisticas .box.big {
    background: #fff;
    flex-wrap: wrap;
}

.statsJogador .estatisticas .box.big>h4 {
    width: 100%;
    color: #454545;
    padding: 5px;
    margin-bottom: 10px;
    background: #a7a7a7;
}

.statsJogador .estatisticas .box.big .subbox {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 7px;
}

.statsJogador .estatisticas .box.big .subbox .headerStats {
    display: flex;
    justify-content: space-around;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--green);
}

.statsJogador .estatisticas .box.big .subbox .tabela {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.statsJogador .box.big .subbox .tabela .linha {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--green);
}

.statsJogador .box.big .subbox .tabela .linha span {
    width: 25%;
    text-align: center;
}

.partidas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.divPartidas>.header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.divPartidas>.header>img {
    width: 25px;
}

.divPartidas>.header>a {
    color: #fff;
}

.divPartidas .menuPartidas {
    background: url('/imgs/bg-ptds.jpg') no-repeat;
    background-size: 100% auto;
    background-position: center 90%;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 7px;
    margin-bottom: 12px;
    color: var( --color-icon);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 28px);
    border-radius: 8px;
    filter: drop-shadow(1px 1px 1px #d6d6d6);
    /*box-shadow: inset -1px -1px 3px 2px #d6d6d6;*/
}

.divPartidas .menuPartidas input[type='checkbox'] {
    position: relative;
    top: 2px;
    all: unset;
    border: 1px solid var(--color-icon);
    display: inline-block;
    width: 11px;
    height: 11px;
}

.divPartidas .menuPartidas input[type='checkbox']:checked {
    background-color: var(--black-light);
    border-color: var(--black-light);
}

.divPartidas .menuPartidas .mins {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.partidas .partida {
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px 5px 7px;
    width: calc(100% - 14px);
}

.partidas .partida .h,
.partidas .partida .v {
    background: #fff url('/imgs/bg-ptds.jpg') no-repeat;
    background-size: 100% auto;
    border-radius: 8px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 7px;
    filter: drop-shadow(1px 1px 1px #d6d6d6);
    /* box-shadow: inset -1px -1px 1px 1px #d6d6d6;*/
}

.partidas .partida .h {
    width: calc(100% - 14px);
}

.comStats.partidas .partida .h {
    width: calc(92% - 14px);
}

.partidas .partida .basico {
    justify-content: space-between;
    align-items: center;
}

.partidas .partida .h .box {
    width: 33.5%;
    text-align: center;
    font-weight: bold;
}

.partidas .partida .h .box:nth-child(2) {
    width: 23%;
}

.partidas .partida .h .time,
.partidas .partida .h .palpite {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

.partidas .partida .h .palpite {
    font-size: 14px;
    font-weight: bold;
    background: var(--color-icon);
    color: #fff;
    border-radius: 4px;
}

.comStats.partidas .partida .h .palpite {
    background: var(--gold-light);
    color: #000;
}

.partidas .partida .h .palpite span {
    color: var(--gold);
}

.partidas .partida .v {
    width: calc(8% - 13px);
    padding: 7px 4px;
    margin-left: 5px;
    background-size: auto 100%;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
}

.partidas .partida .v .tempo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partidas .partida .v .tempo span {
    font-size: 15px;
}

.partidas .partida .v .btnExtras {
    cursor: pointer;
}

.partidas .partida .v .btnExtras img {
    width: 16px;
    height: 16px;
}

.partida i,
.estatisticas i {
    color: var(--color-icon);
    font-size: 13px;
}

.partida .icon {
    width: 14px;
    height: 14px;
}

.partidas .stats {
    margin-top: 8px;
    font-size: 15px;
    justify-content: space-between;
}

.partidas .stats .box>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partidas .stats .box>div:not(:first-child),
.partidas .stats .box .ap {
    margin-top: 5px;
}

.partidas .stats .box .divStats {
    background: #e8e8e8;
    justify-content: space-around;
    padding: 5px 0px;
}

.partidas .stats .box .divStats span {
    width: 33%;
}

.partidas .stats .ap div:first-child {
    display: flex;
    width: 100%;
    margin-bottom: 2px;
    justify-content: space-between;
    align-items: center;
}

.partidas .stats .box .graficoAP {
    width: 100%;
    display: flex;
}

.partidas .stats .box .graficoAP span {
    border-bottom: 2px solid gray;
    display: block;
}

.partidas .stats .ultimasPartidas {
    overflow: auto;
    height: 49px;
}

.partidas .stats .ultimasPartidas>span {
    width: 100%;
    background: var(--bg-color);
    margin-bottom: 3px;
    display: flex;
    justify-content: space-evenly;
}

.partidas .stats .ultimasPartidas>span>span {
    width: 33.3%;
}

.partida>.mais {
    font-size: 15px;
    justify-content: flex-start !important;
}

.partida .mais>div {
    display: flex;
    flex-direction: column;
}

.partida>.mais .header {
    display: flex;
    justify-content: center;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--green);
}

.partida .mais .header span {
    font-size: var(--font-size);
    font-weight: bold;
}

.partida .mais .estatisticas {
    display: flex;
    flex-wrap: wrap;
}

.partida .mais .estatisticas .totalJogos {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.partida .v:nth-child(4) .icon {
    filter: contrast(10);
    padding: 7px 0;
    cursor: pointer;
}

.partida .mais .gols .header {
    justify-content: space-around;
}

.partida .mais .gols .header span {
    width: 25%;
    text-align: center;
}

.partida .mais .gols .estatisticas {
    flex-direction: column;
}

.partida .mais .gols .estatisticas>div:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--green);
}

.partida .mais .gols .linha {
    display: flex;
    justify-content: space-around;
}

.partida .mais .gols .linha span {
    width: 25%;
    text-align: center;
}

.partida .mais .vs .icon {
    width: 20px;
    height: 20px;
}

.partida .mais .vs .estatisticas .col {
    width: 30%;
    text-align: center;
}

.partida .mais .vs .estatisticas .col>div {
    display: flex;
    margin-bottom: 5px;
}

.partida .mais .vs .estatisticas .col>div span {
    width: 50%;
}

.partida .mais .vs .estatisticas .col>div span:first-child {
    text-align: right;
}

.partida .mais .vs .estatisticas .col:nth-child(1)>div i,
.partida .mais .vs .estatisticas .col:nth-child(3)>div i {
    color: var(--green);
}

.partida .mais .vs .estatisticas .col:nth-child(2) {
    align-items: center;
    display: flex;
    justify-content: center;
}

.partidas .mais .anteriores .jogos {
    width: calc(50% - 8px);
    max-height: 12vh;
    overflow: auto;
}

.partidas .mais .anteriores .jogos:first-child {
    border-right: 1px solid var(--green);
    padding-right: 7px;
}

.partidas .mais .anteriores .jogos:last-child {
    margin-left: 7px;
}

.partidas .mais .anteriores .jogos .jogo {
    width: 100%;
    display: flex;
}

.partidas .mais .anteriores .jogos .jogo:not(:last-child) {
    border-bottom: 1px solid var(--color-icon);
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.partidas .mais .anteriores .jogos .jogo span {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.partidas .mais .anteriores .jogos .jogo span>span {
    width: 33.3%;
}

.flex {
    display: flex;
}

.green {
    color: var(--green);
}

.bg-green {
    background: var(--green) !important;
}

.red {
    color: var(--red);
}

.bg-red {
    background: var(--red) !important;
}

.gray {
    color: var(--color-icon);
}

.center {
    text-align: center;
}

.block {
    display: block;
}

.hide {
    display: none !important;
}

.fullWidth {
    width: 100% !important;
    height: auto !important;
}

.bold {
    font-weight: bold;
}

.placarEstilo {
    display: flex;
    justify-content: space-evenly;
}

.placarEstilo>span:nth-child(2) {
    width: 11% !important;
    color: var(--color-icon);
}

.partidas .divLogin,
.conteudo .divLogin {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #e9e9e9;
    padding: 15px 0;
    margin: 0 auto;
    width: 100%;
}

.divLogin .row,
.conteudo .divLogin {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.divLogin .row:last-child {
    margin-top: 20px;
    flex-wrap: wrap;
}

.divLogin .inputTextLogin {
    background: var(--black-light);
    padding: 4px 7px;
    width: calc(70% - 10px);
    margin-right: 10px;
    color: #fff;
}

.divLogin .inputBtnLogin {
    background: #c39223;
    color: white;
    padding: 4px 7px;
    font-weight: bold;
    width: calc(30%);
    cursor: pointer;
}

.divLogin .row:last-child>span {
    padding: 4px 7px;
    font-weight: bold;
    width: 100%;
    display: block;
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.divLogin .row:last-child>a,
.conteudo .divLogin>a {
    background: #118578;
    color: white;
    padding: 4px 7px;
    font-weight: bold;
    width: calc(50% - 19px);
    text-decoration: none;
    text-align: center;
    display: block;
}

.divLogin .row:last-child>a:nth-child(2),
.conteudo .divLogin>a:nth-child(2) {
    background: #0281c2;
}

.conteudo .divLogin>a:nth-child(4),
.conteudo .divLogin>a:nth-child(5),
.divLogin .row:last-child>a:nth-child(4),
.divLogin .row:last-child>a:nth-child(5) {
    background: var(--black-light);
    margin-top: 10px;
}

.conteudo .paragrafos {
    width: calc(100% - 34px);
    /* box-sizing: border-box; */
    padding: 8px 10px 6px 10px;
    background: #fff;
}

.conteudo .paragrafos h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
    border-bottom: 3px solid #126e51;
    font-weight: bold;
}

.conteudo p {
    line-height: 1.3em;
    margin-bottom: 15px;
}

.conteudo .paragrafos ul {
    margin: 15px 0 15px 30px;
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0.5;
    width: 50%;
}

#resposta {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    padding: 5px 10px;
    color: #fff;
    display: none;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

footer .box {
    margin: 20px 0px;
    background: rgb(255 255 255 / 92%);
    border-bottom: 2px solid black;
    width: 95%;
}

footer .box h3 {
    font-size: 1em !important;
    padding: 5px 15px;
    background: var(--black-light);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

footer .box>div {
    padding: 10px;
}

footer .box>div ul {
    padding-left: 20px;
}

footer .box>div a {
    color: #000
}


/* DARK */

.dark,
.dark .partidas .stats .box .divStats,
.dark .partidas .stats .ultimasPartidas>span,
.dark .tdCinza {
    background: #2d2d2d;
}

.dark,
.dark a {
    color: #fff;
}

.dark .btnDark,
.dark .btnMenuMobile,
.dark .partidas .stats .box .divStats span,
.dark .graficoAP,
.dark .green,
.dark .red,
.dark .partida .mais .icon,
.dark .partida .mais .vs .estatisticas .col:nth-child(1)>div i,
.dark .partida .mais .vs .estatisticas .col:nth-child(3)>div i,
.dark .bg-red,
.dark .bg-green {
    filter: brightness(2) contrast(1.7);
    /*filter: invert(1);*/
}

.dark .partida img.icon,
.dark .statsJogador .estatisticas .box .var span:first-child img {
    filter: brightness(4) contrast(0.7) !important;
}

.dark .boxPrincipal>.header,
.dark .divLogin .inputTextLogin,
.dark .conteudo .divLogin>a:nth-child(4),
.dark .conteudo .divLogin>a:nth-child(5),
.dark .divLogin .row:last-child>a:nth-child(4),
.dark .divLogin .row:last-child>a:nth-child(5) {
    background: #6e6e6e;
    color: #fff;
}

.dark .partidas .partida .h,
.dark .partidas .partida .v,
.dark .divPartidas .menuPartidas,
.dark .conteudo .paragrafos,
.dark .partidas .divLogin,
.dark .conteudo .divLogin,
.dark footer .box,
.dark .statsJogador .estatisticas .box .divStats,
.dark .statsJogador .estatisticas .box .var,
.dark .statsJogador .estatisticas .box.big {
    background: #474747;
    filter: drop-shadow(1px 1px 1px #252525);
}

.dark .divPartidas .menuPartidas,
.dark footer .box>div a,
.dark .statsJogador .estatisticas .box .var span:first-child {
    color: #ccc;
}

.dark .divPartidas>.header>a,
.dark .divLogin .row:last-child>span {
    color: #2d2d2d;
}

.dark .partidas .partida .h .palpite {
    color: #000;
}

@media only screen and (min-width: 1024px) {
    h1 a img {
        width: 20%;
        height: auto;
    }
    #formSearch{
        width: calc(85% - 16px);
    }
    #formSearch input[type='text'] {
        width: 25%;
    }
    #formSearch select{
        width:calc(49% - 24px);
    }
    .btnMenuMobile {
        width: 4.5%;
        top: 20px;
    }
    .btnDark {
        font-size: 43px;
        top: 20px;
    }
    .navMenuMobile {
        padding: 3% 5%;
    }
    .boxPrincipal>.header,
    .conteudo .paragrafos,
    #tudo>.header {
        width: calc(85% - 34px);
        position: relative;
    }
    #tudo>.grupos,
    #tudo>.bannerPlataforma a {
        width: calc(55% - 14px);
    }
    .partidas,
    .statsJogador .estatisticas .box {
        width: 85%;
    }
    .divPartidas .menuPartidas {
        width: calc(85% - 28px);
    }
    .partidas .partida .h,
    .partidas .partida .v {
        padding: 14px;
    }
    .partidas .partida .h {
        width: calc(100% - 28px);
    }
    .comStats.partidas .partida .h {
        width: calc(92% - 28px);
    }
    .partidas .partida .v {
        width: calc(8% - 21px);
        padding: 14px 8px;
    }
    .partidas .partida .h .time,
    .partidas .partida .h .palpite,
    .partidas .partida .v .tempo span,
    .divPartidas .menuPartidas,
    .partidas .stats,
    .statsJogador .estatisticas,
    .partida>.mais {
        font-size: inherit !important;
    }
    .partida i,
    .estatisticas i {
        font-size: 18px;
    }
    .partida .icon {
        width: 17px;
        height: 17px;
    }
    #loading {
        width: 20%;
    }
    footer .box {
        width: 30%;
    }
     ::-webkit-scrollbar {
        width: 7px;
    }
     ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
     ::-webkit-scrollbar-thumb {
        background: var(--green);
    }
     ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}