﻿/* Override Cards.css
.game-hub-module.GameHub .score-board .event-wrapper .card {
  display: none;
}
End Override Cards.css */

.game-hub-module {
    overflow: hidden;
    position: relative;
    /*margin-bottom: 30px;*/
}

    .game-hub-module .game_bar {
        justify-content: space-between;
        margin-top: 16px;
        padding-left: 22px;
        padding-right: 20px;
    }

        .game-hub-module .game_bar .types {
            display: flex;
        }

            .game-hub-module .game_bar .types p.type-game {
                color: #C30000;
                margin-right: 10px;
                font-size: 14px;
                line-height: 26px;
            }

            .game-hub-module .game_bar .types p.type-liga {
                color: #888888;
                font-size: 14px;
                text-transform: uppercase;
                line-height: 26px;
            }

        .game-hub-module .game_bar h5 {
            font-size: 20px;
            margin: 0;
            font-weight: normal;
            line-height: 26px;
        }

        .game-hub-module .game_bar h6 {
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 6px;
            line-height: 24px;
            margin-top: 0;
        }

        .game-hub-module .game_bar p {
            line-height: 24px;
            font-size: 14px;
        }


    .game-hub-module a.button-landing-info.link-main {
        font-size: 14px;
        line-height: 28px;
        cursor: pointer;
    }

    .game-hub-module.new-pack-game a.button-landing-info.link-main {
        padding-left: 22px;
    }

    .game-hub-module .score-board {
        position: relative;
        height: 500px;
    }

.score-board.landing {
    height: auto;
    position: relative;
}



.game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing {
    padding-left: 22px;
    height: auto;
}

.game-hub-module.ticket-landing.new-pack-game .ticket-slider .game-infos.swiper-slide {
    border-left: solid 1px #e8e8e8;
}

    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .game-infos.swiper-slide:first-of-type {
        border-left: none;
    }

.game-hub-module.ticket-landing.new-pack-game .ticket-slider .game-infos.swiper-slide-active:last-of-type {
    margin-left: -40px;
}

.game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing .game-info {
    position: relative;
    top: initial;
    width: 100%;
    display: block;
}

    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing .game-info .team {
        position: relative;
        display: flex;
        align-items: center;
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

        .game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing .game-info .team img {
            margin-right: 26px;
        }

        .game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing .game-info .team h3 {
            font-size: 22px;
            padding: 0;
            line-height: initial;
        }

        .game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing .game-info .team p {
            font-size: 12px;
        }

.game-hub-module.ticket-landing.new-pack-game .mobile-horizontal.swiper.ticket-slider {
    margin-top: 15px;
    padding-bottom: 20px;
}

.game-hub-module.ticket-landing.new-pack-game .swiper.ticket-slider .swiper-wrapper {
    height: auto;
}


.game-hub-module.ticket-landing.new-pack-game .ticket-slider .game_bar {
    margin-top: 28px;
    padding-left: 22px;
    position: relative;
    top: 0;
}


    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .game_bar h5 {
        font-size: 18px;
        margin: 0;
        margin-top: 5px;
        font-weight: normal;
    }


.game-hub-module.ticket-landing.new-pack-game .game_bar .game_bar-infos {
    display: flex;
}

p.type-game {
    font-weight: bold;
}

.game-hub-module.ticket-landing.new-pack-game .game_bar .game_bar-infos.date-local {
    flex-flow: column;
    margin-bottom: 10px;
}

.mobile-horizontal.swiper.ticket-slider .swiper-pagination {
    bottom: 30px;
    top: auto;
}

.game-hub-module.ticket-landing.new-pack-game .mobile-horizontal.swiper.ticket-slider .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
}

.mobile-horizontal.swiper.ticket-slider .swiper-pagination-bullet-active {
    background-color: #242424;
    transform: rotate(90deg);
}

.mobile-horizontal.swiper.ticket-slider .swiper-pagination-bullet {
    background-color: black;
    transform: rotate(90deg);
}

.game-hub-module.ticket-landing.new-pack-game .mobile-horizontal.swiper.ticket-slider .swiper-pagination-bullet-active,
.game-hub-module.ticket-landing.new-pack-game .mobile-horizontal.swiper.ticket-slider .swiper-pagination-bullet {
    transform: rotate(0deg);
}

.mobile-horizontal.swiper.ticket-slider .swiper-pagination .swiper-pagination-bullet::after {
    background-color: #242424;
}



.game-hub-module .score-board[game-stage="0"] { /* Pre-game */
    height: auto;
}

.game-hub-module .score-board[game-stage="1"],
.game-hub-module .score-board[game-stage="2"] { /* Live and Post-game */
    height: auto;
}

.game-hub-module .extras {
    padding: 15px 21px 0;
    display: flex;
    flex-flow: column-reverse;
}

    .game-hub-module .extras .buttons .buttons-tickets {
        display: flex;
        justify-content: center;
    }

        .game-hub-module .extras .buttons .buttons-tickets .button {
            width: 156px;
        }

    .game-hub-module .extras.premium {
        padding-top: 25px;
    }

        .game-hub-module .extras.premium .buttons-tickets .premium-experience {
            text-align: center;
            line-height: 28px;
            font-size: 14px;
            width: 156px;
            margin-top: 8.8px;
        }

            .game-hub-module .extras.premium .buttons-tickets .premium-experience:hover {
                color: #C30000;
            }

        .game-hub-module .extras.premium .buttons-tickets a.button.premium {
            margin-right: 20px;
        }

.button-type-container {
    position: absolute;
    right: 0;
    z-index: 100;
    padding-right: 22px;
    font-size: 14px;
}

.game-hub-module .button-type-container p {
    color: #c30000;
    font-size: 14px !important;
    font-weight: bold;
}

    .game-hub-module .button-type-container p.grey {
        color: #888888;
    }


.game-hub-module .extras .aposta {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    align-items: center;
}

    .game-hub-module .extras .aposta img {
        margin: 0;
        margin-left: 15px;
        filter: grayscale(1) brightness(0.3)
    }

        .game-hub-module .extras .aposta img:hover {
            filter: grayscale(0) brightness(1);
        }

.game-hub-module .extras p {
    font-size: 14px;
}

    .game-hub-module .extras p:hover {
        color: #C30000;
    }

.game-hub-module .extras .button-landing-info {
    text-decoration: underline;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}

/* Text Wrapper */
.game-hub-module.GameHub .score-board .text-wrapper {
    top: 70px;
}

    .game-hub-module.GameHub .score-board .text-wrapper h1 {
        margin: 0;
        line-height: 1em;
        -webkit-text-stroke-color: #242424;
    }


/* Game Info */


.game-hub-module.GameHub .score-board .game-info {
    padding-top: 21px;
}

    .game-hub-module.GameHub .score-board .game-info .team *,
    .game-hub-module.GameHub .score-board .game-info .game-status *,
    .game-hub-module.GameHub .score-board .game-info .buttons p a {
        color: #242424 !important;
    }

    .game-hub-module.GameHub .score-board .game-info .competition {
        color: #888888 !important;
    }

    .game-hub-module.GameHub .score-board .game-info .game-status .link.Direto a {
        color: #c30000 !important;
    }

    .game-hub-module.GameHub .score-board .game-info .game-status .link.Direto svg {
        stroke: #c30000;
    }




    .game-hub-module.GameHub .score-board .game-info .buttons svg {
        stroke: #242424 !important;
    }


/* Timeline */

.game-hub-module.GameHub .score-board .scroll-wrapper .timeline-wrapper .timeline .line i.progress,
.game-hub-module.GameHub .score-board .scroll-wrapper .timeline-wrapper .timeline .line i.background {
    border-color: #242424;
}

.game-hub-module.GameHub .score-board .scroll-wrapper .timeline-wrapper .timeline .line i {
    background-color: #242424;
}

.game-hub-module.GameHub .score-board .scroll-wrapper .timeline-wrapper .timeline .event > svg {
    fill: #242424;
    stroke: #242424;
}

.game-hub-module.GameHub .score-board .scroll-wrapper .timeline-wrapper .timeline .event span {
    color: #242424;
}

.mobile-horizontal.swiper.ticket-slider {
    height: auto;
    padding-top: 25px;
}

.GameHub .score-board .game-info .team .logo-wrapper {
    height: 62px;
    align-self: baseline;
    display: flex;
}

.game-hub-module.new-pack-game .extras {
    padding-top: 10px;
}

@media screen and (min-width: 992px) {
    .game-hub-module {
        overflow: hidden;
        position: relative;
    }

        .game-hub-module.GameHub .score-board {
            padding-bottom: 0;
        }

            .game-hub-module.GameHub .score-board .text-wrapper {
                top: 0px;
            }

        .game-hub-module .score-board[game-stage="0"] { /* Pre-game */
            height: auto; /*solução temporaria em Qualidade. Pode ser esmagado em merge*/
        }

        .game-hub-module .score-board[game-stage="1"],
        .game-hub-module .score-board[game-stage="2"] { /* Live and Post-game */
            height: auto; /*solução temporaria em Qualidade. Pode ser esmagado em merge*/
        }

        .game-hub-module.GameHub .score-board .game-info .buttons {
            margin-top: 15px;
            margin-bottom: 10px;
        }


        .game-hub-module .game_bar {
            margin: 0;
            position: absolute;
            top: 0;
            padding: 0;
        }

    .mobile-horizontal.swiper.ticket-slider {
        height: 100px;
        padding: 0 43px 0 43px;
    }

    .button-type-container {
        top: 0;
        padding-right: 43px;
    }

    .game-hub-module .extras {
        display: flex;
        height: 50px;
        justify-content: end;
        margin-bottom: 10px;
        flex-flow: row;
        width: 100%;
        z-index: 10;
        padding-top: 0;
        padding-right: 43px;
    }

        .game-hub-module .extras.premium {
            margin-bottom: 30px;
            padding-top: 0;
        }

        .game-hub-module .extras .buttons {
            display: flex;
            height: min-content;
            flex-flow: row-reverse;
        }


            .game-hub-module .extras .buttons .buttons-tickets {
                justify-content: left;
            }

        .game-hub-module .extras .info-share {
            align-self: initial;
        }

    .game-hub-module .game_bar h6 {
        font-size: 14px;
        line-height: 19px;
    }



    .game-hub-module .extras.premium .buttons-tickets a.button.premium {
        margin-left: 20px;
        z-index: 10;
    }

    .button-type-container .ico-share {
        margin-right: 25px;
        display: flex;
        z-index: 10;
    }

        .button-type-container .ico-share > a {
            opacity: 1;
            transition: opacity ease 500ms;
        }

        .button-type-container .ico-share .share-anchor {
            position: relative;
            width: 0;
            height: 100%;
        }

        .button-type-container .ico-share .share-wrapper, .button-type-container .ico-share .share-wrapper:after {
            background: transparent;
        }

        .button-type-container .ico-share .share-anchor .share-wrapper a {
            display: inline-block;
            width: 24px;
            height: 24px;
            box-sizing: content-box;
            padding: 0 5px;
            margin: 0 5px;
        }

            .button-type-container .ico-share .share-anchor .share-wrapper a svg {
                width: 100%;
                height: 100%;
                fill: #242424;
                stroke: none;
                transition: fill 300ms ease;
            }

                .button-type-container .ico-share .share-anchor .share-wrapper a svg:hover {
                    fill: #C30000;
                }

        .button-type-container .ico-share:hover .share-anchor .share-wrapper {
            margin: 0 -10px;
            pointer-events: all;
            transform: translate3d(0%, 0, 0) !important;
            opacity: 1;
        }

        .button-type-container .ico-share .share-anchor .share-wrapper {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            display: flex;
            align-items: center;
            background-color: white;
            transition-property: opacity, transform;
            transition-timing-function: ease;
            transition-duration: 500ms;
            pointer-events: none;
            transform: translate3d(100%, 0, 0);
            opacity: 0;
        }


    .game-hub-module.ticket-landing.new-pack-game .extras {
        top: 300px;
        position: absolute;
        width: fit-content;
        right: 0;
    }

    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .game-infos.swiper-slide {
        display: flex;
        flex-flow: column-reverse;
    }

    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .game_bar {
        margin-top: 0;
        padding-right: 0;
        padding-left: 43px;
    }

    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing .game-info .team > div {
        position: relative;
        padding: 0;
        padding-left: 10px;
        top: 0;
        padding-bottom: 8px;
    }

    .game-hub-module.ticket-landing.new-pack-game .mobile-horizontal.swiper.ticket-slider {
        height: 340px;
        margin-top: 30px;
        padding-left: 0;
    }

    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing {
        padding-left: 43px;
    }

    .game-hub-module.new-pack-game a.button-landing-info.link-main {
        padding-left: 43px;
    }

    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing .game-info .team {
        gap: 20px;
        padding-top: 5px;
        margin-bottom: 20px;
        align-items: flex-end;
    }

    section.tabs-description section.tabs-with-nav .game-infos p, section.tabs-description section.tabs-with-nav .extras p {
        line-height: 19px;
    }

    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .score-board.landing .game-info .team img {
        width: 66px;
        margin-right: 10px;
    }

    .GameHub.ticket-landing .score-board .game-info .team .team-name {
        display: none;
    }

    .GameHub.ticket-landing .score-board .game-info .team > div {
        padding: 0;
    }

    .GameHub.ticket-landing .score-board .game-info .team img {
        width: 50px;
    }

    .game-hub-module.GameHub.ticket-landing .score-board .game-info {
        padding-top: 5px;
    }

    .buttons-tickets .premium-experience {
        margin-left: 20px;
        margin-top: 0;
    }

    .game-hub-module.GameHub.ticket-landing {
        margin-bottom: 0;
    }

    .game-hub-module.ticket-landing.new-pack-game .game_bar .game_bar-infos {
        display: flex;
        flex-flow: column;
    }


    .game-hub-module.new-pack-game a.button-landing-info.link-main {
        padding-left: 30px;
        position: absolute;
        bottom: 15px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .game-hub-module .game_bar .game_bar-infos {
        display: flex;
        flex-flow: column;
    }

    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .game_bar {
        display: flex;
        padding-right: 40px;
    }


    .game-hub-module.ticket-landing.new-pack-game .ticket-slider .game-infos.swiper-slide {
        margin-right: 10px;
    }
}

p.link.Direto {
    position: relative;
    z-index: 1;
}
