body{
    font-family: 'Open Sans', sans-serif;
    background: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
a {
    color: #ffc107;
    text-decoration: none;
}

a:focus, a:hover {
    color: #cfa603;
    text-decoration: underline;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color:  #cfa603!important;
}

.jumbotron {

    background-color: #1c1c1c;

}
a.navbar-brand.logo img{
    padding: 0;
    margin: 0;
    max-height: 70px;
}

.bg-inverse {
    background-color: #080809!important;
    opacity: 1;
}


ul.navbar-nav.mr-auto li a{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    white-space: nowrap;
    transition: 0.3s;
}

.section-header h1 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}



.footer {
    background-color: #ccc;
    padding: 20px;
  }

  footer .phone label,   footer .email label {
    margin-left: 6px;
}
  
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
.row {
    margin-top: 20px;
  }
  
.col-md-6 {
    width: 50%;
  }
  
.copyright {
    font-size: 14px;
    font-weight: bold;
  }
  
.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.social-media a {
    margin: 0 10px;
  }

.social-media a i{

    font-size: 40px;
    color: white;
}

.section-header {
    position: relative;
}
.section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #e7c450;
    bottom: 0;
    left: calc(50% - 25px);
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
    color: white!important;
    background: #e8c551 !important;
    border: none!important;
    cursor: pointer;
}


#featured-event .featured-item {
    overflow: hidden;
    position: relative;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    margin: 0 -12px;
    border: 0px solid black;
    border-radius: 10px;
}




#featured-event .featured-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#featured-event .featured-overlay {
    opacity: 0;
}


#featured-event .featured-item h2 {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    text-shadow: 2px 2px #000000;
}
#featured-event .featured-item h4 {
    color: #ffffff;
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    text-shadow: 2px 2px #000000;
}
#featured-event .featured-item h3 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    text-shadow: 2px 2px #000000;
}
#featured-event h5 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-align:center;
    font-weight: 700;
    text-shadow: 2px 2px #000000;
}
#featured-event h6 {
    color: #fff;
    font-size: 12px;
    margin: 0;
    text-align:center;
    font-weight: 900;
    text-shadow: 2px 2px #000000;
}
#featured-event .fc_date {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-align:center;
    font-weight: 900;
    text-shadow: none;
    font-family: 'Open Sans';
}
#featured-event .featured-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
    height: 300px;
    border-radius: 5px;
}
#featured-event .featured-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#featured-event .featured-item:hover .featured-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}
#featured-event .featured-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.wrap-details-event .wrap-image-event img{
    width: 100%;
    border-radius: 10px;
}


.wrap-details-event .wrap-description-event h1{
    font-size: 40px;
    color: #fff;

    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}


.wrap-details-event .wrap-description-event h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 4px;
    background: #e7c450;
    bottom: 0;
    left: 0;
}


h3.content-title {
    font-size: 22px;
    background: white;
    color: black;
    border-radius: 4px 4px 0 0;
    padding: 15px;
    border: 2px solid #e5e5e5;
    margin: 10px 0 0;
    border-width: 2px 2px 1px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    font-weight: bold;
}

.content-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #58595b;
}

table.tn_results, .events-list, .event-list:not(.no-results) {
    margin: 0;
    clear: both;
    background: #e5e5e5;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    color: #4a4a4a;
    padding: 0 2px 2px;
    overflow: hidden;
}

.event-list-items, table.tn_results tbody {
    padding: 0;
    background: white;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.geo-event, .tn_results tr[class*="_row"] {
    display: block;
    position: relative;
    width: 100%;
    padding: 16px 0;
    background-color: #fff;
    transition: background-color .3s;
    border-bottom: 1px solid #ededed;
    min-height: 65px;
}

.tn_results td.tn_results_venue_text, div.geo-event-location, div.geo-event-title, .tn_results .tn_results_event_text {
    padding: 0 0 0 200px;
    width: 100%;
    text-align: left;
}

.geo-event-title a, .tn_results_event_text a {
    font-weight: 600;
    font-size: 20px;
    color: black;
}


div.geo-event-location, .tn_results td.tn_results_venue_text {
    color: gray;
    font-size: 13px;
}
.tn_results_venue_text a, div.geo-event-location > span:first-child {
    color: #4a4a4a;
}

div .geo-event-date, table.tn_results td.tn_results_datetime_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    padding: 0;
    border-right: 1px solid #d4d4d4;
}

div.geo-event-date, table.tn_results td.tn_results_datetime_text {
    width: auto;
    text-align: center !important;
    font-size: 14px;
    padding: 0 10px;
}


div.geo-event-button, td.tn_results_tickets_text {
    position: absolute;
    right: 20px;
    padding: 0;
    text-transform: none;
    min-width: 100px;
    text-align: center !important;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    max-width: 175px;
    z-index: 10;
}

div.geo-event-date span{
    display: block;
}

.geo-event > div:nth-child(3) span.hide-mobile{
    display: none;
}

div.geo-event-date span:first-child, .tn_results_day_text {
    text-transform: uppercase;
}


/*div.geo-event-date span:nth-child(2), .tn_results_date_text {
    font-weight: 600;
    text-transform: uppercase;
}*/


.wrap-asientos .card {
    background-color: #080809!important;
    opacity: 1;
    border-bottom: 1px solid rgb(121 121 121 / 13%);
}


.tooltip .tooltip-inner {
    background-color: #e8c551;
  }
  
  .tooltip .arrow::before {
    border-left-color: #e8c551;
  }


  .tooltip.bs-tooltip-bottom .tooltip-inner {
    background:#e8c551 !important;
    }
   
    .tooltip .arrow:before {
    border-bottom-color:#e8c551 !important;
     border-top-color:#e8c551 !important;
     }

     #btn_submit_cart{
        cursor:pointer;
     }

     .wrap_cart_items{
        width: 100%;
        align-items: end;
        justify-content: end;
     }


     .card {
      
 
        background-color: #080809!important;
        opacity: 1;
        border: 1px solid rgb(121 121 121 / 13%);
    }
     
    .miscomprastable td {
        font-size: .8rem;
    }


@media screen and (min-width: 992px){
    div.geo-event-button, td.tn_results_tickets_text {
        min-width: 142px;
    }
}


@media (min-width: 768px){
    div .geo-event-button button, td.tn_results_tickets_text a {
        font-size: 15px;
        border-radius: 4px;
        display: block;
        height: 38px;
        line-height: 33px;
        color: black;
        font-weight: 400;
        letter-spacing: 0;
        border: 1px solid #e3bb44;
        background-color: #f7df81;
        cursor: pointer;
    }

   /* td.tn_results_tickets_text a::after, .geo-event i {
        font-size: 16px;
        height: 23px;
        padding: 1px 0 0 2px;
        text-align: center;
        vertical-align: middle;
        width: 24px;
        background-color: #f7df81;
        border-radius: 11px;
        display: inline-block;
        line-height: 23px;
        position: relative;
        top: -1px;
    }*/

    div.geo-event-button:hover button, table.tn_results tr[class*="row"]:hover .tn_results_tickets_text a {
        color: white;
        background-color:  #f4c921;
        border-color:  #f7df81;
        opacity: 1;

}
}


.btn-primary {
    color: #000;
    border-color: transparent;
    background-color: #ffc107;
    cursor: pointer;

}

.btn-primary:hover {
    color: black;
    background-color:  #cfa603;
    border-color: transparent;
}

/*.swal2-icon.swal2-info, .swal2-icon.swal2-warning, .swal2-icon.swal2-success, .swal2-icon.swal2-error, .swal2-icon.swal2-question {

    font-size: 35px;
    line-height: 49px;

}



.swal2-icon {
    width: 50px;
    height: 50px;
}*/



.localidad-mostrada{
    cursor: pointer;
}

.card-header{

    background-color: #080809!important;
    opacity: 1;
    border-bottom: 1px solid rgb(121 121 121 / 13%);
}

 .card-block{

    background-color: #080809!important;
}

.card.wrap-select-ticket h2{
    font-weight: bold;
    font-size: 1rem;
}


.seleccionar_asiento{
    height: 30px; 
    width: 30px; 
}
    
.libre{
    filter: hue-rotate(120deg);
    cursor:pointer;
}


.apartado{
    filter: hue-rotate(60deg) brightness(500%);
    cursor:pointer;
}

.carrito{
    filter: hue-rotate(4.2601rad);
}

.vendido{
    filter: hue-rotate(-0.25turn)
}
.nextstepimg{
    display: block;
    max-height: 300px;
    object-fit: contain;
}

h4.card-header.event-date, h5.card-header.event-place {
    font-size: 1rem;
}

.btn.btn-info.clear {
    border-color: #bdbdbd;
}


.wrap-leyenda-asientos {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
.wrap-leyenda-asientos .list-group-item {
    color: #fff;
    background-color: #080809!important;
    opacity: 1;
    border: 1px solid rgb(121 121 121 / 13%);
    font-size: 0.9rem;
}
span.plan_apartado {
    background: none repeat scroll 0 0 #0c25d1;
    border: 0px solid #808080;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

span.plan_disponible {
    background: none repeat scroll 0 0 #005b00;
    border: 0px solid #808080;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

span.plan_vendido {
    background: none repeat scroll 0 0 #580ece;
    border: 0px solid #808080;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

span.plan_bloqueado {
    background: none repeat scroll 0 0 #ee7878;
    border: 0px solid #808080;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

span.plan_seleccionado {
    background: none repeat scroll 0 0 #ffed00;
    border: 0px solid #808080;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

span.cube {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-bottom: -3px;
}


@media (max-width: 767px){

    #featured-event .featured-item img {
        height: 100%;
 
    }

    .wrap-leyenda-asientos {

        flex-direction: column;
    }
    div .geo-event-button button{
        font-size: 15px;
        border-radius: 4px;
        display: block;
        height: 38px;
        line-height: 33px;
        color: black;
        font-weight: 400;
        letter-spacing: 0;
        border: 1px solid #e3bb44;
        background-color: #f7df81;
        cursor: pointer;
    }

    div.geo-event-date, table.tn_results td.tn_results_datetime_text {
        width: auto;
    }

    div.geo-event-button, td.tn_results_tickets_text {
        right: 13px;
        min-width: initial;
        width: auto;
    }

    .event-list-items, .geo-event:first-child, .tn_results_standard_row:first-child, .tn_results_standard_row:nth-child(2), .geo-event:last-child, .tn_results tr[class*="row"]:last-child {
        border-radius: 0;
    }
    


    .tn_results td.tn_results_venue_text, div.geo-event-location, div.geo-event-title, .tn_results .tn_results_event_text {
        padding: 0 37px 0 127px;
    }
    .event-ticket-count, td.tn_results_tickets_text::after {
        display: none;
    }

    td.tn_results_tickets_text a::after, .geo-event-button .fa-angle-right {
        font-size: 30px;
        font-weight: 300;
        width: 20px;
        float: right;
        color:  #f4c921;
        padding-right: 10px;
    }

    div.geo-event-date, table.tn_results td.tn_results_datetime_text {
        font-size: 12px;
    }
}
.wrap-btn-next{
 
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    border-radius: 0;
    background: #212327;
    text-align: center !important;

}

div#box_ticket {
    padding: 20px;
}

.VisuallyHidden {
    border: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}