/* DYNAMIC STYLES */
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: transparent linear-gradient(180deg, #fff 50%, #F0F0F0 100%) 0% 0% no-repeat padding-box !important;
}

.categories {
    background-color: #0000001A;
    border-radius: 0 0 20px 20px;
    color: #262626;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: 160px;
}

/* Menu */
nav.navbar {
    position: fixed;
    width: 100%;
    height: 110px;
    background-color:rgb(226, 225, 225, 0.8) !important;
    -webkit-backdrop-filter: blur(12px);
    z-index: 9998;
}

.navbar-nav .nav-link{
    color: #262626 !important;
}

.top-bar .nav-link {
    color: #fff !important;
}

.btn-user-withdraw {
    color: #262626 !important;
}

.rounded-button {
    font-size: 17px;
    color: #262626;
    letter-spacing: -0.42px;
    display: inline-block;
    position: relative;
    outline: none !important;
    margin: 0;
    line-height: 1;
    padding:10px 18px;
    white-space: normal;
    border-radius: 300px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    opacity: 0.9;
    background: transparent;
    border: 1px solid #262626;
}

.navbar-mobile .rounded-button {
    font-size: 17px;
    color: #262626;
    letter-spacing: -0.42px;
    display: inline-block;
    position: relative;
    outline: none !important;
    margin: 0;
    line-height: 1;
    padding:10px 18px;
    white-space: normal;
    border-radius: 300px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    opacity: 0.9;
    background: transparent;
    border: 1px solid #262626;
}

#cloud-language {position: relative}

#languages:hover {
    border: 1px solid #FB6713;
    color: #FB6713;
    background-color: #fff; !important;
}

#cloud {
    border: 1px solid #262626;
}

#cloud-mobile {
    border: 1px solid #262626;
}

#cloud:hover, #cloud-mobile:hover {
    border: 1px solid #FB6713;
    background-color: #FB6713; !important;
}

#cloud img, #cloud-mobile img {
    width: 20px;
    filter: brightness(0) invert(0);
}

#cloud:hover img{
    filter: brightness(0) invert(1);
}

#cloud img, #cloud-mobile img {
    width: 24px;
}

.navbar-text{
    border: 1px solid #262626;
    border-radius: 29px;
}

.navbar, .navbar-text, .navbar-text a {
    background-color: transparent;
    transition: background-color 0.3s;
    color: #262626 !important;
    padding: 8px;
}

.navbar-text a:hover {
    color: #FB6713 !important;
}

.dropdown-menu {
    background-color: #222222;
    z-index: 9999;
}

.right-border {
    border-right: 1px solid #262626;
}

/* Search */
/*.search-button {*/
/*    position: relative;*/
/*    transition: width 0.3s ease;*/
/*    max-width: 200px;*/
/*    background: transparent;*/
/*}*/

/*!* Estilo para el icono de la lupa *!*/
/*.search-icon {*/
/*    padding: 4px 10px 5px 10px;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    border: 1px solid #262626;*/
/*    border-radius: 9px;*/
/*}*/

/*.search-icon span img {*/
/*    filter: brightness(0) invert(0);*/
/*}*/

/*!* Estilo para el input dentro del botón de búsqueda *!*/
/*.search-input {*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    width: 0;*/
/*    outline: none;*/
/*    transition: width 0.3s ease;*/
/*    background: transparent !important;*/
/*    border: 1px solid #262626;*/
/*    border-left: none;*/
/*    border-radius: 0 9px 9px 0;*/
/*    height:35px;*/
/*    color: #262626 !important;*/
/*}*/

/* Estilo para el botón cuando se realiza un hover */
/*.search-button:hover {*/
/*    max-width: 200px;*/
/*}*/

/*.search-button:hover .search-icon{*/
/*    border-right: none;*/
/*    border-radius: 9px 0 0 9px;*/
/*}*/

/*.search-button:hover .search-icon span{*/
/*    transition: opacity 0.3s ease;*/
/*    opacity:0*/
/*}*/

/*!* Estilo para mostrar el input al hacer hover sobre el icono *!*/
/*.search-button:hover .search-input {*/
/*    width: 200px;*/
/*    opacity: 1;*/
/*    !*transition: left 0.3s ease;*!*/
/*    !*left: 8px;*!*/
/*}*/

/*.search-input:focus {*/
/*    outline: none !important;*/
/*    box-shadow: none !important;*/
/*    border-color: #262626;*/
/*}*/

/* Mobile menu */
.navbar-light .navbar-toggler-icon {
    background-image: url('../images/icons/icn-menu.svg');
    background-size: contain;
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(0); /* Cambia el color a blanco al hacer hover */
}

.navbar-collapse {
    z-index: 1000;
    background-color:rgb(226, 225, 225, 0.8);
    border-radius: 8px;
}

.navbar-collapse ul li a{
    color: #262626
}

/* HOME */
.card-header-location h4 {
    color: #262626  !important;
}

.card-header-location p {
    color: #262626 !important;
}

.marketplace-sale-data p {
    color: #262626 !important;
}

/* Section 1 */
.categories h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #262626 !important;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
}

.categories a:hover h6{
    color: #FB6713 !important;
}

.categories a img {
    filter: brightness(0) invert(0);
}

.categories a:hover img {
    filter: brightness(1.2) saturate(100%) hue-rotate(0deg) brightness(0) invert(70%);
}

/* Events */
.txt-title {
    color: #262626;
}

#advertisement .txt-title, #advertisement-event .txt-title {
    font-weight: 300;
    color: #262626;
    opacity: 0.8;
    margin-top: 2rem
}

.text-white {
    color:#262626 !important;
}

.follow {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color:#262626;
    margin-top: 20px
}

.see-all {
    font-size: 14px;
    outline: none !important;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    background-color: #262626;
    opacity: 0.9;
    border: none;
    color: #fff;
}

.see-all:hover {
    background-color: #FB6713;
    color: #fff
}

.see-all:after {
    content: url("../images/icons/arrow-link.svg");
    display: inline-block;
    margin-left: 8px;
    -webkit-transition: all 150ms ease-in-out;
    transform: rotate(180deg);
    transition: all 150ms ease-in-out;
    filter: brightness(0) invert(1);
}

.ttl-heading{
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.5;
}

.txt-heading{
    font-size: 24px;
    letter-spacing: 0;
    color: #fff;
    opacity: 0.6;
}

.btn-home {
    filter: brightness(0) invert(0);
}

.event-category-header-left .btn-home {
    filter: brightness(0) invert(1);
}

.event-card{
    border: 1px solid #262626;
}

.txt-event-name,
.txt-event-location,
.txt-event-address,
.txt-event-artist,
.txt-event-date {
    color: #262626;
}

#marketplace .card-header {
    border-bottom: 1px solid #262626;
}

.marketplace-card {
    border: 1px solid #262626;
}

#events .btn-tickets {
    margin-right: 20px;
    padding: 10px 28px 10px 28px;
    border-radius: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #FB6713;
    opacity: 1;
    background: transparent;
    border: 1px solid #FB6713;
}

#events .btn-tickets:hover {
    background-color:#FB6713;
    color: #fff
}

.date-filter input {
    background: transparent !important;
    border: 1px solid #FB6713;
    border-radius: 6px 0 0 6px;
    color: #FB6713 !important;
}

.icn-calendar img {
    width: 48px;
    border: 1px solid #FB6713;
    border-left: none;
    border-radius: 0 6px 6px 0;
    padding: 6px
}

.datepicker-dropdown {
    background-color: #222;
    color: #FB6713;
}

.datepicker table tr td.active.active {
    background: #FB6713 !important;
}

.events-select {
    border: 1px solid #FB6713;
    background: transparent;
    color: #FB6713;
    border-radius: 20px;
    width: 160px;
}

#events-select-container {
    position: relative;
}

.events-select option {
    background-color: #262626;
}

.category-select {
    border: 1px solid #262626;
    background: transparent;
    color: #262626;
    border-radius: 20px;
    width: 160px;
}

#category-select-container {
    position: relative;
}

#category-select-container label{
    font-size: 12px;
    color: #262626;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}

.category-select option {
    background-color: #fff;
    text-transform: capitalize;
}

.icn-arrow-event-select {
    filter: brightness(0) invert(0) !important;
}

#events-select-container label{
    font-size: 12px;
    color: #242424;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}

.btn-share{
    border:none;
    background-color: #FB6713;
    color: #fff;
    margin-right: 34px;
    border-radius: 29px;
    padding: 16px 4px 16px 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    width: 100%
}

#event-description p{
    color: #262626;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1rem;
    padding-left: 0 !important;
}

#event-share-social a img{
    margin-right: 1rem;
    filter: brightness(0) invert(0);
}


#event-description p{
    color: #262626;
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1rem;
    padding-left: 5rem;
}

/* Ticket types */
.btn-arrow-detail {
    background-color: #262626;
}

.icn-arrow-ticket-detail {
    filter: brightness(0) invert(1);
}

/* Seating */
.btn-buy {
    margin-right: 20px;
    padding: 10px 28px 10px 28px;
    border: 1px solid #262626;
    border-radius: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    background: transparent;
}

.btn-buy:hover {
    background-color: #FB6713;
    color: #fff
}

.btn-buy-seat {
    background: #6b776e 0% 0% no-repeat padding-box;
    padding: 10px 28px 10px 28px;
    border: 0;
    border-radius: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #F2E0BF;
    opacity: 1;
}

.btn-buy-seat:hover {
    background-color:#FAB227;
    color: #fff
}

#sectors {
    border-color: rgb(38, 38, 38, 0.4) !important;

}

#sectors .row {
    border-color: rgb(38, 38, 38, 0.4) !important;
}

#sectors h4 {
    color: #262626
}

#remove_quantity_btn, #add_quantity_btn {
    background: transparent;
    width: 24px;
    height: 24px;
    border: 1px solid #262626;
    border-radius: 30%;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #262626;
}

.input_number_tickets {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #262626;
    width: 12px;
}

.count-tickets {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    color: #262626;
    text-transform: uppercase;
    float:left;
    margin-top:3px;
}

#marketplace .card-header {
    padding: 2rem 3rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #262626;
}

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

#box_tickets .txt-ticket-name {
    color: #262626
}

.card-header-location h4, p, .marketplace-sale-data p, .quantities {
    color: #262626;
}

.ttl-heading, .txt-heading{
    color: #262626;
}

#benefits button {
    background: #FB6713 0% 0% no-repeat padding-box;
    color: #fff;
}

.paying-line {
    background-color: #262626;
}

#advertisement-event .line {
    background-color: rgb(38, 38, 38, 0.4);
}

.location-button {
    color: #262626;
}

.icn-location {
    filter: brightness(0) invert(0);
}

/* TABS */
#events #event-tabs {
    margin-top: 2rem;
    padding: 30px;
    border-radius: 20px;
    background-color: rgb(220, 220, 220, 0.6);
}

#events #event-tabs li a{
    display: block;
    margin-right: 14px;
    border-radius: 29px;
    border: 1px solid #FB6713;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #FB6713;
    text-align: center
}


#events #event-tabs li a:hover{
    background-color: #FB6713;
    color: #fff;
}

#events .event-active {
    background-color: #FB6713;
    color: #fff !important;
}

/* advertisement */
#advertisement-line {
    border-top: 1px solid rgb(149, 145, 143, 0.5);
}

/* Marketplace */
.btn-marketplace {
    margin-right: 20px;
    padding: 10px 28px 10px 28px;
    border: 1px solid #FB6713;
    border-radius: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #FB6713;
    opacity: 1;
}

.btn-marketplace:hover {
    background-color:#FB6713;
    color: #fff
}

.marketplace-letter img{
    filter: brightness(0) invert(0);
}

.ttl-section, .ttl-heading {
    color:#262626;
}

#marketplace .cnt-filter {
    background-color: rgb(220, 220, 220, 0.6);
}

#filter_order, #filter_type {
    color: #262626;
}

/* Social */
.social-icons img {
    filter: brightness(1) invert(1);
}

/* ABOUT US */
#about-us {
    position: relative;
    margin-top: 8rem;
}

#about-us h3 {
    color: #262626;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
}

#about-us p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #262626;
}

/* ADVANTAJES */
#advantages {
    background: transparent linear-gradient(360deg, #E6E6E6 0%, #aaaaaa5e 100%) 0% 0% no-repeat padding-box;
}

.adv-ttl-heading, .tab-content {
    color: #909090;
}

.tab-content img {
    filter: brightness(1) invert(1);
    opacity: 0.4;
}

.adv-tabs {
    border-bottom: 1px solid rgb(255, 255, 255, 0.4);
}

#event-tabs li a{
    display: unset;
    margin-right: 34px;
    border-radius: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    color: #FFFFFF;
}

#advantages #event-tabs li a{
    background-color: rgb(144, 144, 144, 0.5);
}

#event-tabs .active{
    background-color: #EC5803 !important;
    color: #fff !important;
}

/* CONTACT */
.session-tab h1 { color:#262626}
.txt-contact-data{font-size: 16px;color:#262626}

/* CATEGORIES MENU*/
.mobile-categories img{
    filter: brightness(0) invert(0);
}

/* FOOTER */
footer {
    background-color:rgb(226, 225, 225, 0.8) !important;
}
.list-unstyled {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top:20px;
}

.list-unstyled li {
    list-style: none;
}

.list-unstyled li a {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    color: #262626;
}

.footer-social-icons img {
    filter: brightness(0) invert(0);
}

/* Login - Registro */
.ttl-welcome {
    color: #FB6713  !important;
}

.cnt-tab.active, .send{
    font-size: 17px;
    cursor: pointer;
    background: #FB6713 0% 0% no-repeat padding-box;
    opacity: 0.9;
    border: none;
    color: #fff;
    width: auto;
    padding: 8px 24px 8px 24px;
    border-radius: 40px;
}

.cnt-tab:hover{
    cursor: pointer;
}

.send {
    margin-top: 2rem;
    padding: 10px 42px 10px 42px;
    background: #FB6713 0% 0% no-repeat padding-box;
}

.send:hover {
    background-color: transparent;
    color:#262626;
    border: 1px solid #FB6713
}

/* Compra completada */
.ttl-purchase, .link-terms, .txt-purchase, .txt-minutes, .txt-user, .txt-terms, .txt-event-name,
.txt-event-date, .txt-ticket-name, .txt-ticket-event, .txt-ticket-access-qr, .txt-welcome, .cnt-tab, .form-check-label, .txt-session-link{
    color: #262626;
}

.cnt-terms, .ticket-card, .event-card{
    border: 1px solid #262626;
}

.icn-arrow-slider{
    filter: brightness(0) invert(0)
}

/* Profile */
.txt-logout, .txt-user-name {
    color: #262626
}

.cnt-user-balance{
    color: #262626;
    border: 2px solid #262626;
}

/* Ticket detail */
.btn-tickets {
    background: #222222 0% 0% no-repeat padding-box;
    color: #fff;
}

.txt-price{
    color: #262626;
}

.bg-gradient-blue p{
    color: #fff
}

.txt-ticket-name, .txt-ticket-date {
    color:#fff
}

.carousel-item .txt-ticket-name, .carousel-item  .txt-ticket-date {
    color:#262626
}

#lang-mobile, #lang {
    background-color: rgb(220, 220, 220, 0.9);
    z-index: 9999;

}
#lang-mobile ul li button, #lang ul li button {
    color: #262626
}

/* General mobile */
@media(max-width: 991px){
    .navbar-collapse {
        background-color: unset;
    }

    .btn-mobile-profile {
        color: #262626;
        font-size: 1.5rem
    }
    nav.navbar {height: unset;}

    .mobile-search {
        border: 1px solid #262626;
        color: #262626;
    }

    #cloud-language-mobile {position: relative}
    #cloud-language-mobile.rounded-button{
        font-size: 14px;
        padding:9px 16px;
        border-radius: 300px;
    }

    #cloud-language-mobile #cloud img {
        width: 18px;
    }

    /* Search */
    .search-button {
        position: relative;
        max-width: 40px;
        background: transparent;
    }

    /* Estilo para el icono de la lupa */
    .search-icon {
        padding: 6px 12px 7px 12px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 9px;
        border-radius: 9px 0 0 9px;
    }

    .search-icon span img {
        filter: brightness(0) invert(1);
    }

    /* Estilo para el input dentro del botón de búsqueda */
    .search-input {
        position: absolute;
        width: 220px;
        top: 0;
        opacity: 1;
        left: 100%;
        outline: none;
        transition: width 0.3s ease;
        background: transparent !important;
        border: 1px solid #fff;
        border-left: none;
        border-radius: 0 9px 9px 0;
        height:39px;
        color: #fff !important;
    }

    /* Estilo para el botón cuando se realiza un hover */
    .search-button:hover {
        max-width: 40px;
    }

    .search-button:hover .search-input {
        width: 220px;
        opacity: 1;
        border-left: 1px;
    }

    .search-button:hover .search-icon{
        border-radius: 9px 0 0 9px;
    }

    .search-button:hover .search-icon span{
        opacity:1
    }

    .categories {
        height: auto;
    }

    #mobileSearchContainer {
        background-color: #fff;
    }
}