﻿.game-module {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .game-module .game_bar {
        justify-content: space-between;
        margin-top: 16px;
        padding-left: 22px;
        padding-right: 20px;
    }

        .game-module .game_bar .types {
            display: flex;
        }

            .game-module .game_bar .types p.type-game {
                color: #C30000;
                margin-right: 10px;
                font-size: 14px;
                line-height: 26px;
            }

            .game-module .game_bar .types p.type-liga {
                color: #888888;
                font-size: 14px;
                text-transform: uppercase;
                line-height: 26px;
            }

        .game-module .game_bar h5 {
            font-size: 20px;
            margin: 0;
            font-weight: normal;
            line-height: 26px;
        }

        .game-module .game_bar h6 {
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 6px;
            line-height: 24px;
            margin-top: 0;
        }

        .game-module .game_bar p {
            line-height: 24px;
            font-size: 14px;
        }


    .game-module a.button-landing-info.link-main {
        font-size: 14px;
        line-height: 28px;
        cursor: pointer;
    }

    .game-module.new-pack-game a.button-landing-info.link-main {
        padding-left: 22px;
    }

    .game-module .game-board {
        position: relative;
        height: 500px;
    }

.game-board.landing {
    height: auto;
    position: relative;
}



.game-module.ticket-landing.new-pack-game .ticket-slider .game-board.landing {
    padding-left: 22px;
    height: auto;
}

.game-module.ticket-landing.new-pack-game .ticket-slider .game-infos.swiper-slide {
    border-left: solid 1px #e8e8e8;
}

    .game-module.ticket-landing.new-pack-game .ticket-slider .game-infos.swiper-slide:first-of-type {
        border-left: none;
    }


.game-module.ticket-landing.new-pack-game .ticket-slider .game-board.landing .game-info {
    position: relative;
    top: initial;
    width: 100%;
    display: block;
}

    .game-module.ticket-landing.new-pack-game .ticket-slider .game-board.landing .game-info .team {
        position: relative;
        display: flex;
        align-items: center;
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

        .game-module.ticket-landing.new-pack-game .ticket-slider .game-board.landing .game-info .team img {
            margin-right: 26px;
        }

        .game-module.ticket-landing.new-pack-game .ticket-slider .game-board.landing .game-info .team h3 {
            font-size: 22px;
            padding: 0;
            line-height: initial;
        }

        .game-module.ticket-landing.new-pack-game .ticket-slider .game-board.landing .game-info .team p {
            font-size: 12px;
        }

.game-module.ticket-landing.new-pack-game .mobile-horizontal.swiper.ticket-slider {
    margin-top: 15px;
    padding-bottom: 20px;
}

.game-module.ticket-landing.new-pack-game .swiper.ticket-slider .swiper-wrapper {
    height: auto;
}


.game-module.ticket-landing.new-pack-game .ticket-slider .game_bar {
    margin-top: 28px;
    padding-left: 22px;
    position: relative;
    top: 0;
}


    .game-module.ticket-landing.new-pack-game .ticket-slider .game_bar h5 {
        font-size: 18px;
        margin: 0;
        margin-top: 5px;
        font-weight: normal;
    }


.game-module.ticket-landing.new-pack-game .game_bar .game_bar-infos {
    display: flex;
}

p.type-game {
    font-weight: bold;
}

.game-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-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-module.ticket-landing.new-pack-game .mobile-horizontal.swiper.ticket-slider .swiper-pagination-bullet-active,
.game-module.ticket-landing.new-pack-game .mobile-horizontal.swiper.ticket-slider .swiper-pagination-bullet {
    transform: rotate(0deg);
}


.game-module .extras {
    padding: 15px 21px 0;
    display: flex;
    flex-flow: column-reverse;
}

    .game-module .extras .buttons .buttons-tickets {
        display: flex;
        justify-content: center;
    }

        .game-module .extras .buttons .buttons-tickets .button {
            width: 156px;
        }

    .game-module .extras.premium {
        padding-top: 25px;
    }

        .game-module .extras.premium .buttons-tickets .premium-experience {
            text-align: center;
            line-height: 28px;
            font-size: 14px;
            width: 156px;
            margin-top: 8.8px;
        }

            .game-module .extras.premium .buttons-tickets .premium-experience:hover {
                color: #C30000;
            }

        .game-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-module .button-type-container p {
    color: #c30000;
    font-size: 14px !important;
    font-weight: bold;
}

    .game-module .button-type-container p.grey {
        color: #888888;
    }


.game-module .extras .aposta {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    align-items: center;
}

    .game-module .extras .aposta img {
        margin: 0;
        margin-left: 15px;
        filter: grayscale(1) brightness(0.3)
    }

        .game-module .extras .aposta img:hover {
            filter: grayscale(0) brightness(1);
        }

.game-module .extras p {
    font-size: 14px;
}

    .game-module .extras p:hover {
        color: #C30000;
    }

.game-module .extras .button-landing-info {
    text-decoration: underline;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.game-module.Game .game-board .game-info .team *,
.game-module.Game .game-board .game-info .game-status *,
.game-module.Game .game-board .game-info .buttons p a {
    color: #242424 !important;
}





.game-module.Game .game-board .game-info .buttons svg {
    stroke: #242424 !important;
}




.mobile-horizontal.swiper.ticket-slider {
    height: auto;
    padding-top: 25px;
}

.Game .game-board .game-info .team .logo-wrapper {
    height: 62px;
    align-self: baseline;
    display: flex;
}

.game-module.new-pack-game .extras {
    padding-top: 10px;
}

.Game .game-board .game-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    color: #ffffff;
}

   

    .Game .game-board .game-info .team {
        position: relative;
        display: flex;
        align-items: flex-end;
        width: 50%;
        height: auto;
    }

        .Game .game-board .game-info .team#team-1 {
            justify-content: flex-end;
            padding-right: 15px;
            text-align: end;
        }

        .Game .game-board .game-info .team#team-2 {
            justify-content: flex-start;
            padding-left: 15px;
        }

        .Game .game-board .game-info .team .team-name {
            padding: 14px 12px 0 12px;
        }

        .Game .game-board .game-info .team h3 {
            margin: 0;
            font-family: Roboto;
            font-weight: bold;
            font-size: 36px;
            line-height: 48px;
            color: #ffffff;
            text-transform: none;
        }

        .Game .game-board .game-info .team .team-name p {
            font-size: 12px;
            line-height: 14px;
        }

        .Game .game-board .game-info .team#team-1 > div {
            align-items: flex-end;
        }

        .Game .game-board .game-info .team#team-2 > div {
            align-items: flex-start;
        }

        .Game .game-board .game-info .team img {
            align-self: flex-end;
            width: 50px;
            max-height: none;
            margin: unset;
        }



@media screen and (min-width: 768px) {

    .game-module {
        overflow: hidden;
        position: relative;
    }

        .game-module.Game .game-board .game-info {
            top: 160px;
        }


        .game-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-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-module .extras.premium {
            margin-bottom: 30px;
            padding-top: 0;
        }

        .game-module .extras .buttons {
            display: flex;
            height: min-content;
            flex-flow: row-reverse;
        }


            .game-module .extras .buttons .buttons-tickets {
                justify-content: left;
            }


    .game-module .game_bar h6 {
        font-size: 14px;
        line-height: 19px;
    }



    .game-module .extras.premium .buttons-tickets a.button.premium {
        margin-left: 20px;
        z-index: 10;
    }

   

    .game-module.ticket-landing.new-pack-game .extras {
        top: 300px;
        position: absolute;
        width: fit-content;
        right: 0;
    }

    .game-module.ticket-landing.new-pack-game .ticket-slider .game-infos.swiper-slide {
        display: flex;
        flex-flow: column-reverse;
    }

    .game-module.ticket-landing.new-pack-game .ticket-slider .game_bar {
        margin-top: 0;
        padding-right: 0;
        padding-left: 43px;
    }

    .game-module.ticket-landing.new-pack-game .ticket-slider .game-board.landing .game-info .team > div {
        position: relative;
        padding: 0;
        padding-left: 10px;
        top: 0;
        padding-bottom: 8px;
    }

    .game-module.ticket-landing.new-pack-game .mobile-horizontal.swiper.ticket-slider {
        height: 340px;
        margin-top: 30px;
        padding-left: 0;
    }

    .game-module.ticket-landing.new-pack-game .ticket-slider .game-board.landing {
        padding-left: 43px;
    }


    .game-module.ticket-landing.new-pack-game .ticket-slider .game-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-module.ticket-landing.new-pack-game .ticket-slider .game-board.landing .game-info .team img {
        width: 66px;
        margin-right: 10px;
    }

    .Game.ticket-landing .game-board .game-info .team .team-name {
        display: none;
    }

    .Game.ticket-landing .game-board .game-info .team > div {
        padding: 0;
    }

    .Game.ticket-landing .game-board .game-info .team img {
        width: 50px;
    }

    .game-module.Game.ticket-landing .game-board .game-info {
        padding-top: 5px;
    }

    .buttons-tickets .premium-experience {
        margin-left: 20px;
        margin-top: 0;
    }

    .game-module.Game.ticket-landing {
        margin-bottom: 0;
    }

    .game-module.ticket-landing.new-pack-game .game_bar .game_bar-infos {
        display: flex;
        flex-flow: column;
    }


    .game-module.new-pack-game a.button-landing-info.link-main {
        padding-left: 43px;
        position: absolute;
        bottom: 15px;
        font-size: 14px;
    }


    .Game .game-board .game-info .team img {
        width: 65px;
        margin: 0 !important;
    }

    .Game .game-board .game-info #team-1 {
        order: 0;
        justify-content: flex-end;
    }

    .Game .game-board .game-info #team-2 {
        justify-content: flex-start;
    }

    .Game .game-board .game-info .team {
        width: 0px;
        flex-grow: 1;
    }

    .Game .game-board .game-info .team h3 {
        padding: 15px 20px 0;
        font-size: 36px;
        line-height: 48px;
    }
    
    .Game .game-board .game-info {
        top: 260px;
    }


    .Game .game-board .game-info .team > div {
        position: absolute;
        top: -10px;
        display: flex;
        flex-direction: column;
        padding: 0 38px;
    }

    .Game .game-board .game-info #team-1 > div {
        right: 65px;
    }

    .Game .game-board .game-info #team-2 > div {
        left: 65px;
    }
}

@media screen and (min-width: 1200px) {
    .game-module .game_bar .game_bar-infos {
        display: flex;
        flex-flow: column;
    }

    .game-module.ticket-landing.new-pack-game .ticket-slider .game_bar {
        display: flex;
        padding-right: 40px;
    }


    .game-module.ticket-landing.new-pack-game .ticket-slider .game-infos.swiper-slide {
        margin-right: 10px;
    }
}
