.ttl-heading{
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    letter-spacing: 0;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-heading{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
}

#benefits button {
    margin-top:1rem;
    display: unset;
    margin-right: 24px;
    border-radius: 29px;
    padding: 14px;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
    border: 0;
}

.mobile-events {
    display: none;
}

.event-data {
    font-size: 0.9rem;
}

.icn-location {
    width: 16px;
}

.location-button {
    background: transparent;
    text-decoration: underline;
    border: 0;
}

/* TICKETS */
.event-type-images {
    border-radius: 12px;
}
.btn-arrow-detail {
    margin-left: 5px;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    cursor: pointer;
}

.icn-arrow-ticket-detail {
    margin-top: 6px;
    width: 16px;
    height: 16px;
    border:none;
    background: url("../images/icons/icn-arrow-down.svg") no-repeat;
    background-size: 16px;
    transition: transform 0.3s ease;
    &.rotated {
        margin-bottom: 12px;
        transform: rotate(180deg);
    }
}

#marketplace .card-body {
    padding: 2rem 2rem;
}

.img-marketplace-card {
    width: 160px;
    height: 100px;
    border-radius: 10px;
}

div[class*="benefits-card"] {
    display: none;
}

.benefits-card {
    display: none;
}

.paying-line {
    width: 90%;
    height: 1px;
    margin-top:4px
}

.img-benefits-card {
    border-radius: 8px;
}

.card-header-location h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.card-header-location p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
}

.marketplace-sale-data p {
    width: 100px;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.quantities {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.orange {color: #EC5803; text-transform: lowercase}

#remove_quantity_btn  {
    float:left;
}

#add_quantity_btn {
    float:right;
}

.marketplace-sale-data .sell-data{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.marketplace-sale-data .sell-data img{
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

/* TABS */
.nav-tabs {
    border: unset;
}

.nav-tabs .nav-item .nav-link {
    margin-bottom:5px;
    padding: 0;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    padding: 0;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: unset;
    border: unset;
}

#before-purchase-modal .nav-tabs .nav-item .nav-link {
    margin-bottom:5px;
    padding: 5px 20px 5px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #242424;
    text-transform: unset;
    border-radius:0;
    opacity: 0.6;
}

#before-purchase-modal .separator {
    border-left: 1px solid #242424;
}

#before-purchase-modal .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    opacity: 1 !important;
}

#popup-login {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#before-purchase-modal .inp-session, .txt-session-link, .modal-login {
    width: 100%;
}

.g-recaptcha {
    transform:scale(0.78) !important;
    -webkit-transform: scale(0.78) !important;
}

#tabs {
    margin-top: 0;
}

@media(max-width: 991px){
    #event-image img {
        height: unset !important;
    }
    .txt-heading {
        margin-top: 1rem;
    }
    #add_quantity_btn {
        float:left;
    }

    .input_number_tickets {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        width: 18px;
    }

    .count-tickets {
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        margin-top:12px;

    }

    #remove_quantity_btn, #add_quantity_btn {
        width: 48px;
        height: 48px;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 26px;
    }

    .mobile-events {
        display: block;
    }

    .desktop {display: none}

    .marketplace-sale-data .sell-data{
        padding-top:10px;
    }

    .marketplace-sale-data .sell-data img{
        width: 14px;
        height: 14px;
    }

    /* MARKETPLACE */
    #marketplace .card-header {
        padding: 2rem 2rem;
        margin-bottom: 0;
        background-color: transparent;
    }

    #card-location {
        display: unset !important;;
    }

    #marketplace .card-body {
        padding: 2rem 2rem;
    }

    .marketplace-card {
        background-color: transparent;
        border-radius: 20px 20px 80px 20px;
    }

    .img-marketplace-card {
        margin-bottom: 1rem;
    }

    .card-header-location {
        margin-left: 0;
    }

    .card-header-location h4 {
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .card-header-location p {
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0;
    }

    .marketplace-sale-data {
        display: unset !important;
    }

    .marketplace-sale-data p {
        width: 100px;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .btn-buy {
        margin-top: 20px;
        margin-right: 0;
    }

    .paying-line {
        width: 100%;
    }
}

@media(max-width: 767px){
    .img-benefits-card {
        width: 100px;
        height: 100px;
    }
    .box-small-ticket {
        width: 100%;
    }

    .input_number_tickets {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        width: 18px;
    }

    .count-tickets {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        margin-top:12px;
    }

    #remove_quantity_btn, #add_quantity_btn {
        width: 42px;
        height: 42px;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 22px;
    }

    .btn-buy {
        padding: 5px;
        width: 100%;
        text-align: center;
    }

}

@media(max-width: 575px){
    .box-small-ticket {
        width: 100%;
    }

    #before-purchase-modal .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 2px 10px 2px 10px;
    }
}

/* Estilos específicos para Safari en iPhone */
@supports (-webkit-overflow-scrolling: touch) {
    .icn-arrow-ticket-detail {
        margin-left: 16px;
        transition: transform 0.3s ease;
        &.rotated {
            margin-bottom: 12px;
            margin-right: 2em;
            transform: rotate(180deg);
        }
    }

    .input_number_tickets {
        font-size: 16px;
        width: 26px;
    }

    .count-tickets {
        margin-top: 12px;
    }

    #remove_quantity_btn, #add_quantity_btn {
        font-size: 18px;
        width: 50px;
        height: 50px;
    }
}