﻿/* Carousel Home Slide Moderno */
.home-carousel-slide {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: transparent;
    min-height: 373px;
    width: 100%;
}
.home-carousel-slide-content {
    display: flex;
    background: rgba(10,10,20,0.92);
    border-radius: 18px;
    box-shadow: 0 8px 32px #000a;
    overflow: hidden;
    width: 80%;
    max-width: 1100px;
    min-height: 320px;
}
.home-carousel-slide-img {
    flex: 1 1 50%;
    min-width: 0;
    background: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-carousel-slide-data {
    flex: 1 1 50%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 38px 38px 38px;
    color: #fff;
}
.home-carousel-slide-data h2 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #ffca73;
    margin-bottom: 12px;
    text-shadow: 0 2px 16px #000b;
}
.home-carousel-funciones-panel {
    margin-bottom: 18px;
}
.home-carousel-funciones-title {
    font-weight: 700;
    color: #ffca73;
    margin-bottom: 6px;
}
.home-carousel-funciones-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.home-carousel-funciones-time {
    flex:0 0 120px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}
.home-carousel-funciones-btn {
    margin-left: 18px;
    background: #ffca73;
    color: #1a1333;
    border-radius: 6px;
    padding: 6px 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    border: none;
    outline: none;
    display: inline-block;
}
.home-carousel-funciones-btn:hover, .home-carousel-funciones-btn:focus {
    background: #fff;
    color: #1a1333;
}
@media (max-width: 991px) {
    .home-carousel-slide-content {
        flex-direction: column;
        min-height: 0;
        width: 98%;
        max-width: 98vw;
    }
    .home-carousel-slide-img {
        min-height: 180px;
        height: 220px;
        width: 100%;
    }
    .home-carousel-slide-data {
        padding: 24px 18px 24px 18px;
    }
}
@media (max-width: 600px) {
    .home-carousel-slide-content {
        border-radius: 10px;
        padding: 0;
    }
    .home-carousel-slide-data {
        padding: 16px 8px 16px 8px;
    }
    .home-carousel-slide-data h2 {
        font-size: 1.2rem;
    }
    .home-carousel-funciones-time {
        font-size: 0.95rem;
    }
    .home-carousel-funciones-btn {
        padding: 5px 12px;
        font-size: 0.98rem;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.raleway-regular {
    font-family: "Raleway", sans-serif;
}

body {
    font-size: 14px !important;
    font-family: "Raleway", sans-serif;
}

#zoom-button-list {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 100;
    transform: translate(0, -50%);
    display: none;
}

#root svg {
    position: relative !important;
}

.zoom-button {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    font-size: 27px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin-bottom: 10px;
    user-select: none;
}

.zoom-button:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
}

.tooltipSeatMap {
    position: absolute;
    bottom: -230%;
    left: 50%;
    margin-left: -96px;
    width: 200px;
    height: 70px;
    color: #fff;
    background-color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    visibility: hidden;
}
.tooltipSeatMap::before {
    content: "";
    border-width: 5px;
    border-style: solid;
    top: -9px;
    left: 90px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
}
.show {
    visibility: visible;
}
.hiddeTooltip {
    visibility: hidden;
}


.navbar {
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 0px;
}

p {
    font-size: 14px;
}

.navbar-main {
    position: relative;
}

.navbar-main ul {
    background-color: #98ba01;
}

.navbar-main a {
    font-weight: bold;
    color: white;
}

.navbar-main:before {
    position: absolute;
    content: ' ';
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
    background-color: #98ba01;
    width: 40px;
    height: 100%;
    display: block;
    left: -10px;
}

section {
    background-color: #dedddb;
}

section.alt {
    background-color: #ffffff;
}

#plaza-header {
    background-image: url(../images/EventsDesktop21.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 368px;
}

.titulo span {
    position: relative;
    display: inline-table;
    padding: 12px;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.titulo span .glyphicon {
    font-size: 14px;
    margin-left: 6px;
}

.titulo {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.titulo span:before {
    position: absolute;
    content: ' ';
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
    right: -10px;
    width: 20px;
    height: 100%;
    top: 0;
}

.titulo-azul {
    background-color: #002173;
}

.titulo-azul a, .titulo-verde a, .titulo-naranja a {
    color: #ffffff;
    font-size: 16px;
    margin-top: 14px;
    margin-right: 14px;
}

.titulo-azul span {
    background: #00192e;
}

.titulo-azul span:before {
    background: #00192e;
}

.titulo-naranja {
    background-color: #ffa901;
}

.titulo-naranja span {
    background: #fc8e01;
}

.titulo-naranja span:before {
    background: #fc8e01;
}

.titulo-verde {
    background-color: #CDA434;
}

.titulo-verde span {
    background: #e9a329;
}

.titulo-verde span:before {
    background: #e9a329;
}

.titulo-gris {
    padding: 0;
    background: #676568;
}

.titulo-gris span {
    color: white;
    background: #474546;
}

.titulo-gris span:before {
    background: #474546;
}

.titulo-gris .second {
    display: inline-block;
    margin-left: 20px;
    color: white;
}

.ver-tienda-naranja {
    padding: 0;
    background: #ffa901 !important;
}

.ver-tienda-naranja:hover {
    background: #f79100 !important;
}

.ver-tienda-naranja span {
    color: white;
    background: #f79100;
}

.ver-tienda-naranja span:before {
    background: #f79100;
}

.ver-tienda-naranja .second {
    display: inline-block;
    margin-left: 20px;
    color: white;
    font-style: normal;
    font-size: 16px;
}

.ver-tienda-naranja .glyphicon-chevron-right {
    float: right;
    margin-right: 14px;
    margin-top: 18px;
    color: #c77100;
}

.img-medalla {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer {
    background: linear-gradient(135deg, #0d2340 0%, #112742 55%, #1c568e 100%);
    position: relative;
    overflow: hidden;
}

footer:before {
    content: '';
    position: absolute;
    top: -90px;
    right: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 163, 31, 0.28) 0%, rgba(255, 163, 31, 0) 70%);
    pointer-events: none;
}

footer img {
    width: 260px;
}

footer .container {
    background: transparent;
    padding: 24px 15px 18px;
    color: #ffffff;
}

footer .container a {
    color: #ffffff;
}

.titulo_footer {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.address {
    padding-left: 20px;
    position: relative;
}

.address .glyphicon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
}

.footer-modern .footer-modern-shell {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 26px 24px 18px;
    box-shadow: 0 24px 50px rgba(5, 18, 33, 0.22);
    backdrop-filter: blur(4px);
}

.footer-modern .footer-modern-top {
    display: flex;
    flex-wrap: wrap;
}

.footer-modern .footer-modern-col {
    margin-bottom: 18px;
}

.footer-modern .footer-logo {
    width: 190px;
    max-width: 100%;
    margin-bottom: 14px;
}

.footer-modern .footer-tagline {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
    max-width: 290px;
}

.footer-modern .footer-modern-title {
    margin: 0 0 12px;
    color: #ffca73;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .10em;
}

.footer-modern .footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-modern .footer-social-link {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 18px;
    transition: transform .2s ease, background .2s ease;
}

.footer-modern .footer-social-link:hover,
.footer-modern .footer-social-link:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    background: rgba(255, 163, 31, 0.22);
}

.footer-modern .footer-contact-item {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
}

.footer-modern .footer-contact-item strong {
    font-weight: 700;
}

.footer-modern .footer-contact-item .glyphicon {
    color: #ffbe55;
}

.footer-modern .footer-modern-bottom {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-modern .footer-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-modern .footer-legal-links a,
.footer-modern .footer-copy {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
}

.footer-modern .footer-legal-links a:hover,
.footer-modern .footer-copy a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-modern .footer-modern-shell {
        padding: 20px 16px 16px;
        border-radius: 18px;
    }

    .footer-modern .footer-modern-bottom {
        display: block;
    }

    .footer-modern .footer-copy {
        margin-top: 10px;
    }
}

.slide {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.left {
    left: 8px;
}

.right {
    right: 8px;
    /*  right: 10px;
        background-color: #83c440 !important; */
}

.left, .right {
    color: white;
    top: calc(50% - 20px);
    cursor: pointer;
    position: absolute;
    width: 40px !important;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgb(0 0 0);
}

.left:hover, .right:hover {
    background: rgba(50, 50, 50, 0.8);
}

.slide-item {
    margin-bottom: 0px;
    padding: 12px;
}

.slide-item:hover {

}

.slide-item img {
    margin: 0 auto;
}

.slide-item h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    color: #00246f;
    min-height: 33px;
    margin-left: 4px;
}
.slide-item h1 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    color: #00246f;
    min-height: 33px;
    margin-left: 4px;
    font-size: 16px !important;
}

.slide-item p {
    white-space: nowrap;
}

.slide-item .btn {
    margin-top: 0px;
}

.slide-item .btn .glyphicon {
    margin-right: 5px;
}

.slide-item .btn .glyphicon-tags {
    margin-right: 6px;
}

/****************/
/* SLIDE HEADER */
/****************/
.slider-eventos{
    padding-bottom: 50px;
    padding-top: 80px;
}
.slide-header-item {
    position: absolute;
    overflow: hidden;
}

.slider-header-item-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: calc(100% + 13px);
    display: table;
}

.slider-header-item-fecha, .slider-header-item-detalle, .slider-header-item-compra {
    display: inline-table;
    padding: 13px 20px;
    color: white;
}

.slider-header-item-fecha {
    width: 18%;
    background: #CDA434;
   /* transform: skewX(-20deg);*/
    margin-left: -15px;
    padding-left: 40px;
}

.slider-header-item-fecha p {
    font-size: 17px !important;
    margin-bottom: 0;
    line-height: 22px;
    /*transform: skewX(20deg);*/
    margin-left: 0px !important;
}

.slider-header-item-fecha span, .slider-header-item-detalle span {
    font-weight: bold;
    display: table;
    clear: both;
}

.slider-header-item-detalle {
    width: 58%;
    background: #d80000;
    /*transform: skewX(-20deg);*/
    padding-left: 50px;
    /*margin-left: -19px;*/
}

.slider-header-item-detalle p {
    font-size: 17px !important;
    margin-bottom: 0;
    margin-top: 2px;
    line-height: 21px;
    /*transform: skewX(20deg);*/
    margin-left: 0 !important;
}

.slider-header-item-compra {
    width: calc(100% - 10px);
    background: rgba(0, 0, 222, 0.2);
    padding: 1px 32px 15px;
    /* margin-left: -15px; */
    text-align: center;
}

.slider-header-item-compra .btn {
    margin-top: 15px;
}
.bg-slider-welcome{
    /*background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);*/
    background: #FFFFFF;
}

.img-thumbnail {
    padding: 2px;
    border-radius: 8px;

}

@media (max-width: 768px) {
    .slider-header-item-fecha p {
        font-size: 16px !important;
        line-height: 20px;
    }

    .slider-header-item-detalle p {
        font-size: 16px !important;
        line-height: 20px;
    }

    .slider-header-item-compra {
        padding: 5px 20px 21px;
    }
}

.boton-azul {
    background-color: #ffa31f;
    border: #0076c0;
}

.boton-azul:hover {
    background: #00192e;
}

.boton-verde {
    background-color: #CDA434;
    border: #CDA434;
}

.boton-verde:hover {
    background: #e9a329;
}

.boton-naranja {
    background-color: #d80000;
    border: #d80000;
}

.boton-naranja:hover {
    background: #ff0000;
}

a.list-group-item {
    text-transform: uppercase;
}

a.list-group-item.active, a.list-group-item.active:focus {
    background-color: #f49304;
    border: #f49304;
    line-height: 14px;
    border: 1px solid #f49304;
}

a.list-group-item.active:hover {
    background-color: #ffa904;
}

span.list-group-item.active, span.list-group-item.active:focus {
    background-color: #f49304;
    border: #f49304;
    line-height: 14px;
    border: 1px solid #f49304;
    color: #000;
}

.proximos-eventos-container {
    display: flex;
    margin-bottom: 20px;
}

.proximos-eventos-container .col-md-3 .list-group-item {
    border: none;
    border-radius: 0;
}

.proximos-eventos-container .col-md-3 .list-group-item {
    border: none;
}

.proximos-eventos-container .col-md-3:first-of-type {
    padding-left: 15px;
}

.proximos-eventos-container .col-md-3:first-of-type .list-group {
    background: white;
    height: 100%;
}

.proximos-eventos-container .col-md-3:nth-child(2) .list-group-item.default {
    background: #8e8e8e;
    color: white;
}

.proximos-eventos-container .list-group-item span.fecha {
    display: table;
    clear: both;
    color: #474546;
}

.proximos-eventos-container .col-md-3:nth-child(2) .list-group-item.default:hover {
    background: #aaa;
}

.proximos-eventos-container .col-md-3:nth-child(2) .titulo-gris {
    line-height: 33px;
}

.proximos-eventos-container .col-md-3:nth-child(2) .ver-tienda-naranja {
    line-height: 32px;
}

.proximos-eventos-container .col-md-3:nth-child(1) .list-group-item {
    line-height: 34px;
}

.proximos-eventos-container .col-md-3:nth-child(2) .list-group-item.active {
    padding: 5px 15px;
}

.proximos-eventos-container .col-md-3, .proximos-eventos-container .col-md-6 {
    padding: 0;
}

.proximos-eventos-container .col-md-4:nth-child(1) .list-group-item {
    line-height: 34px;
    padding: 10px 35px 10px 15px;
}

.proximos-eventos-container .col-md-6 {
    padding-right: 15px;
}

#lista-eventos-click {
    max-width: 350px;
    margin-top: 5px;
    margin-left: 5px;
}

.bg-ordena {
    /* background-image: url("../images/grafica-tienda.jpg");*/
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}


.btntienda {
    position: absolute;
    bottom: 110px;
    left: 17%;
}
.banner-linktienda {
    background-color: #005363;
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
}


.list-group-item-en-curso {
    padding: 1px 8px;
    background: #da2508;
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
}

#coliseos-activos {
    min-height: 398px;
    background-color: #C6C6C6;
    min-height: 418px;
    margin-bottom: 0px;
    overflow-y: auto;
}

.list-group-item-ver-tienda span:before {
    background: #f39301;
}

.list-group-item {
    border: 1px solid rgba(221, 221, 221, 0.14);
}

.boton-rojo {
    background: #fb6c53;
    border: #fb6c53
}

.boton-rojo:hover {
    background: #ff4120;
}

.boton-rojo:focus {
    background: #ff5129;
}

.banner-rojo {
    background-color: #ff3515;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.banner-rojo h3 {
    color: white;
}

.banner-rojo span {
    background: #eb2e14;
    padding-right: 60px;
    padding-left: 23px;
}

.banner-rojo span:before {
    background: #eb2e14;
    width: 100px;
    right: -50px;
}

.banner-rojo span .btn-success {
    margin-left: 84px;
    padding-left: 18px;
    padding-right: 18px;
}

.img-container {
    position: relative;
    overflow: hidden;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    right: -60%;
    width: 60%;
    text-align: right;
    padding-right: 10px;
}

.img-overlay:before {
    content: ' ';
    position: absolute;
    width: 200%;
    background: rgba(0, 51, 96, 0.5);
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.text-overlay {
    right: 20px;
    bottom: 0;
    position: absolute;
    left: 0;
}

.text-overlay hr {
    margin: 5px 0;
}

.text-overlay p, .text-overlay h4 {
    color: white !important;
    margin: 3px 0;
    text-align: right;
}

.text-overlay p {
    font-size: 0.9em;
}

.text-overlay h4 span {
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 0.9em;
}

.text-overlay p span {
    display: block;
    clear: both;
    font-weight: bold;
    font-size: 1.3em;
}

.header-coliseo-container {
    overflow: hidden;
    width: calc(100% + 30px);
    display: table;
}

.header-coliseo {
    overflow: hidden;
    /*background-color: #000000;*/
}

.header-coliseo-container .slider-header-item-fecha {
    vertical-align: bottom;
}

.slider-header-item-fecha p, .slider-header-item-fecha span {
    text-transform: uppercase;
}

.header-coliseo-container .slider-header-item-detalle {
    width: calc(80% + 15px);
}

.header-coliseo-container .slider-header-item-detalle p {
    line-height: 21px;
    text-transform: uppercase;
}

.detalle-evento-1 {
    background: #dedddb;
}

.detalle-evento-2 {
    background: #fff;
    padding: 10px;
}

.detalle-evento-2 h1 {
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin-bottom: 20px;
}

.detalle-evento-3 {
    background: #fff;
}

.boton-azul, .boton-verde, .boton-rojo {
    text-transform: uppercase;
}

.detalle-evento-1 h4 span {
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 10px;
}

.detalle-evento-1 h4 {
    font-size: 12px;
}

.detalle-evento-1 h4 strong {
    font-size: 16px;
}

.detalle-evento-3 h4 span {
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 1em;
}

.container-addthis {
    padding: 5px 12px;
    display: block;
    text-align: right;
}

.imagen-medalla {
    margin-top: 15px;
}

.span-ticket {
    margin-right: 5px;
}

.detalle-evento {
    display: flex;
}

.back-btn {
    margin-right: 20px;
    margin-top: 8px;
    position: absolute;
    float: right;
    right: 10px;
}

.barra-azul-titulo-1 {
    background: #0278c3;
    transform: skewX(-20deg);
    padding-left: 50px;
    margin-left: 41px;
    width: 110%;
    height: 100px;
}

.barra-azul-titulo-1 p {
    line-height: 100px;
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    transform: skewX(20deg);
    text-transform: uppercase;
}

.barra-azul-titulo-2 {
    background: #00192e;
    /*transform: skewX(-20deg);*/
    margin-left: 0px;
    width: 100%;
    /*    height: 100px;*/
}

.barra-azul-titulo-2 p, .barra-azul-titulo-2 h4, .barra-azul-titulo-2 .glyphicon, .barra-azul-titulo-2 img {
    margin: 0;
    color: #ffffff;
    /*transform: skewX(20deg);*/
}

.img-overlay-barra-azul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 41%;
    width: 40%;
}

.img-container-barra-azul {
    position: relative;
}

.img-container-barra-azul img {
    position: absolute;
    height: 200px;
    margin-left: -15px;
}

.img-overlay-barra-azul:before {
    content: ' ';
    position: absolute;
    width: 230%;
    background: rgba(0, 0, 150, 0.5);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    height: 200px;
}

.barra-azul-titulo {
    display: flex;
    overflow: hidden;
}

.barra-azul-titulo .col-md-9 {
    overflow: hidden;
}

.overlay-barritas {
    height: 100%;
}

.barra-azul-titulo-2 .col-md-6 {
    padding: 31px 38px;
}

.barra-azul-titulo-2 .col-md-6 p {
    font-size: 12px;
    font-weight: bold;
}

.barra-azul-titulo-2 .col-md-6 h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.barra-azul-titulo-2 .col-md-5 h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.barra-azul-titulo-2 .col-md-5 p {
    font-size: 12px;
    font-weight: bold;
}

.barra-azul-titulo-2 .col-md-5 {
    padding: 31px 70px;
}

.barra-azul-titulo-2 .col-md-3 {
    padding: 20px 0;
}

.barra-azul-titulo-2 .col-md-3 {
    padding: 20px 0;
}

.barra-azul-titulo-2 .col-md-3 span {
    color: white;
    font-size: 35px;
}

.asientos {
    background: white;
    padding: 0;
    overflow: hidden;
    display: flex;
    margin-top: 10px;
    position: relative;
}

.detalle-asientos {
    background: #ffedd15c;
    margin-top: -42px !important;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.tachito{
    color: #f00 !important;
}

.tu-lugar h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.tu-lugar h2, p {
    /* margin-left: 20px;*/
}

.seleccion-asiento select {
    width: 100%;
}

.seleccion-asiento .form-control {
    height: 37px;
    font-size: 16px;
}

.seleccion-asiento {
    margin-left: 0px;
}

.seleccion-asiento .col-md-9 {
    padding-left: 0;
}

.cuadradito {
    position: relative;
    line-height: 14px;
    margin-left: 18px;
}

.cuadradito-rojo:before {
    background: #f93310;
}

.cuadradito-verde:before {
    background: #85af1b;
}

.cuadradito:before {
    left: -18px;
    content: ' ';
    position: absolute;
    height: 14px;
    width: 14px;
    display: inline-block;
}

.tu-lugar {
    margin-top: 20px;
}

.mapa-coliseo {
    margin-top: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.mapa-coliseo h4, h2, h3 {
    margin: 0;
    color: black;
    font-weight: bold;
}

.mapa-coliseo h4:nth-child(1) {
    color: #aace09;
}

.mapa-coliseo h2 {
    font-size: 20px;
}

.mapa-coliseo h3 {
    font-size: 19px;
}

.mapa-coliseo h4 {
    font-size: 16px;
}

.butaquitas-container {
    margin: 10px 0;
    overflow-y: scroll;
    height: 400px;
}

.butaquitas-container label {
    background: url(../images/butaca.png) no-repeat center center;
    display: inline-block;
    width: 31px;
    height: 40px;
    margin: 2px;
    text-align: center;
    line-height: 28px;
    padding-top: 8px;
    color: white;
    cursor: pointer;
    opacity: 1;
    text-shadow: 0 0 3px black, 0 0 5px black, 0 0 5px black;
}

.butaquitas-container label input[type="checkbox"] {
    display: none;
}

.butaquitas-container label:hover {
    opacity: 0.7;
}

.butaquitas-container label.disabled {
    background: url(../images/butaca-gris.png) no-repeat center center;
    cursor: default;
}

.butaquitas-container label.disabled:hover {
    opacity: 1;
}

.img-evento-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    height: 100%;
    display: block;
}

.img-evento-header:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 41%;
    width: 40%;
}

/*
.row-transform p, h4, span, img{
    transform: skewX(20deg);
}*/

.btn-tarjetas {
    padding: 11px 12px 10px 11px
}

.tabla-tick {
    margin-bottom: 15px;
    text-transform: uppercase;
    table-layout: auto;
    width: 100%;

}

.detalle-asientos > .tabla-tick {
    margin-bottom: 0;
    margin-top: 0;
}

.tabla-tick td {
    border-top: 0 !important;
    color: white;
    vertical-align: middle;
    padding: 10px 8px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabla-tick tr.render-cart-row {
    height: auto;
}

.tabla-tick tr.render-cart-row > td.ticket-row-main {
    width: 42%;
}

.tabla-tick tr.render-cart-row > td.ticket-row-qty {
    width: 21%;
    text-align: center;
}

.tabla-tick tr.render-cart-row > td.deuda {
    width: 25%;
    text-align: left;
}

.tabla-tick tr.render-cart-row > td.ticket-row-main,
.tabla-tick tr.render-cart-row > td.ticket-row-qty,
.tabla-tick tr.render-cart-row > td.deuda,
.tabla-tick tr.render-cart-row > td.ticket-row-remove {
    width: auto;
    white-space: nowrap;
}

.tabla-tick tr.render-cart-row > td.ticket-row-main {
    white-space: normal;
}

.tabla-tick .ticket-row-meta {
    display: block;
    line-height: 1.15;
    padding-right: 12px;
    min-width: 0;
}

.tabla-tick .ticket-row-sector {
    font-size: 16px;
    font-weight: 800;
    color: #1f1f1f;
    white-space: normal;
    word-break: break-word;
}

.tabla-tick .ticket-row-type {
    font-size: 13px;
    font-weight: 700;
    color: #5f5f5f;
    white-space: normal;
    word-break: break-word;
}

.tabla-tick .ticket-row-place {
    font-size: 12px;
    font-weight: 600;
    color: #7a7a7a;
    white-space: normal;
    word-break: break-word;
}

.tabla-tick .ticket-qty-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.tabla-tick .ticket-qty-controls .btn-list-cantidad {
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0;
    line-height: 36px;
    font-size: 13px;
    border-radius: 10px;
    flex: 0 0 38px;
}

.tabla-tick .ticket-qty-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 38px;
    padding: 0 8px;
    font-weight: 800;
    color: #1f1f1f;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(130, 105, 28, 0.18);
}

.tabla-tick tr.render-cart-row .deuda {
    white-space: normal;
    word-break: break-word;
}

@media (max-width: 991px) {
    .tabla-tick tr.render-cart-row > td.ticket-row-main {
        min-width: 160px;
    }
}

@media (max-width: 767px) {
    .tabla-tick td {
        padding: 8px 6px !important;
    }

    .tabla-tick tr.render-cart-row > td {
        padding: 8px 4px !important;
        vertical-align: middle;
    }

    .tabla-tick tr.render-cart-row > td.ticket-row-main {
        min-width: 118px;
    }

    .tabla-tick tr.render-cart-row > td.ticket-row-qty {
        min-width: 128px;
    }

    .tabla-tick tr.render-cart-row > td.deuda {
        min-width: 92px;
    }

    .tabla-tick tr.render-cart-row > td.ticket-row-remove {
        min-width: 52px;
    }

    .tabla-tick .ticket-qty-controls .btn-list-cantidad {
        width: 36px;
        min-width: 36px;
        height: 36px;
        line-height: 34px;
    }

    .tabla-tick .ticket-qty-value {
        min-width: 32px;
        height: 36px;
    }

    .tabla-tick .ticket-row-sector {
        font-size: 15px;
    }

    .tabla-tick .ticket-row-type {
        font-size: 12px;
    }
}

.tabla-tick td #tachito {
    color: white;
    border-radius: 50%;
    background: red;
    text-align: center;
    padding: 3px 5px 3px 5px;

}

.tabla-tick td #tachito-pago {
    color: white;
    border-radius: 50%;
    background: red;
    text-align: center;
    padding: 3px 5px 3px 5px;

}

.tabla-tick td #editar {
    position: relative;
}

.tabla-tick td #editar:before {
    position: absolute;
    background: white;
    content: ' ';
    width: 10px;
    height: 11px;
    top: 0px;
    left: 2px;
    border-radius: 3px;
}

.pie-tabla-tick {
    /*text-transform: uppercase;*/
}

.pie-tabla-tick h5 {
    color: white;
    font-weight: bold;
}

.detalle-pago-1 {
    background: #0a7ecb;
}

.detalle-pago-2 {
    background: #fff;
}

.detalle-pago-3 {
    background: #fff;
    margin-bottom: 45px;
}

.detalle-pago {
    display: flex;
}

.detalle-pago-1 h4 {
    color: white;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: normal
}

.detalle-pago-1 h4:nth-last-child(2) {
    font-weight: bold;
    background: #035fac;
    padding: 8px;
}

.detalle-pago-1 h4:nth-child(1) {
    margin-top: 25px;
}

.detalle-pago-2 h2 {
    color: #0984be;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.icheck-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.detalle-pago-3 p {
    margin: 20px;
}

#editar .glyphicon-edit {
    color: green;
    margin-right: 15px;
    font-size: 16px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
}

.ayuda {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    text-transform: uppercase;
}
.navbar-nav > li > a:hover {
    color: #000000;
}

.navbar-main .nav > li > a:hover {
    background-color: #CDA434;
}

.imagen-titulo-fastender img {
    margin-bottom: 0;
    margin-top: 5px;
    height: 60px;
}



.dropdown-menu {
    text-align: left;
    border: solid 1px #cccccc !important;
    font-size: 13px;
    border-radius: 7px !important;
}


.dropdown-menu li a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding: 13px 18px 13px 15px;
}

.btn {
    font-size: 13px;
}

.truncate {

    /* width: 225px;*/
    /*
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        */

}

.alert-carrito {
    padding: 9px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0;
    opacity: 1;
    margin-top: 140px !important;
}

@media all and (min-width: 768px) {
    .alert-carrito {
        opacity: 1;
        margin-top: 0 !important;
    }
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#coliseos-activos .list-group-item .glyphicon {
    margin-top: -25px;
    margin-right: -20px;
}

.carousel-inner > .item {
    height: auto;
    border-radius: 0 !important;
}

.imgCard {
    float: left;
    margin-right: 10px;
}

.cardMain {
    display: table;
}

.modal-footer {
    padding-right: 0;
    padding-left: 0;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-control {
    font-size: 13px;
}

.container-padding {
    padding-top: 6px;
    padding-bottom: 20px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 4px;
}

.icono-mano {
    visibility: hidden;
}

#content-carrito {
    position: relative;
}

#content-carrito .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

#content-carrito .loading p {
    margin-top: 30%;
    display: block;
    text-align: center;
    color: white;
    font-size: 20px;
}

.list-group-eventos {
    max-height: 180px;
    overflow-y: auto;
}

.list-group-item:last-child {
    border-radius: 0 !important;
}

.list-group-item:first-child {
   /* border-radius: 0 !important;*/
}

.container-padding .col-sm-6 {
    padding-bottom: 15px;
}

.persist-header {
    display: table;
    width: 100%;
    padding-top: 20px;
    background-color: #1173ba;
}

section.bg-grey {
    background: #e0e0e0;
}

.titulo-categorias {
    margin-top: 0;
    margin-bottom: 26px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    background-color: #f6f6f7;
    font-size: 17px;
    color: #373e4a;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.contenedor-centro-prod .img-responsive {
    border: 1px solid #ababab;
}

.col-xs-7 .label-precio {
    background-color: #1173ba;
    color: white;
}

.col-sm-6 .label-precio {
    background-color: #1173ba;
    color: white;
    margin-top: 4px;
    display: table;
    font-size: 16px;
}

.contenedor-productos {
    padding: 15px;
    background-color: #FFF;
    /*padding-bottom: 250px;*/
}

.p10 {
    font-size: 10px;
}

.p11 {
    font-size: 11px;
}

.p12 {
    font-size: 12px;
}

.p13 {
    font-size: 13px;
}

.p14 {
    font-size: 14px;
}

.p15 {
    font-size: 16px;
}

.p16 {
    font-size: 16px;
}

.color-red {
    color: #ea6857;
}

.color-gray {
    color: #a3a3a3;
}

.color-green {
    color: #52ac4e;
}

.color-blue {
    color: #377bb5;
}

.color-black {
    color: #333;
}

.color-black {
    color: #333;
}

.color-yellow {
    color: #FFD300;
}

.color-white {
    color: #FFF;
}

.pad35 {
    padding: 35px;
}

.pad30 {
    padding: 30px;
}

.pad25 {
    padding: 25px;
}

.pad20 {
    padding: 20px;
}

.pad15 {
    padding: 15px;
}

.pad10 {
    padding: 10px;
}

.pad5 {
    padding: 5px;
}

.mar35 {
    margin: 35px;
}

.mar30 {
    margin: 30px;
}

.mar25 {
    margin: 25px;
}

.mar20 {
    margin: 20px;
}

.mar15 {
    margin: 15px;
}

.mar10 {
    margin: 10px;
}

.mar5 {
    margin: 5px;
}

.padding-3 {
    padding: 3px;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-marging-top {
    margin-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-marging-bottom {
    margin-bottom: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-marging-right {
    margin-right: 0 !important;
}

.no-marging-left {
    margin-left: 0 !important;
}

.margin-15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.margin-15-top {
    margin-top: 15px;
}

.margin-0-bottom {
    margin-bottom: 0px;
}

.margin-15-bottom {
    margin-bottom: 15px;
}

.margin-15-right {
    margin-right: 15px;
}

.padding-15-top {
    padding-top: 15px;
}

.padding-5-top {
    padding-top: 5px;
}

.padding-0-bottom {
    padding-bottom: 0px;
}

.padding-15-bottom {
    padding-bottom: 15px;
}

.margin-10-top {
    margin-top: 10px;
}

.margin-10-bottom {
    margin-bottom: 10px;
}

.margin-25-top {
    margin-top: 25px;
}

.margin-25-bottom {
    margin-bottom: 25px;
}

.padding-10-top {
    padding-top: 10px;
}

.padding-10-bottom {
    padding-bottom: 10px;
}

.space {
    border: none;
    margin: 20px 0 0 0;
    display: block;
}

.space10 {
    border: none;
    margin: 10px 0 0 0;
    display: block;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.ico-menu-bar {
    vertical-align: bottom !important;
    font-size: 18px !important;
    margin-right: 4px !important;
    color: #e9a329;
}

.menu-superior {
    position: absolute;
    right: 5px;
    top: -52px;
}

.box-login {
    background: #FFF;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 26px;
    border-radius: 10px;
    display: table;
    width: 100%;
}

.mi-cuenta-page .mi-cuenta-actions {
    padding: 0 16px;
    margin-bottom: 18px;
}

.mi-cuenta-page .mi-cuenta-calendar-btn {
    text-transform: uppercase;
    border-radius: 14px;
    padding: 14px 16px;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(17, 39, 66, 0.12);
}

.mi-cuenta-page .mi-cuenta-btn-icon {
    font-size: 15px;
}

.mi-cuenta-page .mi-cuenta-shell {
    background: transparent;
    padding: 0 15px 10px;
    margin: 0 0 24px;
}

.mi-cuenta-page .mi-cuenta-alert {
    border-radius: 14px;
    margin-bottom: 18px;
}

.mi-cuenta-page .mi-cuenta-column {
    margin-bottom: 18px;
}

.mi-cuenta-page .mi-cuenta-card {
    height: 100%;
}

.mi-cuenta-page .mi-cuenta-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.mi-cuenta-page .mi-cuenta-card-header-stack {
    margin-bottom: 14px;
}

.mi-cuenta-page .mi-cuenta-edit-btn {
    border-radius: 999px;
    white-space: nowrap;
    font-weight: 700;
}

.mi-cuenta-page .mi-cuenta-data-list {
    margin-top: 14px;
}

.mi-cuenta-page .mi-cuenta-data-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid #e7edf5;
}

.mi-cuenta-page .mi-cuenta-data-row:last-child {
    border-bottom: 0;
}

.mi-cuenta-page .mi-cuenta-data-label {
    color: #667b91;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.mi-cuenta-page .mi-cuenta-data-value {
    color: #112742;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.mi-cuenta-page .mi-cuenta-payment-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mi-cuenta-page .mi-cuenta-payment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e0e8f2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(12, 29, 54, 0.05);
}

.mi-cuenta-page .mi-cuenta-payment-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.mi-cuenta-page .mi-cuenta-card-image {
    float: none;
    margin-right: 0;
}

.mi-cuenta-page .mi-cuenta-card-image img {
    max-width: 42px;
    height: auto;
}

.mi-cuenta-page .mi-cuenta-payment-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.mi-cuenta-page .mi-cuenta-payment-title {
    color: #112742;
    font-size: 14px;
    font-weight: 700;
}

.mi-cuenta-page .mi-cuenta-payment-meta {
    color: #6b7f95;
    font-size: 12px;
    margin-top: 2px;
}

.mi-cuenta-page .mi-cuenta-delete-btn {
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
}

.mi-cuenta-page .mi-cuenta-empty-state {
    border-radius: 14px;
    margin: 0;
}

.mi-cuenta-page .mi-cuenta-add-card-btn {
    margin-top: 16px;
    text-transform: uppercase;
    border-radius: 14px;
    font-weight: 700;
}

.mi-cuenta-modal .modal-content {
    border-radius: 24px;
    border: 1px solid #dce5f0;
    box-shadow: 0 28px 80px rgba(18, 41, 71, 0.14);
    padding-left: 20px;
    padding-right: 25px;
}

.mi-cuenta-modal .modal-header {
    border-bottom: 1px solid #e7edf5;
}

.mi-cuenta-modal .modal-footer {
    border-top: 1px solid #e7edf5;
}

.mi-cuenta-modal .form-control {
    min-height: 42px;
    border-radius: 12px;
    border-color: #d5dfeb;
    box-shadow: none;
}

@media (max-width: 767px) {
    .mi-cuenta-page .mi-cuenta-card-header,
    .mi-cuenta-page .mi-cuenta-payment-item,
    .mi-cuenta-page .mi-cuenta-data-row {
        display: block;
    }

    .mi-cuenta-page .mi-cuenta-edit-btn,
    .mi-cuenta-page .mi-cuenta-delete-btn {
        margin-top: 10px;
    }

    .mi-cuenta-page .mi-cuenta-data-value {
        display: block;
        text-align: left;
        margin-top: 4px;
    }
}

.mi-cuenta-card-modal .modal-dialog {
    margin-top: 40px;
}

.mi-cuenta-card-modal .mi-cuenta-card-modal-content {
    border-radius: 24px;
    border: 1px solid #dce5f0;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(18, 41, 71, 0.18);
}

.mi-cuenta-card-modal .mi-cuenta-card-modal-header {
    padding: 20px 22px 14px;
    border-bottom: 1px solid #e7edf5;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.mi-cuenta-card-modal .mi-cuenta-card-modal-copy {
    padding-right: 28px;
}

.mi-cuenta-card-modal .modal-title {
    margin: 0;
    color: #112742;
    font-size: 24px;
    font-weight: 800;
}

.mi-cuenta-card-modal .modal-title i {
    color: #1f5a97;
    margin-right: 8px;
}

.mi-cuenta-card-modal .mi-cuenta-card-modal-subtitle {
    margin: 8px 0 0;
    color: #5f7287;
    font-size: 14px;
    line-height: 1.6;
}

.mi-cuenta-card-modal .mi-cuenta-card-modal-body {
    background: #f8fbff;
    padding: 18px 22px 10px;
}

.mi-cuenta-card-modal .mi-cuenta-card-section {
    background: #fff;
    border: 1px solid #dfe8f2;
    border-radius: 18px;
    padding: 16px 16px 6px;
    margin-bottom: 14px;
    box-shadow: 0 10px 24px rgba(12, 29, 54, 0.05);
}

.mi-cuenta-card-modal .mi-cuenta-card-section-title {
    margin: 0 0 12px;
    color: #16375d;
    font-size: 15px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.mi-cuenta-card-modal .mi-cuenta-card-section-title i {
    margin-right: 6px;
    color: #1f5a97;
}

.mi-cuenta-card-modal .form-control {
    min-height: 42px;
    border-radius: 12px;
    border-color: #d4dfeb;
    box-shadow: none;
}

.mi-cuenta-card-modal .control-label {
    color: #4d647d;
    font-weight: 700;
}

.mi-cuenta-card-modal .mi-cuenta-card-modal-footer {
    padding: 14px 22px 18px;
    border-top: 1px solid #e7edf5;
    background: #fff;
}

.mi-cuenta-card-modal .mi-cuenta-card-modal-footer .btn {
    border-radius: 12px;
    font-weight: 700;
    min-width: 120px;
}

.mi-cuenta-cc-field {
    position: relative;
}

.mi-cuenta-cc-field .form-control {
    padding-right: 110px;
}

.mi-cuenta-cc-field .cc-brand-preview {
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: flex;
    align-items: center;
    gap: 0px;
    background: #f5f8fd;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    padding: 4px 4px 4px 2px;
    pointer-events: none;
    transition: all .2s ease;
}

.mi-cuenta-cc-field.is-detected .cc-brand-preview {
    background: #edf7ff;
    border-color: #b8ddff;
}

.mi-cuenta-cc-field .cc-brand-preview-image {
    width: 28px;
    height: 18px;
    object-fit: contain;
}

.mi-cuenta-cc-field .cc-brand-preview-text {
    color: #50657c;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

/* Modal tarjeta de credito (mismo estilo que mi-cuenta) */
#modal-credit-card .modal-dialog {
    margin-top: 40px;
}

#modal-credit-card .modal-content {
    border-radius: 24px;
    border: 1px solid #dce5f0;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(18, 41, 71, 0.18);
}

#modal-credit-card .modal-header {
    padding: 20px 22px 14px;
    border-bottom: 1px solid #e7edf5;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

#modal-credit-card .modal-title {
    margin: 0;
    color: #112742;
    font-size: 24px;
    font-weight: 800;
}

#modal-credit-card .modal-title i {
    color: #1f5a97;
    margin-right: 8px;
}

#modal-credit-card .modal-body {
    background: #f8fbff;
    padding: 18px 22px 10px;
}

#modal-credit-card .modal-body h4 {
    margin: 0 0 12px;
    color: #16375d;
    font-size: 15px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

#modal-credit-card .modal-body h4 i {
    margin-right: 6px;
    color: #1f5a97;
}

#modal-credit-card .form-control {
    min-height: 42px;
    border-radius: 12px;
    border-color: #d4dfeb;
    box-shadow: none;
}

#modal-credit-card .control-label {
    color: #4d647d;
    font-weight: 700;
}

#modal-credit-card .modal-footer {
    padding: 14px 22px 18px;
    border-top: 1px solid #e7edf5;
    background: #fff;
}

#modal-credit-card .modal-footer .btn {
    border-radius: 12px;
    font-weight: 700;
    min-width: 120px;
}

/* MEDIA RESPONSIVE */
/*
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    .icono-mano {
        text-align: right;
        padding-right: 15px;
        margin-top: -27px;
        visibility: visible;
        width: 100%;
        position: absolute;
        z-index: 40;
    }
    .titulo span {
        font-size: 12px;
    }
    .slider-header-item-fecha {
        width: 100%;
    }
    .slider-header-item-detalle p{
        font-size: 11px !important;
        transform: none;
    }
    .header-coliseo-container .slider-header-item-detalle p {
        line-height: 13px;
    }
    .detalle-evento {
        display: inherit;
    }
    .header-coliseo-container .slider-header-item-detalle {
        width: calc(100% + 14px);
    }
    .slider-header-item-detalle {
        transform: none;
        padding-left: 13px;
    }
    .back-btn {
        margin-top: 0px;
        right: 3px;
    }
    .asientos {
        display: inherit;
    }
    .tu-lugar h2 {
        font-size: 14px;
    }
    .seleccion-asiento .col-md-3{
        padding-left: 0px;
        padding-top: 10px;
    }
    .detalle-asientos{
        overflow-x: scroll;
        padding-bottom: 0px;
    }
    .pie-tabla-tick{
        text-align: left;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .pie-tabla-tick .row .col-md-7{
        text-align: left;
    }
    .pie-tabla-tick .row .h4 {
        font-size: 13px;
    }
    .detalle-pago {
        display: inherit;
    }
    .detalle-pago-1 {
        padding-top: 1px;
        padding-bottom: 41px;
    }
    .detalle-pago-2{
        padding-top: 1px;
    }
    select.input-sm {
        min-width: 100px;
        padding: 5px 3px;
    }
    .slider-header-item-fecha, .slider-header-item-detalle{
        width: 100% !important;
    }
    .imagen-titulo-fastender img{
        width: 200px;
        margin-top: 11px;
    }

    .navbar-toggle {
        padding: 8px 8px;
        margin-top: -4px;
        margin-bottom: 8px;
        background-color: #1976bc;
    }

    .navbar-toggle .icon-bar{
        background-color: #ffffff;
    }
    .navbar-collapse{
        width: 100%;
    }
    .navbar-collapse .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .detalle-evento-1 .row {
        margin-left: 15px;
        margin-right: 15px;
    }

}
*/



.img-productos-carrito{
    /* border-radius: 14px 14px 0 0!important; */
}


.img-productos-carrito-content{
    min-height: 382px;
    border-radius: 9px !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.img-productos-carrito-content:hover{
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.015);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.titulo-carrito {
    background: transparent;
    padding: 10px;
    border-radius: 7px 7px 0 0px;
    padding-left: 11px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    color: #ffff;
}


.icono-comida{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999999;
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .box-btn-funciones {
        padding: 10px 10px 10px 10px !important;
        border-radius: 9px !important;
        margin: 15px 0 20px 0;
        text-align: center;
    }

}
@media all and (min-width: 768px) and (max-width: 1150px) {
    video {
        width: auto !important;
    }
}

@media all and (min-width: 241px) and (max-width: 768px) {
    #cantidades{
        margin-top: 10px;
    }
    .detalle-asientos {
        margin-top: 18px !important;
    }

    .box-btn-funciones {
        padding: 10px 10px 10px 10px !important;
        border-radius: 9px !important;
        margin: 15px 0 15px 0;
        text-align: center;
    }
    .img-productos-carrito{
        border-radius: 0px !important;
    }
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

    .navbar-toggle {
        margin-right: 28px !important;
    }

    .titulo {
        margin-top: 0 !important;
    }

    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .img-container{
        border-radius: 15px !important;
        margin-bottom: 5px !important;
    }
    .imagen-titulo-fastender {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .navbar-nav {
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }

    .slick-slider {
        margin-top: 0px !important;
    }

    #barrasuperior {
        top: 0 !important;
        border-width: 0 0 1px !important;
        position: fixed !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 1030 !important;
        height: auto !important;
    }

    .persist-area {
        top: 52px !important;
        border-width: 0 0 1px !important;
        position: fixed !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 9 !important;
    }

    .persist-header {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .persist-header .list-group {
        margin-bottom: 8px !important;
    }

    .alert-carrito {
        padding: 5px 15px !important;
    }

    .alert-carrito-check {
        margin-top: 52px !important;
    }

    .titulo-categorias {
        margin-top: 0px !important;
    }

    .panel-success {
        margin-top: 0px !important;
    }

    .icono-mano {
        text-align: right;
        padding-right: 15px;
        margin-top: -27px;
        visibility: visible;
        width: 100%;
        position: absolute;
        z-index: 40;
    }

    .slide {
        padding-left: 17px !important;
        padding-right: 17px !important;
        margin-bottom: 0px !important;
        margin-top: 8px !important
    }
    .box-search {
        position: relative !important;
        margin-left: 15px;
        margin-right: 15px;
        background-color: #ffffff;
        padding: 0px 7px 5px 7px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        border-radius: 7px;
        margin-top: 0px !important;
    }

    .box-search input {
        font-size: 13px !important;
        height: 38px !important;
    }

    .titulo span {
        font-size: 14px;
    }

    .slider-header-item-fecha {
        width: 100%;
    }

    .slider-header-item-detalle p {
        font-size: 11px !important;
        transform: none;
    }

    .header-coliseo-container .slider-header-item-detalle p {
        line-height: 13px;
    }

    .detalle-evento {
        display: inherit;
    }

    .header-coliseo-container .slider-header-item-detalle {
        width: calc(100% + 14px);
    }

    .slider-header-item-detalle {
        transform: none;
        padding-left: 30px;
    }

    .back-btn {
        margin-top: 0px;
        right: 3px;
    }

    .asientos {
        display: inherit;
    }

    .tu-lugar h2 {
        font-size: 14px;
    }

    .seleccion-asiento .col-md-3 {
        padding-left: 0px;
        padding-top: 10px;
    }

    .detalle-asientos {
        overflow-x: scroll;
        padding-bottom: 0px;
    }

    .detalle-asientos .container {
        margin-left: 0px !important;
    }

    .detalle-evento {
        margin-bottom: 0px;
        padding-bottom: 50px;
    }

    .asientos {
        margin-bottom: 65px;
    }

    .detalle-pago {
        margin-bottom: 65px;
    }

    .pie-tabla-tick {
        text-align: left;
        padding-left: 15px;
    }

    .pie-tabla-tick .row .col-md-7 {
        text-align: left;
    }

    .pie-tabla-tick .row .h4 {
        font-size: 13px;
        padding-bottom: 15px;
    }

    .detalle-pago {
        display: inherit;
    }

    .detalle-pago-1 {
        padding-top: 1px;
        padding-bottom: 41px;
    }

    .detalle-pago-2 {
        padding-top: 1px;
    }

    select.input-sm {
        min-width: 100px;
        padding: 5px 3px;
    }

    .slider-header-item-fecha, .slider-header-item-detalle {
        width: 100% !important;
    }

    .imagen-titulo-fastender img {
        max-width: 158px;
        margin-top: 9px;
    }

    .navbar-toggle {
        padding: 8px 8px;
        margin-top: 11px;
        margin-bottom: 8px;
    }

    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar-collapse .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .persist-header {
        padding-bottom: 10px;
    }

    .media-heading {
        margin: 10px 0 5px;
    }

    #content-carrito {
        margin-left: -15px;
        margin-right: 0;
    }

    .btn-group {

    }

    .table-responsive {
        padding-bottom: 15px;
    }

    #col-derecha {
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 51px;
    }

    section.bg-grey {
        margin-bottom: 35px;
    }

    .alt .container {

    }

    .alt .container img {
        margin-top: 2px;
    }

    section.alt {
        margin-bottom: 0px;
        margin-top: 52px;
    }

    .navbar {
        background-color: #00246f;
        /* position: fixed;
         right: 0;
         left: 0;
         z-index: 1030;
         */
    }

    #barrasuperior {
        border-bottom: 0 !important;
    }

    .navbar-nav > li > a {
        background-color: #00246f;
        color: white;
    }

    .navbar-nav {
        background-color: aliceblue;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: #35b301 !important;
        color: #fff;
    }

    .menu-superior {
        z-index: 199;
        top: 0px;
    }

    #banner-home {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .titulo {
        margin-top: 10px;
    }

    .butaquitas-container {
        height: auto;
    }

    body {
        background-color: #e0e0e0;
    }

    .container-padding {
        padding-bottom: 55px;
    }

    #content-carrito {
        margin-bottom: 55px !important;
    }

    .slider-mobile {
        background-size: cover;
        background-position: center center !important;
        height: 100vh !important;
        background-repeat: no-repeat;
    }


}

/* FIN MEDIA RESPONSIVE */

#barrasuperior {
    height: 75px;
    z-index: 2;
}

/* ModernizaciÃ³n aislada del navbar principal */
#barrasuperior {
    min-height: 75px;
    height: auto;
    border: 0 !important;
    background-image: linear-gradient(135deg, #123255 0%, #2967a5 100%);
    box-shadow: 0 10px 30px rgba(15, 42, 71, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#barrasuperior .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#barrasuperior .imagen-titulo-fastender {
    padding-top: 0px;
    padding-bottom: 2px;
    width: 230px;
}

#barrasuperior .imagen-titulo-fastender img {
    margin-top: 5px;
    height: 63px;
    width: auto;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

#barrasuperior .imagen-titulo-fastender a:hover img {
    transform: translateY(-1px);
    opacity: 0.96;
}

#barrasuperior .navbar-collapse {
    border-top: 0;
    box-shadow: none;
}

#barrasuperior .navbar-nav {
    background-color: transparent;
    margin-top: 0px;
}

#barrasuperior .navbar-nav > li {
    margin-left: 6px;
}

#barrasuperior .navbar-nav > li > a {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#barrasuperior .navbar-nav > li > a:hover,
#barrasuperior .navbar-nav > li > a:focus,
#barrasuperior .navbar-nav > .open > a,
#barrasuperior .navbar-nav > .open > a:hover,
#barrasuperior .navbar-nav > .open > a:focus {
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

#barrasuperior .navbar-nav > li > a label {
    margin-bottom: 0;
    font-weight: 700;
    cursor: pointer;
}

#barrasuperior .caret {
    margin-left: 6px;
}

#barrasuperior .dropdown-menu {
    border: none !important;
    border-radius: 14px !important;
    padding: 8px;
    margin-top: 10px;
    box-shadow: 0 18px 40px rgba(15, 42, 71, 0.18);
}

#barrasuperior .dropdown-menu > li > a {
    border-radius: 10px;
    padding: 10px 12px !important;
    font-weight: 600;
}

#barrasuperior .dropdown-menu > li > a:hover,
#barrasuperior .dropdown-menu > li > a:focus {
    background: #f3f7fb !important;
    color: #0f2a47 !important;
}

#barrasuperior .navbar-toggle {
    margin-top: 14px;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
}

#barrasuperior .navbar-toggle:hover,
#barrasuperior .navbar-toggle:focus {
    background: rgba(255, 255, 255, 0.22);
}

#barrasuperior .navbar-toggle .icon-bar {
    background-color: #ffffff;
    border-radius: 999px;
    width: 22px;
}

@media all and (max-width: 768px) {
    #barrasuperior {
        min-height: 68px;
    }

    #barrasuperior .navbar-nav {
        padding: 0 12px 12px;
    }

    #barrasuperior .navbar-nav > li {
        float: none;
        margin: 0 0 8px 0;
    }

    #barrasuperior .navbar-nav > li > a {
        border-radius: 14px;
    }

    #barrasuperior .menuuser-mobile > a {
        border-radius: 14px;
        margin-bottom: 6px;
    }

    #barrasuperior .imagen-titulo-fastender img {
        height: 50px;
    }
}

.item-carouse-home{
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 15px;
}

#slide-eventos {
    margin-top: 50px !important;
}

#slide-eventos .item-carouse-home {
    padding: 10px !important;
    margin-top: 0;
    text-decoration: none !important;
    color: #24364a;
}

#slide-eventos .item-carouse-home .img-productos-carrito-content {
    min-height: 395px;
    border-radius: 22px !important;
    overflow: hidden;
    border: 1px solid #dfe7f1;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 40px rgba(12, 29, 54, 0.10);
    transform: translateY(0);
    transition: transform .22s ease, box-shadow .22s ease;
}

#slide-eventos .item-carouse-home .img-productos-carrito-content:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(12, 29, 54, 0.16);
}

#slide-eventos .item-carouse-home .img-productos-carrito {
    min-height: 210px !important;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 0 !important;
    position: relative;
}

#slide-eventos .item-carouse-home .img-productos-carrito:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 24, 43, 0.08) 0%, rgba(10, 24, 43, 0.28) 100%);
    pointer-events: none;
}

#slide-eventos .item-carouse-home .text-inbox-welcome {
    padding: 18px 18px 16px;
    background: #fff;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#slide-eventos .item-carouse-home h1 {
    margin: 0;
    color: #12315a;
    font-size: 17px !important;
    font-weight: 800;
    line-height: 1.35;
    min-height: 46px;
    white-space: normal;
}

#slide-eventos .item-carouse-home p {
    margin: 0;
    font-size: 14px;
    line-height: 0.55;
    color: #5a6878;
    white-space: normal;
    align-items: flex-start;
    gap: 8px;
}

#slide-eventos .item-carouse-home p strong {
    color: #454f5d;
    font-weight: 700;
}

#slide-eventos .item-carouse-home .icono-w-card {
    min-width: 18px;
    width: 18px;
    text-align: center;
    color: #5d6b7b;
    margin-top: 2px;
}

#slide-eventos .item-carouse-home p:last-child {
    margin-top: auto;
    padding-top: 6px;
    color: #2e7a4d;
    font-weight: 700;
}

#slide-eventos .item-carouse-home p:last-child .icono-w-card {
    color: #2e7a4d;
}

#slide-eventos .item-carouse-home .home-carousel-funciones-panel {
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    background: linear-gradient(160deg, rgba(7, 11, 19, 0.9) 0%, rgba(44, 26, 87, 0.88) 100%);
    border: 1px solid rgba(213, 174, 80, 0.35);
}

#slide-eventos .item-carouse-home .home-carousel-funciones-title {
    margin: 0 0 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #d5ae50;
    font-weight: 700;
}

#slide-eventos .item-carouse-home .home-carousel-funciones-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

#slide-eventos .item-carouse-home .home-carousel-funciones-item:last-child {
    margin-bottom: 0;
}

#slide-eventos .item-carouse-home .home-carousel-funciones-time {
    color: #f5f0e4;
    font-size: 12px;
    line-height: 1.2;
}

#slide-eventos .item-carouse-home .home-carousel-funciones-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #d5ae50;
    color: #070b13;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
    transition: transform .15s ease, filter .15s ease;
}

#slide-eventos .item-carouse-home .home-carousel-funciones-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

#slide-eventos a:hover{
    color: #12315a !important;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    #slide-eventos .item-carouse-home .img-productos-carrito-content {
        min-height: 0;
    }

    #slide-eventos .item-carouse-home .text-inbox-welcome {
        min-height: 0;
    }
}
.persist-area {
    padding-top: 50px;
}

.list-tab-style {
    padding: 0;
    list-style: none;
    text-align: center;
}

.list-tab-style li {
    display: inline-block;
    width: calc(100% / 2.5 - 3px);
}

.list-tab-style li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}

.list-tab-style li a:hover, .list-tab-style li a:focus, .list-tab-style li a:active {
    background: #f9f9f9;
    color: #333;
}

.fa-2x {
    font-size: 2em;
}

.fa-1-5x {
    margin-top: -5px;
    font-size: 1.5em !important;
}

.fa-ticket:before {
    content: "\f145";
}

.butaquitas-container label {
    position: relative;
}

.butaquitas-container label.active::before {
    position: absolute;
    content: "\f00c";
    background: #007D3D;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: calc(50% - 0px);
    top: -2px;
    color: white;
    font-family: FontAwesome, sans-serif;
    font-size: 10px;
    line-height: 14px;
}

.loading-container {
    width: 100%;
    position: relative;
}

.loading-container .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.loading-container .loading p {
    top: 50%;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-size: 20px;
    position: absolute;
}

.panel-success {
    margin-bottom: 45px;
}

.list-carrito .col-xs-6 {
    text-align: right;
}

.list-item-carrito{
    background-color: white;
    border-radius: 14px !important;
    border: 1px solid #cecece !important;
    margin: 9px !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.13);
}
.list-carrito {
    overflow-y: scroll;
    height: 380px;
}

.badge {
    font-size: 14px;
}

.list-carrito {
    overflow-y: scroll;
    max-height: 380px;
    width: 100%;
}

.green-background {

}

body.green-background {
    background-color: transparent;
}
@media all and (min-width: 768px) {
    body.green-background {
        background-color: transparent;
    }
}


.mayuscula{
    text-transform: uppercase !important;
}
.d-none{
    display: none;
}

.nav-transparent{
    background: transparent;
    border: none;
}
.bg-agua{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}
.bg-white{
    background-color: #ffffff !important;
}

/*UTILS*/

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {

    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 241px) and (max-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }

}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
/*EN UTILS*/
.tab-entrega{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 16px;
    margin-top: 0;
    background-color: #f6f6f6;
    border-radius: 0px 0px 10px 10px;
}
.nav-tabs .active a {
    background-color: #f6f6f6 !important;
}

.form-control {
    height: 34px;
}

.box-tickets{
    text-align: center;
    background-color: #74b9c7;
    border-radius: 15px;
    padding: 13px;
}

.box-tickets img{
    margin-left: auto;
    margin-right: auto;
}
.cantidad{
    background-color: white;
    padding: 4px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 7px;
    border: 1px solid #cecece;
}
.btn-list-cantidad {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 15px;
    border-radius: 2px;
    margin-top: -4px;
}
.btn-borrar-list{
    color: red;
    background: transparent;
    text-align: center;
    border: 0;
}
.btn-borrar-list:hover{
    color: red;
    background: transparent;
    text-align: center;
    border: 0;
}

.header-item-fecha {
    width: 20%;
    background: #CDA434;
    padding-left: 50px;
}
.header-item-fecha p, .slider-header-item-fecha span {
    text-transform: uppercase;
}
.header-item-fecha p {
    font-size: 17px !important;
    margin-bottom: 0;
    line-height: 22px;
    /* transform: skewX(20deg); */
    margin-left: 0px !important;
}
.header-item-fecha p, .slider-header-item-fecha span {
    text-transform: uppercase;
}
.header-item-fecha span, .slider-header-item-detalle span {
    font-weight: bold;
    display: table;
    clear: both;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.order-sm-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
}
.order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-md-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-md-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-md-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-md-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-md-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-md-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-md-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-md-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-md-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-md-12 {
    -ms-flex-order: 12;
    order: 12;
}
.order-lg-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-lg-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
}
.order-xl-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
}
.bg-red{
    background: #d80000 !important;
}
.bg-verde{
    background: #CDA434 !important;
}
.bg-black{
    background: #000000 !important;
}
.text-white{
    color: #ffffff;
}


.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.modal-fullscreen{
    padding: 0 !important;
}
.container-img{
    background-color:#FFFFFF;
    width: 100%;
    /*height: 570px;*/
    height: calc(100vh - 100px);
    overflow: auto;
    position: relative;
}

#img-mapa {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transform-origin: 0 0;
}
.container{
    padding-left: 0 ;
    padding-right: 0 ;
}

.bg-azul{
    background-color: #002173;

}

.bg-amarillo{
    background-color: #ffcc00;
}
.panel-amarillo {
    border-color: #d4ac0d;
    background-color: #ffd700;
    color: #333;
}



/* MENU  TOOLBAR SEARCH */
.toolbar-buscar .dropdown-menu {
    min-width: 300px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    /*color: #FFFFFF;*/
}

/* Header: evita contorno al click del mouse y conserva foco para teclado */
#barrasuperior a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

#barrasuperior a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Quita borde/halo al presionar o enfocar cualquier enlace */
a,
a:focus,
a:active,
a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
    .toolbar-buscar {

    }

    .toolbar-buscar .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        background-color: #002173 !important;
    }

    #btn-todos {
        margin-top: 5px;
        width: 100% !important;
    }

    #btn-search-welcome {
        margin-top: 5px;
        width: 100% !important;
    }

    .dropdown-menu {
        min-width: 300px !important;
    }

    .toolbar-buscar .dropdown-menu {
        min-width: 200px !important;
    }

    .imagen-titulo-fastender img {
        margin-bottom: -51px;
        margin-top: 3px;
        height: auto;
    }

    h3, .h3 {
        font-size: 16px;
    }

    h4, .h4 {
        font-size: 13px;
    }

    .header-coliseo .row div {
        height: auto !important;

    }

    .footer {
        padding: 30px;
    }

    .detalle-evento {
        text-align: center;
    }

    .asientos {
        margin-top: 3px;
    }

    #tiendas-welcome {
        margin-bottom: -19px !important;
    }
    .header-coliseo-container{
        margin-top: 45px;
    }
    .nav .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }
}
.text-inbox-welcome{
    padding: 10px 13px 15px 13px;
}


.icono-w-card{
    min-width: 20px;
    text-align: center;
}
.addon-search {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
#root{
    margin-top: -25px !important;
}

/* SOLO VIDEO MOBILE */
@media (max-width: 768px) {
        #barrasuperior .navbar-collapse {
            border-top: 0;
            box-shadow: none;
                border-top: 0;
            box-shadow: none;
            background: linear-gradient(135deg, #123255 0%, #2967a5 100%);
            overflow-y: visible;
            position: static;
            min-height: 365px;
            padding-top: 15px;
    }
    #root{
        margin-top: -60px !important;
    }

    .tool-checkout{
        margin-top: 52px !important;
    }


    .video-home .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        display: block;
        z-index: 2;
    }

    .video-home .title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        text-align: center;
        font-size: 64px;
        font-family: 'Silka';
        color: white;
    }

    .video-home video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        width: 100%;
        object-fit: cover;
    }

    .video-home {
        display: block;
        position: relative;
        max-height: 100vh;
        top: 0px;
        /*height: -webkit-calc(100vh - 40px);
        height: -moz-calc(100vh - 40px);
        height: calc(100vh - 40px);*/
        height: 100vh;
        width: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .toolbar-buscar{
     margin-bottom: 25px;
             margin-top: 60px !important;
    }



    .video-home-bg {
        background: url(../img2021/icon.png) #52BABE no-repeat center center;
    }

    .bar-search-zindex {
        top: 52px;
        z-index: 2;
        background-color: transparent !important;
    }

    .toolbar-buscar {
        position: relative;
        margin-top: 0px;
        padding-top: 0px;
    }
    .nav-home {
        background-color: transparent !important;
        position: absolute !important;
    }
    .menuuser-mobile{
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu2 {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}




.glow{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.glowx30{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.glow10-05{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.border-lr{
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.box-search{
    position: absolute;
    background-color: #ffffff;
    padding: 0px 2px 5px 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    margin-top: -32px;
}

#input-search-welcome{
 border: 0 !important;
}
.btn-buscador {
    border-radius: 7px !important;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    height: 40px;
    font-weight: 600;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


.arrow {
    position: fixed;
    bottom: 90px;
    left: 50%;
    margin-left: -20px;
    width: 30px;
    height: 30px;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAAMFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAv3aB7AAAAD3RSTlMAGNe9CgcGtbOytLe2f5VrjfCKAAADsElEQVR4AezBgQAAAACAoP2pF6kCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIDZpRvTiIEYiMLkzivb65/Xf7eBLSFkYAQzDUjwvS6rZ3N9LduekvuffFOAq/+Xs+T+pABffzhL7p8CfP3FBdQB3gXEH45S+psXEP9VgM7fvoD4rwJ0/v4FxF9TQE1IAT38YZbcPwV4+YsLGBNSQB9/mONf/XdIAZ38YR9y/xTg678KkPunAF//VYDcPwU4+IsLGDekgI7+cA+5fwow8hcUsPxTgLG/uIBxQQro6w/XEPinABd/bQHLPwUY+6sLeCEFdPeH989Hfj4poL//55ddOqgCAIQBKKT9S5vB294+GeAeA/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbM9DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAP//AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwPm+hvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA34Bd/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvQMXfAP4G8DeAvwH8DeBvQNPfAP4G8Deg7G8AfwPa/gbE/Q2I+xvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gYs8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbs9zeAvwH8DeBvAH8D+BvA3wD+BvT8DeBvAH8D+BvQ9TeAvwFtfwPi/gbwf+3BsQAAAADAIH/rYeypAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAUHBYk13Z7LTsAAAAASUVORK5CYII=);*/
    background-image:url(../images/arr-w.png);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.fade {
    opacity:0;
    transition: 1s all ease-out;
}
.fade-azul {
    transition: 1s all ease-out;
    background-color: transparent;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.has-feedback .form-control-feedback {
    right: 10px;
    line-height: 47px;
    color: red;
}



.sect {
    width: 100%;
    min-height: 373px;
}
#sect1,
#sect3 {
    background-color: #33333300;
    color: #fff;
}
#sect2 {
    background-color: #dddddd7d;
    color: #333;
}
#sect1 {
    position: relative;
    overflow: hidden;
    margin-top: -75px;
}
/*
video {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 105%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -2;
}
*/
video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar{
        /*background-color: #0f51c0d4 !important;*/
        background-color: #e6a100e3 !important;
    }
    video {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -2;
        transform: translate(-50%, -50%) scale(0.8);
    }
    .img-logo-video{
        position: absolute;
        top: calc(50% - 162px);
        left: calc(50% - 125px);
    }
}
.img-logo-video{
    position: absolute;
    top: calc(50% - 162px);
    left: calc(50% - 125px);
}

.btn-eventos-hora{
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0;
    color: #00246f;
}
.btn-eventos-dia{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0px;
    color: #c40000;
}
.box-btn-funciones{
    background-color: #ffffff;
    padding: 10px 17px 10px 10px;
    border-radius: 13px;
    margin: 15px 0 15px 0;
    border: 1px solid #cecece;
}
.box-btn-funciones-archivos{
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    border-radius: 7px;
    margin: 15px 0 15px 0;
    border: 1px solid #cecece;
}
.box-btn-funciones:hover{
    background-color: #f5f5f5;
}
.select-radius{
    height: 40px;
    border-radius: 8px;
}
.th-eventos{
    position: absolute;
    z-index: 3;
    top: 15px;
    margin-right: 15px;
    margin-left: 15px;
}
.th-bg-evento{
    transform: scale(2.1);
    transition: transform 0.3s ease;
    filter: blur(5px);
}
.th-bg-evento::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.3); /* Color oscuro semitransparente */
 }

.blur-background {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px); /* Ajusta el valor del desenfoque segÃºn lo necesites */
    z-index: -1;
    background-color: rgba(250, 250, 250, 0.3); /* Color oscuro semitransparente */
}

@keyframes latido {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.15); /* Primer bombeo */
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.1); /* Segundo bombeo mÃ¡s suave */
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.latidoimg{
    position: absolute;
    z-index: 99999;
    top: calc(50% - 96px);
    left: calc(50% - 111px);
    animation: latido 1.2s infinite ease-in-out;
}
.video-filtrado {
    filter: hue-rotate(200deg) saturate(177%) brightness(0.8) contrast(1.1);
}
h4, .h4 {
    font-size: 16px !important;
}

/* Evento detalle modernizado */
.evento-modern-shell {
    background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 220px);
    padding-bottom: 30px;
}
.alt.evento-modern-shell {
    background: #000000 !important;
}
.evento-modern-shell .container {
    padding-left: 0;
    padding-right: 0;
}
.evento-modern-hero {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #eef3fb;
    box-shadow: 0 10px 26px rgba(0, 28, 84, 0.14);
    margin: 20px 0 14px;
}
.evento-modern-hero:before {
    display: none;
}
.evento-modern-hero-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: contain;
    margin: 0 auto;
}
.evento-modern-hero-inner {
    position: relative;
    z-index: 1;
}
.evento-modern-mobile-poster {
    display: none;
}
.evento-modern-summary {
    background: #fff;
    border: 1px solid #e7edf6;
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 10px 24px rgba(16, 42, 112, 0.06);
}
.evento-modern-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.evento-modern-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #edf4ff;
    border: 1px solid #d7e5ff;
    color: #17428f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
}
.evento-modern-title {
    color: #1a2d55;
    font-size: 35px;
    line-height: 1.1;
    margin: 0 0 10px;
    font-weight: 800;
    text-shadow: none;
}
.evento-modern-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 14px;
    color: #55657f;
}
.evento-modern-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.detalle-evento.evento-modern-layout {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}
.evento-modern-main,
.evento-modern-sidebar {
    background: #fff;
    border: 1px solid #e7edf6;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(16, 42, 112, 0.08);
}
.evento-modern-main {
    padding: 18px 20px 22px;
}
.evento-modern-sidebar {
    padding: 24px 22px !important;
}
.evento-modern-sidebar .hidden-xs {
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.evento-modern-sidebar h1 {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #12244a;
}
.evento-modern-sidebar h2 {
    font-size: 18px;
    color: #5e6a7d;
    font-weight: 600;
}
.evento-sidebar-pill-wrap {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.evento-sidebar-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #edf4ff;
    color: #003a90;
    font-size: 12px;
    font-weight: 700;
}
.evento-modern-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #425168;
    margin-bottom: 8px;
}
.evento-modern-info-item i {
    color: #0d62ff;
    width: 16px;
    text-align: center;
}
.evento-modern-layout .box-btn-funciones {
    border: 1px solid #e8edf6;
    border-radius: 18px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: 0 8px 18px rgba(7, 30, 84, 0.06);
    transition: all .18s ease;
}
.evento-modern-layout .box-btn-funciones:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 14px 28px rgba(7, 30, 84, 0.10);
}
.evento-modern-layout .btn-eventos-dia,
.evento-modern-layout .btn-eventos-hora,
.evento-modern-layout .labelNombre {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    margin: 0 8px 8px 0;
}
.evento-modern-layout .btn-eventos-dia {
    background: #fff4f1;
    color: #c6452f;
    font-size: 14px;
}
.evento-modern-layout .btn-eventos-hora {
    background: #eef4ff;
    color: #143f91;
    font-size: 14px;
}
.evento-modern-layout .labelNombre {
    background: linear-gradient(135deg, #133d8d 0%, #0f62fe 100%);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    width: auto;
    margin-left: 0;
}
.evento-modern-layout .btn-buscador {
    border-radius: 14px !important;
    font-weight: 800;
    letter-spacing: .2px;
    border: 0;
    box-shadow: none;
}
.evento-modern-description {
    margin-top: 18px;
    border: 1px solid #e8edf6;
    border-radius: 18px;
    padding: 18px;
}
.evento-modern-description-copy {
    color: #3f4a5d;
    font-size: 15px;
    line-height: 1.7;
}
.evento-modern-location {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e9eef7;
    color: #4b5a72;
    font-weight: 600;
}
.evento-modern-divider {
    margin: 18px 0 10px;
    border-top: 1px solid #edf1f7;
}
.evento-modern-layout .box-btn-funciones-archivos {
    border: 1px solid #e8edf6;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(7, 30, 84, 0.05);
}
.evento-modern-layout .btn-archivo {
    border-radius: 12px;
    background: #0d62ff;
    border-color: #0d62ff;
    font-weight: 700;
}
.funcion-modern-page {
    background:
        radial-gradient(circle at 18% 0%, rgba(170, 120, 236, 0.22), rgba(10, 16, 35, 0) 36%),
        radial-gradient(circle at 86% 8%, rgba(255, 197, 82, 0.18), rgba(10, 16, 35, 0) 34%),
        linear-gradient(180deg, #050a18 0%, #0b1225 48%, #131c33 100%);
    padding-bottom: 40px;
    overflow-x: hidden;
}
.funcion-modern-hero {
    margin: 0;
    border: 1px solid rgba(146, 162, 211, 0.26);
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(5, 10, 24, 0.46);
    background: #070b1b;
    aspect-ratio: 4 / 3;
}
.funcion-modern-hero .evento-modern-hero-img,
.pago-modern-hero .evento-modern-hero-img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
}
.funcion-modern-summary {
    margin: 12px 0 0;
}
.funcion-stage-two-col {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    direction: ltr;
    gap: 22px;
    margin-top: 85px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}
.funcion-event-column {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    background: linear-gradient(180deg, rgba(8, 14, 33, 0.82) 0%, rgba(10, 15, 34, 0.78) 100%);
    border: 1px solid rgba(145, 162, 210, 0.22);
    border-radius: 24px;
    box-shadow: 0 20px 44px rgba(2, 8, 24, 0.44);
    padding: 14px;
    box-sizing: border-box;
}
.funcion-ticket-column {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
}
.funcion-modern-page .evento-modern-summary {
    background: linear-gradient(180deg, rgba(20, 31, 62, 0.9) 0%, rgba(15, 24, 50, 0.9) 100%);
    border: 1px solid rgba(158, 176, 228, 0.26);
    border-radius: 20px;
    box-shadow: 0 16px 30px rgba(2, 8, 24, 0.42);
}
.funcion-modern-page .evento-modern-title {
    color: #eef4ff;
    font-size: 22px;
    line-height: 1.02;
}
.funcion-modern-page .evento-modern-meta {
    color: #a9bddf;
}
.funcion-event-help {
    margin-top: 12px;
    border-radius: 16px;
    border: 1px solid rgba(161, 177, 222, 0.22);
    background: linear-gradient(180deg, rgba(11, 19, 42, 0.84) 0%, rgba(13, 22, 46, 0.74) 100%);
    padding: 14px 16px;
}
.funcion-event-help-title {
    margin: 0 0 8px;
    color: #f3c96a;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.funcion-event-help-list {
    margin: 0;
    padding-left: 18px;
}
.funcion-event-help-list li {
    color: #d7e2ff;
    margin: 0 0 6px;
    line-height: 1.35;
    font-size: 14px;
}
.funcion-event-help-list li:last-child {
    margin-bottom: 0;
}
.funcion-modern-layout {
    background: linear-gradient(180deg, rgba(14, 21, 46, 0.88) 0%, rgba(12, 18, 39, 0.84) 100%);
    border: 1px solid rgba(156, 168, 214, 0.22);
    backdrop-filter: blur(18px) saturate(1.18);
    border-radius: 22px;
    box-shadow: 0 22px 46px rgba(3, 8, 22, 0.5);
    overflow: visible;
    padding-left: 14px !important;
    padding-right: 14px !important;
    width: 100%;
    box-sizing: border-box;
}

.funcion-ticket-column .funcion-two-col {
    flex-direction: column;
    gap: 16px;
    padding: 12px;
}

.funcion-ticket-column .funcion-col-main,
.funcion-ticket-column .funcion-col-sidebar {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    position: static;
    top: auto;
}

/* --- 2-column layout --- */
.funcion-two-col {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 12px 10px 14px;
    border-radius: 16px;
}
.funcion-col-main {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    min-width: 0;
}
.funcion-col-sidebar {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    width: auto;
    flex-shrink: 0;
    position: sticky;
    top: 80px;
}
@media (max-width: 991px) {
    .funcion-stage-two-col {
        display: block;
        gap: 12px;
        overflow-x: clip;
        padding-left: 0;
        padding-right: 0;
    }
    .funcion-event-column,
    .funcion-ticket-column {
        display: block;
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .funcion-event-column {
        padding: 10px;
        border-radius: 18px;
        margin-bottom: 12px;
    }
    .funcion-modern-page .evento-modern-title {
        font-size: 36px;
    }
    .funcion-two-col {
        flex-direction: column;
    }
    .funcion-col-main,
    .funcion-col-sidebar {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        position: static;
    }
    .funcion-col-sidebar {
        order: -1;
    }
    .funcion-ticket-column .funcion-col-sidebar {
        order: 0;
    }
}
.funcion-modern-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 10px;
}
.funcion-modern-head {
    text-align: left;
}
.funcion-modern-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0 0 2px;
    color: #9bc2ff;
    font-weight: 700;
    text-decoration: none;
}
.funcion-modern-back:hover {
    color: #e3d2ff;
    text-decoration: none;
}
.funcion-modern-subtitle {
    margin: 6px 0 0;
    color: #627389;
    font-size: 14px;
}
.funcion-cart-card {
    background: linear-gradient(180deg, #fffaf1 0%, #f7e9cf 100%);
    border: 1px solid #efd8b0;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 20px 34px rgba(17, 27, 52, 0.24);
    position: relative;
    z-index: 1;
}
.funcion-modern-layout .detalle-asientos {
    margin-top: 14px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.funcion-modern-page .funcion-col-main .asientos {
    display: block;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
}
.funcion-modern-page .funcion-col-main .tu-lugar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.funcion-modern-page .funcion-col-main .row.p-3 {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.funcion-modern-page .funcion-col-main .butaca {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.funcion-modern-page .funcion-col-main hr.hidden-sm {
    display: none;
}
.funcion-cart-table-wrap {
    padding: 0;
}
.funcion-cart-header {
    background: linear-gradient(135deg, #ffc56a 0%, #f3b654 50%, #efae43 100%);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.funcion-cart-title {
margin: 0;
    color: #fffefb;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    padding: 0;
    border-radius: 12px;
    box-shadow: none;
}
.funcion-cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    color: #d92929;
    box-shadow: 0 6px 12px rgba(217, 41, 41, 0.2);
    border: 1px solid rgba(217, 41, 41, 0.2);
}
.funcion-cart-table {
    margin: 0;
    text-transform: none;
}
.funcion-cart-head-row {
    background: #fff0dc;
}
.funcion-cart-table td {
    color: #1f2d3d !important;
    font-weight: 700;
    font-size: 14px;
    border-top: 0 !important;
    vertical-align: middle;
}
.funcion-cart-card #cantidades {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.funcion-cart-card .btn-list-cantidad {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 8px;
    font-size: 20px !important;
    line-height: 20px;
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.12);
    border: 0;
}
.funcion-cart-card .btn-list-cantidad.btn-danger {
    background: #dc2626;
}
.funcion-cart-card .btn-list-cantidad.btn-success {
    background: #16a34a;
}
.funcion-cart-card .cantidad {
    min-width: 34px;
    min-height: 34px;
    text-align: center;
    padding: 4px 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ead7bd;
    font-weight: 800;
    color: #1b2b42;
    font-size: 16px;
    margin-top: -4px;
}
.funcion-cart-card .btn-borrar-list {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    color: #e11d48;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(225, 29, 72, 0.15);
}
.funcion-cart-card .btn-borrar-list:hover {
    background: #ffe4e6;
    color: #be123c;
}
.funcion-cart-summary-wrap {
    background: linear-gradient(180deg, #fff8eb 0%, #f7ebd5 100%);
    border-top: 1px solid #efd9b6;
    padding: 14px 18px 18px;
}
.funcion-cart-summary {
    padding: 0;
}
.funcion-cart-summary h4 {
    margin: 6px 0;
    font-size: 14px;
    font-weight: 800;
    color: #1b2b42;
}
.funcion-cart-cta {
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 14px;
    padding: 11px 20px;
    border: 0;
    color: #2f1f00;
    background: linear-gradient(180deg, #f6c860 0%, #d6a741 100%);
    box-shadow: 0 10px 18px rgba(160, 112, 29, 0.26);
}
.funcion-cart-cta:hover,
.funcion-cart-cta:focus {
    color: #2f1f00;
    background: linear-gradient(180deg, #ffd272 0%, #dfb150 100%);
}

.funcion-modern-page .box-tickets {
    background: linear-gradient(140deg, #5d468f 0%, #6f55a9 55%, #7d63b9 100%);
    border: 1px solid rgba(215, 198, 245, 0.5);
    border-radius: 16px;
    box-shadow: 0 16px 30px rgba(41, 20, 74, 0.38);
    padding: 18px 18px 14px;
}
.funcion-modern-page .selector-ticket h4 {
    color: #f6efff;
    font-weight: 700;
    margin-bottom: 12px;
}
.funcion-modern-page .selector-ticket .form-control {
    border: 1px solid rgba(177, 157, 214, 0.68);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.96);
    color: #2b3250;
    height: 38px;
}
.funcion-modern-page .selector-ticket .btn-agregar-ticket {
    border: 0;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #efc55e 0%, #d2a647 100%);
    color: #2b1f02;
    font-weight: 900;
    letter-spacing: 0.2px;
    box-shadow: 0 10px 18px rgba(168, 121, 36, 0.3);
    margin-top: 0;
    min-height: 40px;
}
.funcion-modern-page .selector-ticket .btn-agregar-ticket:hover,
.funcion-modern-page .selector-ticket .btn-agregar-ticket:focus {
    background: linear-gradient(180deg, #f8cf6b 0%, #ddb253 100%);
}

.funcion-modern-page .selector-ticket {
    margin-bottom: 0;
}
.funcion-modern-page .selector-ticket .funcion-ticket-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(234, 223, 255, 0.26);
}
.funcion-modern-page .selector-ticket .funcion-ticket-row:first-of-type {
    border-top: 0;
    padding-top: 4px;
}
.funcion-modern-page .selector-ticket .funcion-ticket-row-label,
.funcion-modern-page .selector-ticket .funcion-ticket-row-action {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.funcion-modern-page .selector-ticket .funcion-ticket-row-label {
    flex: 1 1 auto;
    min-width: 0;
}
.funcion-modern-page .selector-ticket .funcion-ticket-row-action {
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
}
.funcion-modern-page .selector-ticket .color-white {
    color: #f8f1ff;
    opacity: 0.95;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    text-align: left;
}
.funcion-modern-page .selector-ticket .funcion-ticket-select-btn {
    width: 100%;
    min-width: 180px;
}
.funcion-ticket-column .funcion-col-sidebar {
    position: sticky;
    top: 86px;
}
.funcion-modern-page .funcion-col-sidebar .detalle-asientos {
    margin-top: 0 !important;
}

/* Refinamiento profesional del panel derecho (ENTRADAS + carrito) */
.funcion-ticket-column .funcion-two-col {
    gap: 0px;
    padding: 14px 0px 13px 0px;
}
.funcion-modern-page .box-tickets,
.funcion-modern-page .funcion-cart-card {
    border-radius: 18px;
}
.funcion-modern-page .box-tickets {
    padding: 20px;
}
.funcion-modern-page .selector-ticket h4 {
    margin-bottom: 14px;
}
.funcion-modern-page .selector-ticket .funcion-ticket-row {
    gap: 0px;
    padding: 12px 0;
}
.funcion-modern-page .selector-ticket .funcion-ticket-row:first-of-type {
    padding-top: 12px;
}
.funcion-modern-page .selector-ticket .funcion-ticket-row-action {
    flex: 0 0 178px;
    max-width: 178px;
    width: 178px;
}
.funcion-modern-page .selector-ticket .funcion-ticket-select-btn {
    min-width: 178px;
    min-height: 42px;
    border-radius: 13px !important;
}
.funcion-modern-page .funcion-cart-header {
    padding: 14px 18px;
}
.funcion-modern-page .funcion-cart-summary-wrap {
    padding: 16px 18px 18px;
}

/* Sistema de espaciado uniforme para paneles internos */
.funcion-ticket-column .funcion-two-col {
    --panel-space-x: 24px;
    --panel-space-y: 18px;
}

.funcion-modern-page .box-tickets {
    padding: 0;
}

.funcion-modern-page .funcion-cart-header {
    padding: var(--panel-space-y) var(--panel-space-x);
}

.funcion-modern-page .funcion-cart-summary-wrap {
    padding: 0;
}

.funcion-modern-page .funcion-cart-summary .row.m-0 {
    margin: 0 !important;
    padding: 16px var(--panel-space-x) 18px;
}

.funcion-modern-page .funcion-cart-summary .row.m-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.funcion-modern-page .funcion-cart-summary h4 {
    margin: 0 0 6px;
}

.funcion-modern-page .funcion-cart-summary .col-sm-12:last-child {
    margin-top: 12px;
}

.pago-modern-page {
    background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 220px);
    padding-bottom: 30px;
}
.pago-modern-hero {
    margin: 20px 8px 10px;
    aspect-ratio: 4 / 3;
}
.pago-modern-summary {
    margin: 0 0px 12px;
}
.pago-modern-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 8px 8px;
    color: #0f62fe;
    font-weight: 700;
    text-decoration: none;
}
.pago-modern-back:hover {
    color: #0c4ec8;
    text-decoration: none;
}
.pago-modern-layout {
    background: linear-gradient(180deg, rgba(14, 21, 46, 0.9) 0%, rgba(12, 18, 39, 0.88) 100%);
    border: 1px solid rgba(156, 168, 214, 0.22);
    border-radius: 22px;
    box-shadow: 0 22px 46px rgba(3, 8, 22, 0.5);
    overflow: visible;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
}
.pago-cart-card {
    background: linear-gradient(180deg, #ffffff 0%, #fdf6ec 100%);
    border: 1px solid #f0e3d0;
    border-radius: 20px;
    overflow: hidden;
    margin: 14px 15px 18px;
    box-shadow: 0 16px 28px rgba(16, 42, 112, 0.08);
    position: relative;
    z-index: 1;
}
.pago-modern-layout .detalle-asientos {
    margin-top: 14px !important;
    margin-bottom: 16px !important;
}
.pago-cart-header {
    background: linear-gradient(135deg, #ffb347 0%, #ffd194 100%);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.pago-cart-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.pago-cart-title {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.pago-cart-subtitle {
    display: none;
}
.pago-cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    color: #d92929;
    box-shadow: 0 6px 12px rgba(217, 41, 41, 0.2);
    border: 1px solid rgba(217, 41, 41, 0.2);
}
.pago-cart-table {
    margin: 0;
    text-transform: none;
    font-size: 14px;
}
.pago-cart-head-row {
    background: #fff0dc;
}
.pago-cart-table td {
    color: #1f2d3d !important;
    font-weight: 700;
    font-size: 14px;
    border-top: 0 !important;
    vertical-align: middle;
    padding: 12px 10px !important;
}
.pago-modern-content {
    padding-top: 6px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.pago-modern-grid {
    gap: 16px;
}

/* Ajuste estructural: evitar hueco por columna Bootstrap fija en el resumen de pago */
.pago-modern-page .pago-modern-grid {
    display: block;
    margin: 0;
}

.pago-modern-page .funcion-ticket-column > .pago-summary-card.col-md-5 {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.pago-summary-card {
    background: linear-gradient(180deg, rgba(20, 31, 62, 0.9) 0%, rgba(15, 24, 50, 0.9) 100%);
    border: 1px solid rgba(158, 176, 228, 0.26);
    border-radius: 18px;
    padding: 12px 14px 16px;
    box-shadow: 0 16px 30px rgba(2, 8, 24, 0.42);
}
.pago-coupon-card {
    border-radius: 14px;
    background: rgba(11, 19, 42, 0.84) !important;
    border: 1px solid rgba(161, 177, 222, 0.22);
    margin: 6px 15px 14px !important;
}
.pago-coupon-card #codigo-cupon {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(158, 176, 228, 0.32);
    color: #1b2942;
    font-weight: 600;
}
.pago-coupon-card #codigo-cupon:focus {
    border-color: rgba(246, 198, 93, 0.75);
    box-shadow: 0 0 0 2px rgba(246, 198, 93, 0.2);
}
.pago-coupon-card #aplicar-cupon {
    background: linear-gradient(180deg, #f6c860 0%, #d6a741 100%);
    border: 1px solid rgba(190, 143, 42, 0.62);
    color: #2f1f00;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-shadow: none;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.pago-coupon-card #aplicar-cupon:hover,
.pago-coupon-card #aplicar-cupon:focus {
    background: linear-gradient(180deg, #ffd272 0%, #dfb150 100%);
    color: #2f1f00;
    border-color: rgba(190, 143, 42, 0.82);
    text-decoration: none;
}
.cupon-popover {
    transition: none !important;
}
.cupon-popover .popover-content {
    color: #000 !important;
    font-weight: 600;
}
.pago-summary-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 6px 0 0;
}
.pago-summary-card h4 {
    color: #d7e2ff;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
}
.pago-summary-card hr {
    border-top: 1px solid rgba(155, 176, 228, 0.26);
    margin: 10px 0;
}
.pago-grand-total {
    background: linear-gradient(180deg, rgba(20, 38, 74, 0.92) 0%, rgba(16, 31, 61, 0.92) 100%) !important;
    border: 1px solid rgba(155, 176, 228, 0.26);
    border-radius: 12px;
    text-align: right;
    padding: 12px 14px !important;
    font-weight: 800 !important;
}
.pago-methods-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 10px 16px 16px;
    box-shadow: 0 10px 24px rgba(16, 42, 112, 0.08);
}
.pago-terms {
    padding-left: 0 !important;
    margin: 4px 0 8px;
    color: #5d6c7c;
}
.pago-methods-title {
    color: #1876c5;
    margin: 10px 0 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.pago-cards-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
}
.pago-cards-header h2 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #1876c5;
    font-weight: 700;
}
.pago-checkout-panel {
    margin-top: 10px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(122, 154, 224, 0.3);
    background: linear-gradient(180deg, rgba(12, 22, 48, 0.86) 0%, rgba(10, 17, 37, 0.88) 100%);
}
.pago-checkout-label {
    margin: 0 0 10px;
    color: #e8f1ff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.pago-checkout-label i {
    color: #6fb8ff;
    margin-right: 6px;
}
.pago-checkout-note {
    margin: 10px 0 0;
    color: #aabedc;
    font-size: 12px;
    text-align: center;
}
.pago-mercadopago-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 86px;
    border-radius: 12px;
    border: 1px solid rgba(70, 210, 139, 0.5);
    background: linear-gradient(180deg, #00b15a 0%, #00974d 100%);
    box-shadow: 0 14px 24px rgba(0, 130, 68, 0.24);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.pago-mercadopago-btn:hover,
.pago-mercadopago-btn:focus {
    transform: translateY(-1px);
    filter: brightness(1.04);
    box-shadow: 0 18px 28px rgba(0, 130, 68, 0.3);
}
.pago-mercadopago-logo {
    width: auto;
    height: 72px;

    object-fit: contain;
    border-radius: 0;
    background: transparent;
    padding: 0;
}
@media (max-width: 767px) {
    .pago-mercadopago-btn {
        width: 100%;
        min-height: 78px;
    }
    .pago-mercadopago-logo {
        height: 44px;
    }
}
.pago-add-card {
    margin-bottom: 5px !important;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 6px 12px;
}
.pago-card-button {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: 0.06em;
    border-radius: 12px !important;
}
.pago-card-button img {
    background: #ffffff;
    padding: 2px 6px;
    border-radius: 6px;
    margin: 0 6px;
}
.thankyou-modern-page {
    background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 240px);
    padding-bottom: 30px;
}
.thankyou-modern-hero {
    margin: 20px 8px 10px;
}
.thankyou-modern-summary {
    margin: 0 8px 14px;
}
.thankyou-modern-layout {
    background: #ffffff;
    border: 1px solid #e7edf6;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(16, 42, 112, 0.08);
    padding: 18px !important;
}
.thankyou-modern-status {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 8px 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e9fff1 0%, #f6fffa 100%);
    border: 1px solid #cdebd8;
}
.thankyou-modern-status i {
    color: #0f9f51;
    font-size: 22px;
}
.thankyou-modern-status h3 {
    margin: 0;
    color: #113a2a;
    font-size: 18px;
    font-weight: 800;
}
.thankyou-modern-status p {
    margin: 2px 0 0;
    color: #456f5a;
}
.thankyou-modern-alert {
    margin: 0 8px 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff1f1;
    border: 1px solid #f6caca;
    color: #8a1f1f;
}
.thankyou-modern-alert p {
    margin: 0 0 4px;
    font-weight: 800;
}
.thankyou-modern-alert span {
    display: block;
    margin-bottom: 10px;
}
.thankyou-modern-grid {
    margin-bottom: 12px;
}
.thankyou-modern-card {
    background: #ffffff;
    border: 1px solid #dfe8f2;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 10px 24px rgba(12, 29, 54, 0.05);
}
.thankyou-modern-card h3 {
    margin: 0 0 10px;
    color: #16375d;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}
.thankyou-modern-list p {
    margin-bottom: 8px;
    color: #33455d;
}
.thankyou-modern-event-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #142c4e;
    margin-bottom: 8px;
}
.thankyou-ticket-item {
    display: flex;
    gap: 10px;
    border-top: 1px solid #e8edf5;
    padding-top: 10px;
    margin-top: 10px;
}
.thankyou-ticket-item i {
    color: #1f5a97;
    margin-top: 4px;
}
.thankyou-ivu-list {
    margin-left: 8px;
}
.thankyou-ivu-list p {
    margin-bottom: 4px;
    font-size: 13px;
}
.thankyou-total {
    border-top: 1px solid #e8edf5;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.thankyou-food-box {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8edf5;
}
.thankyou-food-box h4 {
    margin: 0 0 10px;
    color: #153d69;
    font-weight: 800;
}
.thankyou-actions {
    margin: 8px 8px 0;
}
.thankyou-cta {
    border: 0;
    border-radius: 12px;
    min-height: 48px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.thankyou-cta:hover,
.thankyou-cta:focus {
    transform: translateY(-1px);
    filter: brightness(1.03);
    text-decoration: none;
}
.thankyou-cta-ticket {
    background: linear-gradient(135deg, #1f5fa2 0%, #2f79c4 100%);
    box-shadow: 0 10px 22px rgba(22, 74, 129, 0.28);
}
.thankyou-cta-ticket:hover,
.thankyou-cta-ticket:focus {
    box-shadow: 0 14px 28px rgba(22, 74, 129, 0.34);
}
.thankyou-cta-continue {
    background: linear-gradient(135deg, #1f9e58 0%, #37b86f 100%);
    box-shadow: 0 10px 22px rgba(23, 113, 63, 0.25);
    max-width: 360px;
    margin: 0 auto;
}
.thankyou-cta-continue:hover,
.thankyou-cta-continue:focus {
    box-shadow: 0 14px 28px rgba(23, 113, 63, 0.32);
}
@media (min-width: 768px) {
    .thankyou-modern-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .thankyou-modern-grid > [class*='col-'] {
        display: flex;
    }
    .thankyou-modern-grid > [class*='col-'] .thankyou-modern-card {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .thankyou-modern-layout {
        border-radius: 16px;
        padding: 10px 8px 14px;
    }
    .thankyou-modern-card {
        margin-bottom: 10px;
    }
    .thankyou-cta-continue {
        max-width: none;
    }
}
.pago-accepted {
    padding: 10px 0 0;
    color: #6c7a8a;
}
.pago-accepted-logos img {
    margin-right: 6px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.pago-accepted-note {
    margin: 6px 0 0;
    color: #7b8795;
}
@media (max-width: 767px) {
    .pago-summary-card,
    .pago-methods-card {
        border-radius: 16px;
    }
    .pago-cards-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .pago-add-card {
        width: 100%;
    }
}

.pago-cart-card #cantidades {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.pago-cart-card .btn-list-cantidad {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 8px;
    font-size: 18px !important;
    line-height: 18px;
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.12);
    border: 0;
}
.pago-cart-card .btn-list-cantidad.btn-danger {
    background: #dc2626;
}
.pago-cart-card .btn-list-cantidad.btn-success {
    background: #16a34a;
}
.pago-cart-card .cantidad {
    min-width: 32px;
    min-height: 32px;
    text-align: center;
    padding: 4px 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ead7bd;
    font-weight: 800;
    color: #1b2b42;
    font-size: 15px;
    margin-top: -2px;
}
.pago-cart-card .btn-borrar-list {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    color: #e11d48;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(225, 29, 72, 0.15);
}
.pago-cart-card .btn-borrar-list:hover {
    background: #ffe4e6;
    color: #be123c;
}
@media (max-width: 767px) {
    .pago-modern-back {
        margin-left: 10px;
        margin-right: 10px;
    }
    .pago-cart-subtitle {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .evento-modern-sidebar {
        position: sticky;
        top: 90px;
    }
}
@media (max-width: 767px) {
    .evento-modern-title {
        font-size: 21px;
    }
    .evento-modern-hero {
        border-radius: 16px;
        margin-bottom: 10px;
    }
    .evento-modern-hero-img {
        max-height: none;
    }
    .evento-modern-summary {
        border-radius: 14px;
        padding: 14px;
    }
    .evento-modern-shell .container {
        padding-left: 0;
        padding-right: 0;
    }
    .evento-modern-main,
    .evento-modern-sidebar {
        border-radius: 16px;
        margin-bottom: 12px;
    }
}

.labelNombre{
    background: #00246f;
    color: #fff;
    padding: 5px 11px 4px 6px;
    border-radius: 15px;
    width: 102%;
    margin-left: -14px;
    font-weight: 700;
}
/* FunciÃ³n reventa modernizada */
.reventa-function-page {
    background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 220px);
    padding-bottom: 30px;
}
.reventa-modern-hero {
    margin: 20px 8px 10px;
}
.reventa-modern-summary {
    margin: 0 8px 12px;
}
.reventa-modern-layout {
    background: #ffffff;
    border: 1px solid #e7edf6;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(16, 42, 112, 0.08);
    overflow: hidden;
        padding-left: 15px !important;
    padding-right: 15px !important;
}
.reventa-modern-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 10px;
}
.reventa-modern-head {
    text-align: left;
}
.reventa-modern-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    color: #66768a;
    font-size: 13px;
    font-weight: 700;
}
.reventa-modern-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0f62fe;
    font-weight: 700;
    text-decoration: none;
}
.reventa-modern-back:hover {
    color: #0c4ec8;
    text-decoration: none;
}
.reventa-modern-breadcrumb-sep {
    color: #9aa8b8;
}
.reventa-modern-breadcrumb-current {
    color: #1c3f66;
}
.reventa-modern-subtitle {
    margin: 6px 0 0;
    color: #627389;
    font-size: 14px;
}
#containerColores {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
#containerColores > div {
    margin: 3px 6px;
}
#containerColores > div > div {
    margin-left: auto;
    margin-right: auto;
}
.reventa-cart-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe5f2;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(16, 42, 112, 0.07);
    padding: 7px !important;
    margin: 12px 0px 0 !important;
}
.reventa-cart-table-wrap {
    padding: 0;
}
.reventa-cart-header {
    background: linear-gradient(135deg, #0d3f6d 0%, #15558d 100%);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.reventa-cart-title {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.reventa-cart-remove {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d92929;
    background: #ffffff;
    border: 1px solid rgba(217, 41, 41, 0.28);
    box-shadow: 0 6px 12px rgba(217, 41, 41, 0.22);
}
.reventa-cart-remove:hover,
.reventa-cart-remove:focus {
    color: #c91f1f;
    text-decoration: none;
}
.reventa-cart-head-row {
    background: #e8f1fb;
}
.reventa-page-panel {
    background: #fff;
    border: 1px solid #d9e2ef;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(11, 27, 53, 0.06);
}
.reventa-page-title {
    margin: 0 0 23px;
    color: #1c3f66;
    font-weight: 800;
    font-size: 20px;
    border-bottom: 1px solid #cfdced;
    padding-bottom: 8px;
}
.reventa-filters {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.reventa-filter-box {
    min-width: 240px;
    flex: 1;
}
.reventa-filter-label {
    font-weight: 700;
    font-size: 12px;
    color: #0b3a63;
    display: block;
    margin-bottom: 6px;
}
.reventa-filter-select {
    height: 44px;
    border-radius: 12px;
    border: 1px solid #cfdced;
    background-color: #f9fcff;
    color: #153f67;
    font-weight: 700;
    padding: 10px 40px 10px 12px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #2e6aa3 50%), linear-gradient(135deg, #2e6aa3 50%, transparent 50%);
    background-position: calc(100% - 18px) 52%, calc(100% - 12px) 52%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.reventa-filter-select:focus {
    border-color: #2f79c4;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(47, 121, 196, 0.18);
}
.reventa-list-table {
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #e6edf7;
    border-radius: 12px;
    overflow: hidden;
}
.reventa-list-head tr {
    background: #0b3a63;
    color: #fff;
}
.reventa-list-head th {
    border-color: #0b3a63 !important;
    color: #fff !important;
    font-weight: 700;
}
#reventaTicketsList tr {
    background: #ffffff;
}
#reventaTicketsList tr:hover {
    background: #f5faff;
}
#reventaTicketsList td {
    vertical-align: middle;
}
.reventa-precio-badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #0b3a63;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
.reventa-action-btn {
    border-radius: 10px !important;
    font-weight: 800;
    min-width: 110px;
}
@media all and (min-width: 241px) and (max-width: 768px) {
    #containerColores {
        justify-content: center;
        margin-top: 8px;
    }
    .reventa-modern-topbar {
        text-align: center;
    }
    .reventa-modern-head {
        text-align: center;
        width: 100%;
        margin-bottom: 8px;
    }
    .reventa-page-panel {
        padding: 12px;
    }
    .funcion-modern-topbar {
        text-align: center;
    }
    .funcion-modern-head {
        text-align: center;
        width: 100%;
        margin-bottom: 8px;
    }
    .funcion-cart-card {
        margin: 0;
    }
    .funcion-modern-layout {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .funcion-stage-two-col {
        gap: 14px;
        margin-top: 12px;
    }
    .funcion-modern-page .evento-modern-title {
        font-size: 19px;
    }
    .funcion-event-help {
        padding: 12px;
    }
    .funcion-event-help-title {
        font-size: 14px;
    }
    .funcion-event-help-list li {
        font-size: 13px;
    }
    .funcion-two-col {
        gap: 14px;
        padding: 8px 0 12px;
    }
    .funcion-modern-page .selector-ticket .btn-agregar-ticket {
        margin-top: 0;
    }
    .funcion-modern-page .selector-ticket .funcion-ticket-row {
        gap: 0px;
        padding: 10px 0;
    }
    .funcion-ticket-column .funcion-two-col {
        --panel-space-x: 16px;
        --panel-space-y: 14px;
    }
    .funcion-modern-page .selector-ticket .funcion-ticket-row-action {
        flex: 0 0 146px;
        max-width: 146px;
        width: 146px;
    }
    .funcion-modern-page .selector-ticket .funcion-ticket-select-btn {
        min-width: 146px;
        min-height: 40px;
        font-size: 13px;
    }
    .funcion-modern-page .box-tickets {
        padding: 14px;
    }
    .funcion-cart-summary .row {
        text-align: center;
    }
    .funcion-cart-cta {
        width: 100%;
    }
}

/* Login modernizado */
.login-modern-page {
    background:
        radial-gradient(circle at top left, rgba(13, 98, 255, 0.14), transparent 28%),
        linear-gradient(180deg, #f4f7fc 0%, #eef3f9 100%);
    padding: 34px 0 42px;
}
.login-modern-shell {
    background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(246,250,255,0.98) 100%);
    border: 1px solid #dce6f2;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(18, 41, 71, 0.12);
}
.login-modern-side {
    min-height: 100%;
    padding: 30px 28px;
}
.login-modern-side-info {
    background: linear-gradient(135deg, #123255 0%, #2967a5 100%);
    color: #fff;
}
.login-modern-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.login-modern-title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
}
.login-modern-copy {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.92);
    margin-bottom: 18px;
}
.login-modern-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}
.login-modern-list li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.login-modern-list i {
    margin-right: 8px;
    color: #ffd76a;
}
.login-modern-register {
    text-transform: uppercase;
    border-radius: 16px;
    font-weight: 800;
    border: 0;
    background: #ffb11b;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,0.14);
    height: 45px;
}
.login-modern-register:hover,
.login-modern-register:focus {
    background: #f0a000;
    color: #fff;
}
.login-modern-legal {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.login-modern-legal a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-weight: 600;
}
.login-modern-legal a:hover {
    color: #fff;
    text-decoration: underline;
}
.login-modern-side-form {
    background: #ffffff;
}
.login-modern-form-card {
    max-width: 460px;
    margin: 0 auto;
}
.login-modern-form-title {
    margin: 0 0 6px;
    color: #14284a;
    font-size: 24px;
    font-weight: 800;
}
.login-modern-form-subtitle {
    color: #627389;
    font-size: 14px;
    margin-bottom: 20px;
}
.login-modern-label {
    display: block;
    margin-bottom: 6px;
    color: #27415f;
    font-size: 13px;
    font-weight: 700;
}
.login-modern-input-group .input-group-addon {
    background: #f3f7fd;
    border-color: #dbe5f2;
    color: #1c4f94;
}
.login-modern-input-group .form-control {
    height: 46px;
    border-color: #dbe5f2;
    box-shadow: none;
}
.login-modern-field-gap {
    margin-top: 12px;
}
.login-modern-submit {
    margin-top: 8px;
    height: 46px;
    border-radius: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.login-modern-forgot {
    border-radius: 12px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .login-modern-shell {
        border-radius: 18px;
    }
    .login-modern-side {
        padding: 20px 16px;
    }
    .login-modern-title {
        font-size: 24px;
    }
    .login-modern-form-title {
        font-size: 20px;
    }
}

/* Registro modernizado */
.register-modern-page .login-modern-shell {
    overflow: hidden;
}
.register-modern-shell > .row {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch !important;
}
.register-modern-shell > .row > [class*="col-"] {
    display: flex;
}
.register-modern-form-card {
    max-width: 100%;
    width: 100%;
}
.register-modern-side-info {
    background: linear-gradient(135deg, #123255 0%, #2967a5 100%);
    display: flex !important;
    flex: 1 1 auto;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
}
.register-modern-side-form {
    display: flex;
}
.register-modern-form .row {
    margin-left: -6px;
    margin-right: -6px;
}
.register-modern-form .row > div {
    display: block !important;
    padding-left: 6px;
    padding-right: 6px;
}
.register-modern-form .form-group {
    margin-bottom: 14px;
    width: 100%;
}
.register-modern-form input.form-control,
.register-modern-form select.form-control {
    height: 46px;
    border-radius: 0 12px 12px 0;
    border-color: #dbe5f2;
    box-shadow: none;
}
.register-modern-form .login-modern-input-group .input-group-addon {
    border-radius: 12px 0 0 12px;
}
.register-modern-recaptcha {
    margin-top: 16px;
    margin-bottom: 18px;
}
.register-modern-submit {
    width: 100%;
}
@media (max-width: 767px) {
    .register-modern-shell > .row,
    .register-modern-shell > .row > [class*="col-"] {
        display: block !important;
    }
    .register-modern-side-info,
    .register-modern-side-form {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .register-modern-form-card {
        max-width: 100%;
    }
    .register-modern-recaptcha {
        overflow-x: auto;
    }
}

/* Historial tickets (movido desde vista embebida) */

            .historial-page {
                background:
                    radial-gradient(circle at top left, rgba(205, 164, 52, 0.14), transparent 30%),
                    linear-gradient(180deg, #f6f8fc 0%, #eef3f9 100%);
                padding: 30px 0 40px;
            }

            .historial-table-wrap {
                overflow: visible;
            }

            .historial-card {
                background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(247,250,255,0.98) 100%);
                border: 1px solid #dce5f0;
                border-radius: 28px;
                padding: 26px 22px 28px;
                box-shadow: 0 28px 80px rgba(18, 41, 71, 0.10);
                position: relative;
                overflow: hidden;
            }

            .historial-card:before {
                content: '';
                position: absolute;
                top: -80px;
                right: -50px;
                width: 220px;
                height: 220px;
                border-radius: 50%;
                background: radial-gradient(circle, rgba(205, 164, 52, 0.18) 0%, rgba(205, 164, 52, 0) 70%);
                pointer-events: none;
            }

            .historial-header {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                gap: 18px;
                position: relative;
                z-index: 1;
            }

            .historial-kicker {
                        display: inline-block;
                        margin-bottom: 10px;
                        padding: 9px 18px 6px 18px;
                        border-radius: 13px;
                        background: #edf3ff;
                        color: #1f4d84;
                        font-size: 12px;
                        font-weight: 800;
                        text-transform: uppercase;
                        letter-spacing: .09em;
            }

            .historial-title {
                margin: 0;
                color: #112742;
                font-size: 30px;
                font-weight: 800;
                letter-spacing: -.02em;
            }

            .historial-subtitle {
                margin: 10px 0 0;
                color: #5f7287;
                font-size: 14px;
                line-height: 1.65;
            }

            .historial-divider {
                margin: 20px 0 24px;
                border-top: 1px solid #e1e9f2;
            }

            .historial-divider-soft {
                border-top: 1px solid #e7edf5;
                margin: 14px 0 16px;
            }

            #tabla-historial.historial-table {
                margin-bottom: 0;
                border-collapse: separate;
                border-spacing: 0 0px;
                table-layout: fixed;
                width: 100%;
            }

            #tabla-historial.historial-table {
                display: block;
                width: 100%;
            }

            #tabla-historial .historial-table-head,
            #tabla-historial .historial-grid-row {
                display: grid;
                grid-template-columns: minmax(320px, 2fr) repeat(2, minmax(150px, 1fr));
                gap: 0;
                width: 100%;
            }

            #tabla-historial .historial-table-body,
            #tabla-historial .historial-item {
                width: 100%;
            }

            #tabla-historial .historial-table-head {
                margin-bottom: 12px;
            }

            #tabla-historial .historial-head-cell {
                background: #1f5a97;
                color: #ffffff;
                border: 0;
                font-size: 12px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: .08em;
                padding: 16px 14px;
            }

            #tabla-historial .historial-head-cell:first-child {
                border-top-left-radius: 16px;
                border-bottom-left-radius: 16px;
            }

            #tabla-historial .historial-head-cell:last-child {
                border-top-right-radius: 16px;
                border-bottom-right-radius: 16px;
            }

            #tabla-historial .historial-item {
                margin-bottom: 12px;
            }

            #tabla-historial .historial-grid-row > .historial-cell {
                background: #ffffff;
                border-top: 1px solid #e0e8f2;
                border-bottom: 1px solid #e0e8f2;
                padding: 16px 14px;
                color: #24364a;
                box-shadow: 0 8px 22px rgba(12, 29, 54, 0.05);
                display: flex;
                align-items: center;
                min-height: 76px;
            }

            #tabla-historial .historial-grid-row > .historial-cell:first-child {
                border-left: 1px solid #e0e8f2;
                border-top-left-radius: 18px;
                border-bottom-left-radius: 18px;
                align-items: flex-start;
                flex-direction: column;
            }

            #tabla-historial .historial-grid-row > .historial-cell:last-child {
                border-right: 1px solid #e0e8f2;
                border-top-right-radius: 18px;
                border-bottom-right-radius: 18px;
            }

            #tabla-historial .historial-grid-row:hover > .historial-cell {
                background: #f9fbff;
                transform: translateY(-1px);
                transition: background .2s ease, transform .2s ease;
            }

            #tabla-historial.historial-table thead th {
                background: #1f5a97;
                color: #ffffff;
                border: 0;
                font-size: 12px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: .08em;
                padding: 16px 14px;
            }

            #tabla-historial.historial-table thead th:first-child {
                width: 360px;
                min-width: 360px;
                max-width: 360px;
                border-top-left-radius: 16px;
                border-bottom-left-radius: 16px;
            }

            #tabla-historial.historial-table tbody > tr.historial-ticket-row > td:first-child {
                width: 360px;
                min-width: 360px;
                max-width: 360px;
            }

            #tabla-historial.historial-table thead th:last-child {
                border-top-right-radius: 16px;
                border-bottom-right-radius: 16px;
            }

            #tabla-historial.historial-table tbody > tr.historial-ticket-row > td {
                background: #ffffff;
                border-top: 1px solid #e0e8f2;
                border-bottom: 1px solid #e0e8f2;
                padding: 16px 14px;
                vertical-align: middle;
                color: #24364a;
                box-shadow: 0 8px 22px rgba(12, 29, 54, 0.05);
            }

            #tabla-historial.historial-table tbody > tr.historial-ticket-row > td:first-child {
                border-left: 1px solid #e0e8f2;
                border-top-left-radius: 18px;
                border-bottom-left-radius: 18px;
            }

            #tabla-historial.historial-table tbody > tr.historial-ticket-row > td:last-child {
                border-right: 1px solid #e0e8f2;
                border-top-right-radius: 18px;
                border-bottom-right-radius: 18px;
            }

            #tabla-historial.historial-table tbody > tr.historial-ticket-row:hover > td {
                background: #f9fbff;
                transform: translateY(-1px);
                transition: background .2s ease, transform .2s ease;
            }

            #tabla-historial .mostrar-detalles {
                align-items: center;
                gap: 8px;
                max-width: 100%;
                white-space: normal;
                text-align: left;
                padding: 10px 14px;
                border-radius: 14px;
                font-size: 13px;
                line-height: 1.45;
                font-weight: 700;
                box-shadow: 0 10px 24px rgba(16, 43, 73, 0.15);
                border: 0;
                position: relative;
                overflow: visible;
            }

            #tabla-historial .mostrar-detalles.bg-azul {
                background: linear-gradient(135deg, #123255 0%, #2967a5 100%);
            }

            #tabla-historial .mostrar-detalles.bg-red {
                background: linear-gradient(135deg, #8f1628 0%, #d9414d 100%);
            }

            #tabla-historial .mostrar-detalles.bg-amarillo {
                background: linear-gradient(135deg, #9b6a00 0%, #d4a62c 100%);
                color: #1d1a10;
            }

            #tabla-historial .mostrar-detalles.detalles-activo {
                background: linear-gradient(135deg, #d86d00 0%, #ffad33 100%) !important;
                color: #ffffff;
                box-shadow: 0 12px 26px rgba(168, 85, 0, 0.28);
            }

            .historial-reventa-meta {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 7px 10px;
                border-radius: 999px;
                background: #f3f7fd;
                border: 1px solid #dbe6f4;
            }

            .historial-reventa-resumen {
                display: inline-flex;
                align-items: center;
                gap: 12px;
                margin-top: 8px;
                padding: 7px 12px;
                border-radius: 999px;
                background: #e2e9f2;
                border: 1px solid #c8d4e3;
            }

            .historial-reventa-resumen-tag {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-height: 24px;
                padding: 4px 12px;
                border-radius: 999px;
                background: #ffa31f;
                color: #ffffff;
                font-size: 10px;
                font-weight: 800;
                letter-spacing: .03em;
                line-height: 1;
            }

            .historial-reventa-resumen-tag2 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 26px;
            padding: 4px 12px;
            border-radius: 999px;
            background: #ffa31f;
            color: #ffffff;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .03em;
            line-height: 1;
            width: 100%;
            margin-bottom: 16px;
            text-transform: uppercase;
        }

            .historial-reventa-resumen-count {
                display: inline-flex;
                align-items: baseline;
                gap: 4px;
                color: #4f5d6f;
                line-height: 1;
            }

            .historial-reventa-resumen-count strong {
                font-size: 15px;
                font-weight: 800;
                color: #49586b;
            }
            .btn-reventa-activo {
                background: linear-gradient(135deg, #d86d00 0%, #ffad33 100%) !important;
                
            }

            .historial-reventa-resumen-count span {
                font-size: 15px;
                font-weight: 600;
                color: #6a7889;
            }

            .historial-reventa-meta .label.label-info {
                background: linear-gradient(135deg, #0f2a47 0%, #245c96 100%);
                border-radius: 999px;
                padding: 5px 10px;
                font-weight: 700;
                letter-spacing: .04em;
            }

            .historial-ticket-row td:nth-child(2),
            .historial-ticket-row td:nth-child(4) {
                font-weight: 800;
                color: #112742;
            }

            .historial-grid-row > .historial-cell:nth-child(2),
            .historial-grid-row > .historial-cell:nth-child(4) {
                font-weight: 800;
                color: #112742;
            }

            .historial-ticket-row td:nth-child(3) span {
                display: inline-block;
                padding: 7px 10px;
                border-radius: 10px;
                background: #f5f8fd;
                border: 1px solid #e0e8f2;
                color: #21415f;
            }

            .historial-grid-row > .historial-cell:nth-child(3) span {
                display: inline-block;
                padding: 7px 10px;
                border-radius: 10px;
                background: #f5f8fd;
                border: 1px solid #e0e8f2;
                color: #21415f;
            }

            .historial-detail-row > td {
                padding: 0 4px 14px !important;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none !important;
            }

            .historial-detail-row {
                padding: 0 4px 14px;
            }

            .historial-detail-head {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                width: 100%;
                margin: 0 0 18px;
                padding: 0 0 14px;
                border-bottom: 1px solid #e3ebf4;
            }

            .historial-detail-head-copy {
                display: flex;
                flex-direction: column;
                gap: 2px;
            }

            .historial-detail-kicker {
                font-size: 10px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: .14em;
                color: #5d7a98;
            }

            .historial-detail-anchor-title {
                color: #143253;
                font-size: 15px;
                font-weight: 800;
                line-height: 1.35;
            }

            .historial-detail-anchor-meta {
                display: inline-flex;
                align-items: center;
                padding: 7px 10px;
                border-radius: 999px;
                background: #ffffff;
                border: 1px solid #d7e4f4;
                color: #2b4a6d;
                font-size: 14px;
                font-weight: 700;
                font-family: monospace;
            }

            .historial-detail-wrap {
                margin: 5px 0 14px 25px;
                padding: 22px 22px 20px;
                border-radius: 24px;
                background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
                border: 1px solid #dfe7f2;
                box-shadow: 0 18px 38px rgba(15, 33, 58, 0.08);
                position: relative;
                overflow: hidden;
            }

            .historial-detail-wrap:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                height: 4px;
                background: linear-gradient(90deg, #143253 0%, #2e6aa7 58%, #cda434 100%);
            }

            .historial-detail-actions,
            .historial-detail-image-col {
                margin-bottom: 12px;
            }

            .historial-detail-section-label {
                display: inline-block;
                margin: 0 0 10px;
                padding: 6px 10px;
                border-radius: 999px;
                background: #eaf2ff;
                color: #1e4d82;
                font-size: 10px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: .12em;
            }

            .historial-detail-section-label-light {
                background: #ffffff;
                border: 1px solid #dbe4f1;
                color: #54708d;
                margin-bottom: 12px;
            }

            .historial-event-title {
                margin: 0;
                color: #132d4b;
                font-size: 24px;
                font-weight: 800;
            }

            .historial-action-btn {
                   display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    gap: 8px;
                    min-height: 44px;
                    margin: 0;
                    padding: 10px 16px;
                    border-radius: 999px;
                    font-size: 11px;
                    font-weight: 700;
                    text-transform: uppercase;
                    letter-spacing: 0;
                    border: 0;
                    box-shadow: 0 12px 28px rgba(17, 43, 74, 0.16);
            }

            .historial-action-primary {
                background: linear-gradient(135deg, #0f2a47 0%, #1f5a97 100%);
            }

            .historial-action-secondary {
                background: linear-gradient(135deg, #265487 0%, #4f89c4 100%);
            }

            .historial-payment-warning {
                border-color: #f0b7bd !important;
                border-radius: 18px;
                background: linear-gradient(180deg, #fff6f6 0%, #fffafb 100%);
                padding: 12px 14px;
            }

            .historial-paypal-btn {
                border-radius: 16px;
                background: linear-gradient(135deg, #0a66c2 0%, #1b88ff 100%);
                box-shadow: 0 16px 30px rgba(10, 102, 194, 0.22);
            }

            .historial-evento-img {
                width: 100%;
                max-height: 320px;
                object-fit: cover;
                border-radius: 22px;
                border: 1px solid #dde6f0;
                box-shadow: 0 16px 36px rgba(15, 33, 58, 0.12);
            }

            .historial-info-grid {
                margin-top: 8px;
                clear: both;
            }

            .historial-info-grid > [class*='col-'] {
                margin-bottom: 12px;
            }

            .historial-info-card {
                margin-top: 0;
                padding: 18px 18px 12px;
                border-radius: 18px;
                background: #f7faff;
                border: 1px solid #dde6f2;
                box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
            }

            .historial-info-card-accent {
                background: linear-gradient(180deg, #fffdf7 0%, #fff8e6 100%);
                border-color: #efdfad;
            }

            .historial-info-card h4 {
                color: #143253;
                margin-top: 0;
                font-size: 15px;
            }

            .historial-info-card p,
            .historial-info-card .ivu-detalle-ticket p {
                color: #33485e;
                font-size: 14px;
                line-height: 1.55;
            }

            /* Historial reventas: misma linea visual que historial tickets */
            .reventas-card {
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 250, 255, 0.98) 100%);
                border: 1px solid #dce5f0;
                border-radius: 28px;
                padding: 26px 22px 28px;
                box-shadow: 0 28px 80px rgba(18, 41, 71, 0.10);
                position: relative;
                overflow: hidden;
            }

            .reventas-card .card-header {
                padding: 15px 18px;
            }

            .reventas-card .card-title {
                margin: 0;
                color: #16375d;
                font-size: 12px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: .08em;
            }

            .reventas-card .card-subtitle {
                margin: 6px 0 0;
                color: #5f7287;
                font-size: 13px;
                line-height: 1.5;
            }

            #tabla-historial-reventas.historial-table {
                margin-bottom: 0;
                display: block;
                width: 100%;
            }

            #tabla-historial-reventas .historial-table-head,
            #tabla-historial-reventas .historial-grid-row {
                display: grid;
                grid-template-columns: minmax(320px, 2fr) minmax(280px, 1.6fr) minmax(170px, 1fr);
                gap: 0;
                width: 100%;
            }

            #tabla-historial-reventas .historial-table-head {
                margin-bottom: 12px;
            }

            #tabla-historial-reventas .historial-head-cell {
                background: #1f5a97;
                color: #ffffff;
                border: 0;
                font-size: 12px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: .08em;
                padding: 16px 14px;
            }

            #tabla-historial-reventas .historial-head-cell:first-child {
                border-top-left-radius: 16px;
                border-bottom-left-radius: 16px;
            }

            #tabla-historial-reventas .historial-head-cell:last-child {
                border-top-right-radius: 16px;
                border-bottom-right-radius: 16px;
            }

            #tabla-historial-reventas .historial-item {
                margin-bottom: 12px;
            }

            #tabla-historial-reventas .historial-grid-row > .historial-cell {
                background: #ffffff;
                border-top: 1px solid #e0e8f2;
                border-bottom: 1px solid #e0e8f2;
                padding: 16px 14px;
                color: #24364a;
                box-shadow: 0 8px 22px rgba(12, 29, 54, 0.05);
                display: flex;
                align-items: center;
                min-height: 76px;
            }

            #tabla-historial-reventas .historial-grid-row > .historial-cell:first-child {
                border-left: 1px solid #e0e8f2;
                border-top-left-radius: 18px;
                border-bottom-left-radius: 18px;
                align-items: flex-start;
                flex-direction: column;
            }

            #tabla-historial-reventas .historial-grid-row > .historial-cell:last-child {
                border-right: 1px solid #e0e8f2;
                border-top-right-radius: 18px;
                border-bottom-right-radius: 18px;
            }

            #tabla-historial-reventas .historial-grid-row:hover > .historial-cell {
                background: #f9fbff;
                transform: translateY(-1px);
                transition: background .2s ease, transform .2s ease;
            }

            #tabla-historial-reventas .historial-cell-estado {
                justify-content: center;
            }

            .reventas-muted {
                font-size: 12px;
                color: #6b7f95;
                margin-top: 2px;
            }

            .reventas-mono {
                font-family: monospace;
                font-size: 12px;
            }

            .reventas-money {
                text-align: right;
                white-space: nowrap;
                font-variant-numeric: tabular-nums;
            }

            .reventas-badge {
                display: inline-block;
                padding: 6px 12px;
                border-radius: 999px;
                font-size: 12px;
                font-weight: 700;
                border: 1px solid #dbe4f0;
                background-color: #f5f8fd !important;
                color: #183754 !important;
            }

            .reventas-badge.pending {
                background-color: #f3f4f6 !important;
                border-color: #d1d5db !important;
                color: #4b5563 !important;
            }

            .reventas-badge.ok {
                background-color: #ecfdf5 !important;
                border-color: #86efac !important;
                color: #166534 !important;
            }

            .reventas-badge.warn {
                background-color: #fff7ed !important;
                border-color: #fdba74 !important;
                color: #9a3412 !important;
            }

            .reventas-badge.info {
                background-color: #eff6ff !important;
                border-color: #93c5fd !important;
                color: #1d4ed8 !important;
            }

            .btn-comprobante-reventa {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                padding: 6px 11px;
                border-radius: 999px;
                border: 1px solid #f0b7bd;
                background: linear-gradient(180deg, #fff1f2 0%, #ffe4e6 100%);
                color: #9f1239;
                font-size: 11px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: .06em;
                transition: all .2s ease;
            }

            .btn-comprobante-reventa:hover,
            .btn-comprobante-reventa:focus {
                background: linear-gradient(180deg, #ffe4e6 0%, #fecdd3 100%);
                color: #881337;
                border-color: #fb7185;
                text-decoration: none;
                box-shadow: 0 6px 14px rgba(244, 63, 94, 0.18);
            }

            .reventas-detalle-link {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-width: 88px;
                padding: 7px 12px;
                border-radius: 999px;
                border: 1px solid #d4e1ef;
                background: #ffffff;
                color: #1f5a97;
                font-size: 11px;
                font-weight: 800;
                letter-spacing: .06em;
                text-transform: uppercase;
                text-decoration: none;
            }

            .reventas-detalle-link:hover,
            .reventas-detalle-link:focus {
                text-decoration: none;
                color: #153f6b;
                background: #eef5ff;
                border-color: #bdd0e6;
            }

            .reventas-detalle-grid {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 12px;
            }

            .reventas-detalle-item {
                background: #f8fbff;
                border: 1px solid #dce7f3;
                border-radius: 12px;
                padding: 10px 12px;
            }

            .reventas-detalle-item label {
                display: block;
                margin: 0 0 6px;
                font-size: 11px;
                font-weight: 800;
                color: #5f7287;
                text-transform: uppercase;
                letter-spacing: .08em;
            }

            .reventas-dynamic-value {
                color: #153553;
                font-size: 17px;
                font-weight: 800;
                line-height: 1.35;
                letter-spacing: .01em;
            }

            .reventas-dynamic-soft {
                margin-top: 3px;
                color: #6a8097;
                font-size: 13px;
                font-weight: 600;
                line-height: 1.45;
            }

            #detalleReventaTuRecibes {
                color: #0f5b41;
            }

            #detalleReventaPrecioCompra,
            #detalleReventaPrecioVenta {
                color: #1f4d84;
            }

            .reventas-detalle-item-full {
                grid-column: 1 / -1;
            }

            /* Estilos modales historial tickets / reventa */
            #reventaModal.fade,
            #modal-detalle-reventa.fade,
            #modal-comprobante-reventa.fade {
                transition: opacity .08s linear;
            }

            #reventaModal.fade .modal-dialog,
            #modal-detalle-reventa.fade .modal-dialog,
            #modal-comprobante-reventa.fade .modal-dialog {
                transition: transform .1s ease-out;
            }

            #reventaModal .modal-dialog,
            #modal-detalle-reventa .modal-dialog,
            #modal-comprobante-reventa .modal-dialog {
                width: min(1080px, 94vw);
            }

            #reventaModal:before,
            #modal-detalle-reventa:before,
            #modal-comprobante-reventa:before,
            #modalBanco:before,
            #modalPaypal:before {
                content: '';
                position: fixed;
                inset: 0;
                background: radial-gradient(circle at top, rgba(205, 164, 52, 0.15), rgba(7, 16, 31, 0.72));
                pointer-events: none;
            }

            #reventaModal .modal-content,
            #modal-detalle-reventa .modal-content,
            #modal-comprobante-reventa .modal-content,
            #modalBanco .modal-content,
            #modalPaypal .modal-content {
                border-radius: 24px;
                border: 0;
                box-shadow: 0 28px 80px rgba(5, 14, 30, 0.35);
                overflow: hidden;
                background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
            }

            #reventaModal .modal-header,
            #modal-detalle-reventa .modal-header,
            #modal-comprobante-reventa .modal-header,
            #modalBanco .modal-header,
            #modalPaypal .modal-header {
                border-bottom: 0;
                padding: 24px 28px 20px;
                background: linear-gradient(135deg, #0f2a47 0%, #153c68 58%, #cda434 170%);
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #ffffff;
                position: relative;
            }



/* Menu modern refresh (scoped) */
.menu-modern-page {
    position: relative;
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(17, 115, 186, 0.12), rgba(17, 115, 186, 0) 40%),
        radial-gradient(circle at 0% 100%, rgba(205, 164, 52, 0.14), rgba(205, 164, 52, 0) 42%),
        linear-gradient(160deg, #f5f9ff 0%, #edf3fb 100%);
    border: 1px solid #dbe6f5;
}

.menu-modern-page.menu-modern-topwrap {
    padding: 14px 14px 0;
    margin-top: 60px;
    margin-bottom: 0;
}

.menu-modern-page.menu-modern-infowrap {
    padding: 12px 14px 0;
    margin-top: 0;
    margin-bottom: 0;
}

.menu-modern-page .persist-area {
    margin: 0;
}

.menu-modern-page .persist-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px 18px 16px;
    background:
        linear-gradient(135deg, rgba(18, 31, 61, 0.94) 0%, rgba(25, 51, 91, 0.92) 100%);
    border: 1px solid rgba(139, 167, 218, 0.24);
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(10, 28, 55, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.menu-modern-page .persist-header .col-lg-12,
.menu-modern-page .persist-header .list-group,
.menu-modern-page .persist-header .list-group > * {
    width: 100%;
}

.menu-modern-page #select-categoria {
    width: 100%;
    height: 50px;
    padding: 0 48px 0 16px;
    border-radius: 14px;
    border: 1px solid #d9e3f3;
    color: #2f4058;
    background-color: #ffffff;
    background-image:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%),
        linear-gradient(45deg, transparent 50%, #6a7f9d 50%),
        linear-gradient(135deg, #6a7f9d 50%, transparent 50%),
        linear-gradient(to right, #edf3fb, #edf3fb);
    background-position:
        0 0,
        calc(100% - 24px) 22px,
        calc(100% - 18px) 22px,
        calc(100% - 3rem) 0.7rem;
    background-size:
        100% 100%,
        6px 6px,
        6px 6px,
        1px 1.65rem;
    background-repeat: no-repeat;
    box-shadow: 0 10px 18px rgba(9, 31, 70, 0.08);
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.menu-modern-page #select-categoria:hover {
    border-color: #b7cae3;
    box-shadow: 0 12px 22px rgba(9, 31, 70, 0.11);
    transform: translateY(-1px);
}

.menu-modern-page #select-categoria:focus {
    outline: none;
    border-color: #7caadd;
    box-shadow: 0 0 0 3px rgba(17, 115, 186, 0.14), 0 12px 24px rgba(9, 31, 70, 0.1);
}

.menu-modern-page #select-categoria::-ms-expand {
    display: none;
}

.menu-modern-page #select-categoria option {
    color: #2f4058;
    background: #ffffff;
}

.menu-modern-page .alert-carrito {
    margin-top: 12px;
    margin-bottom: 0;
    border-radius: 18px;
    border: 1px solid rgba(213, 174, 80, 0.36);
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(59, 51, 13, 0.14);
}

.menu-modern-page .alert-carrito.titulo-naranja {
    background: linear-gradient(135deg, #152033 0%, #1d2f4a 100%) !important;
}

.menu-modern-page .alert-carrito.transparent-xs {
    background: linear-gradient(135deg, #1a4c2f 0%, #163d26 100%) !important;
}

.menu-modern-page .alert-carrito .row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
}

.menu-modern-page .alert-carrito p {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
}

.menu-modern-page .alert-carrito strong {
    font-size: 14px;
    letter-spacing: 0.01em;
}

.menu-modern-page .menu-modern-shell {
    background: #ffffff;
    border: 1px solid #e4ecf7;
    border-radius: 18px;
    padding: 0px 16px 20px;
    box-shadow: 0 18px 38px rgba(15, 45, 95, 0.12);
}

.menu-modern-page .container-padding {
    padding-top: 2px;
    padding-bottom: 24px;
}

.menu-modern-page .titulo-categorias {
    margin-top: 0px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid #e6edf7;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
    color: #2e3f57;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 18px rgba(13, 40, 83, 0.05);
}

.contenedor-centro-prod .combo-select-modern {
    width: 100%;
    height: 46px !important;
    padding: 0 46px 0 16px !important;
    border-radius: 14px !important;
    border: 1px solid #d9e3f3 !important;
    background-color: #ffffff !important;
    background-image:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%),
        linear-gradient(45deg, transparent 50%, #6a7f9d 50%),
        linear-gradient(135deg, #6a7f9d 50%, transparent 50%),
        linear-gradient(to right, #edf3fb, #edf3fb) !important;
    background-position:
        0 0,
        calc(100% - 22px) 19px,
        calc(100% - 16px) 19px,
        calc(100% - 3rem) 0.7rem !important;
    background-size:
        100% 100%,
        6px 6px,
        6px 6px,
        1px 1.7rem !important;
    background-repeat: no-repeat !important;
    color: #2e3f57 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: 0 10px 18px rgba(9, 31, 70, 0.08);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contenedor-centro-prod .combo-select-modern:hover {
    border-color: #b7cae3 !important;
    box-shadow: 0 12px 22px rgba(9, 31, 70, 0.11);
    transform: translateY(-1px);
}

.contenedor-centro-prod .combo-select-modern:focus {
    outline: none;
    border-color: #7caadd !important;
    box-shadow: 0 0 0 3px rgba(17, 115, 186, 0.14), 0 12px 24px rgba(9, 31, 70, 0.1);
}

.contenedor-centro-prod .combo-select-modern option {
    color: #2e3f57;
    background: #ffffff;
}

.contenedor-centro-prod .combo-select-modern::-ms-expand {
    display: none;
}

.contenedor-centro-prod .control-label[for^="productocombinado_"] {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #31445e;
    letter-spacing: 0.01em;
}

.contenedor-centro-prod .form-group .row > .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.contenedor-centro-prod .form-group .row > .col-lg-12 + .col-lg-12 {
    margin-top: 8px;
}

.menu-modern-page #list-productos .col-sm-6.margin-15-top {
    margin-top: 18px;
}

.menu-modern-page .contenedor-centro-prod {
    margin: 0;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid #e3ecf9;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 10px 24px rgba(16, 49, 102, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.menu-modern-page .contenedor-centro-prod:hover {
    transform: translateY(-2px);
    border-color: #cfddf1;
    box-shadow: 0 16px 32px rgba(16, 49, 102, 0.13);
}

.menu-modern-page .img-productos-carrito {
    border-radius: 14px !important;
    border: 1px solid #d8e4f5 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.menu-modern-page #descripcion-producto h4 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 27px;
    font-weight: 700;
}

.menu-modern-page #descripcion-producto h4 a {
    color: #32445f;
    text-decoration: none;
}

.menu-modern-page #descripcion-producto h4 a:hover,
.menu-modern-page #descripcion-producto h4 a:focus {
    color: #1173ba;
}

.menu-modern-page .label-precio {
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: linear-gradient(135deg, #0a66a8 0%, #1173ba 100%) !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px !important;
    padding: 5px 10px;
    letter-spacing: 0.01em;
}

.menu-modern-page p.color-black {
    color: #607189 !important;
}

.menu-modern-page .linea-prod {
    border-top: 1px solid #e8edf6;
    margin-top: 12px;
    margin-bottom: 14px;
}

.menu-modern-page #descripcion-producto .control-label {
    color: #7a889c;
    font-weight: 600;
    margin-bottom: 6px;
}

.menu-modern-page #descripcion-producto .form-control {
    border: 1px solid #dbe5f4;
    border-radius: 9px;
    color: #32445f;
    background: #fff;
    box-shadow: none;
}

.menu-modern-page #descripcion-producto .form-control:focus {
    border-color: #8fb4df;
    box-shadow: 0 0 0 3px rgba(17, 115, 186, 0.12);
}

.menu-modern-page .restqty,
.menu-modern-page .addqty {
    border: 1px solid #d3deef;
    border-radius: 8px;
    background: #f5f8fe;
    color: #4b5b72;
    font-weight: 700;
}

.menu-modern-page .restqty:hover,
.menu-modern-page .addqty:hover,
.menu-modern-page .restqty:focus,
.menu-modern-page .addqty:focus {
    background: #e9f0fb;
    color: #2f4059;
}

.menu-modern-page input[id^="cantidad_"] {
    border-radius: 8px;
    border-color: #d3deef;
    font-weight: 700;
    color: #42556d;
}

.menu-modern-page .btn-agregar,
.menu-modern-page a.btn-success.btn-block.btn-sm[data-target^="#modal-toppings"] {
    border: 0 !important;
    border-radius: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 700;
    color: #1d2129 !important;
    background: linear-gradient(135deg, #c89e3b 0%, #d5b153 100%) !important;
    box-shadow: 0 8px 20px rgba(168, 126, 28, 0.24);
}

.menu-modern-page .btn-agregar:hover,
.menu-modern-page .btn-agregar:focus,
.menu-modern-page a.btn-success.btn-block.btn-sm[data-target^="#modal-toppings"]:hover,
.menu-modern-page a.btn-success.btn-block.btn-sm[data-target^="#modal-toppings"]:focus {
    background: linear-gradient(135deg, #d0aa49 0%, #dfbc63 100%) !important;
    color: #141922 !important;
}

@media (max-width: 991px) {
    .menu-modern-page {
        padding: 0px;
        border-radius: 16px;
    }

    .menu-modern-page .menu-modern-shell {
        border-radius: 14px;
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .menu-modern-page .titulo-categorias {
        font-size: 16px;
        margin-left: 0;
        margin-right: 0;
    }

    .menu-modern-page .contenedor-centro-prod {
        padding: 12px;
        border-radius: 14px;
    }

    .menu-modern-page #descripcion-producto h4 {
        font-size: 20px;
        margin-top: 12px;
    }

    .menu-modern-page .img-productos-carrito {
        min-height: 164px !important;
    }
}


            #reventaModal .modal-title,
            #modal-detalle-reventa .modal-title,
            #modal-comprobante-reventa .modal-title,
            #modalBanco .modal-title,
            #modalPaypal .modal-title {
                font-weight: 800;
                font-size: 22px;
                text-transform: uppercase;
                letter-spacing: .06em;
                color: #ffffff;
                position: relative;
                z-index: 1;
            }

            #reventaModal .modal-body,
            #modal-detalle-reventa .modal-body,
            #modal-comprobante-reventa .modal-body,
            #modalBanco .modal-body,
            #modalPaypal .modal-body {
                padding: 26px 28px 24px;
            }

            #reventaModal .modal-footer,
            #modal-detalle-reventa .modal-footer,
            #modal-comprobante-reventa .modal-footer,
            #modalBanco .modal-footer,
            #modalPaypal .modal-footer {
                border-top: 1px solid #e4e9f2;
                padding: 18px 28px 24px;
                background: #f5f7fb;
            }

            #reventaModal .close,
            #modal-detalle-reventa .close,
            #modal-comprobante-reventa .close,
            #modalBanco .close,
            #modalPaypal .close {
                    margin: 0;
                    font-size: 29px;
                    opacity: .92;
                    color: #000000;
                    text-shadow: none;
                    position: relative;
                    z-index: 1;
                    width: 30px;
                    height: 30px;
            }

            #reventaModal .close:hover,
            #modal-detalle-reventa .close:hover,
            #modal-comprobante-reventa .close:hover,
            #modalBanco .close:hover,
            #modalPaypal .close:hover {
                opacity: 1;
            }

            #reventaModal .reventa-hero {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                gap: 18px;
                margin-bottom: 18px;
                padding: 18px 20px;
                border-radius: 18px;
                background: linear-gradient(135deg, #f6f9ff 0%, #eef4ff 60%, #fff8e8 100%);
                border: 1px solid #dfe8f7;
            }

            #reventaModal .reventa-hero-badge {
                min-width: 58px;
                height: 63px;
                border-radius: 16px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: linear-gradient(135deg, #102b49 0%, #1b4d82 100%);
                color: #ffffff;
                font-size: 24px;
                box-shadow: 0 12px 28px rgba(16, 43, 73, 0.22);
            }

            #reventaModal .reventa-hero-copy h6 {
                margin: 0 0 4px;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: .14em;
                color: #6a7b91;
                font-weight: 800;
            }

            #reventaModal .reventa-hero-copy p {
                margin: 0;
                color: #223247;
                font-size: 14px;
                line-height: 1.55;
            }

            #reventaModal .reventa-layout {
                display: grid;
                grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
                gap: 18px;
                align-items: start;
            }

            #reventaModal .reventa-main,
            #reventaModal .reventa-side {
                min-width: 0;
            }

            #reventaModal .reventa-panel {
                background: #ffffff;
                border: 1px solid #e0e7f1;
                border-radius: 18px;
                padding: 16px 18px;
                box-shadow: 0 10px 26px rgba(11, 27, 53, 0.06);
                margin-bottom: 16px;
            }

            #reventaModal .reventa-panel-title {
                display: flex;
                align-items: center;
                gap: 10px;
                margin: 0 0 14px;
                font-size: 13px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: .08em;
                color: #16375d;
            }
            #reventaModal .modal-title-head {
                margin: 0 0 6px !important;
                color: #112b49;
                font-size: 18px;
                font-weight: 800;
                line-height: 1.35;
            }

            #reventaModal .reventa-panel-title i {
                width: 30px;
                height: 30px;
                border-radius: 10px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: #edf3ff;
                color: #214f86;
            }

            #reventaModal .reventa-loading-state {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                min-height: 320px;
                padding: 36px 20px;
                text-align: center;
                border-radius: 18px;
                background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
                border: 1px solid #dbe6f4;
                box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
            }

            #reventaModal .reventa-loading-spinner {
                width: 68px;
                height: 68px;
                margin-bottom: 16px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: linear-gradient(135deg, #0f2a47 0%, #255f9c 100%);
                box-shadow: 0 14px 30px rgba(17, 58, 100, 0.2);
                color: #ffffff;
                font-size: 28px;
            }

            #reventaModal .reventa-loading-state h5 {
                margin: 0 0 6px;
                color: #143253;
                font-size: 18px;
                font-weight: 800;
            }

            #reventaModal .reventa-loading-state p {
                margin: 0;
                color: #5f7287;
                font-size: 14px;
                line-height: 1.5;
            }

            #reventaModal .detalle-compra {
                background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
                border-radius: 16px;
                padding: 18px 20px;
                margin-bottom: 0;
                border: 1px solid #d9e4f2;
                box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
            }

            #reventaModal .detalle-compra h5,
            #reventaModal .detalle-compra h6 {
                margin-top: 0;
                margin-bottom: 8px;
                color: #143253;
                font-weight: 800;
            }

            #reventaModal .detalle-compra p {
                margin-bottom: 8px;
                font-size: 14px;
                color: #31445b;
                line-height: 1.45;
            }

            #reventaModal #ticketsList {
                   /*max-height: 493px; */
                    overflow-y: auto;
                    border-radius: 0;
                    /* border-top: 1px solid #d9e3f0; */
                    /* border-bottom: 1px solid #d9e3f0; */
                    /* padding-top: 5px; */
                    padding-bottom: 25px;
                    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
                    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
            }

            #reventaModal #ticketsList .card {
                margin-bottom: 14px !important;
                border: 1px solid #dbe5f2 !important;
                border-radius: 18px !important;
                background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
                box-shadow: 0 4px 10px rgba(13, 31, 57, 0.08) !important;
                overflow: hidden;
                position: relative;
            }

            #reventaModal #ticketsList .card:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 5px;
                background: linear-gradient(135deg, #d86d00 0%, #ffad33 100%) !important;
            }

            #reventaModal #ticketsList .card:last-child {
                margin-bottom: 0 !important;
            }

            #reventaModal #ticketsList .card .card-body {
                padding: 18px 18px 16px 22px !important;
            }

            #reventaModal #ticketsList .card .form-check {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: 10px;
                margin-bottom: 14px !important;
                padding-bottom: 12px;
                border-bottom: 1px solid #e7edf5;
            }

            #reventaModal #ticketsList .card .form-check-input {
                margin-top: 0;
                width: 18px;
                height: 18px;
                accent-color: #1f5a97;
                box-shadow: none;
            }

            #reventaModal #ticketsList .card .form-check-label {
                margin: 0;
                font-size: 14px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: 0;
                color: #214b79;
            }

            #reventaModal #ticketsList .card-title {
                margin: 0 0 6px !important;
                color: #112b49;
                font-size: 18px;
                font-weight: 800;
                line-height: 1.35;
            }

            #reventaModal #ticketsList .card-text {
                margin: 0 !important;
                color: #5c7088;
                font-size: 14px;
                font-weight: 600;
            }

            #reventaModal #ticketsList .reventa-precio-grupo {
                margin-top: 14px !important;
                padding: 14px 16px 12px;
                border-radius: 14px;
                background: linear-gradient(180deg, #f2f7ff 0%, #f9fbff 100%);
                border: 1px solid #d9e6f6;
            }

            #reventaModal #ticketsList .reventa-precio-grupo label {
                display: block;
                margin-bottom: 8px !important;
                color: #17385f;
                font-size: 12px;
                font-weight: 800 !important;
                text-transform: uppercase;
                letter-spacing: .06em;
            }

            #reventaModal #ticketsList .precio-reventa-input {
                max-width: 220px !important;
                height: 44px;
                border-radius: 12px;
                border: 1px solid #cfdced;
                background: #ffffff;
                color: #0f2741;
                font-size: 16px;
                font-weight: 700;
                box-shadow: none;
            }

            #reventaModal #ticketsList .precio-reventa-input:focus {
                border-color: #4a89ca;
                box-shadow: 0 0 0 4px rgba(74, 137, 202, 0.14);
            }

            #reventaModal #ticketsList .reventa-monto-final {
                margin-top: 12px !important;
                padding: 12px 14px;
                border-radius: 12px;
                background: #ffffff;
                border: 1px dashed #cbd9ea;
                color: #46617f;
                font-size: 13px;
            }

            #reventaModal #ticketsList .reventa-monto-final .text-muted {
                color: #5d748e !important;
            }

            #reventaModal #ticketsList::-webkit-scrollbar {
                width: 10px;
            }

            #reventaModal #ticketsList::-webkit-scrollbar-thumb {
                background: #c1cedf;
                border-radius: 999px;
                border: 2px solid #f7faff;
            }

            #divMedioVenta {
                background: linear-gradient(180deg, #0f223b 0%, #17385f 100%);
                border-radius: 20px;
                padding: 18px;
                border: 1px solid rgba(205, 164, 52, 0.28);
                box-shadow: 0 16px 36px rgba(9, 23, 44, 0.22);
            }

            #divMedioVenta h6 {
                font-weight: 800;
                margin: 0 0 14px 0;
                font-size: 12px;
                letter-spacing: .12em;
                color: #FFFFFF;
            }

            #divMedioVenta .form-check {
                margin-bottom: 14px;
                padding: 14px;
                background: rgba(255,255,255,0.08);
                border: 1px solid rgba(255,255,255,0.12);
                border-radius: 16px;
            }

            #divMedioVenta .form-check-label {
                font-size: 14px;
                margin-bottom: 8px;
                display: block;
                color: #ffffff;
                font-weight: 600;
                line-height: 1.45;
            }

            #divMedioVenta .form-check-input {
                margin-top: 3px;
                accent-color: #cda434;
            }

            #divMedioVenta .form-control {
                margin-bottom: 10px;
                border-radius: 12px;
                height: 42px;
                font-size: 14px;
                border: 1px solid rgba(255,255,255,0.18);
                background: rgba(255,255,255,0.96);
                color: #10263d;
                box-shadow: none;
            }

            #divMedioVenta .btn.btn-secondary.btn-sm {
                padding: 8px 14px;
                font-size: 11px;
                border-radius: 999px;
                text-transform: uppercase;
                letter-spacing: .08em;
                background: transparent;
                color: #f7d98a;
                border: 1px solid rgba(247, 217, 138, 0.4);
                font-weight: 700;
            }

            #divMedioVenta .btn.btn-secondary.btn-sm:hover {
                background: rgba(247, 217, 138, 0.12);
            }

            #modalBanco .form-group,
            #modalPaypal .form-group {
                margin-bottom: 14px;
            }

            #modalBanco label,
            #modalPaypal label {
                font-size: 13px;
                font-weight: 700;
                color: #223247;
            }

            #modalBanco .form-control,
            #modalPaypal .form-control {
                border-radius: 12px;
                height: 42px;
                font-size: 14px;
                border: 1px solid #d6dfed;
                box-shadow: none;
            }

            #reventaModal .btn-primary,
            #modalBanco .btn-primary,
            #modalPaypal .btn-primary {
                background: linear-gradient(135deg, #0f2a47 0%, #255f9c 100%);
                border-color: transparent;
                font-weight: 800;
                text-transform: uppercase;
                font-size: 12px;
                padding: 11px 18px;
                border-radius: 999px;
                letter-spacing: .08em;
                box-shadow: 0 12px 28px rgba(17, 58, 100, 0.22);
            }

            #reventaModal .btn-secondary,
            #modalBanco .btn-secondary,
            #modalPaypal .btn-secondary {
                border-radius: 999px;
                font-size: 12px;
                padding: 11px 18px;
                text-transform: uppercase;
                letter-spacing: .08em;
                font-weight: 700;
            }

            #reventaModal #divTerminos {
                margin-top: 18px;
                padding: 14px 16px;
                border-radius: 16px;
                background: #fff8e8;
                border: 1px solid #efd58b;
            }

            #reventaModal #divTerminos .form-check-label {
                color: #5d4820;
                font-weight: 700;
                font-size: 14px;
            }

            #reventaModal .modal-footer .btn + .btn {
                margin-left: 10px;
            }

            @media (max-width: 1100px) {
                #tabla-historial .historial-table-head,
                #tabla-historial .historial-grid-row {
                    grid-template-columns: minmax(260px, 1.7fr) repeat(2, minmax(120px, 1fr));
                }

                #tabla-historial-reventas .historial-table-head,
                #tabla-historial-reventas .historial-grid-row {
                    grid-template-columns: minmax(240px, 1.8fr) minmax(220px, 1.5fr) minmax(140px, 1fr);
                }
            }

            @media (max-width: 767px) {
                 .historial-detail-wrap {
                    margin: 5px 0 14px 0px;
                }


                .historial-page {
                    padding: 18px 0 28px;
                }

                .historial-card {
                    border-radius: 20px;
                    padding: 25px 0px 0px 0px;
                }

                .historial-title {
                    font-size: 24px;
                }

                .historial-subtitle {
                    font-size: 13px;
                }

                #tabla-historial.historial-table {
                    border-spacing: 0 10px;
                }

                #tabla-historial .historial-table-head {
                    display: none;
                }

                #tabla-historial .historial-grid-row {
                    grid-template-columns: 1fr;
                    gap: 8px;
                    border: 1px solid #dfe7f2;
                    border-radius: 16px;
                    padding: 10px;
                    background: #ffffff;
                    box-shadow: 0 10px 24px rgba(12, 29, 54, 0.06);
                }

                #tabla-historial .historial-grid-row > .historial-cell {
                    min-height: 0;
                    padding: 8px 6px;
                    border: 0;
                    border-radius: 0;
                    box-shadow: none;
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    gap: 10px;
                }

                #tabla-historial .historial-grid-row > .historial-cell:first-child,
                #tabla-historial .historial-grid-row > .historial-cell:last-child {
                    border: 0;
                    border-radius: 0;
                }

                #tabla-historial .historial-grid-row > .historial-cell:before {
                    content: attr(data-label);
                    font-size: 11px;
                    letter-spacing: .06em;
                    text-transform: uppercase;
                    color: #67809a;
                    font-weight: 800;
                    flex-shrink: 0;
                }

                #tabla-historial .historial-cell-ticket:before {
                    display: none;
                }

                #tabla-historial.historial-table thead th:first-child,
                #tabla-historial.historial-table tbody > tr.historial-ticket-row > td:first-child {
                    width: 260px;
                    min-width: 260px;
                    max-width: 260px;
                }

                #tabla-historial.historial-table thead th,
                #tabla-historial.historial-table tbody > tr.historial-ticket-row > td {
                    padding: 12px 10px;
                    font-size: 12px;
                }

                .historial-detail-wrap {
                    padding: 16px;
                    border-radius: 18px;
                }

                .historial-info-grid {
                    margin-top: 4px;
                }

                .historial-detail-head {
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 10px;
                    margin-bottom: 14px;
                }

                #tabla-historial-reventas .historial-table-head {
                    display: none;
                }

                #tabla-historial-reventas .historial-grid-row {
                    grid-template-columns: 1fr;
                    gap: 8px;
                    border: 1px solid #dfe7f2;
                    border-radius: 16px;
                    padding: 10px;
                    background: #ffffff;
                    box-shadow: 0 10px 24px rgba(12, 29, 54, 0.06);
                }

                #tabla-historial-reventas .historial-grid-row > .historial-cell {
                    min-height: 0;
                    padding: 8px 6px;
                    border: 0;
                    border-radius: 0;
                    box-shadow: none;
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    gap: 10px;
                }

                #tabla-historial-reventas .historial-grid-row > .historial-cell:first-child,
                #tabla-historial-reventas .historial-grid-row > .historial-cell:last-child {
                    border: 0;
                    border-radius: 0;
                }

                #tabla-historial-reventas .historial-grid-row > .historial-cell:before {
                    content: attr(data-label);
                    font-size: 11px;
                    letter-spacing: .06em;
                    text-transform: uppercase;
                    color: #67809a;
                    font-weight: 800;
                    flex-shrink: 0;
                }

                .reventas-detalle-grid {
                    grid-template-columns: 1fr;
                }

                .historial-event-title {
                    font-size: 20px;
                }

                .historial-action-btn {
                    width: 100% !important;
                    margin-right: 0;
                }

                #reventaModal .modal-dialog,
                #modal-detalle-reventa .modal-dialog,
                #modal-comprobante-reventa .modal-dialog {
                    width: 100%;
                    margin: 0px;
                }

                #reventaModal .modal-header,
                #modal-detalle-reventa .modal-header,
                #modal-comprobante-reventa .modal-header,
                #modalBanco .modal-header,
                #modalPaypal .modal-header,
                #reventaModal .modal-body,
                #modal-detalle-reventa .modal-body,
                #modal-comprobante-reventa .modal-body,
                #modalBanco .modal-body,
                #modalPaypal .modal-body,
                #reventaModal .modal-footer,
                #modal-detalle-reventa .modal-footer,
                #modal-comprobante-reventa .modal-footer,
                #modalBanco .modal-footer,
                #modalPaypal .modal-footer {
                    padding-left: 18px;
                    padding-right: 18px;
                }

                #reventaModal .reventa-layout {
                    grid-template-columns: 1fr;
                }

                #reventaModal .reventa-side {
                    order: -1;
                }

                #reventaModal #ticketsList .card .card-body {
                    padding: 16px 14px 14px 18px !important;
                }

                #reventaModal #ticketsList .card-title {
                    font-size: 16px;
                }

                #reventaModal #ticketsList .precio-reventa-input {
                    max-width: 100% !important;
                }

                #reventaModal .reventa-hero {
                    flex-direction: column;
                }

                #reventaModal .modal-title,
                #modal-detalle-reventa .modal-title,
                #modal-comprobante-reventa .modal-title,
                #modalBanco .modal-title,
                #modalPaypal .modal-title {
                    font-size: 18px;
                    line-height: 1.3;
                }
            }



