﻿.bilhetes {
    margin-top: 30px;
    margin-bottom: 0px;
    position: relative;
}

    .bilhetes h1 {
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        padding-left: 14px;
        text-transform: initial;
    }

    .bilhetes h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        margin: 0;
        padding: 0 14px;
    }


    .bilhetes .no-tickets-info {
        text-align: center;
    }

        .bilhetes .no-tickets-info h5 {
            font-size: 24px;
            padding: 0 15px;
            margin-top: 30px;
        }

    .bilhetes .tabs .tab .no-tickets-info p {
        font-size: 20px;
        padding: 0 50px;
    }

    .bilhetes .no-tickets-info p a {
        color: #242424;
    }


    .bilhetes .custom-anchor {
        position: absolute;
        top: -180px;
    }

.jogo {
    margin: 30px 0 30px 0;
    border-bottom: solid 1px #E8E8E8;
}

    .jogo hr {
        margin: 0;
    }

.nav .nav-items {
    display: none;
}

    .nav .nav-items.opened {
        display: block;
        background-color: white;
        z-index: 100;
    }

.nav p {
    font-size: 14px;
}


svg.cross {
    width: 24px;
    height: 24px;
    stroke-width: 2px;
    stroke: #242424;
    margin-bottom: 15px;
    position: absolute;
    right: 25px;
}



.nav .nav-items p {
    margin-top: 10px;
    padding-left: 10px;
}

/* Tabs with Nav */

section.tabs-description section.tabs-with-nav {
    padding: 0;
    max-height: 10000px;
    margin-bottom: 10px;
}

section.tabs-description.no-tickets section.tabs-with-nav {
    min-height: 0;
    margin-bottom: 0;
}

section.tabs-description {
    margin-top: 20px;
}

    section.tabs-description section.tabs-with-nav nav {
        padding: 0;
        margin: 0;
        background-color: white;
        width: 100%;
        z-index: 110;
    }


    section.tabs-description.no-tickets section.tabs-with-nav nav ul li:hover,
    section.tabs-description.no-tickets section.tabs-with-nav nav ul li.selected {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    section.tabs-description section.tabs-with-nav .tabs {
        padding: 0;
    }


    section.tabs-description.no-tickets section.tabs-with-nav .tabs .tab h2 {
        font-size: 24px;
        font-weight: 500;
        margin-left: 0;
        padding: 0;
    }

    section.tabs-description.no-tickets section.tabs-with-nav .tabs .tab p a {
        font-weight: normal;
        text-decoration: underline;
    }

        section.tabs-description.no-tickets section.tabs-with-nav .tabs .tab p a:hover {
            color: #C30000;
        }

.tabs-with-nav {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease-in-out;
}

    .tabs-with-nav nav {
        padding-left: 14px;
    }

    .tabs-with-nav.tickets-info .tabs .tab table {
        width: 552px;
    }

        .tabs-with-nav.tickets-info .tabs .tab table tbody td {
            text-align: center;
            padding-left: 0;
            width: 10%;
        }



section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo {
    max-height: 0px;
    margin-bottom: 0px;
    min-height: 0;
    transition: all 0.5s ease-in-out;
}


.gameInfo {
    max-height: 0px;
    margin-bottom: 0px;
    min-height: 0;
    transition: all 0.5s ease-in-out;
}

section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo.open {
    max-height: 2000px;
    margin-bottom: 60px;
    transition: all 0.5s ease-in-out;
}

.gameInfo.open {
    max-height: 2000px;
    margin-bottom: 60px;
    transition: all 0.5s ease-in-out;
}

section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo .tabs,
section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo nav {
    padding: 0 14px;
}

.gameInfo .tabs, .gameInfo nav {
    padding: 0 14px;
}


section.tabs-description section.tabs-with-nav .game-infos p, section.tabs-description section.tabs-with-nav .extras p {
    font-size: 14px;
    line-height: 19px;
}

section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo .tabs .tab p {
    margin-top: 10px;
}

.gameInfo .tabs .tab p {
    margin-top: 10px;
}



.tabs-with-nav nav ul {
    width: 100%;
    display: flex;
    column-gap: 38px;
    padding: 0 0;
    overflow-x: scroll;
    border: 0;
    border-bottom: 1px solid #DDDDDD;
}

    .tabs-with-nav nav ul li {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        padding-bottom: 20px;
        margin: 0;
        white-space: nowrap;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        cursor: pointer;
    }

        .tabs-with-nav nav ul li::before {
            content: attr(data-text);
            content: attr(data-text) / "";
            height: 0;
            visibility: hidden;
            overflow: hidden;
            user-select: none;
            pointer-events: none;
            font-weight: bold;
        }

        .tabs-with-nav nav ul li::marker {
            color: transparent;
        }

        .tabs-with-nav nav ul li.selected,
        .tabs-with-nav nav ul li:hover {
            color: #c30000;
            font-weight: bold;
            margin-bottom: -1px;
            padding-bottom: 16px;
            border-bottom: 5px solid #c30000;
        }

.tabs-with-nav .tabs {
    padding: 0 14px;
    margin-top: 8px;
}

    .tabs-with-nav .tabs .tab {
        display: none;
    }

        .tabs-with-nav .tabs .tab h2 {
            font-size: 24px;
            font-weight: 500;
        }

        .tabs-with-nav .tabs .tab.selected {
            display: block;
        }




        .tabs-with-nav .tabs .tab.precos .double-table-wrapper .first {
            width: 210px;
            margin-left: 0;
        }

            .tabs-with-nav .tabs .tab.precos .double-table-wrapper .first td {
                width: 175px;
                padding-left: 0;
                text-align: left;
                padding-right: 10px;
            }

        /*.tabs-with-nav .tabs .tab.precos .double-table-wrapper .second {
            width: 670px;
        }*/


        .tabs-with-nav .tabs .tab table td {
            text-align: center;
            height: 65px;
            padding: 0 5px;
            min-width: 83px;
        }

        .tabs-with-nav .tabs .tab table tr {
            border-bottom: solid 1px #DDDDDD;
            height: 80px;
        }

        .tabs-with-nav .tabs .tab table thead tr.title {
            font-size: 24px;
            height: 40px;
            line-height: 32px;
        }

        .tabs-with-nav .tabs .tab table tbody td {
            text-align: start;
            padding-left: 15px;
            width: 10%;
        }

            .tabs-with-nav .tabs .tab table tbody td.red {
                text-align: end;
                width: 10%;
                padding-right: 15px;
                padding-left: 0;
            }




        .tabs-with-nav .tabs .tab p a,
        .tabs-with-nav .tabs .tab p a:hover {
            color: #242424;
            font-family: Roboto, sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;
            text-decoration: none;
            cursor: pointer;
        }

        .tabs-with-nav .tabs .tab p.link {
            margin-top: 30px;
        }

            .tabs-with-nav .tabs .tab p.link svg {
                stroke: #242424;
            }

        .tabs-with-nav .tabs .tab h3 {
            font-size: 16px;
            text-transform: none;
            height: min-content;
            margin-top: 20px;
        }



.tabs-with-nav .cross-close-icon {
    height: 40px;
}

    .tabs-with-nav .cross-close-icon svg {
        cursor: pointer;
        width: 21px;
    }

        .tabs-with-nav .cross-close-icon svg.cross:hover {
            stroke: #C30000;
        }


.tabs-with-nav .tabs .tab .nav-wrapper {
    padding-left: 14px;
    overflow: scroll;
    background-color: white;
    width: 100%;
    z-index: 110;
}

    .tabs-with-nav .tabs .tab .nav-wrapper .nav-slider {
        display: flex;
        gap: 30px;
    }

        .tabs-with-nav .tabs .tab .nav-wrapper .nav-slider .nav {
            font-size: 20px;
            font-weight: 500;
            line-height: 26px;
            min-width: fit-content;
            cursor: pointer;
            white-space: nowrap;
        }

            .tabs-with-nav .tabs .tab .nav-wrapper .nav-slider .nav.selected {
                color: #C30000;
            }


        .tabs-with-nav .tabs .tab .nav-wrapper .nav-slider a:last-of-type .nav {
            padding-right: 14px;
        }

.tabs-with-nav .tabs .tab .tabs-nav-wrapper .tab-nav {
    display: none;
}

    .tabs-with-nav .tabs .tab .tabs-nav-wrapper .tab-nav.active {
        display: block;
    }

.tabs-with-nav .tabs .tab .nav-wrapper .nav-slider .nav.active {
    color: #c30000;
}



section.tabs-description section.tabs-with-nav nav.sticky {
    position: fixed;
    top: 71px;
    padding-top: 15px;
    max-width: 1600px;
}

.tabs-with-nav .tabs .tab .nav-wrapper.sticky {
    position: fixed;
    top: 145px;
    padding-bottom: 15px;
    box-shadow: 0px 1px 3px #F4F4F4;
}


section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo {
    max-height: 0px;
    margin-bottom: 0px;
    min-height: 0;
    transition: all 0.5s ease-in-out;
}

    section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo.open {
        max-height: 2000px;
        margin-bottom: 60px;
        transition: all 0.5s ease-in-out;
    }

    section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo nav {
        padding: 0 14px;
    }

    section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo .tabs {
        padding: 0 0 0 14px;
    }

    section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo .tabs {
        margin-top: 30px;
    }

section.tabs-description section.tabs-with-nav .game-infos p, section.tabs-description section.tabs-with-nav .extras p {
    font-size: 14px;
    line-height: 19px;
}

section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo .tabs .tab p {
    margin-top: 10px;
}

.nav .nav-items {
    display: none;
}

    .nav .nav-items.opened {
        display: block;
        background-color: white;
        z-index: 100;
    }

.nav p {
    font-size: 14px;
}


svg.cross {
    width: 24px;
    height: 24px;
    stroke-width: 2px;
    stroke: #242424;
    margin-bottom: 15px;
    position: absolute;
    right: 25px;
}



.nav .nav-items p {
    margin-top: 10px;
    padding-left: 10px;
}



.product-thumbnail-section h2.title {
    margin: 0 0 14px 15px;
}






@media screen and (min-width: 768px) {
    .bilhetes {
        margin-top: 50px;
    }

        .bilhetes h1 {
            margin-top: 45px;
            margin-left: 40px;
            margin-bottom: 0;
            padding: 0;
        }

        .bilhetes h2 {
            padding: 0 40px;
        }

            .bilhetes h2.desktop {
                display: block;
            }


    .nav.opened svg.arrow {
        transform: rotate(270deg);
    }


    .nav .nav-items.opened {
        padding-bottom: 25px;
        position: absolute;
        padding-right: 40px;
    }


    .mobile-horizontal.swiper.ticket-slider .swiper-pagination-bullet {
        transform: rotate(0deg);
    }

    .mobile-horizontal.swiper.ticket-slider .swiper-pagination {
        bottom: 105px;
    }


    .tabs-with-nav .tabs {
        margin-top: 10px;
    }

    section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo .tabs {
        margin-top: 50px;
    }

    .gameInfo .tabs {
        margin-top: 50px;
    }


    .tabs-with-nav .tabs .tab table {
        width: 100%;
    }

    .tabs-with-nav {
        padding-left: 28px;
        margin-top: 30px;
    }

    section.tabs-description section.tabs-with-nav nav {
        padding: 0 43px;
    }


    .tabs-with-nav .tabs .tab .nav-wrapper {
        padding-left: 43px;
        overflow: scroll;
    }



    section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo {
        margin: 0;
        padding-top: 20px;
    }

    .gameInfo {
        margin: 0;
        padding-top: 20px;
    }

    section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo .tabs,
    section.tabs-description section.tabs-with-nav .tabs-with-nav.gameInfo nav {
        padding: 0 43px;
    }

    .gameInfo .tabs, .gameInfo nav {
        padding: 0 43px;
    }

    .nav.opened svg.arrow {
        transform: rotate(270deg);
    }


    .nav .nav-items.opened {
        padding-bottom: 25px;
        position: absolute;
        padding-right: 40px;
    }


    .mobile-horizontal.swiper.ticket-slider .swiper-pagination-bullet {
        transform: rotate(0deg);
    }

    .mobile-horizontal.swiper.ticket-slider .swiper-pagination {
        bottom: 105px;
    }


    .tabs-with-nav .tabs {
        margin-top: 10px;
    }

        .tabs-with-nav .tabs .tab table {
            width: 100%;
        }

    .tabs-with-nav {
        padding-left: 28px;
        margin-top: 30px;
    }

    section.tabs-description section.tabs-with-nav nav {
        padding: 0 43px;
    }


    .tabs-with-nav .tabs .tab.precos .double-table-wrapper .second {
        width: 100%;
    }

    svg.cross {
        right: 43px;
    }

    .bilhetes .no-tickets-info h5 {
        margin-top: 50px;
    }
}


@media screen and (min-width: 1240px) {

    .tabs-with-nav .cross-close-icon {
        position: absolute;
        right: 0;
    }
}
