:root {
    --border-radius-value: 5px;
    --aona-background-color: #040051;
    --color-primario: var(--aona-background-color);
    --color-primario-hover: #0e0a5c;
    --color-secundario: #18C8C3;
    --color-secundario-hover: #005e6c;
    --rojo: #e74a3b;
    --activo: #3be774;
    --programado: #f6c23e;
}

html,
body {
    height: 100%;
}

form {
    padding: 0 15px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.navbar {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mt-5 {
    margin-top: 5px
}

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

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

.mt-20 {
    margin-top: 20px
}

.mb-5 {
    margin-bottom: 5px
}

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

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

.mb-20 {
    margin-bottom: 20px
}

.btnRight {
    float: right;
}

.btnLeft {
    float: left;
}

.nombrarAsiento,
.cancelarEditarAsiento {
    margin-left: 10px !important;
    padding: 8px !important;
    font-size: x-small !important;
}

.nombrarAsiento {
    background: var(--aona-background-color) !important;
}

.cancelarEditarAsiento {
    background: #a0b6b9 !important;
    color: var(--color-secundario-hover)
}

.nombrarAsiento:hover {
    color: white !important;
    font-weight: bold !important;
}

.editarAsiento {
    background: var(--aona-background-color) !important;
}


.nombreAsiento {
    margin-left: 10px;
    font-weight: bold;
    font-size: smaller;
    color: var(--aona-background-color);
}


#agregarrecinto {
    z-index: 12000;
    margin: 0 auto;
}

#tramoprecio {
    z-index: 10000;
    margin: 0 auto;
}

.gastosgestion {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pgBar {
    width: 80%;
}

.btnAdd {

    margin: 0px 5px;

    padding: 5px 14px;

    border: none;

    border-radius: var(--border-radius-value);

    font-size: 12px;

    font-weight: 400;

    cursor: pointer;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);

    transition: all 200ms linear;

    background: var(--aona-background-color);

    color: white;
}

#bodyAgregarRecinto {
    z-index: 22
}

.td-50 {
    width: 50% !important
}

.h-20 {
    height: 40px;
}

.small-fs {
    font-size: 0.9rem
}

.content-form {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Popins', sans-serif;
}

.container-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 90%;
    width: 100%;
    margin: 35px;
    padding-bottom: 25px;
}

.container-steps .steps {
    display: flex;
    width: 85%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.container-leyenda {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-content: space-around;
    justify-content: center;
    align-items: center;
}

.container-steps .steps .leyenda-steps {
    position: absolute;
    top: 35px;
    font-size: 13px;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: center;
}

.steps .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    color: rgb(124, 124, 124);
    font-size: 13px;
    font-weight: 500;
    border-radius: 50%;
    background: white;
    border: 2px solid #DDDDDD;
    transition: all 200ms ease;
    transition-delay: 0s;
    z-index: 3;
}

.steps .circle.active {
    transition-delay: 100ms;
    border-color: var(--aona-background-color);
    background: var(--aona-background-color);
    color: white;
}

.steps .progress-bar-step {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #E3E3E3;
    z-index: 0;
}

.progress-bar-step .indicator-step {
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--aona-background-color);
    transition: all 300ms ease;
}

.container-steps .buttons {
    display: flex;
    gap: 20px;
    /* border:red; */
}

.btnEstandar,
#submitForm,
.buttons button {
    padding: 8px 25px;
    border: none;
    border-radius: var(--border-radius-value);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: all 200ms linear;
}

#submitForm {
    background: var(--color-primario);
}

#frmEntradas {
    display: flex;
    background: #f1f1f1;
    padding: 20px;
    border-radius: var(--border-radius-value);
    border: 1px solid #ffffff;
    box-shadow: 1px 0px 14px #d9d9d9;
    margin: 5px auto 20px auto;
    max-width: 100%;
}

.btnEstandar {
    margin: 5px;
    margin: 0px 5px;
}

.btnEstandar,
.buttons button {
    background: var(--aona-background-color);
    color: #fff;
    font-size: small;
}

#programacionEntradas {
    padding: 15px;
    background: white;
    overflow: hidden;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 18px #e3e3e3;
    margin-bottom: 25px;
    border-radius: var(--border-radius-value);
}

.centerContentTD {
    text-align: center !important;
    vertical-align: middle !important;
}

.filaEntrada {
    margin: 10px;
    padding: 10px;
}

.ticket-aona {
    width: 35px;
    /* height: 100%; */
    display: block;
    margin: auto auto;
}

.centrado-td {
    text-align: center !important;
    vertical-align: middle !important;
    height: 100px !important;
}

.icono-ticket {
    color: var(--color-secundario-hover);

}

.icono-ticket .fas {
    font-size: 2rem;
}

.toggle {
    margin-right: 10px !important
}

.input-grupo {
    display: flex;
    align-items: center;
    width: 100%;
}

.input-grupo input {
    flex: 1;
}

.input-grupo a {
    margin-left: 10px;
    flex-shrink: 0;
}

.error {
    border: 2px solid var(--rojo) !important;
}

.error-message {
    color: var(--rojo);
    font-size: 12px;
}

.selectCantidad {
    margin: 10px 0px
}

.entradasDisponibles {
    font-size: x-small;
    background-color: var(--aona-background-color);
    /* Puedes cambiar esto al color deseado */
    text-align: center;
    padding: 4px 10px;
    color: white;
    border-radius: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
}

.from {

    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: smaller;
    margin: .5rem;
}

.precios {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

}

.precioEntrada {
    /* display: flex; */
    margin: 5px 0px;
    /* width: fit-content; */
    background-color: var(--color-secundario);
    color: white;
    padding: 3px 10px;
    font-size: medium;
    border-radius: 7px;
}

.precioGD {
    /* display: flex; */
    margin: 5px 0px;
    width: fit-content;
    color: black;
    padding: 3px 10px;
    font-size: small;
    border-radius: 7px;
    /* flex-direction: row; */
    /* justify-content: center; */
    /* flex-wrap: nowrap; */
    /* align-content: center; */
}

.descripcionEntrada {
    font-size: smaller;
    margin: .5rem;
}

.comprarEntrada {
    margin: 0 !important;
    width: 130px;
    height: 44px;
    font-size: medium;
    font-weight: 500;
}

#frmVenta label {
    text-transform: uppercase;
    font-size: smaller;
    margin-bottom: 4px;
    color: white;
}

/* #frmVenta input[type="text"],
input[type="date"],
input[type="email"],
select {
    background-color: rgb(240, 240, 240);
} */

.imgTarjetas {
    width: 150px !important;
    float: left;
    margin: 0 10px;
}

.camposTicket {
    width: 100% !important;
    text-align: center !important;
    border: 0 !important;
    background: none !important;
}

.loading {
    height: 35px !important;
    margin: 30px 10px !important;
}

.textoTarjetas {
    float: right;
    height: 50px;
    line-height: 50px;
    color: white;
    margin: 0 10px;
}

.cajaPago {
    padding: 10px;
    border-radius: var(--bs-border-radius);
}

.text-center {
    text-align: center !important;
    /* margin: 0 auto !important; */
}

.entradaFinal {
    margin: 35px 0px;
}

#contenedorBotonDescarga {
    width: 300px;
    margin: 0 auto !important;
}

.ticket {
    border: 2px dotted #000;
    padding: 20px;
    margin: 10px;
    width: 400px !important;
    display: inline-block;
    background: #fafafa;
    color: black !important;
}

.ticket-table {
    width: 100%;
    border-collapse: collapse;
}

.ticket-image {
    width: 40%;
    padding-right: 20px;
    vertical-align: top;
}

.ticket-image .img-evento {
    max-width: 100%;
    max-height: 300px;
    height: auto;
}

.ticket-header {
    width: 60%;
    text-align: right;
    vertical-align: top;
}

.ticket-header p,
.ticket-header h2,
.ticket-header h4,
.ticket-header h6 {
    margin: 5px 0;
}

.ticket-footer {
    text-align: center;
    margin-top: 20px;
}

.ticket-footer p {
    margin: 5px 0;
}

.qr-code {
    width: 100px;
    height: 100px;
}

.ticket-evento {
    color: black;
    font-size: larger;
}

.ticket-entrada {
    color: black;
    font-size: medium;
}

.ticket-desc-entrada {
    color: black;
    font-size: small;
}

.tyc {
    font-size: 0.6rem;
}

.codes {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.codes div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inicioEvento,
.finEvento {
    font-size: smaller
}

.img-evento-home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}


.btnGestion {
    margin: 3px 0px;
    padding: 5px 14px;
    border: none;
    border-radius: var(--border-radius-value);
    /* font-size: 13px; */
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: all 200ms linear;
    background: #646d9d;
    color: #ffffff;
}

.btnSmall {
    font-size: .700rem;

}

.eventoTitulo {
    font-weight: 700;
    color: var(--aona-background-color);
    position: relative;

    font-size: smaller;
}

.eventoActivo {
    color: #fff;
    background-color: var(--activo);
}

.eventoProgramado {
    color: #fff;
    background-color: var(--programado);
}

.eventoFinalizado {
    color: #fff;
    background-color: var(--rojo);
}

.eventoFecha {
    font-size: 0.8rem;
}

.buttons button:active {
    transform: scale(0.97);
}

.buttons button:disabled {
    background: #a0b6b9;
    cursor: not-allowed;
}

#submitForm:disabled {
    background: #89b19b;
    cursor: not-allowed;
}

.container-select-btn {
    display: flex;
}

.modal-content {
    background-color: #fff;
    border: 0 !important;
}

.modal-body {
    background-color: #fff;
}

.modal-header {
    padding: 9px 15px;
    background-color: var(--aona-background-color);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white !important;
}

.tituloAsistente {
    color: var(--aona-background-color);
}

.tickets-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* Espacio entre los tickets */
}

.tituloEntradaExito {
    color: var(--aona-background-color);
}

.logo-admin-login {
    margin: 0 auto;
}

.logo-admin-login img {
    width: 300px;
    margin: 20px 0px 0px 0px;
}

.btnPromotores,
.btnUsuarios {
    font-size: x-small;
}

.btnAcciones {
    color: white !important;
    font-size: x-small;
    padding: 3px 10px;
    background-color: var(--color-primario);
    border: 0;
}

.iconosAcciones {
    margin: 0px 4px;
    font-size: large;
    cursor: pointer !important;
}

.promotorDesactivado,
.rrppDesactivado {
    color: var(--rojo);
}

.promotorActivado,
.rrppActivado {
    color: var(--activo);
}

.white-space-nowrap {
    white-space: nowrap;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
}

select.auto-width {
    display: inline-block;
    width: auto;
    /* min-width: 100px; */
}

.es-user {
    color: white;
    font-size: x-small;
    font-weight: 800;
    padding: 3px 6px;
    border-radius: 5px;
}

.es-comercial {
    background: #0e785a;
    color: white !important;
}

.es-taquilla {
    background: #005e6c;
    color: white !important;
}

.es-rrpp {
    background: #ff6363;
}

.es-promotor {
    background: #6b63ff;
}

.es-administrador {
    background: var(--aona-background-color);
}

.es-financiero {
    background: rgb(128, 1, 121);
}

.es-administracion {
    background: red;
}


.fa-whatsapp {
    color: cadetblue
}

.fa-cloud-download-alt {
    color: cornflowerblue;
}

.fa-trash-alt {
    color: brown
}

.countdown-clock {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #cccccc, #ffffff, #cccccc);
    padding: 12px;
    width: 190px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.1),
        /* Sombra interna */
        0px 8px 15px rgba(0, 0, 0, 0.2);
    /* Sombra externa */
    /* color: white; */
    border: 1px solid #e3e3e3;
}

.time {
    display: flex;
    align-items: baseline;
}

.countdown-number {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    padding: 0 10px;
}

.colon {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    /* padding: 0 5px; */
}

.countdown-number,
.colon {
    transition: color 0.5s ease;
}

.countdown-number:hover,
.colon:hover {
    color: red;
    /* Color al hacer hover */
}

#minutes,
#seconds {
    display: inline-block;
    width: 75px;
    text-align: center;
}

.email-sugerencia {
    color: red;
    font-size: small;
    margin: 5px;
}

.bg-blue-aona {
    background: var(--aona-background-color);
}

.boton-blanco {
    background-color: white !important;
    color: var(--aona-background-color);
}

.boton-blanco:hover {
    background-color: var(--aona-background-color) !important;
    color: white;
    border: 1px solid white;
}

.boton-violeta {
    background-color: var(--aona-background-color);
    color: white;
}

.boton-violeta:hover {
    background-color: white;
    color: var(--aona-background-color);
    border: 1px solid var(--aona-background-color);
}

#frmDatosAsistentes {
    text-align: left;
}

#frmDatosAsistentes label {
    margin: 8px 0px;
}

.msgAsistentes p {
    font-size: 18px !important;
}

.alertify-notifier {

    z-index: 3051 !important;
}

.titulos-crear-evento {
    font-weight: bold;
    margin: 10px 0px;
}

#frmCrearEvento {
    color: black;
    padding: 20px;
}

#frmCrearEvento input[type='file'],
input[type='tel'],
input[type='email'],
input[type='text'],
select,
input[type='number'],
textarea {
    border: 1px solid var(--color-secundario) !important
}

hr {
    color: var(--color-secundario);
    background-color: rgb(247 247 247);
}

#mapaRecinto,
#map {
    height: 400px;
    width: 100%;
}

.notas_adicionales,
.texto_gris {
    color: grey
}

#next {
    padding-right: 40px;
}

#next i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.bodyGestionEntradas,
.bodyGestionUsuarios,
.bodyGestionRRPP,
.bodyGestionPromotor {
    background-color: #c8dede;
}

.bodyGestionUsuarios table,
.bodyGestionRRPP table,
.bodyGestionPromotor table {
    color: black;
    background-color: white;
}

.tablaEntradasRRPP,
.tablaEntradas,
.tablaInvitaciones, .tablaValidaciones {
    background-color: white;
    color: black
}

.cantidadEntradas {
    text-align: left;
    color: black;
    margin-bottom: 10px;
}

.card-custom {
    background-color: #d6f0f0;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
}

.progress-bar-custom {
    background-color: #00c9b8;
    /* width: 67%; */
}

.progress {
    background-color: #001b6b;
    height: 16px;
    border-radius: 5px;
}

.title {
    font-weight: bold;
    font-size: 1.1em;
}

#tab1 {
    color: black;
}

#fechas-container {
    padding: 13px;
}

.imagen-evento-gestion {
    height: 60px;
    width: 60px;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
}

.nombre-evento-gestion {
    display: flex;
    align-items: center;
    height: 100%;
    color: white;
    font-size: x-large;
    font-weight: 700;
    padding: 0px 10px;
}

.back-blue {
    background-color: rgb(4 0 80);
    border-radius: 5px;
}

.url-evento {
    border: 0;
    width: -webkit-fill-available;
    color: var(--aona-background-color);
    background: none;
}

.accionesPrincipales {
    color: white;
    background: #646d9d;
}

.selectorCantidad,
.noselectorCantidad {
    /* border-radius: 5px !important; */
    /* background: linear-gradient(0deg, #f7f7f7, transparent); */
    /* border: 1px solid #e1e1e1; */
    /* box-shadow: 0px 0px 12px #e4e4e4; */
    height: 80px;
    /* Altura uniforme para los botones */
    font-size: 24px;
    /* Tamaño del texto */
    color: black;
    cursor: pointer;
}

.selectorCantidad:hover,
.noselectorCantidad:hover {
    background: linear-gradient(0deg, #f7f7f7, #f2f2f2);
}

.selectorCantidadTaquilla[data-active="true"] {
    background: black !important;
    color: white !important;
}

.selectorTipoEntrada[data-active="true"] {
    background: black !important;
    color: white !important
}

.btn-wrapper {
    padding: 5px;
    height: 90px;
}
.btn-wrapper button {     height: -webkit-fill-available;}
.saveTramo-btn {font-size: small; margin:2px 0;}
#cantidadSeleccionada,
#precioSeleccionado, #ggSeleccionado,
#totalTaquilla {
    font-weight: bold;
    background: black;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
}

.venderTaquilla {
    background: #005e6c !important;
    color: white;
}

.btnCrearEvento {
    transition-delay: 100ms;
    border-color: var(--aona-background-color);
    background: var(--aona-background-color);
    color: white !important;
    font-weight: 700 !important;
}

.btnCrearEvento:hover {
    color: grey !important
}

#revisionFinal li {
    list-style: none;
    padding: 5px 0px;
}

.estadoEvento {
    margin: 0 10px;
    color: black;
    font-size: small;
    float: right;
    cursor: pointer;
}

.activacionEvento {
    font-size: x-small;
    cursor: pointer;
}

.activarEvento .fa-circle {
    color: red;
}

.desactivarEvento .fa-circle {
    color: #3be774;
}

.imgEvento {
    position: relative;
    float: left;
    margin: 0px 10px 10px 0px
}

.entrada-validada,
.entrada-devuelta {
    background-color: red;
}

.entrada-no-validada {
    background-color: #06b440;
}

.badge.eventoAsignado {
    background-color: var(--aona-background-color);
    color: white;
    margin: 2px 5px;
    position: relative;
    padding-right: 15px;
    display: inline-block;

}

.badge.eventoAsignado .cerrar {
    position: absolute;
    top: -5px;
    right: -5px;
    background: white;
    color: rgb(97, 97, 97);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.datosAsistentes {
    display: block;
    line-height: 1.9 !important;
}

.tablaEventos,
.tablaCalendario {
    width: 50%;
    overflow: visible;
}

.fc-event {
    min-height: 40px;
    padding: 5px;
}

.promotor-tag {
    font-size: 10px;
    color: #ffffff;
    background-color: #aaa;
    padding: 1px 7px;
    border-radius: 3px;
    margin-left: 0;
    position: relative;
    float: right;
    /* display: flex; */
    justify-content: flex-start;
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    /* flex-direction: column; */
    /* align-content: center; */
}

#resultsList {
    position: absolute;
    z-index: 9999;
    background-color: white;
    border: 1px solid #ddd;
    max-height: 150px;
    max-width: 250px;
    overflow-y: auto;
    display: none;
}

#resultsList li {
    padding: 10px;
    cursor: pointer;
}

#resultsList li:hover {
    background-color: #f8f9fa;
}

.section-evento {
    background-color: var(--aona-background-color) !important;
}

.cardResumen {
    padding: 15px 0px
}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 700;
    min-width: 0px;
    overflow: hidden;
    color: white;
    white-space: normal;
    word-wrap: normal;
    overflow-wrap: normal;
}

.bg-dark-blue {
    background-color: #0D0154;
    color: white;
}

.text-light-blue {
    color: #00B0F0;
}

.pagarEntrada:disabled {
    color: black;
}

.text-aona {
    color: var(--aona-background-color);
}

.content-box {
    background-color: white;
    color: black;
    padding: 10px;

}

#sugerencias {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 300px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

#sugerencias li {
    padding: 10px;
    cursor: pointer;
}

#sugerencias li:hover {
    background: #f0f0f0;
}

.search-container {
    position: relative;
}

.search-box {
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    padding: 5px;
    background-color: rgb(59 56 118);
    /* width: 89%; */
    flex-direction: row;
    justify-content: space-between;
    color: white !important;
}

.search-box input {
    border: none !important;
    outline: none;
    /* padding: 10px; */
    width: auto;
    background: rgb(255, 255, 255);
    color: white;
}

.search-box i {
    cursor: pointer;
    color: #fffefe;
}

#search-results {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    color: var(--aona-background-color);
}

#search-results a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: black;
}

#search-results a:hover {
    background: #f1f1f1;
}

.imagenEvento {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}


.imagenEvento .imagen-fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
    transform: scale(1.1);
}


.imagenEvento .imagen-centrada {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking {
    animation: blink 1s infinite;
}

#ticketsAsistentes {
    margin-bottom: 20px;
    color: black !important;
}

.recintoEvento {
    font-size: 3rem;
}

.nombreRecintoHome {
    font-size: 0.8rem;
}

.estadoEventosGestion {
    font-size: 0.8rem;
    margin-left: 5px;
    font-weight: 700;
    padding: 5px 8px;
    /* margin: 0 auto; */
}

.evento-info {
    position: relative;
}

.info-img {
    position: relative;
}

.info-img img {
    width: 100%;
    height: auto;
    display: block;
}

.info-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;
}

.info-info {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.editarImagenes {
    color: white !important;
    text-decoration: underline;
    cursor: pointer;
}

.editarEvento,
.editEvento {
    color: #001b6b;
    text-decoration: underline;
    cursor: pointer;
}

section.entradas {
    background-color: white;
}

.section-header.header-entradas.section-evento {
    background-color: white !important;
    margin-top: 30px !important;
}

#frmComprarEntrada {
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.btnDescargarTicket {
  background: var(--aona-background-color);
  padding: 8px 20px;
  border-radius: 25px;
  transition: 0.3s;
  color: #ffffff!important;
  text-decoration: none;
}
.gestionarlugares { cursor:pointer}
.btnDescargarTicket:hover {
  color: var(--aona-background-color)!important;
  border: 1px solid var(--aona-background-color)!important;
  background: none !important;
}

.btn-comprar-entrada:hover {
    color: white;
    border: 1px solid white;
    background: none !important;
}

.thumbnail {
    width: 160px;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    overflow: visible;
}
.gestionImagenes {
    cursor: pointer;
    background-color: white;
    color: var(--aona-background-color)
}
.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.thumbnail .titulo_tipo_imagen {
    background-color: var(--color-secundario-hover);
    color:white;
    font-size: smaller;
}

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffffff;
    color: #0d0154;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .5;
}

.mt-5 {
    margin-top: 5px
}

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

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

.mt-20 {
    margin-top: 20px
}

.dt-button {
    border: 1px solid #33afc0;
    background: aliceblue;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: smaller;
}

.tablaEventos {
    font-size: small;
}

/* form style */
label {
    font-weight: 400;
}




/* loader */
.loader {
    position: fixed;
    color: white;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader>div {
    text-align: center;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.left-wrapper,
.right-wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

/* event banner css */
.event-banner-wrapper {
    position: fixed;
    width: 35%;
    height: 100%;
    padding: 20px;
    background: url(../images/event-banner.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo h1 {
    font-family: 'Nixie One', sans-serif;
    position: absolute;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    top: 20px;
    left: 20px;
}



#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 0;
    /* -webkit-border-radius: 3px; */
    -moz-border-radius: 3px;
    /* border-radius: 3px; */
}

#custom-search-input button {
    border: 0;
    background: transparent;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #D9230F;
    z-index: 5;
    box-shadow: none !important;
}

.search-query:focus+button {
    z-index: 3;
}


.event-banner-wrapper h2 {
    position: absolute;
    font-family: 'Nixie One', sans-serif;
    font-size: 4vw;
    font-weight: 900;
    line-height: 4.5vw;
    color: #fff;
    margin: 0;
    bottom: 30px;
}

.event-banner-wrapper h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 1.5vw;
}

.event-banner-wrapper p {
    position: absolute;
    font-family: 'Nixie One', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    bottom: 15px;
}

.event-banner-wrapper p a {
    color: #fff;
}

.event-banner-wrapper p a:hover {
    border-bottom: 1px solid #fff;
}

.parpadea {

    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.inicio-sesion {
    margin-bottom: 21px;
}

.dropdown-container {
  position: relative;
  display: inline-block;
}
#dropdownList {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
}
@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

/* event ticket css */
.event-ticket-wrapper {
    padding: 40px;
}

.event-tab .nav-tabs {
    position: fixed;
    top: 0;
    background: #fff;
    width: 63%;
    border-bottom: 0;
    padding: 14px;
    margin-bottom: 30px;
    z-index: 99;
}

.event-tab .nav-tabs>li>a {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.28);
    margin-right: 30px;
    padding: 5px 0px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.event-tab .nav-tabs>li.active>a,
.event-tab .nav-tabs>li.active>a:hover,
.event-tab .nav-tabs>li.active>a:focus,
.event-tab .nav-tabs>li>a:hover,
.event-tab .nav-tabs>li>a:focus {
    background: transparent;
    color: #000000;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.event-tab .tab-content {
    margin-top: 110px !important;
}

.event-tab .tab-content .tab-pane {
    margin: 23px;
}

.tipos_entrada {
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #AAAAAA;
    width: 100%;
}



@media (max-width: 768px) {}


.plus-sign {
    color: var(--color-secundario)
}

.accordion-button:not(.collapsed) .plus-sign {
    transform: rotate(45deg);
    /* Cambia el signo + cuando el panel está abierto */
}

.accordion-body {
    color: var(--aona-background-color)
}


.textoFooter {
    color: #aedede;
}

.tituloConocenos {
    font-size: 3.5rem !important;
    font-weight: 500;
}

.img-evento {
    border-radius: 10px;
}

.input-group {
    position: relative !important;
    display: flex !important;
    border-collapse: separate !important;
    align-items: flex-start;
    justify-content: space-evenly;
}

.ticket-calendar {
    position: absolute;
    right: 10px;
    top: 120px;
    /* border-radius: 19px; */
}

time.icon {
    font-size: 1em;
    /* change icon size */
    display: block;
    position: relative;
    width: 5em;
    height: 7em;
    background-color: #ffffff;
    border-radius: 0.4em;
    /* box-shadow: 0 1px 0 #ffffff, 0 2px 0 #efefef, 0 3px 0 #bdbdbd, 0 4px 0 #a4a4a4, 0 5px 0 #7a7a7a, 0 0 0 1px #ffffff; */
    overflow: hidden;
}

time.icon * {
    display: block;
    width: 100%;
    font-size: 0.7em;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #000;
    background-color: #ffffff;
    box-shadow: 0 1px 0 #d8d8d8;
}

time.icon em {
    position: absolute;
    bottom: 0.3em;
    color: #040050;
}

time.icon span {
    font-size: 2.8em;
    letter-spacing: -0.05em;
    padding-top: 0.6em;
    color: var(--color-secundario);
}

.modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    text-transform: uppercase;
}

.modal .close {
    opacity: 0.4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.modal .close:hover {
    opacity: 0.4;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border: 0;
}

.modal.right .modal-body {
    padding: 30px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.tituloConocenos {
    font-size: 3.5rem !important;
    font-weight: 500;
}
.textoConocenos {
    font-weight: 200;
}
/* media query for Mobile */
@media (max-width: 768px) {
    .tituloConocenos {
        font-size: 2.5rem !important;
        font-weight: 500;
    }

    .fs-5 {
        font-size: 1rem !important;
    }
}

/* media query for Mobile */
@media (max-width: 480px) {

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 100%;
    }
}

@media (max-width: 769px) {
    .cta::after {
        content: '';
        position: absolute;
        left: 65%;
        height: 2px;
        background-color: #17c7c2;
        transform: translateX(-65%);
        width: 100%;
    }
}