@font-face {
    font-family: 'AmsiProNarw-Ultra';
    font-style: normal;
    font-weight: normal;
    src: local("AmsiProNarw-Ultra"), url('fonts/AmsiProNarw-Ultra.eot?#iefix') format('embedded-opentype'), url('fonts/AmsiProNarw-Ultra.otf') format('opentype'),
        url('fonts/AmsiProNarw-Ultra.woff') format('woff'), url('fonts/AmsiProNarw-Ultra.ttf') format('truetype'), url('fonts/AmsiProNarw-Ultra.svg#AmsiProNarw-Ultra') format('svg');
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 31, 2024 */
@font-face {
    font-family: 'vogueplain';
    src: url('../fonts/vogueplain/vogue_plain_1-webfont.woff2') format('woff2'),
         url('../fonts/vogueplain/vogue_plain_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'vogueplain';
}

.container {
    max-width: 1250px;
}

.bg-topo {
    height: 73px;
    background: linear-gradient(to bottom, #2151A1 0%, #2151A1 50%, #EB1933 0%, #EB1933 100%);
}

.bg-noticia {
    background: url(../img/bg-noticia.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#pills-tabContent>div>table>thead>tr>th:not(:nth-child(1)) {
    text-align: center;
}

#pills-tabContent>div>table>tbody>tr>td:not(:nth-child(1)) {
    text-align: center;
}

.bg-column {
    background-color: #e9e9e9 !important;
}

.triangule-right {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    height: 35px;
    width: 15px;
}

.bg-black-75 {
    background-color: rgba(0, 0, 0, 0.75);
}

.bg-black-85 {
    background-color: rgba(0, 0, 0, 0.85);
}

.bg-efe {
    background-color: #EFEFEF;
}

.bg-ddd {
    background-color: #DDDDDD;
}

.bg-eee {
    background-color: #EEEEEE;
}

.btn-fases {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 200px;
    top: -55px;
    height: 55px;
    left: 0;
}

.btn-fases .fase1 {
    font-size: 22px;
    color: #fff;
    width: 50%;
    display: flex;
    justify-content: center;
    background-color: #26A4E8;
    align-items: center;
    cursor: pointer;
}

.btn-fases .fase2 {
    font-size: 22px;
    color: #fff;
    width: 50%;
    cursor: pointer;
    background-color: #26A4E8;
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover {
    text-decoration: none;
}

.btn-fases .fase2.activate {
    background-color: #1696DC;
}

.btn-fases .fase1.activate {
    background-color: #1696DC;
}

.dropdown-navbar {
    background-color: #F3F3F3;
    border-top: 2px solid #EB1933;
}

.bg-fundo {
    background-color: #F3F3F3;
}

.css3-shadow {
    position: relative;
}

.icon-neutro {
    background-image: none;
    background-color: #ccc;
    height: 7px;
    width: 7px;
}

.border-light-lg {
    border: 2px solid #fff;
}

/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.64);
    bottom: 0px;
    width: 100%;
    height: 89%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 0;
    right: 0;
}

.caption-title {
    font-size: 24px;
    /* font-weight: bold; */
    /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.95); */
    font-family: "AmsiProNarw-Ultra";
}

.nav-item a {
    color: #111111;
    transition: ease .1s;
    min-height: 40px;
    line-height: 40px;
}

.nav-item a:hover {
    text-shadow: 0px 0px 1px #111111;
}

#tabs-classificao.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #031627;
}

#tabs-jogos.nav-pills .nav-link,
.nav-pills>.nav-link {
    color: #fff;
    background-color: #1696DC;
}

#tabs-jogos.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #EB1933;
}

.arrow-down {
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #031627;
    margin: auto;
}

.chevron-start {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 49%, 0% 0%);
    background-color: #1696DC;
    text-decoration: none;
    color: #ffffff !important;
}

.chevron-start.active {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 49%, 0% 0%);
    background-color: #EB1933;
    text-decoration: none;
    color: #ffffff;
}

.chevron-right {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    background-color: #1696DC;
    text-decoration: none;
    color: #ffffff !important;
}

.chevron-right.active {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    background-color: #EB1933;
    text-decoration: none;
    color: #ffffff;
}

.chevron-end {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    background-color: #1696DC;
    text-decoration: none;
    color: #ffffff !important;
}

.chevron-end.active {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    background-color: #EB1933;
    text-decoration: none;
    color: #ffffff;
}

.triangule-right {
    width: 0px;
    height: 0px;
    border-top: 35px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 10px solid #031627;
}

.img-logo {
    margin-top: -1.7rem !important;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-22 {
    font-size: 22px;
}

.text-25 {
    font-size: 25px;
}

.text-30 {
    font-size: 30px;
}

.text-35 {
    font-size: 35px;
}

.text-40 {
    font-size: 40px;
}

.text-45 {
    font-size: 45px;
}

.abadi {
    font-family: "Abadi MT Condensed Light";
}

/* .img-effect {
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
} */

.img-brilho {
    filter: saturate(0.6)brightness(0.7);
}

.img-shadow {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 11%, transparent 76%);
}

.thumb-patrocinador:hover img {
    transform: scale(1.04);
    filter: saturate(1)brightness(1);
}

.card-img-overlay {
    top: unset !important;
}

.pt-8 {
    padding-top: 5rem;
    ;
}

@media only screen and (min-width: 320px) {
    #tabs-classificao>li>a {
        padding: 0rem 0.7rem;
    }
}

@media only screen and (min-width: 600px) {
    #nav-header>li>a {
        padding: 0.5rem 0.4rem;
    }
}

@media only screen and (min-width: 1600px) {
    .mr-7 {
        margin-right: 3rem;
    }

    .img-shadow-1 {
        box-shadow: inset 0px -138px 71px -16px #000000c2;
        width: 97.5%;
    }

    .img-shadow-2 {
        box-shadow: inset 0px -138px 71px -16px #000000c2;
    }

}

.btn-prestacao:hover {
    background-color: #eeeeee;
}

.tab-cat {
    border-bottom: 1px solid #DDDDDD !important;
}

.tab-cat.active {
    color: #333333 !important;
    border-bottom: 1px solid #EB1933 !important;
}

.tab-cat:hover {
    color: #333333 !important;
}

.item-equipe {
    min-height: 215px;
    transition: ease .2s;
    border: 1px solid transparent !important;
}

.item-equipe:hover {
    border: 1px solid #EB1933 !important;
}

.arrow-down-red {
    width: 0px;
    height: 0px;
    border-left: 11.5px solid transparent;
    border-right: 11.5px solid transparent;
    border-top: 12px solid #EB1933;
    margin: auto;
    display: none;
}

.video-container {
    cursor: pointer;
}

.bg-container-videos {
    background: url('../img/fundo-video.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#menu-dropdown:hover>.dropdown-menu {
    display: block;
}

.btn-cat {
    font-size: 15px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    color: white;
    border: none;
}

.btn-cat.active {
    background: linear-gradient(to bottom, black -30%, transparent 33%);
    background-color: #1696DC !important;
}

.btn-cat:hover {
    background: linear-gradient(to bottom, black -30%, transparent 33%);
    background-color: #1696DC !important;
    color: white;
}

#single_video>.fa-youtube-play {
    color: white;
    opacity: .7;
}

#single_video>.fa-youtube-play:hover {
    color: #f70003 !important;
    opacity: 1;
}

.lds-roller {
    display: block;
    margin: 35px auto;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1696DC;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.slick-parceiros {
    line-height: 65px;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.no-ouline-anywhere {
    outline: none !important;
    box-shadow: none !important;
}

.box-shadow-top {
    -webkit-box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 200px) and (max-width: 385px) {

    /* MENU */

    .bg-topo {
        height: 110px !important;
    }

    #logo-icon {
        height: 100px !important;
    }

    .mburger {
        position: absolute !important;
        height: 45px !important;
    }

    .mburger b:nth-of-type(1) {
        bottom: calc(45% + var(--mb-bar-spacing)) !important;
    }

    .mburger b:nth-of-type(2) {
        top: calc(25% + var(--mb-bar-spacing)) !important;
    }

    .mburger b:nth-of-type(3) {
        top: calc(45% + var(--mb-bar-spacing)) !important;
    }

    .mm-wrapper_opened .mburger b:nth-of-type(1) {
        top: calc(50% - (var(--mb-bar-height)/ 2)) !important;
        transform: rotate(147deg);
    }

    .mm-wrapper_opened .mburger b:nth-of-type(3) {
        top: calc(50% - (var(--mb-bar-height)/ 2)) !important;
        transform: rotate(147deg);
    }

    .header-menu-title {
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
        margin-top: 10px !important;
        align-self: center;
        font-size: 18px !important;
        margin-bottom: 10px !important;
        text-align: center;
    }

    /* PARTIDAS HOME */

    .slick-jogos>br {
        display: none !important;
    }

    .partidas-row>div.w-100 {
        background: none !important;
        background-position-x: none !important;
    }

    .partidas-row>div.w-100>div.container>div.row {
        height: 100% !important;
    }

    .partidas-row>div.w-100>div.container>div.row div.alert {
        height: 100% !important;
    }

    .proximas-partidas-row {
        padding-bottom: 0px !important;
    }

    .proximas-partidas-box {
        display: none !important;
    }

    .slick-jogos button.slick-arrow {
        top: 20px;
        position: absolute !important;
    }

    .slick-jogos button.slick-arrow.slick-prev {
        left: -10px
    }

    .slick-jogos button.slick-arrow.slick-next {
        right: 35px
    }

    .partidas-box-mobile {
        padding-top: 0px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .slick-proximas-partidas-mobile {
        display: flex !important;
    }

    .slick-proximas-partidas-mobile button.slick-arrow {
        top: 30px;
        position: absolute !important;
    }

    .slick-proximas-partidas-mobile button.slick-arrow.slick-prev {
        left: -23px;
    }

    /* CLASSIFICAÇÃO HOME */

    .classificacao-title {
        font-size: 20px !important;
        line-height: 1;
        margin-bottom: 10px;
    }

    .classificacao-subtitle {
        margin-bottom: 10px;
    }

    ul#tabs-classificao>li.nav-item>a.btn-tab-classificacao {
        display: flex !important;
        font-size: 16px !important;
        width: 35px !important;
        height: 35px !important;
        min-height: 35px !important;
        justify-content: center;
        align-items: center;
    }

    /* CLASSIFICAÇÃO PÁGINA */

    .classificacao-tabela-titulo {
        font-size: 20px !important;
        text-align: center;
        line-height: 1;
    }

    th.text-center {
        line-height: 1.1;
    }

    .classificacao-info-mobile {
        font-size: 12px !important;
        vertical-align: middle !important;
    }
}


.card-noticia-mobile {
    position: relative;
}

.card-noticia-mobile::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0) 100%);
}

.card-noticia-mobile img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.card-noticia-mobile .titulo {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 16px;
    bottom: 0px;
    font-family: "AmsiProNarw-Ultra";
}
