

.padding-top {
    padding-top: 2rem;
}
.padding-bottom {
    padding-bottom: 2rem;
}



.event-facility{
    background-color: var(--light);
    margin-top: 5rem;
}
    
.tab-menu{
    margin: 0rem;
}

section.compra-valida {
    background-color: white;
}


/*------------ Seleción entradas (tarifas+ packs)-------- */

.ticket-plan-section{
    background-color: var(--light);
}

.ticket-plan-section .label {
    color: var(--text);
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-left: -.8em;
}

.ticket-plan-section .label .seleccion {
    color: var(--text);
    font-weight: bold;
}

.tarifasArea{
    padding: 0;
}

.bg-five {
    background-color: var(--light);
    border-radius: 4px;
}

.seat-plan-wrapper li {
    padding: 1em;
    background: white;
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px;
    justify-content: center;
    flex-direction: column;
}

.localizacion-tarifa-titulo {
    font-size: 1.2rem;
    font-weight: bold;
}

.campos-dinamicos {
    border: solid 5px var(--light);
    padding: 1rem;
    border-radius: 10px;
}

.checkout-contact-form .campos-dinamicos .form-group,
.datosEntrada.campos-dinamicos .form-group {
    width: auto;
}

.checkout-contact-form .campos-dinamicos .form-group:has([type="checkbox"]),
.datosEntrada.campos-dinamicos .form-group:has([type="checkbox"]) {
    display: flex;
    gap: 10px;
    margin: 8px 0;
    align-items: center;
    justify-content: space-between;
}

.checkout-contact-form .campos-dinamicos input[type="checkbox"],
.datosEntrada.campos-dinamicos input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.datosEntrada.campos-dinamicos input,
.datosEntrada.campos-dinamicos select {
    height: 40px;
    border: 1px solid var(--dark);
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    color: var(--dark);
    background-color: white;
}

.campo-dinamico {
    margin-bottom: 0;
}

.tarifas-localizacion {
    display: flex;
    padding: .5rem 0 .5rem 0;
}

.tarifas-localizacion:not(:last-child) {
    border-bottom: 2px solid var(--light);
}

.tarifas-localizacion:has(+.abono-info) {
    border-bottom: 0;
}

.tarifas-localizacion:last-child {
    gap: 1rem;
    padding: .5rem 0;
}

.tarifas-localizacion  div:first-child {
    padding-top: 0;
}

.tarifas-localizacion input[type="number"] {
    -moz-appearance: textfield;
    margin: 0 1rem;
    text-align: center;
    padding: 0;
}

.tarifas-localizacion input[type="number"]::-webkit-inner-spin-button,
.tarifas-localizacion input[type="number"]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
    margin: 0;
}

.tarifas-localizacion input[type="number"]:hover::-webkit-inner-spin-button,
.tarifas-localizacion input[type="number"]:hover::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
    margin:0;
}

.tarifas-localizacion .button-spinner {
    align-items: center;
    background-color: var(--primary);
    border: none;
    color: var(--secondary);
    display: flex;
    font-size: 1em;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    padding: 1.2em 1em 1.15em;
    text-decoration: none;
    transition: background 0.4s ease;
    width: 40px;
}

.abono-info {
    margin-bottom: 1rem !important;
    opacity: .8;
    border-bottom: 2px solid var(--light);
    line-height: 16px;
    font-size: 12px;
}

.seat-plan-wrapper li .movie-schedule {
    padding: 0rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: calc(100% - 70%);    
}

.seat-plan-wrapper li .movie-name {
    padding: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    border-right: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-right:none;
}

.seat-plan-wrapper li .movie-schedule .item {
    color: white;
    padding: 0px;
    background-color: white;
    position: relative;
    -webkit-mask-position: center center;
    text-align: center;
    -webkit-mask-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    cursor: inherit;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: flex-end;
}

.seat-plan-wrapper li .movie-schedule .item:hover {
    background: white;
}
    
    
.seat-plan-wrapper li .movie-name .location-icon {
    background-color:var(--primary);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: var(--light);
    margin-right: 1em;
}
    
.seat-plan-wrapper li:hover .movie-name .location-icon {
    background: var(--primary);
    color: var(--light);
}
    
.seat-plan-wrapper li .movie-name .name {
    font-weight: bold;
    margin-right: auto;
    margin-left: 0;
    color: var(--dark);
    text-transform: inherit;
}
    
.fa-ticket-alt {
    color: var(--primary);
}
    
.imagenTicket {
    margin-right: 1em;
}
    
/* Packs */
.packs-section{
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-evenly;
    margin-bottom: 2rem;
}

.packs-section li{
    display: flex;
    align-content: center;
    align-items: center;
    flex: 0 0 33%;
    max-width: 33%;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
}

.pack-name {
    color: var(--primary);
    text-transform: inherit;
    
}

 

/* VENTA CRUZADA */

.ventaCruzadaArea{
    display: flex;
}

.wraper-venta-cruzada{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.articulos_ventaCruzada{
    width: 70%;
    max-width: 70%;
   
}
.wraper-venta-cruzada li{
    display: flex;
    /* grid-template-columns: .5fr 5fr; */
    flex: 0 0 49%;
    max-width: 49%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

    
   
/*------------ CHECKOUT-------- */

.checkout-section{
    background-color: var(--light);
}

/* contenedores */
.checkout-widget {
    padding:1.5rem 1.5rem 2rem 1.5rem;
    margin-bottom: 1em;
    background: white;
    border: none;
    border-radius: 10px;
}

.page-title {
    padding: 20px 0;
    border-top: 1px solid var(--secondary);
    border-bottom: 1px solid var(--secondary);
    background-color: var(--secondary);
}

/* texto fecha*/
.page-title-area .date-item .date {
    margin-right: 30px;
    color: var(--light);
}

/* botón elegir fecha*/
.page-title-area .date-item .select-bar {
    border-radius: 0px;
    background-image: none;
    background-color: var(--primary);
    box-shadow: 0px 10px 15px 0px #00000075;
    border: none;
    height: 36px;
}


/* Cupones */
.areaCupones{
    display: flex;
    justify-content: space-between;
    align-items: top;
}
    
.cupones{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    margin:  1rem 0rem;
    justify-content: space-evenly;
}

.cupon-descuento-first,
.cupon-especial-first{
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
    padding: 2rem;
    border-radius: 10px;
    text-transform: initial;
    width: 45%;
    height: 9rem;
}

.banner-cupon {
    text-align: center;
    font-weight: 800;
    transition: all .2s ease-in-out;
}

.banner-cupon:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.banner-cupon__title-top {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    padding-bottom: 4px;
    color: var(--primary);
    line-height: 24px;
}

.banner-cupon__title-bottom {
    font-size: clamp(2rem, 3.5vw, 3rem);
    padding-bottom: 4px;
    color: #000000;
    line-height: 24px;
    margin-top: 1rem;
}

.cupon-descuento-second,
.cupon-especial-second,
.disclaimer-modal {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.disclaimer-modal{
    width: 70%;
}

.disclaimer-modal-content {
    pointer-events: none;
}

.cupon-especial-second p,
.cupon-descuento-second p {
    margin-bottom: 1rem;
}
.cupon-descuento-second input {
    width: 8rem;
}

.cupon-modal,
.disclaimer-modal-flash {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 9999
}

.close-modal-descuento,
.close-modal-especial,
.close-modal-disclaimer {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal-descuento:hover,
.close-modal-especial:hover,
.close-modal-disclaimer:hover,
.close-moda-descuento:focus,
.close-moda-especial:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Loading Modal */
.loading-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: flex-start;
    padding-top: 10vh;
}

.loading-modal.show {
    display: flex;
}

.loading-content {
    background-color: white;
    padding: 30px 50px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    font-size: 16px;
    color: #333;
}

#cupon{
    background-color: var(--secondary);
    margin-top: 1rem;
    border-radius: 4px;
    box-shadow: 3px 3px 7px -5px rgb(0 0 0 / 83%);
}

.checkout-contact-form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.localizacion-tarifa {
    display: inline-block;
    margin-right: 16px;
}

.checkout-contact-form .nominales {
    overflow: hidden;
}

.checkout-contact-form .campo-opcional {
    opacity: .7;
}

.checkout-contact-form #divCondicionesPrivacidad a {
    text-decoration: underline;
}

.checkout-contact span.subtitle {
    font-weight: bold;
}

.img_product{
    width: .5rem;
}

.img_product img{
    width: 100%
}




.search-ticket-header {
    text-transform: initial;
    width: 45%;
    margin: 0rem 2rem 0rem 0rem;
}

/* textos member*/
.checkout-widget p {
    color: var(--dark);
}


.proceed-to-book .book-item .custom-button {
    padding: 8px 24px;
    border: 1px solid var(--primary);
    color: white;
}


.registrarse{
    color: var(--primary);
}

/*  icono usuario */
.checkout-widget .sign-in-area i {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    background: var(--primary);
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}

/* titulos*/
.checkout-section .checkout-widget.checkout-contact .title {
    color: var(--text);
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 0;
    padding-bottom: 0;
}

.checkout-section .title {
    color: var(--text);
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.checkout-widget.checkout-contact section {
    background-color: white;
}

.checkout-widget .title-area .title {
    margin-bottom: 0px;
    color: var(--primary);
}

/* contenedor imput */
.checkout-contact-form .form-group input,
.checkout-contact-form .form-group select {
    height: 40px;
    border: 1px solid var(--dark);
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    color: var(--dark);
    background-color: white;
}

/* textos input */
.checkout-contact-form .form-group input::placeholder {
    color: #898989;
    background-color: white;
}


.checkout-contact-form .form-group {
    margin-bottom: 1em;
    width: calc(50% - 15px);
}

.checkout-contact-form .referencia {
    margin-bottom: 0;
    width: calc(100% - 15px);
}

/*  botones formularios */
.checkout-contact-form .form-group input[type="submit"],
.checkout-contact-form .form-group input[type="button"] {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    border-radius: 4px;
    display: inline-block;
    background-image: none;
    background-color: var(--primary);
}

/* métodos de pago */
.checkout-widget .payment-option li a {
    width: 90px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;  /*  borde */
    text-align: center;
    padding: 20px 10px 18px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*  métodos de pago :active */
.checkout-widget .payment-option li.active a {
    border-color: var(--primary);
    border-width: 2px;
    position: relative;
}
.checkout-widget .payment-option li.active a::before {
    background-color: #d7d7d7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -20px;
    right: -20px;
}
.checkout-widget .payment-option li.active a::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    background: url(./img/check.png) no-repeat center center;  /* img icono check */
    background-size: cover;
   
}

/*  textos datos pago */
label, button, select {
    cursor: pointer;
    color: var(--dark);
}

/*  contenedor datos pago  */
.checkout-widget.checkout-card .payment-card-form .form-group input {
    height: 60px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
}

/*  textos input datos de pago */
.checkout-widget.checkout-card .payment-card-form .form-group input::Placeholder {
    color: #b8b8b8;
  }
  
/*  icono candado  */
.checkout-widget.checkout-card .payment-card-form .form-group .right-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 60px;
    font-size: 24px;
    color: #d7d7d7;
}

/*  icono pago seguro  */
.checkout-widget.checkout-card .payment-card-form .form-group.check-group label::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 7px;
    left: 0;
    background: url(./img/check.png) no-repeat center center;
    background-size: cover;
    display: none;
}
/*  botón pagar */
.checkout-widget.checkout-card .payment-card-form .form-group input[type="submit"] {
    height: 50px;
    width: auto;
    padding: 0 30px;
    border-radius: 0px;
    font-weight: 600;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: none;
}

/*  Terminos y condiciones pagos  */
.checkout-widget.checkout-card .notice a {
    color: var(--primary);
}

span{
    color: var(--text);
    font-weight: 500;
}

span .span_primary{
    color: var(--primary) !important;
}

.single-seat .sit-num {
    color: var(--light);
    pointer-events: none;
}

.tooltip > div {
    text-align:left;
    color: var(--light);
}

.precio::first-letter {
    text-transform: lowercase !important;
  }




/* ------- VENTA CRUZADA-------*/


.precio{
    display: flex;
    align-items: center;
    margin: 0 auto 0 0;
}


/* RESUMEN (proceso compra) */

.proceed-book{
    width: 33.3%;
}

.proceed-to-book {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -25px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.proceed-book::before {
    background-color: var(--secondary);
    opacity: 1; 
    width: 100%;
    height: 101%;
    border: 1px solid var(--secondary);
    border-radius: 4px;
    box-shadow: 3px 3px 7px -5px rgba(0,0,0,0.83);
}


.proceed-to-book .book-item .title {
    color: var(--primary);
    text-transform: uppercase;
}

.proceed-to-book .book-item span {
    color: var(--dark);
    text-transform: inherit;
    display: block;
    margin-bottom: 14px;
}





/* ------- RESUMEN -------*/

/* fondo*/

.bg-one {
    background-color: white;
}

.booking-summery {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 1rem;
    margin-top: 0;
    padding: 20px;
}

.booking-summery ul li .subtitle {
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 0;
    text-transform: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.booking-summery ul li .subtitle span {
    font-weight: bold;
}

.booking-summery #seleccionComprar,
.booking-summery #seleccionComprarBizum,
.booking-summery #seleccionReservaOnline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
    margin-top: 1rem;
    width: 100%;
    max-width: none;
    border-radius: 10px;
    padding: 13px;
    font-weight: 700;
}

.booking-summery #seleccionComprar span,
.booking-summery #seleccionComprarBizum span,
.booking-summery #seleccionReservaOnline span {
    color: white;
    flex-grow: 1;
    text-align: center;
}

.reserva-online-modal {
    text-align: justify;
}

.compra-valida #booking-summery {
    position: static !important;
}

.compra-valida .expand-carrito {
    display: none !important;
}

.compra-valida .carrito-top {
    display: block !important;
}

.carrito-bottom {
    border-top: 2px solid var(--dark-gray);
}

/* modal selección tarifa */
dialog {
    border-radius: 10px;
    border: none;
    padding: 1rem;
    min-width: 300px;
}

dialog .close {
    color: var(--text);
    font-size: 1.2rem;
    opacity: 1;
    cursor: pointer;
}

dialog .header  {
    border-bottom: 2px solid var(--dark-gray);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

dialog .header p {
    font-weight: bold;
}

dialog .tarifa-container {
    display: flex;
    justify-content: space-between;
}

dialog .tarifa-input {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    border: 2px solid var(--light);
    border-radius: 10px;
    padding: .75rem 1rem;
    margin-bottom: .75rem;
    cursor: pointer;
    transition: border-color .2s ease;
}

dialog .tarifa-input:hover {
    border-color: var(--dark-gray);
}

dialog .tarifa-input:has(input:checked) {
    border-color: var(--primary);
}

dialog .tarifa-input input[type="radio"] {
    accent-color: var(--primary);
    margin-top: .25rem;
}

dialog .tarifa-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

dialog .tarifa-titulo {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
}

dialog .tarifa-info {
    margin: 0;
    font-weight: 600;
}

dialog .tarifa-descripcion {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    opacity: .8;
    text-align: left;
}

dialog .header .fila-butaca {
    font-weight: normal;
    font-size: .9rem;
    opacity: .8;
    margin: .25rem 0 0;
}

dialog button {
    background-color: var(--primary);
    border-radius: 10px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    margin: 1rem 1rem .5rem 1rem;
    padding: 0.5rem 1rem;
    width: -webkit-fill-available;
    width: -moz-available;
}

dialog button[disabled] {
    background-color: var(--dark-gray);
    cursor: not-allowed;
}

#detallesSeleccionadas {

}

/* secciones */
.booking-summery ul {
    border-bottom: none;
}
.booking-summery .side-shape.datos-resumen:has(div) {
    border-bottom: 1px solid #7a7a7a;
}

.booking-summery .side-shape .info-contenedor {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
    line-height: 20px;
}

.info-contenedor > div {
    display: flex;
    justify-content: space-between;
}

.tarifa-info {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
}

.tarifa-info-container {
    display: flex;
    justify-content: space-between;
}

.precioCarrito {
    font-weight: bold;
    white-space: nowrap;
    margin-left: 1rem;
}

.bizum-img,
.bono-cultural-img{
    height: 40px;
    margin: 0;
    pointer-events: none;
    object-fit: contain;
    flex-shrink: 0;
}

.bono-cultural-msg {
    background-color: #f0f8ff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 20px auto;
    text-align: center;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}

.pay-buttons,
.next-button {
    display: flex;
    flex-direction: column;
}

/* circulos */
.side-shape::after, .side-shape::before {
    width: 48px;
    height: 48px;
    background-color: #001232;
    border-radius: 50%;
    top: -48px;
    display: none;
}

/* título*/
.booking-summery .title {
    border-bottom: none;
    color: #6b7280;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    margin: 0 0 12px;
    padding-bottom: 0;
    text-align: left;
}

/* datos variables*/
.booking-summery ul li .info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: normal;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--light);
}

/* contenedor pagar*/
.proceed-area {
    background: white;
    padding: 2rem 0;
    border: none;
    border-radius: 0 0 4px 4px;
    margin-bottom: 1rem;
}

.datos-resumen > div {
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
}

.datos-resumen .subtitle{
    color: black;
    font-size: 1rem;
    margin: 0.2rem 0;
    font-weight: 500;
    line-height: 1.3;
}

.datos-resumen .eliminarTarifa {
    color: red;
}

.datos-resumen .butaca-eliminar {
    color: var(--dark);
    display: flex;
    font-size: .9rem;
    opacity: .7;
    justify-content: space-between;
    line-height: 1rem;
}

.datos-resumen .eliminarTarifa {
    cursor: pointer;
}

.datos-resumen .location {
    margin: 0 0 .5rem 0;
}

.datos-resumen .location p {
    font-weight: bold;
    font-size: 1.2rem;
}

.datos-resumen .subtitle {
    margin-bottom: 0;
}

select.tarifa {
    margin-top: .5rem;
    max-width: 230px;
    min-width: 230px;
}

.total-resumen .precioTotal {
    font-weight: bold;
}

#totalEntradasSeleccionadas,
#totalEntradasSeleccionadasAdmin {
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: bold;
    color: var(--text);
}

#totalEntradasSeleccionadas > i {
    color: var(--dark);
}

#totalEntradasSeleccionadas > span,
#totalEntradasSeleccionadasAdmin > span {
    font-weight: bold;
    color: var(--text);
}

#totalEntradasSeleccionadas > span::first-letter,
#totalEntradasSeleccionadasAdmin > span::first-letter {
    text-transform: none;
}

.proceed-area .subtitle {
    font-size: 18px;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0;
    text-transform: none;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
}

.proceed-area .subtitle.capitalize,
.proceed-area .subtitle.precio-total,
.proceed-area .subtitle.cupon {
    text-transform: none;
    flex-wrap: nowrap;
}

.proceed-area .subtitle.cupon .tarifa-info {
    word-break: break-word;
}



/* -----------USUARIO-------------*/

.checkout-widget.checkout-contact .title {
    border-bottom: none;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    color: var(--primary);
    text-transform: none;
}

.booking-summery ul li:last-child {
    margin-bottom: 1em !important;
    /* margin-bottom: 1em; */
}


/*-------------------------------------*/


input {
    background: transparent;
    border: 1px solid var(--dark);
    padding-left: 1em;
    margin-right: 1em;
    color: var(--dark);
    border-radius: 4px;
}

input:hover { 
    color: var(--dark);   
}

input:focus {
    border: 1px solid var(--dark);
    color: var(--dark);
}

input[type="submit"]:hover {
    background-color: var(--primary);
    color: #ffffff;
    border: 1px solid var(--primary);
}

input[type="submit"]:focus {
    background-color: var(--primary);
    color: #ffffff;
    border: 1px solid var(--primary); 


}

input[type="radio"] {
    height: 15px;
    width: 15px;
}

/*------------------*/


.check-group.disclaimer {
    clear: both;
    width: 100%;
    display: flex;
}

/* CLUB */

.club-area{
    display: flex;
    justify-content: space-between;
}

.panel-club{
    width: 30%;
    min-width: 30%;
}

.tarjeta_club{
    background-color: var(--light);
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--primary);
    border-radius: 4px;
}

.tarjeta_club a i{
    color: var(--light);
    font-size: 1.5em;
     width: 1.5em;
    line-height: 0em;
    border-radius: 50%;
    background-color: var(--primary);
    padding: 1em;
    display: flex;
    justify-content: center;
}

.datos_club{
    text-align: center;
    margin: .2rem 0rem; 
}

.nameUser{
    color: var(--secondary);
}

.puntos{
    width: 70%;
    min-width: 70%;
    margin: 0rem 0rem 0rem 1.5rem;
}

.panel_puntos{
    background-color: var(--light);
    display: flex;
    padding: 1rem;
    align-items: center;
    margin-bottom: 0.5rem;
    border: 1px solid var(--primary);
    border-radius: 4px;
}

.panel_puntos a i{
    color: var(--light);
    font-size: 1.5em;
     width: 1.5em;
    line-height: 0em;
    border-radius: 50%;
    background-color: var(--secondary);
    padding: 1em;
    display: flex;
    justify-content: center;   
}

.panel_puntos li{
    padding: 0rem 0.5rem;
}

.ofertas-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.panel-oferta{
    width: 31%;
    display: flex;  
    flex-direction: column;
    background-color: var(--light);
    padding: 1rem;
    margin: 0.5rem 0.5rem;
    align-items: center;
    text-align: center;
    border: 1px solid var(--primary); 
    border-radius: 4px;
}

.panel-oferta:hover{
    background-color: var(--secondary);
    transition: all .5s; 
}

.panel-oferta a i{
    margin-right: 0.2rem;
    font-size: 12px;
    color: var(--primary);
}
.panel-oferta a i :hover{
    color: var(--primary);
}

.btn-mas{
    color: var(--primary);
    text-decoration: underline;
    display: flex;
    justify-content: flex-end;
}
.btn-mas:hover{
    text-decoration: underline;
    display: flex;
    color: var(--primary);  
}

.section-header-3 .title {
    text-transform: lowercase;
    font-weight: 600;
    margin-bottom: 1rem
}


/*------------ Páginas varias-------- */
.panel-varios{
    background-color: white;
    padding-top: 8em;
}

.panel-varios > .container > .row {
    justify-content: center;
}

/* RESPONSIVE smartphone */

@media (max-width: 991px) {
    .ticket-plan-section {
        margin-bottom: 140px;
    }

    #booking-summery {
        background-color: white;
        bottom: 0;
        left: 0;
        padding: 0 0 .5rem 0;
        position: fixed;
        width: 100%;
        height: auto;
        z-index: 99;
    }

    .carrito-top::-webkit-scrollbar {
        width: 4px;
        background-color: white;
    }

    .carrito-top,
    .carrito-bottom {
        padding: 0 .5rem;
    }

    .carrito-bottom {
        position: relative;
    }

    #booking-summery .carrito-top {
        display: none;
    }

    #booking-summery .carrito-top.expanded {
        display: block;
        overflow-y: auto;
        margin-top: 4rem;
    }

    #booking-summery .title {
        display: none;
    }

    #booking-summery.expanded .title {
        display: block;
        position: absolute;
        margin: 1.5rem .5rem;
    }

    #booking-summery.expanded {
        height: 100%;
    }

    .expand-carrito {
        cursor: pointer;
        height: 55px;
        position: absolute;
        width: 100%;
        z-index: 9;
    }

    .expand-carrito .linea {
        background-color: var(--dark-gray);
        height: 3px;
        left: calc(50% - 50px);
        margin-top: 7px;
        width: 100px;
        position: relative;
    }

    .proceed-area .subtitle.precio-total {
        padding: 0;
    }

    .proceed-area .subtitle.capitalize span {
        margin-top: 10px;
    }

    .booking-summery .proceed-area {
        margin: 0;
        padding-top: .5rem;
    }

    .booking-summery #seleccionComprar,
    .booking-summery #seleccionComprarBizum,
    .booking-summery #seleccionReservaOnline {
        max-width: 300px;
        margin: 0;
        justify-content: center;
        gap: 1rem;
    }

    .booking-summery #seleccionComprar span {
        flex-grow: 0;
    }

    .booking-summery {
        margin-bottom: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .checkout-section .col-lg-8 {
        margin-bottom: 7rem;
    }

    .pay-buttons,
    .next-button {
        flex-direction: row;
        margin-top: 1.6rem;
        gap: 1rem;
        justify-content: center;
    }

    .bizum-img  {
        display: none;
    }

    .bono-cultural-img {
        height: 36px;
    }

    .pay-buttons button,
    .next-button button{
        height: 40px;
        padding: .2rem .5rem;
    }

    .datos-resumen {
        margin-top: 1rem;
    }

    @-webkit-keyframes shaker {
        0% { -webkit-transform: translate(6px, 0); }
        20% { -webkit-transform: translate(12px, 0); }
        40% { -webkit-transform: translate(6px, 0); }
        60% { -webkit-transform: translate(0px, 0); }
        80% { -webkit-transform: translate(-6px, 0); }
        100% { -webkit-transform: translate(-12px, 0); }
    }

    .shake {
        -webkit-animation-name: shaker;
        -webkit-animation-duration: 0.2s;
        -webkit-transform-origin:50% 50%;
        -webkit-animation-timing-function: linear;
    }

    .shake .linea {
        background-color: green;
    }

    .patio-container .carrito {
        /*visibility: hidden;
        opacity: 0;*/
        transition: visibility 0.5s, opacity 0.5s linear;
        position: fixed;
        bottom: 0;
        left: .5em;
        z-index: 999;
    }
}

@media (max-width: 767px) {
    .cupon-descuento-first,
    .cupon-especial-first {
        height: 10rem;
    }

    .checkout-contact-form label {
        margin-bottom: 0;
    }

}

@media (max-width: 575px){
    .bono-cultural-msg {
        font-size: 14px;
    }
    .ticket-plan-section{
        margin-top: 2rem;
    }

    .ticket-plan-section .label {
        margin-left: 0;
    }

    .details-banner.hero-area .details-banner-wrapper .details-banner-content.style-two .title {
        text-transform: capitalize;
        font-size: 25px;
    }
    
    .seat-plan-wrapper li .movie-schedule {
        width: 100%;
        max-width: 200px;
        padding: 0;
    }
    
    .details-banner.hero-area {
    padding-top: 6em;
    padding-bottom: 2em;
    }

     .page-title {
        padding: 0.5em;
        border-top: 1px solid var(--secondary);
        border-bottom: 1px solid var(--secondary);
        background-color: var(--secondary);
        margin-bottom: -2em;
    }
    
    .page-title-area {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .seat-plan-wrapper li .movie-name {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: flex-end;
        line-height: 20px;
        border-right: none; 
    }

    .tarifas-localizacion {
        flex-direction: column;
        padding: .5rem 0 1.5rem 0;
    }

    .tarifas-localizacion .precio {
        margin: 1em 0 1em 0 !important;
        justify-content: right;
    }

    .tarifasArea {
        width: 100%;
    }

    .proceed-book{
        width: 90%;
    }

    .seat-plan-wrapper li .movie-schedule .item {
            color: white;
            padding: 0;
            background-color: white;
            position: relative;
            mask-position: center center;
            -webkit-mask-position: center center;
            text-align: center;
            mask-image: url(./img/movie-seat3.png);
            -webkit-mask-image: none;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
            cursor: pointer;
            -webkit-transition: all ease 0.3s;
            transition: all ease 0.3s;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .bg-five {
        background-color: transparent;
        margin-bottom: 1em;
    }
    
    .seat-plan-wrapper li:last-child {
        border: none;
        background-color: white;
        padding: 1em;
    }
    
    .title{
        color: var(--primary);
    }

    .proceed-book {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 0em;
        /* margin-left: 0em; */
        /* margin-right: 0em; */
    }

    .checkout-section {
        margin-top: 2rem;
    }

    .checkout-contact-form .form-group {
        margin-bottom: 1em;
        width: 100%;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 1em;
        padding-left: 1em; 
    }

    .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* CLUB */
    .club-area{
        display: block;
        justify-content: space-between;
    }

    .panel-club{
        width: 100%;
        min-width: 100%;
    }

    .puntos{
        width: 100%;
        min-width: 100%;
        margin: 1rem 0rem;
    }

    .panel_puntos{
        background-color: var(--secondary);
        display: flex;
        padding: 1rem;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .panel_puntos a i{
        color: var(--light);
        font-size: 1.5em;
         width: 1.5em;
        line-height: 0em;
        border-radius: 50%;
        background-color: var(--primary);
        padding: 1em;
        display: flex;
        justify-content: center;
    }

    .panel_puntos li{
        padding: 0rem 0.5rem;
    }

    .ofertas-area{
        display: block;
    }

    .panel-oferta{
        width: 100%;
        display: flex;  
        flex-direction: column;
        background-color: var(--light);
        padding: 1rem;
        margin: 1rem 0rem;
        align-items: center;
        text-align: center;
        border: 1px solid var(--primary); 
    }

    .form-venta-cruzada {
        display: flex;   
    }


    .ventaCruzadaArea {
        display: flex;
        flex-direction: column;
    }
    
    .articulos_ventaCruzada {
        width: 1000%;
        max-width: 100%;
    }

    .packs-section li{
        display: flex;
        align-content: center;
        align-items: center;
        flex: 0 0 100%;
        max-width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        box-sizing: border-box;
    }

    .wraper-venta-cruzada li{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .seat-plan-wrapper li .movie-name .name {
        margin-right: auto;
        margin-left: 0px;
        color: var(--dark);
        text-transform: capitalize;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .cupones{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .search-ticket-header {
        text-transform: initial;
        width: 100%;
        margin: 1rem 0rem 2rem 0rem;
    }

    .banner-cupon-container {
        width: 100%;
    }

    .cupon-descuento-first,
    .cupon-especial-first,
    .cupon-descuento-second,
    .cupon-especial-second {
        width: 95%;
    }
}