/*
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

.icon-xxs {
    height: 1rem;
    line-height: 1rem;
    width: 1rem
}

.icon-xs {
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem
}

.icon-sm {
    height: 2rem;
    line-height: 2rem;
    width: 2rem
}

.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem
}

.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem
}

.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem
}

.icon-xxl {
    height: 4rem;
    line-height: 4rem;
    width: 4rem
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle
}

.h1, .h2, .h3, h1, h2, h3 {
    letter-spacing: -.022rem
}

.display-1, .display-2, .display-3, .display-4 {
    letter-spacing: -.05rem
}

.lead {
    letter-spacing: -.03rem
}

.text-inherit {
    color: var(--gk-gray-800)
}

    .text-inherit.active, .text-inherit:hover, a.text-body:hover, a:hover .text-primary-hover {
        color: var(--gk-primary) !important
    }

.disableClick {
    pointer-events: none
}

.text-inverse {
    filter: brightness(0) invert(1)
}

.text-inverse-dark {
    filter: brightness(2) invert(1)
}

.cursor-pointer {
    cursor: pointer
}

.logo-stick {
    filter: brightness(0) invert(1)
}

.chevron-arrow {
    display: inline-flex;
    transition: .5s ease-in-out
}

[aria-expanded=true] .chevron-arrow {
    transform: rotate(-180deg)
}

.collapse-toggle {
    display: inline-block;
    transition: .5s ease-in-out
}

[aria-expanded=true] .collapse-toggle {
    transform: rotate(180deg)
}

.accordion-single .accordion-header-single {
    background-color: var(--gk-body-bg);
    border-bottom: 1px solid var(--gk-gray-300);
    margin-bottom: 0;
    padding: 16px
}

.accordion-body-single {
    padding: 24px
}

.bg-cover {
    background: no-repeat 50%/cover
}

.bg-grayscale {
    filter: grayscale(100%)
}

.bg-colors-gradient {
    background: linear-gradient(280.04deg,#baa9fb,#dbbeff 48.96%,#ffe0e0)
}

@media (max-width:1200px) {
    .bg-auto {
        background-size: auto !important
    }
}

.dot-pattern {
    position: relative
}

    .dot-pattern:after {
        background: url(../../../assets/images/dots-pattern.html) no-repeat;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.img-overlay, .img-overlay .img-color {
    position: relative;
    transition: .5s ease
}

    .img-overlay .img-color {
        background-color: var(--gk-primary);
        border-radius: 1rem
    }

        .img-overlay .img-color img {
            border-radius: .75rem
        }

        .img-overlay .img-color:hover img {
            mix-blend-mode: multiply;
            opacity: .4;
            transition: .2s ease
        }

    .img-overlay .caption {
        left: 50%;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transition: .5s ease
    }

    .img-overlay:hover .caption {
        opacity: 1
    }

.hero-graphics {
    background-image: url(../images/hero/hero-graphics.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-dark-stable {
    background-color: #0f172a
}

.text-white-stable {
    color: #fff
}

.bg-orange-gradient {
    background: #f93b10;
    background: linear-gradient(90deg,#f93b10,#ff6658 35%,#fe5d75)
}

.border-dashed {
    border: 2px dashed var(--gk-gray-300) !important
}

.list-timeline-activity {
    position: relative;
    z-index: 1
}

    .list-timeline-activity .list-group-item:not(:last-child):before {
        border-left: 1px solid var(--gk-border-color);
        content: "";
        height: 100%;
        left: 1.25rem;
        position: absolute;
        top: 1rem
    }

.process-line {
    position: relative;
    z-index: 1
}

.list-group-item:not(:last-child) .process-line:before {
    border-bottom: 2px solid var(--gk-primary);
    content: "";
    left: 0;
    margin: 0 80px;
    position: absolute;
    right: 0;
    top: 1rem;
    width: 200px
}

@media (max-width:420px) {
    .list-group-item:not(:last-child) .process-line:before {
        display: none
    }
}

@media (max-width:990px) {
    .list-group-item:not(:last-child) .process-line:before {
        width: 120px
    }
}

.small-divider {
    height: .125rem;
    width: 2.25rem
}

.step-line {
    position: relative
}

    .step-line:after {
        background-color: var(--gk-gray-200);
        content: "";
        height: 2px;
        min-width: 13rem;
        position: absolute;
        top: 50%;
        z-index: -1
    }

@media (max-width:1200px) {
    .step-line:after {
        min-width: 10rem
    }
}

@media (max-width:768px) {
    .step-line:after {
        min-width: 6.9rem
    }
}

.active .step-line:after {
    background-color: var(--gk-primary)
}

.timeline-activity {
    position: relative;
    z-index: 1
}

    .timeline-activity .list-group-item:not(:last-child):before {
        border-left: 1px solid var(--gk-border-color);
        bottom: 0;
        content: "";
        left: .3rem;
        position: absolute;
        top: 0
    }

.bg-light-gradient {
    background: rgba(221,218,255,.2);
    background: linear-gradient(180deg,rgba(221,218,255,.2),hsla(0,0%,100%,0) 80%);
    background: -moz-linear-gradient(180deg,rgba(221,218,255,.2) 0,hsla(0,0%,100%,0) 80%)
}

.bg-light-gradient-bottom {
    background: rgba(221,218,255,.3);
    background: linear-gradient(1turn,rgba(221,218,255,.3),hsla(0,0%,100%,0) 80%);
    background: -moz-linear-gradient(1turn,rgba(221,218,255,.3) 0,hsla(0,0%,100%,0) 80%)
}

.bg-light-gradient-top {
    background: rgba(221,218,255,.3);
    background: linear-gradient(180deg,rgba(221,218,255,.3),hsla(0,0%,100%,0) 80%);
    background: -moz-linear-gradient(180deg,rgba(221,218,255,.3) 0,hsla(0,0%,100%,0) 80%)
}

.bg-gradient-mix-shade {
    background: linear-gradient(270.06deg,#4a52ff .05%,#c678ff 54.16%,#fe5d75 99.95%)
}

@media (min-width:768px) {
    .mw-md-130 {
        max-width: 130% !important
    }
}

*/


.text-container {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

    .text-container.expanded {
        -webkit-line-clamp: unset;
    }


/* FAQ */
.faq-number {
    width: 25px;
    height: 25px;
    border: 1px solid #c6e1e4;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    flex-shrink: 0;
    color: #333;
    background-color: #c6e1e4;
}

.faq-question {
    font-weight: 600;
}

.faq-answer {
    color: #6c757d; /* Bootstrap's text-secondary */
    font-size: 0.95rem;
}

/* Para cometário */
#selection {
    position: absolute;
    border: 2px dashed red;
    background-color: rgba(255, 0, 0, 0.1);
    display: none;
    pointer-events: none;
    z-index: 9999;
}

#result {
    margin-top: 5px;
}

body.selecting {
    user-select: none; /* Disable text selection during mouse drag */
}


/* Para votação */
.estrelas {
    color: #ffc107;
    font-size: 1rem;
}

/* Para contagem do número de bilhetes a ser comprados */
.counter {
    display: flex;
    align-items: center;
    border: 1px solid #c9d1d9;
    border-radius: 8px;
    overflow: hidden;
    width: 120px;
    background-color: #f6fafd;
    font-family: Arial, sans-serif;
}

.btn-count {
    flex: 1;
    padding: 5px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    user-select: none;
}

    .btn-count:hover {
        background-color: #e1e8ed;
    }

.count {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    color: #000;
}

.cursor-pointer {
    cursor: pointer;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.footer-gray {
    background-color: #F8F9FA !important;
}

.footer-copyright {
    background-color: rgb(195, 198, 207, .250) !important;
}

/*Logo de sistema de pagamento */
.img-pagamento {
    width: 1.50rem;
    height: 1.50rem;
}

.img-master-card {
    height: 1.50rem;
}

/* Error 404 */
.error-container {
    text-align: center;
    padding: 2rem;
}

.error-code {
    font-size: 12rem;
    font-weight: 700;
    letter-spacing: -15px;
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 1rem;
}

.error-text {
    font-size: 1.75rem;
    font-weight: 600;
    color: #182848;
    margin-bottom: 1.5rem;
}

.error-description {
    color: #666;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .error-code {
        font-size: 7rem;
    }

    .error-text {
        font-size: 1.5rem;
    }
}