/* TicketNauta customer styles */

:root {
    --tn-primary: #2563eb;
    --tn-accent: #0f766e;
    --tn-warm: #d6a83f;
    --tn-text: #0f172a;
    --tn-muted: #64748b;
    --tn-border: #cbd5e1;
    --tn-border-soft: #dbe3ee;
    --tn-surface: rgba(255, 255, 255, .94);
    --tn-surface-soft: #f8fafc;
    --tn-shadow-sm: 0 1px 3px rgba(15, 23, 42, .08);
    --tn-shadow-md: 0 14px 36px rgba(15, 23, 42, .12);
}

body .shop .panel,
body .shop .panel-body {
    border-radius: 8px;
}

body .shop .panel {
    border: 1px solid rgba(219, 227, 238, .95);
    background: var(--tn-surface);
    box-shadow: var(--tn-shadow-md);
    overflow: hidden;
}

body .shop .panel-body {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .92));
}

body .shop .panel-body::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--tn-primary), var(--tn-accent), var(--tn-warm)) 1;
}

body .shop .form-group {
    margin-bottom: 16px;
}

body .shop label {
    color: #263244;
    font-weight: 600;
    line-height: 1.35;
}

body .shop .heading-primary {
    color: var(--tn-text);
    font-weight: 800;
    letter-spacing: 0;
}

body .shop .form-control,
body .shop input[type="text"]:not([type="hidden"]),
body .shop input[type="email"],
body .shop input[type="tel"],
body .shop input[type="number"],
body .shop input[type="password"],
body .shop select,
body .shop textarea,
body .shop #s2id_IN_Codigo_Internacional,
body .shop .select2-container .select2-choice {
    width: 100%;
    min-height: 48px;
    border: 1.5px solid var(--tn-border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--tn-text);
    font-size: 15px;
    line-height: 1.4;
    padding: 12px 14px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .04);
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}

body .shop .form-control:hover,
body .shop input[type="text"]:not([type="hidden"]):hover,
body .shop input[type="email"]:hover,
body .shop input[type="tel"]:hover,
body .shop input[type="number"]:hover,
body .shop input[type="password"]:hover,
body .shop select:hover,
body .shop textarea:hover,
body .shop #s2id_IN_Codigo_Internacional:hover,
body .shop .select2-container .select2-choice:hover {
    border-color: #94a3b8;
}

body .shop .form-control:focus,
body .shop input[type="text"]:not([type="hidden"]):focus,
body .shop input[type="email"]:focus,
body .shop input[type="tel"]:focus,
body .shop input[type="number"]:focus,
body .shop input[type="password"]:focus,
body .shop select:focus,
body .shop textarea:focus,
body .shop .select2-container-active .select2-choice {
    border-color: var(--tn-primary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .13);
    outline: none;
    transform: translateY(-1px);
}

body .shop .select2-container .select2-choice {
    display: flex;
    align-items: center;
    padding: 0 38px 0 14px;
}

body .shop .select2-container .select2-choice .select2-arrow {
    width: 34px;
    border-left: 1px solid #e2e8f0;
    border-radius: 0 8px 8px 0;
    background: #f8fafc;
}

body .shop .select2-container .select2-choice > .select2-chosen {
    color: var(--tn-text);
    line-height: 46px;
}

body .shop #s2id_IN_Codigo_Internacional {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body .shop #s2id_IN_Codigo_Internacional:hover {
    border-color: transparent;
}

body .shop #s2id_IN_Codigo_Internacional .select2-choice {
    margin-bottom: 0;
}

body .shop input[type="checkbox"],
body .shop input[type="radio"] {
    accent-color: var(--tn-primary);
}

body .shop .checkbox:not(.feature-box),
body .shop .remember-box {
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fafc, #eef6ff);
    padding: 12px 14px;
}

body .shop .checkbox:not(.feature-box) label,
body .shop .remember-box label {
    margin: 0;
    color: #334155;
    line-height: 1.5;
}

body .shop .card-errors,
body .shop label[id^="LBL_"],
body .shop #errorCompruebaEmails {
    color: #9f1239;
    font-weight: 700;
}

body .shop #divFormaPago {
    position: relative;
    border: 1px solid rgba(219, 227, 238, .95);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    padding: 18px;
    box-shadow: var(--tn-shadow-md);
    overflow: hidden;
}

body .shop #divFormaPago::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--tn-primary), var(--tn-accent), var(--tn-warm)) 1;
}

body .shop .payment-provider-note {
    border-color: #dbeafe;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fafc, #eef6ff);
    box-shadow: var(--tn-shadow-sm);
}

body .shop .payment-provider-note__logo {
    border-color: #dfeaf3;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65);
}

body .shop .payment-methods-grid {
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 16px;
}

body .shop .payment-methods-grid > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

body .shop .payment-option-card {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    width: 100% !important;
    max-width: none;
    height: 100%;
    border: 2px solid var(--tn-border);
    border-radius: 8px;
    box-shadow: var(--tn-shadow-sm);
    transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body .shop .payment-option-card:hover,
body .shop .payment-option-card:focus-within {
    border-color: #60a5fa;
    background: #eff6ff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .14);
}

body .shop .payment-option-card.is-selected {
    border-color: #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
    box-shadow: 0 10px 22px rgba(37, 99, 235, .20);
}

body .shop .payment-option-card.is-selected .payment-option-card__title,
body .shop .payment-option-card.is-selected .payment-option-card__hint,
body .shop .payment-option-card.is-selected .payment-option-card__notice {
    color: #ffffff;
}

body .shop .payment-option-card.is-selected img {
    filter: drop-shadow(0 2px 5px rgba(15, 23, 42, .14));
}

body .shop .payment-option-card__logos--large img.payment-logo-applepay {
    width: min(160px, 72%) !important;
    max-width: 160px;
    max-height: none !important;
    height: auto;
}

body .shop .payment-option-card input[type="radio"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: none;
}

body .shop .payment-option-card__content {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    padding-left: 0 !important;
}

body .shop #form-checkout {
    border: 1px solid rgba(219, 227, 238, .95);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    padding: 18px;
    box-shadow: var(--tn-shadow-md);
}

body .shop #form-checkout .container-mp,
body .shop #form-checkout input[type="text"],
body .shop #form-checkout input[type="email"],
body .shop #form-checkout input[type="tel"],
body .shop #form-checkout select,
body .shop .extra-info input[type="text"],
body .shop .extra-info input[type="email"],
body .shop .extra-info input[type="tel"],
body .shop .extra-info select,
body .shop .extra-info textarea {
    width: 100%;
    min-height: 48px;
    border: 1.5px solid var(--tn-border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--tn-text);
    font-size: 15px;
    line-height: 1.4;
    padding: 12px 14px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .04);
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}

body .shop #form-checkout .container-mp:hover,
body .shop #form-checkout input[type="text"]:hover,
body .shop #form-checkout input[type="email"]:hover,
body .shop #form-checkout input[type="tel"]:hover,
body .shop #form-checkout select:hover,
body .shop .extra-info input[type="text"]:hover,
body .shop .extra-info input[type="email"]:hover,
body .shop .extra-info input[type="tel"]:hover,
body .shop .extra-info select:hover,
body .shop .extra-info textarea:hover {
    border-color: #94a3b8;
}

body .shop #form-checkout .container-mp:focus,
body .shop #form-checkout input[type="text"]:focus,
body .shop #form-checkout input[type="email"]:focus,
body .shop #form-checkout input[type="tel"]:focus,
body .shop #form-checkout select:focus,
body .shop .extra-info input[type="text"]:focus,
body .shop .extra-info input[type="email"]:focus,
body .shop .extra-info input[type="tel"]:focus,
body .shop .extra-info select:focus,
body .shop .extra-info textarea:focus {
    border-color: var(--tn-primary);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .13);
    outline: none;
    transform: translateY(-1px);
}

body .shop .payment-countdown {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin: 18px 0 20px;
    padding: 16px 18px;
    overflow: hidden;
    border: 1px solid rgba(239, 68, 68, .26);
    border-left: 5px solid #dc2626;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(254, 242, 242, .98), rgba(255, 255, 255, .98)),
        linear-gradient(90deg, rgba(220, 38, 38, .10), transparent 58%);
    box-shadow: 0 18px 38px rgba(127, 29, 29, .12);
    color: #7f1d1d;
}

body .shop .payment-countdown::after {
    content: "";
    position: absolute;
    inset: auto 18px 0 64px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #dc2626, rgba(248, 113, 113, .35), transparent);
}

body .shop .payment-countdown__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dc2626;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(220, 38, 38, .28);
    font-size: 22px;
}

body .shop .payment-countdown__copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
    color: #7f1d1d;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.35;
}

body .shop .payment-countdown__time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    padding: 5px 12px;
    border-radius: 10px;
    background: #ffffff;
    color: #b91c1c;
    box-shadow: inset 0 0 0 1px rgba(248, 113, 113, .26);
    font-family: Consolas, "Courier New", monospace;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

body .shop .payment-countdown.is-critical {
    border-color: rgba(185, 28, 28, .42);
    background:
        linear-gradient(135deg, rgba(254, 226, 226, 1), rgba(255, 255, 255, .98)),
        linear-gradient(90deg, rgba(185, 28, 28, .14), transparent 58%);
    animation: payment-countdown-pulse 1.25s ease-in-out infinite;
}

@keyframes payment-countdown-pulse {
    0%,
    100% {
        box-shadow: 0 18px 38px rgba(127, 29, 29, .12);
    }

    50% {
        box-shadow: 0 18px 42px rgba(220, 38, 38, .28);
    }
}

body .shop .mercadopagoForm {
    display: grid;
    gap: 10px;
}

body .shop .mercadopagoForm[hidden] {
    display: none;
}

body .shop .extra-info {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}

body .shop .btn {
    min-height: 46px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0;
    transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body .shop #form-checkout__submit,
body .shop .btnMercadoPago,
body .shop .btn-primary,
body .shop .btnSPEI,
body .shop #btnPagar,
body .shop #btnPagarPayPal {
    border: 1px solid #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
    box-shadow: 0 10px 22px rgba(37, 99, 235, .20);
    color: #ffffff;
}

body .shop #form-checkout__submit:hover,
body .shop .btnMercadoPago:hover,
body .shop .btn-primary:hover,
body .shop .btnSPEI:hover,
body .shop #btnPagar:hover,
body .shop #btnPagarPayPal:hover {
    border-color: #1e40af;
    background: linear-gradient(135deg, #1d4ed8 0%, #0f766e 100%);
    box-shadow: 0 14px 28px rgba(37, 99, 235, .24);
    transform: translateY(-1px);
}

body .shop .btn[disabled],
body .shop .btn.disabled {
    cursor: not-allowed;
    opacity: .58;
    transform: none;
    box-shadow: none;
}

body .shop .btn-secondary,
body .shop #btnRegresar {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
    box-shadow: var(--tn-shadow-sm);
}

body .shop .btn-secondary:hover,
body .shop #btnRegresar:hover {
    border-color: #94a3b8;
    background: #f8fafc;
    color: #0f172a;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .10);
    transform: translateY(-1px);
}

body .shop .btn i {
    margin-right: 7px;
}

body .shop #btnRegresar {
    margin-bottom: 46px;
    border-color: #0ea5e9;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .20);
}

body .shop #btnRegresar:hover,
body .shop #btnRegresar:focus {
    border-color: #1d4ed8;
    background: linear-gradient(135deg, #1d4ed8 0%, #0369a1 100%);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(37, 99, 235, .26);
}

body .shop .feature-box.checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px 12px;
    box-shadow: var(--tn-shadow-sm);
}

body .shop .feature-box.checkbox label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    margin: 0;
    color: #334155;
}

body .shop .feature-box.checkbox strong {
    color: #263244;
    line-height: 1.3;
}

body .shop .willcall-payment-notice {
    margin: 8px 0 24px;
    padding: 18px 20px;
    border: 1px solid #bfdbfe;
    border-left: 5px solid #0ea5e9;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, .96) 0%, rgba(255, 255, 255, .98) 58%, rgba(236, 253, 245, .88) 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

body .shop .willcall-payment-notice[hidden] {
    display: none !important;
}

body .shop .willcall-payment-notice__content {
    min-width: 0;
}

body .shop .willcall-payment-notice__title {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0;
}

body .shop .willcall-payment-notice__text {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
}

body .shop .willcall-payment-notice__text strong,
body .shop .willcall-payment-notice__text b {
    color: #0f172a;
}

body .shop .entrega-digital-addon {
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

body .shop .entrega-digital-addon:hover {
    border-color: #0ea5e9;
    box-shadow: 0 16px 36px rgba(14, 165, 233, .14);
    transform: translateY(-1px);
}

body .shop .entrega-digital-addon.is-selected {
    border-color: #2563eb;
    border-left-color: #0f766e;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, .98) 0%, rgba(255, 255, 255, .98) 52%, rgba(236, 253, 245, .92) 100%);
    box-shadow: 0 18px 42px rgba(37, 99, 235, .16);
}

body .shop .entrega-digital-addon a,
body .shop .entrega-digital-addon input,
body .shop .entrega-digital-addon label {
    cursor: pointer;
}

body .shop .shop_table .quantity .qty[readonly] {
    cursor: default;
    caret-color: transparent;
    user-select: none;
}

body .purchase-review-title-row hr.tall {
    display: none;
}

body .purchase-review-title-row #t_resultado {
    max-width: 980px;
    margin: 26px auto 18px !important;
    color: #0f172a;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.14;
    letter-spacing: 0;
}

body .purchase-review-page {
    max-width: 1160px;
    padding-bottom: 56px;
}

body .purchase-review-page > .row.responsive {
    margin: 0 0 28px;
    padding: 26px;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,251,255,.98) 100%);
    box-shadow: 0 22px 54px rgba(15, 23, 42, .10);
    overflow: hidden;
}

body .purchase-review-page .purchase-review-result__header {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
}

body .purchase-review-page .purchase-review-result__header > [class*="col-"] {
    float: none;
}

body .purchase-review-page h2,
body .purchase-review-page h3,
body .purchase-review-page h4 {
    color: #0f172a;
    letter-spacing: 0;
}

body .purchase-review-page h3[id$="_resultado"],
body .purchase-review-page #h_oxxo_resultado,
body .purchase-review-page #h_spei_resultado,
body .purchase-review-page #h_reservacion_resultado,
body .purchase-review-page #h_resultado,
body .purchase-review-page #h_resultadoWillCall {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 760px;
    min-height: 64px;
    margin: 0 auto 12px !important;
    padding: 14px 22px;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 68%, #ecfeff 100%);
    color: #0f172a;
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1.2;
    font-weight: 850;
    text-align: center;
    box-shadow: 0 16px 34px rgba(14, 116, 144, .1);
}

body .purchase-review-page h3[id$="_resultado"]::before,
body .purchase-review-page #h_oxxo_resultado::before,
body .purchase-review-page #h_spei_resultado::before,
body .purchase-review-page #h_reservacion_resultado::before,
body .purchase-review-page #h_resultado::before,
body .purchase-review-page #h_resultadoWillCall::before {
    content: "\f058";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
}

body .purchase-review-page .purchase-review-result--spei #h_spei_resultado {
    display: block;
    max-width: 680px;
    min-height: 0;
    padding: 20px 24px;
    font-size: clamp(18px, 1.9vw, 24px);
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    word-break: normal;
    overflow-wrap: normal;
}

body .purchase-review-page .purchase-review-result--spei #h_spei_resultado::before {
    float: left;
    margin-top: 2px;
    margin-right: 14px;
}

body .purchase-review-page .purchase-review-result--spei #h_spei_resultado font {
    display: inline;
    font-size: 1.02em;
    line-height: inherit;
}

body .purchase-review-page .purchase-review-result--spei #h_spei_resultado font[color="#e35959"] {
    font-weight: 800;
}

body .purchase-review-page .purchase-review-result--willcall #h_resultadoWillCall {
    display: block;
    max-width: 680px;
    min-height: 0;
    padding: 16px 20px;
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    overflow-wrap: anywhere;
}

body .purchase-review-page .purchase-review-result--willcall #h_resultadoWillCall::before {
    float: left;
    margin-top: 2px;
    margin-right: 12px;
}

body .purchase-review-page .purchase-review-result--willcall .purchase-review-result__customer-name {
    font-size: .82em;
    font-weight: 800;
    line-height: inherit;
}

body .purchase-review-page #h_codigoReservado,
body .purchase-review-page #h_codigoWillCall,
body .purchase-review-page #span_resultado,
body .purchase-review-page #span_resultadoWillcall {
    display: inline-block;
    margin: 8px 0 12px;
    padding: 10px 16px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #eff6ff !important;
    color: #0369a1 !important;
    font-size: clamp(20px, 2.3vw, 30px);
    line-height: 1.1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

body .purchase-review-page .purchase-review-result--card .purchase-review-result__header {
    gap: 24px;
}

body .purchase-review-page .purchase-review-result--card .purchase-review-result__header > .col-md-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body .purchase-review-page .purchase-review-result--card .purchase-review-result__header h2,
body .purchase-review-page .purchase-review-result--card .purchase-review-result__header h3,
body .purchase-review-page .purchase-review-result--card .purchase-review-result__header h4 {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

body .purchase-review-page .purchase-review-result--card #h_resultado {
    max-width: 680px;
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.35;
    font-weight: 700;
}

body .purchase-review-page .purchase-review-result--card #span_resultado {
    max-width: 100%;
    overflow-wrap: anywhere;
}

body .purchase-review-page .purchase-review-result--card #imgevento {
    max-height: 220px;
    margin: 0 auto;
    object-fit: contain;
}

body .purchase-review-page #h_precioTotal,
body .purchase-review-page #h_precioTotalSPEI,
body .purchase-review-page #h_precioTotal_reserv {
    color: #0369a1;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1;
}

body .purchase-review-page img.img-responsive,
body .purchase-review-page img.responsive {
    max-width: min(100%, 370px);
    max-height: 220px;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .14);
}

body .purchase-review-page .featured-boxes {
    margin-top: 20px;
}

body .purchase-review-page .featured-box.featured-box-primary {
    border: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
}

body .purchase-review-page .featured-box.featured-box-primary .box-content {
    padding: 0;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
    overflow-x: auto;
}

body .purchase-review-page table.table {
    margin-bottom: 0;
    min-width: 760px;
}

body .purchase-review-page table.table thead th {
    border-bottom: 0;
    background: #eff6ff;
    color: #17365d;
    font-size: 13px;
    font-weight: 850;
}

body .purchase-review-page table.table tbody td {
    color: #475569;
    vertical-align: middle;
}

body .purchase-review-page .lead,
body .purchase-review-page h6,
body .purchase-review-page p {
    color: #475569;
    font-size: 15px;
    line-height: 1.68;
}

body .purchase-review-page ul.lead {
    margin: 14px 0 22px;
    padding: 18px 22px 18px 42px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #f8fbff;
}

body .purchase-review-page ul.lead li {
    margin-bottom: 8px;
}

body .purchase-review-page .visuals {
    margin: 8px 0 18px;
    padding: 12px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f172a 0%, #0369a1 100%) !important;
    box-shadow: 0 16px 32px rgba(15, 23, 42, .14);
}

body .purchase-review-page .visuals p {
    margin: 0;
    color: #ffffff !important;
    font-weight: 700;
}

body .purchase-review-page #compraDirecta,
body .purchase-review-page #compra3DS {
    margin: 10px 0 18px;
    padding: 18px 20px;
    border: 1px solid #bfdbfe;
    border-left: 5px solid #0ea5e9;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
}

body .purchase-review-page #compraDirecta h6,
body .purchase-review-page #compra3DS h6 {
    margin: 0 0 10px;
    color: #334155;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
}

body .purchase-review-page #compraDirecta h6:last-child,
body .purchase-review-page #compra3DS h6:last-child {
    margin-bottom: 0;
}

body .purchase-review-page #descargar {
    margin-top: 12px;
    margin-bottom: 24px !important;
}

body .purchase-review-page .purchase-review-payment {
    margin: 24px 0 32px !important;
    padding: clamp(18px, 3vw, 30px) !important;
    border: 1px solid #dbeafe !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(37, 99, 235, .08), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 251, 255, .98) 100%) !important;
    box-shadow: 0 24px 56px rgba(15, 23, 42, .11);
}

body .purchase-review-page .purchase-review-payment > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body .purchase-review-page .purchase-review-payment__notice {
    margin: 0 0 20px !important;
    border: 1px solid rgba(191, 219, 254, .55);
    background: linear-gradient(135deg, #0f172a 0%, #0369a1 58%, #0f766e 100%) !important;
}

body .purchase-review-page .purchase-review-payment__notice p::before {
    content: "\f06a";
    margin-right: 8px;
    font-family: FontAwesome;
    font-weight: normal;
}

body .purchase-review-page .purchase-review-payment__summary {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 20px;
    padding: 18px !important;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
}

body .purchase-review-page .purchase-review-payment__brand,
body .purchase-review-page .purchase-review-payment__amount {
    float: none !important;
}

body .purchase-review-page .purchase-review-payment__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body .purchase-review-page .purchase-review-payment__brand img {
    max-width: 260px !important;
    max-height: 110px !important;
    box-shadow: none !important;
}

body .purchase-review-page .purchase-review-payment__amount {
    display: flex;
    min-height: 132px;
    flex-direction: column;
    justify-content: center;
}

body .purchase-review-page .purchase-review-payment__amount h2 {
    margin: 0 0 8px !important;
    color: #475569 !important;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .06em !important;
    text-transform: uppercase;
}

body .purchase-review-page .purchase-review-payment__amount h1 {
    margin: 0 0 10px !important;
}

body .purchase-review-page .purchase-review-payment__amount p {
    margin: 0;
    color: #64748b;
}

body .purchase-review-page .purchase-review-payment__reference {
    margin-bottom: 18px;
}

body .purchase-review-page .purchase-review-payment__reference h2 {
    display: flex;
    align-items: center;
    margin: 0 !important;
    color: #0f172a !important;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 800;
}

body .purchase-review-page .purchase-review-payment__reference h2::before {
    content: "\f02d";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 11px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0369a1;
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
}

body .purchase-review-page .purchase-review-payment__reference hr {
    margin: 16px 0 0;
    border-top-color: #dbeafe;
}

body .purchase-review-page .purchase-review-instructions {
    padding: 20px !important;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

body .purchase-review-page .purchase-review-instructions__title {
    margin: 0 0 14px !important;
    color: #0f172a !important;
    font-size: 16px !important;
    font-weight: 850;
    line-height: 1.35 !important;
}

body .purchase-review-page .purchase-review-instructions__title span,
body .purchase-review-page .purchase-review-instructions__title b {
    color: #0f172a !important;
}

body .purchase-review-page .purchase-review-instructions__title i {
    margin-right: 8px;
    margin-left: 8px;
    color: #0369a1;
}

body .purchase-review-page .purchase-review-instructions__list {
    margin: 0 0 16px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    counter-reset: tn-oxxo-step;
    list-style: none !important;
}

body .purchase-review-page .purchase-review-instructions__list li {
    position: relative;
    min-height: 46px;
    margin: 0 0 10px !important;
    padding: 13px 16px 13px 58px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #ffffff;
    color: #334155;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .05);
    font-size: 15px !important;
    font-weight: 520;
    line-height: 1.55 !important;
}

body .purchase-review-page .purchase-review-instructions__list li::before {
    counter-increment: tn-oxxo-step;
    content: counter(tn-oxxo-step);
    position: absolute;
    top: 12px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
}

body .purchase-review-page .purchase-review-instructions__success {
    float: none !important;
    width: 100%;
    padding: 15px 18px !important;
    border: 1px solid #bbf7d0 !important;
    border-left: 5px solid #16a34a !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

body .purchase-review-page .purchase-review-instructions__success p {
    margin: 0;
    color: #166534 !important;
    font-weight: 700;
}

body .purchase-review-page .purchase-review-instructions__success p::before {
    content: "\f00c";
    margin-right: 8px;
    font-family: FontAwesome;
    font-weight: normal;
}

@media (max-width: 767px) {
    body .purchase-review-page {
        padding-left: 14px;
        padding-right: 14px;
    }

    body .purchase-review-page > .row.responsive {
        padding: 18px 14px;
        border-radius: 14px;
    }

    body .purchase-review-page .purchase-review-result--card .purchase-review-result__header {
        align-items: stretch;
        flex-direction: column;
    }

    body .purchase-review-page .purchase-review-result--card .purchase-review-result__header > .col-md-8,
    body .purchase-review-page .purchase-review-result--card .purchase-review-result__header > .col-md-4 {
        width: 100%;
    }

    body .purchase-review-page .purchase-review-result--card .purchase-review-result__header > .col-md-4 {
        order: 1;
        margin-bottom: 16px;
    }

    body .purchase-review-page .purchase-review-result--card .purchase-review-result__header > .col-md-8 {
        order: 2;
    }

    body .purchase-review-page .purchase-review-result--card #imgevento {
        max-height: 190px;
    }

    body .purchase-review-page .purchase-review-result--card #h_resultado {
        max-width: 100%;
        padding: 12px 14px;
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 10px !important;
    }

    body .purchase-review-page #span_resultado {
        font-size: 17px;
        line-height: 1.2;
    }

    body .purchase-review-page #compraDirecta,
    body .purchase-review-page #compra3DS {
        box-sizing: border-box;
        width: calc(100% - 16px);
        margin: 14px auto 18px;
        padding: 14px 15px;
        border-left-width: 4px;
    }

    body .purchase-review-page #compraDirecta h6,
    body .purchase-review-page #compra3DS h6 {
        margin-bottom: 9px;
        font-size: 14px;
        line-height: 1.48;
    }

    body .purchase-review-page .purchase-review-result--oxxo .purchase-review-result__header,
    body .purchase-review-page .purchase-review-result--spei .purchase-review-result__header {
        align-items: stretch;
        flex-direction: column;
    }

    body .purchase-review-page .purchase-review-result--oxxo .purchase-review-result__header > .col-md-8,
    body .purchase-review-page .purchase-review-result--spei .purchase-review-result__header > .col-md-8 {
        order: 2;
        width: 100%;
    }

    body .purchase-review-page .purchase-review-result--oxxo .purchase-review-result__header > .col-md-4,
    body .purchase-review-page .purchase-review-result--spei .purchase-review-result__header > .col-md-4 {
        order: 1;
        width: 100%;
        margin-bottom: 16px;
    }

    body .purchase-review-page .purchase-review-result--oxxo #oxxo_imgevento,
    body .purchase-review-page .purchase-review-result--spei #spei_imgevento {
        max-height: 190px;
        margin: 0 auto;
        object-fit: contain;
    }

    body .purchase-review-page .purchase-review-result--oxxo #h_oxxo_resultado,
    body .purchase-review-page .purchase-review-result--spei #h_spei_resultado {
        max-width: 100%;
        margin-bottom: 0 !important;
    }

    body .purchase-review-page .purchase-review-result--willcall #h_resultadoWillCall {
        max-width: 100%;
        padding: 14px 15px;
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 10px !important;
    }

    body .purchase-review-page .purchase-review-result--willcall #h_codigoWillCall,
    body .purchase-review-page .purchase-review-result--willcall #span_resultadoWillcall {
        font-size: 20px;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    body .purchase-review-page [style*="padding-left: 60px"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body .purchase-review-page .purchase-review-payment__summary {
        display: block;
        padding: 14px !important;
    }

    body .purchase-review-page .purchase-review-payment__brand,
    body .purchase-review-page .purchase-review-payment__amount {
        width: 100%;
        min-height: auto;
    }

    body .purchase-review-page .purchase-review-payment__brand {
        margin-bottom: 14px;
        padding: 16px;
    }

    body .purchase-review-page .purchase-review-instructions {
        padding: 15px !important;
    }

    body .purchase-review-page .purchase-review-instructions__list li {
        padding-right: 13px;
        padding-left: 52px;
    }
}

body .shop .shop_table .quantity {
    display: inline-flex;
    align-items: stretch;
    width: 126px;
    height: 38px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: var(--tn-shadow-sm);
}

body .shop .shop_table .quantity input {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    transform: none !important;
}

body .shop .shop_table .quantity .minus,
body .shop .shop_table .quantity .plus {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    color: #0f172a;
    background: #f8fafc;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

body .shop .shop_table .quantity .minus:hover,
body .shop .shop_table .quantity .plus:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
}

body .shop .shop_table .quantity .qty {
    flex: 1 1 auto;
    width: 50px !important;
    min-width: 50px;
    height: 38px;
    min-height: 38px;
    padding: 0 !important;
    color: #0f172a;
    background: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
}

body .shop .shop_table .quantity .qty:focus {
    background: #ffffff;
    outline: 2px solid rgba(37, 99, 235, .16);
    outline-offset: -2px;
}

body .shop hr.tall {
    border-top-color: #e2e8f0;
}

body .tabs-product .nav-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    border: 0;
    margin-bottom: 12px;
}

body .tabs-product .nav-tabs > li {
    margin: 0;
}

body .tabs-product .nav-tabs > li > a {
    min-height: 44px;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    font-weight: 800;
    padding: 12px 16px;
    box-shadow: var(--tn-shadow-sm);
    transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body .tabs-product .nav-tabs > li > a:hover,
body .tabs-product .nav-tabs > li > a:focus {
    border-color: #60a5fa;
    background: #eff6ff;
    color: #1d4ed8;
    transform: translateY(-1px);
}

body .tabs-product .nav-tabs > li.active > a,
body .tabs-product .nav-tabs > li.active > a:hover,
body .tabs-product .nav-tabs > li.active > a:focus {
    border-color: #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .20);
}

body .tabs-product .tab-content {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--tn-shadow-sm);
}

body #header .header-nav-main nav > ul > li > a {
    border-radius: 8px;
    color: #334155;
    font-weight: 800;
    transition: background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body #header .header-nav-main nav > ul > li.open > a,
body #header .header-nav-main nav > ul > li:hover > a,
body #header .header-nav-main nav > ul > li.active > a {
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .18);
}

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
    overflow: hidden;
}

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #334155;
    font-weight: 700;
}

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus {
    background: #eff6ff;
    color: #1d4ed8;
}

body #contactForm {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(219, 227, 238, .95);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--tn-shadow-md);
    padding: 20px;
}

body #contactForm::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--tn-primary), var(--tn-accent), var(--tn-warm)) 1;
}

body #contactForm label {
    color: #263244;
    font-weight: 600;
}

body #contactForm .form-control {
    width: 100%;
    min-height: 48px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    font-size: 15px;
    padding: 12px 14px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .04);
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}

body #contactForm textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

body #contactForm .form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .13);
    outline: none;
    transform: translateY(-1px);
}

body #contactForm .btn-primary {
    min-height: 46px;
    border: 1px solid #1d4ed8;
    border-radius: 8px;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .20);
}

body #contactForm .btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #0f766e 100%);
    box-shadow: 0 14px 28px rgba(37, 99, 235, .24);
    transform: translateY(-1px);
}

body .tn-contact-page {
    padding-bottom: 56px;
}

body .tn-contact-page__form,
body .tn-contact-page__info {
    margin-top: 18px;
}

body .tn-contact-page__info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body .tn-contact-page__form > h2 {
    position: relative;
    margin: 0 0 18px !important;
    padding-left: 16px;
    color: #0f172a;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.18;
}

body .tn-contact-page__form > h2::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
}

body .tn-contact-intro,
body .tn-contact-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

body .tn-contact-intro {
    padding: 24px 26px;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, .98), rgba(255, 255, 255, .96) 48%, rgba(240, 253, 250, .92)),
        repeating-linear-gradient(135deg, rgba(37, 99, 235, .04) 0 1px, transparent 1px 18px);
}

body .tn-contact-intro::before,
body .tn-contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #2563eb 0%, #0284c7 55%, #0f766e 100%);
}

body .tn-contact-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 8px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .02em;
    padding: 4px 11px;
    text-transform: uppercase;
}

body .tn-contact-intro h4,
body .tn-contact-card h4 {
    margin: 0 0 12px;
    color: #0f172a !important;
    font-size: 24px;
    font-weight: 850;
    line-height: 1.18;
}

body .tn-contact-intro h4 strong,
body .tn-contact-card h4 strong {
    color: #0284c7;
}

body .tn-contact-intro p {
    max-width: 620px;
    margin: 0;
    color: #475569;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.72;
}

body .tn-contact-card {
    padding: 22px 24px;
}

body .tn-contact-card--soft {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body .tn-contact-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body .tn-contact-list li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 48px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgba(219, 234, 254, .88);
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

body .tn-contact-list__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%);
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(37, 99, 235, .18);
}

body .tn-contact-list strong {
    color: #0f172a;
    font-weight: 800;
}

body .tn-contact-list a {
    color: #0284c7;
    font-weight: 800;
}

body .tn-contact-list--hours .tn-contact-list__icon {
    background: linear-gradient(135deg, #0284c7 0%, #0f766e 100%);
}

body .shop select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 44px;
    background-image: linear-gradient(45deg, transparent 50%, #94a3b8 50%), linear-gradient(135deg, #94a3b8 50%, transparent 50%);
    background-position: calc(100% - 20px) 21px, calc(100% - 14px) 21px;
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

body .shop select::-ms-expand {
    display: none;
}

body .shop .select2-container .select2-choice {
    background-image: none !important;
    overflow: hidden;
}

body .shop .select2-container .select2-choice .select2-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #f8fafc !important;
}

body .shop .select2-container .select2-choice .select2-arrow b {
    display: none !important;
}

body .shop .select2-container .select2-choice .select2-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: translate(-50%, -65%) rotate(45deg);
}

body .shop .table-responsive {
    border: 0;
    border-radius: 8px;
}

body .shop .featured-box.featured-box-primary {
    border: 1px solid rgba(219, 227, 238, .95);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--tn-shadow-md);
    overflow: hidden;
}

body .shop .featured-box.featured-box-primary .box-content {
    position: relative;
    border-top: 0;
    padding: 22px 26px;
}

body .shop .featured-box.featured-box-primary .box-content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--tn-primary), var(--tn-accent), var(--tn-warm)) 1;
}

body .shop #lblsRadioPrecios,
body .shop #lblsRadioPreciosColor {
    margin-bottom: 16px;
}

body .shop #lblsRadioPrecios .feature-box.checkbox,
body .shop #lblsRadioPreciosColor .feature-box.checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 10px;
    align-items: stretch;
    padding: 10px;
    border: 1px solid #dbeafe;
    background: linear-gradient(135deg, #f8fafc, #eef6ff);
}

body .shop #lblsRadioPrecios .feature-box.checkbox label,
body .shop #lblsRadioPreciosColor .feature-box.checkbox label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 1.5px solid #dbe3ee;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px 12px;
    text-align: center;
    box-shadow: var(--tn-shadow-sm);
    transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body .shop #lblsRadioPrecios .feature-box.checkbox label:hover,
body .shop #lblsRadioPreciosColor .feature-box.checkbox label:hover,
body .shop #lblsRadioPrecios .feature-box.checkbox label:focus-within,
body .shop #lblsRadioPreciosColor .feature-box.checkbox label:focus-within {
    border-color: #60a5fa;
    background: #eff6ff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .14);
    transform: translateY(-1px);
}

body .shop #lblsRadioPrecios .feature-box.checkbox label:has(input:checked),
body .shop #lblsRadioPreciosColor .feature-box.checkbox label:has(input:checked) {
    border-color: #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
    box-shadow: 0 10px 22px rgba(37, 99, 235, .20);
}

body .shop #lblsRadioPrecios .feature-box.checkbox label:has(input:checked) strong,
body .shop #lblsRadioPreciosColor .feature-box.checkbox label:has(input:checked) strong {
    color: #ffffff;
}

body .shop #mensajePagoPaypal,
body .shop #mensajePagoSolo_Reservacion {
    width: 100%;
    justify-content: flex-start;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #f8fafc;
    padding: 12px 14px;
    color: #334155;
    font-weight: 700;
}

body .shop table.table,
body .shop table.shop_table,
body .shop #TablaBoletos,
body .shop #tabla_precios {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--tn-shadow-sm);
    overflow: hidden;
}

body .shop table.table > thead > tr > th,
body .shop table.shop_table > thead > tr > th,
body .shop #TablaBoletos > thead > tr > th,
body .shop #tabla_precios > thead > tr > th {
    border: 0;
    border-bottom: 1px solid #cbd5e1;
    background: #eef6ff;
    color: #1f3a5f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 13px 12px;
    vertical-align: middle;
}

body .shop table.table > tbody > tr > td,
body .shop table.shop_table > tbody > tr > td,
body .shop #TablaBoletos > tbody > tr > td,
body .shop #tabla_precios > tbody > tr > td {
    border-top: 1px solid #eef2f7;
    color: #475569;
    font-weight: 600;
    padding: 13px 12px;
    vertical-align: middle;
}

body .shop table.table > tbody > tr:nth-child(even) > td,
body .shop table.shop_table > tbody > tr:nth-child(even) > td,
body .shop #TablaBoletos > tbody > tr:nth-child(even) > td,
body .shop #tabla_precios > tbody > tr:nth-child(even) > td {
    background: #fbfdff;
}

body .shop table.table > tbody > tr:hover > td,
body .shop table.shop_table > tbody > tr:hover > td,
body .shop #TablaBoletos > tbody > tr:hover > td,
body .shop #tabla_precios > tbody > tr:hover > td {
    background: #f0f7ff;
}

body .section-primary #MenuCategoriasNav,
body #MenuCategoriasNav.sort-source,
body .sort-source.nav-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 10px;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--tn-shadow-sm);
}

body #demos.section-primary.section-center {
    background: linear-gradient(135deg, #f8fafc 0%, #eef6ff 100%) !important;
}

body #MenuCategoriasNav.sort-source > li,
body .sort-source.nav-pills > li {
    margin: 0;
}

body #MenuCategoriasNav.sort-source > li > a,
body .sort-source.nav-pills > li > a {
    min-height: 42px;
    border: 1.5px solid #dbe3ee;
    border-radius: 8px;
    background: #ffffff;
    color: #334155 !important;
    font-weight: 800;
    padding: 10px 18px;
    box-shadow: var(--tn-shadow-sm);
    transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body #MenuCategoriasNav.sort-source > li > a:hover,
body #MenuCategoriasNav.sort-source > li > a:focus,
body .sort-source.nav-pills > li > a:hover,
body .sort-source.nav-pills > li > a:focus {
    border-color: #60a5fa;
    background: #eff6ff;
    color: #1d4ed8 !important;
    transform: translateY(-1px);
}

body #MenuCategoriasNav.sort-source > li.active > a,
body #MenuCategoriasNav.sort-source > li.active > a:hover,
body #MenuCategoriasNav.sort-source > li.active > a:focus,
body .sort-source.nav-pills > li.active > a,
body .sort-source.nav-pills > li.active > a:hover,
body .sort-source.nav-pills > li.active > a:focus {
    border-color: #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .20);
}

body #MenuCategoriasNav.sort-source > li.active > a::after,
body .sort-source.nav-pills > li.active > a::after {
    display: none !important;
}

@media only screen and (width <= 767px) {
    body .shop #divFormaPago,
    body .shop #form-checkout {
        border-radius: 8px;
        padding: 14px;
    }

    body .shop .payment-countdown {
        align-items: flex-start;
        gap: 12px;
        margin: 14px 0 18px;
        padding: 14px;
        border-radius: 12px;
    }

    body .shop .payment-countdown__icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: 19px;
    }

    body .shop .payment-countdown__copy {
        display: block;
        font-size: 14px;
    }

    body .shop .payment-countdown__time {
        display: flex;
        width: fit-content;
        min-width: 112px;
        margin: 4px 0;
        font-size: 24px;
    }

    body .shop .payment-methods-grid {
        gap: 12px;
    }

    body .shop .checkbox:not(.feature-box),
    body .shop .remember-box {
        padding: 10px 12px;
    }

    body .shop .featured-box.featured-box-primary .box-content {
        padding: 16px 14px;
    }

    body .shop table.table,
    body .shop table.shop_table,
    body .shop #TablaBoletos,
    body .shop #tabla_precios {
        min-width: 760px;
    }

    body .shop .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body .section-primary #MenuCategoriasNav,
    body #MenuCategoriasNav.sort-source,
    body .sort-source.nav-pills {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    body #MenuCategoriasNav.sort-source > li,
    body .sort-source.nav-pills > li {
        flex: 0 0 auto;
    }
}

/* TicketNauta polish pass */
body label.error,
body #contactForm label.error,
body #contactForm .form-group label.error,
body #contactForm label.error[generated],
body #contactForm label[id^="LBL_"],
body #contactForm span[style*="color:red"],
body .shop label.error,
body .shop label[id^="LBL_"],
body .shop label[id^="LBL_"] span,
body .shop #errorCompruebaEmails,
body .shop #errorCompruebaEmails span {
    color: #dc2626 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

body .form-control.error,
body #contactForm .form-control.error,
body .shop .form-control.error {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, .12) !important;
}

body .shop #contentSVGZONAS {
    overflow-x: auto !important;
    overflow-y: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body .shop #contentSVGZONAS::-webkit-scrollbar,
body .shop #SVGZONAS::-webkit-scrollbar,
body #MenuCategoriasNav::-webkit-scrollbar {
    display: none;
}

body .shop #SVGZONAS,
body #MenuCategoriasNav {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body .shop #tabla_precios > tbody > tr[style*="background-color"] > td,
body .shop #tabla_precios > tbody > tr[style*="background-color"] > td b {
    background-color: transparent !important;
    color: inherit !important;
}

body .shop #tabla_precios > tbody > tr[style*="background-color"] > td {
    border-top-color: rgba(255, 255, 255, .18);
}

body .shop #tabla_precios > tbody > tr[style*="background-color"]:hover > td {
    background-color: rgba(255, 255, 255, .08) !important;
}

body .shop #tabla_precios > tbody > tr[style*="background-color"]:first-child > td {
    border-top-color: transparent;
}

body .shop #tablaBoletos,
body .shop #TablaBoletos,
body .shop #tabla_precios {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

body .shop #tablaBoletos > thead > tr > th,
body .shop #TablaBoletos > thead > tr > th,
body .shop #tabla_precios > thead > tr > th {
    background: linear-gradient(180deg, #f0f7ff 0%, #e6f0fb 100%);
    color: #17345a;
    font-size: 13px;
    font-weight: 700;
}

body .shop #tablaBoletos > tbody > tr > td,
body .shop #TablaBoletos > tbody > tr > td {
    color: #334155;
    font-weight: 500;
}

body .shop #lblsRadioPrecios,
body .shop #lblsRadioPreciosColor {
    padding-left: 0;
    padding-right: 0;
}

body .shop #lblsRadioPrecios .feature-box.checkbox,
body .shop #lblsRadioPreciosColor .feature-box.checkbox {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    border: 1px solid #dbeafe;
    background: linear-gradient(135deg, rgba(248, 250, 252, .95), rgba(239, 246, 255, .95));
    padding: 12px;
}

body .shop #lblsRadioPrecios .feature-box.checkbox label,
body .shop #lblsRadioPreciosColor .feature-box.checkbox label {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 58px;
    justify-content: flex-start;
    gap: 10px;
    overflow: visible;
    padding: 12px 14px;
    text-align: left;
    white-space: normal;
}

body .shop #lblsRadioPrecios .feature-box.checkbox label[hidden],
body .shop #lblsRadioPreciosColor .feature-box.checkbox label[hidden] {
    display: none !important;
}

body .shop #lblsRadioPrecios .feature-box.checkbox label input,
body .shop #lblsRadioPreciosColor .feature-box.checkbox label input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: none;
}

body .shop #lblsRadioPrecios .feature-box.checkbox label strong,
body .shop #lblsRadioPreciosColor .feature-box.checkbox label strong {
    display: block;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

body .shop #lblsRadioPrecios .payment-method-label,
body .shop #lblsRadioPreciosColor .payment-method-label {
    display: flex;
    min-height: 58px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

body .shop #lblsRadioPrecios .payment-method-logo,
body .shop #lblsRadioPreciosColor .payment-method-logo {
    display: block;
    flex: 0 0 auto;
    max-width: 76px;
    max-height: 28px;
    object-fit: contain;
}

body .shop #lblsRadioPrecios .payment-method-logo--cards,
body .shop #lblsRadioPreciosColor .payment-method-logo--cards {
    max-width: 92px;
}

body .shop #lblsRadioPrecios .payment-method-logo--paypal,
body .shop #lblsRadioPreciosColor .payment-method-logo--paypal {
    max-width: 82px;
}

body .shop #lblsRadioPrecios .payment-method-logo--applepay,
body .shop #lblsRadioPreciosColor .payment-method-logo--applepay {
    max-width: 70px;
}

body .shop #lblsRadioPrecios .feature-box.checkbox label:has(input:checked),
body .shop #lblsRadioPreciosColor .feature-box.checkbox label:has(input:checked) {
    border-color: #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
}

body .shop #mensajePagoSolo_Reservacion,
body .shop #labelMensajePagoPaypal {
    display: block;
    width: 100%;
    margin: 12px 0 6px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #f8fbff;
    color: #24364f;
    font-weight: 600;
    line-height: 1.45;
    padding: 12px 14px;
}

body .shop #mensajePagoSolo_Reservacion[hidden],
body .shop #labelMensajePagoPaypal[hidden],
body .shop #mensajePagoPaypal[hidden] {
    display: none !important;
}

body #demos.section-primary.section-center {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #dbeafe;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%) !important;
    padding: 18px 0 !important;
}

body #demos .col-md-12 {
    display: flex;
    justify-content: center;
}

body .section-primary #MenuCategoriasNav,
body #MenuCategoriasNav.sort-source,
body .sort-source.nav-pills {
    width: auto;
    max-width: 100%;
    gap: 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

body #MenuCategoriasNav.sort-source > li > a,
body .sort-source.nav-pills > li > a {
    position: relative;
    min-width: 128px;
    min-height: 48px;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    color: #1e293b !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}

body #MenuCategoriasNav.sort-source > li > a:hover,
body #MenuCategoriasNav.sort-source > li > a:focus,
body .sort-source.nav-pills > li > a:hover,
body .sort-source.nav-pills > li > a:focus {
    border-color: #93c5fd;
    background: #f8fbff;
    color: #1d4ed8 !important;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .12);
}

body #MenuCategoriasNav.sort-source > li.active > a,
body #MenuCategoriasNav.sort-source > li.active > a:hover,
body #MenuCategoriasNav.sort-source > li.active > a:focus,
body .sort-source.nav-pills > li.active > a,
body .sort-source.nav-pills > li.active > a:hover,
body .sort-source.nav-pills > li.active > a:focus {
    border-color: #1d4ed8;
    background: #ffffff !important;
    color: #0f172a !important;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .16);
}

body #MenuCategoriasNav.sort-source > li.active > a::before,
body .sort-source.nav-pills > li.active > a::before {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 7px;
    left: 12px;
    height: 3px;
    border-radius: 8px;
    background: linear-gradient(90deg, #2563eb, #0f766e);
}

body .tabs-product .nav-tabs {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 0;
    margin: 0 0 14px;
}

body .tabs-product .nav-tabs > li > a {
    position: relative;
    min-height: 48px;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #ffffff;
    color: #1e293b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

body .tabs-product .nav-tabs > li.active > a,
body .tabs-product .nav-tabs > li.active > a:hover,
body .tabs-product .nav-tabs > li.active > a:focus {
    border-color: #60a5fa;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .14);
}

body .tabs-product .nav-tabs > li.active > a::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 7px;
    left: 12px;
    height: 3px;
    border-radius: 8px;
    background: linear-gradient(90deg, #2563eb, #0f766e);
}

body .tabs-product .tab-content {
    overflow: hidden;
}

body .shop #divWrapperPagar #divPrecio {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
    padding: 18px;
}

body .shop #divWrapperPagar #divPrecio .heading-primary {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none !important;
}

body .shop #divWrapperPagar #divPrecio .heading-primary::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 24px;
    margin-right: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, #2563eb, #0f766e);
    vertical-align: -5px;
}

body .shop .cart-totals {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

body .shop .cart-totals th,
body .shop .cart-totals td {
    border: 0;
    border-bottom: 1px solid #edf2f7;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    padding: 12px 10px;
    vertical-align: middle;
}

body .shop .cart-totals th strong,
body .shop .cart-totals td strong {
    font-weight: 600;
}

body .shop .cart-totals td {
    color: #1e293b;
    text-align: right;
    white-space: nowrap;
}

body .shop .cart-totals tr.total th,
body .shop .cart-totals tr.total td {
    border-bottom: 0;
    background: #f8fbff;
    color: #0f172a;
    padding-top: 16px;
    padding-bottom: 16px;
}

body .shop .cart-totals .amountSub {
    color: #334155;
    font-weight: 600;
}

body .shop .cart-totals .amount {
    color: #0478b8;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
}

body .shop #divWrapperPagar #btnPagar,
body .shop #divWrapperPagar #btnPagarPayPal {
    width: 100%;
}

body .shop .btn,
body #contactForm .btn-primary,
body .shop .payment-option-card__title,
body .shop .payment-option-card__hint,
body .tabs-product .nav-tabs > li > a,
body #MenuCategoriasNav.sort-source > li > a,
body .sort-source.nav-pills > li > a {
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    body .shop #lblsRadioPrecios .feature-box.checkbox,
    body .shop #lblsRadioPreciosColor .feature-box.checkbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    body .shop #lblsRadioPrecios .feature-box.checkbox,
    body .shop #lblsRadioPreciosColor .feature-box.checkbox {
        grid-template-columns: 1fr;
    }

    body .shop #lblsRadioPrecios .payment-method-label,
    body .shop #lblsRadioPreciosColor .payment-method-label {
        min-height: 48px;
    }

    body .shop #tablaBoletos,
    body .shop #TablaBoletos,
    body .shop #tabla_precios {
        min-width: 760px;
    }

    body .tabs-product .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    body .tabs-product .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    body .tabs-product .nav-tabs > li {
        flex: 0 0 auto;
    }

    body #demos .col-md-12 {
        justify-content: flex-start;
    }

    body .section-primary #MenuCategoriasNav,
    body #MenuCategoriasNav.sort-source,
    body .sort-source.nav-pills {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

/* Final mobile checkout and category menu overrides */
body #demos.section-primary.section-center {
    border-top: 0;
    border-bottom: 1px solid #dbeafe;
    background: #ffffff !important;
    padding: 16px 0 24px !important;
}

body #demos .col-md-12 {
    justify-content: center;
}

body #demos #MenuCategoriasNav.sort-source,
body #demos .sort-source.nav-pills {
    display: inline-flex;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    padding: 0 0 10px;
}

body #demos #MenuCategoriasNav.sort-source > li,
body #demos .sort-source.nav-pills > li {
    position: relative;
    margin: 0;
}

body #demos #MenuCategoriasNav.sort-source > li > a,
body #demos .sort-source.nav-pills > li > a {
    position: relative;
    min-width: 132px;
    min-height: 44px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #ffffff !important;
    color: #1e3a5f !important;
    box-shadow: 0 8px 18px rgba(37, 99, 235, .08);
    padding: 11px 18px;
}

body #demos #MenuCategoriasNav.sort-source > li > a:hover,
body #demos #MenuCategoriasNav.sort-source > li > a:focus,
body #demos .sort-source.nav-pills > li > a:hover,
body #demos .sort-source.nav-pills > li > a:focus {
    border-color: #93c5fd;
    background: #f8fbff !important;
    color: #1d4ed8 !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .12);
    transform: translateY(-1px);
}

body #demos #MenuCategoriasNav.sort-source > li.active > a,
body #demos #MenuCategoriasNav.sort-source > li.active > a:hover,
body #demos #MenuCategoriasNav.sort-source > li.active > a:focus,
body #demos .sort-source.nav-pills > li.active > a,
body #demos .sort-source.nav-pills > li.active > a:hover,
body #demos .sort-source.nav-pills > li.active > a:focus {
    border-color: #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .20);
}

body #demos #MenuCategoriasNav.sort-source > li.active > a::before,
body #demos .sort-source.nav-pills > li.active > a::before {
    display: none !important;
}

body #demos #MenuCategoriasNav.sort-source > li.active > a::after,
body #demos .sort-source.nav-pills > li.active > a::after {
    content: "";
    position: absolute;
    right: auto;
    bottom: -10px;
    left: 50%;
    display: block !important;
    width: 0;
    height: 0;
    border-top: 10px solid #0284c7;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-radius: 0;
    background: transparent !important;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    body .shop .payment-methods-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body .shop .payment-option-card {
        width: 100%;
        min-height: 0;
    }

    body #demos .col-md-12 {
        justify-content: flex-start;
    }

    body #demos #MenuCategoriasNav.sort-source,
    body #demos .sort-source.nav-pills {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 14px;
    }
}

/* Checkout/event final refinements */
body #demos.section-primary.section-center {
    border-top: 1px solid #d7e7f8;
    border-bottom: 1px solid #c8def5;
    background: linear-gradient(180deg, #f8fbff 0%, #eaf4ff 100%) !important;
    padding: 18px 0 22px !important;
}

body .section-primary #MenuCategoriasNav,
body #MenuCategoriasNav.sort-source,
body .sort-source.nav-pills {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    gap: 10px;
    border: 1px solid rgba(147, 197, 253, .55);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 10px 24px rgba(30, 64, 175, .10);
    padding: 8px;
}

body #MenuCategoriasNav.sort-source > li,
body .sort-source.nav-pills > li {
    position: relative;
}

body #MenuCategoriasNav.sort-source > li > a,
body .sort-source.nav-pills > li > a {
    min-width: 132px;
    min-height: 44px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #ffffff !important;
    color: #1e3a5f !important;
    box-shadow: 0 6px 16px rgba(30, 64, 175, .07);
    padding: 11px 18px;
}

body #MenuCategoriasNav.sort-source > li > a:hover,
body #MenuCategoriasNav.sort-source > li > a:focus,
body .sort-source.nav-pills > li > a:hover,
body .sort-source.nav-pills > li > a:focus {
    border-color: #93c5fd;
    background: #f5fbff !important;
    color: #1d4ed8 !important;
    box-shadow: 0 10px 20px rgba(37, 99, 235, .12);
    transform: translateY(-1px);
}

body #MenuCategoriasNav.sort-source > li.active > a,
body #MenuCategoriasNav.sort-source > li.active > a:hover,
body #MenuCategoriasNav.sort-source > li.active > a:focus,
body .sort-source.nav-pills > li.active > a,
body .sort-source.nav-pills > li.active > a:hover,
body .sort-source.nav-pills > li.active > a:focus {
    border-color: #1d4ed8;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .20);
}

body #MenuCategoriasNav.sort-source > li.active > a::before,
body .sort-source.nav-pills > li.active > a::before {
    display: none !important;
}

body #MenuCategoriasNav.sort-source > li.active > a::after,
body .sort-source.nav-pills > li.active > a::after {
    content: "";
    position: absolute;
    right: auto;
    bottom: -9px;
    left: 50%;
    display: block !important;
    width: 0;
    height: 0;
    border-top: 9px solid #0284c7;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-radius: 0;
    background: transparent;
    transform: translateX(-50%);
}

body .shop .shop_table.cart thead,
body .shop .shop_table.cart thead tr {
    background: #eaf4ff !important;
}

body .shop .shop_table.cart thead th,
body .shop .shop_table.cart thead th[style*="display"] {
    background: #eaf4ff !important;
    color: #17345a !important;
}

body .shop .shop_table.cart thead th:nth-child(4) {
    color: #17345a !important;
}

@media only screen and (max-width: 767px) {
    body .shop .shop_table.cart thead th:nth-child(1),
    body .shop .shop_table.cart thead th:nth-child(2),
    body .shop .shop_table.cart thead th:nth-child(4) {
        background: #eaf4ff !important;
    }

    body #demos .col-md-12 {
        justify-content: flex-start;
    }

    body .section-primary #MenuCategoriasNav,
    body #MenuCategoriasNav.sort-source,
    body .sort-source.nav-pills {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

/* Mobile/event selection refinements */
body #header .header-btn-collapse-nav {
    border: 1px solid #dbe3ee !important;
    border-radius: 8px;
    background: #ffffff !important;
    color: #0f766e !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .10);
}

body #header .header-btn-collapse-nav i,
body #header .header-btn-collapse-nav .fa {
    color: inherit !important;
}

body #header .header-btn-collapse-nav:hover,
body #header .header-btn-collapse-nav:focus {
    border-color: #60a5fa !important;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%) !important;
    color: #ffffff !important;
}

body #demos.section-primary.section-center {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #dbe3ee;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
    padding: 16px 0 !important;
}

body #demos .col-md-12 {
    justify-content: center;
}

body .section-primary #MenuCategoriasNav,
body #MenuCategoriasNav.sort-source,
body .sort-source.nav-pills {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    gap: 4px;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 8px 18px rgba(15, 23, 42, .06);
    padding: 6px;
}

body #MenuCategoriasNav.sort-source > li > a,
body .sort-source.nav-pills > li > a {
    min-width: 0;
    min-height: 40px;
    border: 0;
    border-radius: 6px;
    background: transparent !important;
    color: #334155 !important;
    box-shadow: none;
    padding: 10px 18px;
}

body #MenuCategoriasNav.sort-source > li > a:hover,
body #MenuCategoriasNav.sort-source > li > a:focus,
body .sort-source.nav-pills > li > a:hover,
body .sort-source.nav-pills > li > a:focus {
    background: #ffffff !important;
    color: #0f766e !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .08);
    transform: none;
}

body #MenuCategoriasNav.sort-source > li.active > a,
body #MenuCategoriasNav.sort-source > li.active > a:hover,
body #MenuCategoriasNav.sort-source > li.active > a:focus,
body .sort-source.nav-pills > li.active > a,
body .sort-source.nav-pills > li.active > a:hover,
body .sort-source.nav-pills > li.active > a:focus {
    background: linear-gradient(135deg, #0f172a 0%, #0f766e 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

body #MenuCategoriasNav.sort-source > li.active > a::before,
body .sort-source.nav-pills > li.active > a::before,
body #MenuCategoriasNav.sort-source > li.active > a::after,
body .sort-source.nav-pills > li.active > a::after {
    display: none !important;
}

body .shop .shop_table.cart {
    table-layout: fixed;
}

body .shop .shop_table.cart th:nth-child(1),
body .shop .shop_table.cart td:nth-child(1) {
    width: 62px;
}

body .shop .shop_table.cart th:nth-child(4),
body .shop .shop_table.cart td:nth-child(4) {
    width: 150px;
    text-align: center;
}

body .shop .shop_table.cart .quantity {
    max-width: 126px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    body .shop #contentSVGZONAS {
        height: auto !important;
        min-height: 148px;
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }

    body .shop #contentSVGZONAS.tn-svg-asientos-activo {
        height: 68vh !important;
        min-height: 320px;
        max-height: 620px;
        overflow-x: auto !important;
        overflow-y: auto !important;
    }

    body .shop #SVGZONAS {
        width: 100%;
        overflow: visible;
    }

    body .shop .shop_table.cart {
        min-width: 0 !important;
        width: 100%;
        table-layout: fixed;
    }

    body .shop .shop_table.cart th:nth-child(1),
    body .shop .shop_table.cart td:nth-child(1) {
        width: 46px;
        padding-left: 8px;
        padding-right: 6px;
    }

    body .shop .shop_table.cart th:nth-child(2),
    body .shop .shop_table.cart td:nth-child(2) {
        width: auto;
        padding-left: 6px;
        padding-right: 8px;
    }

    body .shop .shop_table.cart th:nth-child(4),
    body .shop .shop_table.cart td:nth-child(4) {
        width: 120px;
        min-width: 120px;
        padding-left: 4px;
        padding-right: 6px;
    }

    body .shop .shop_table.cart .product-thumbnail img,
    body .shop .shop_table.cart td:nth-child(1) img {
        width: 34px !important;
        height: 34px !important;
        object-fit: cover;
    }

    body .shop .shop_table.cart .quantity {
        width: 112px;
        height: 36px;
    }

    body .shop .shop_table.cart .quantity .minus,
    body .shop .shop_table.cart .quantity .plus {
        flex-basis: 34px;
        width: 34px;
        height: 36px;
        min-height: 36px;
    }

    body .shop .shop_table.cart .quantity .qty {
        width: 44px !important;
        min-width: 44px;
        height: 36px;
        min-height: 36px;
        line-height: 36px;
    }

    body .shop .shop_table.cart #SPAN_Descripcion {
        display: block;
        font-size: 13px;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    body #demos .col-md-12 {
        justify-content: flex-start;
    }

    body .section-primary #MenuCategoriasNav,
    body #MenuCategoriasNav.sort-source,
    body .sort-source.nav-pills {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

/* Checkout summary and home carousel limits */
body .shop #divWrapperPagar #divPrecio {
    border: 1px solid #dbeafe !important;
    border-radius: 8px;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
    padding: 18px !important;
}

body .shop #divWrapperPagar #divPrecio .heading-primary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px !important;
    color: #0284c7 !important;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none !important;
}

body .shop #divWrapperPagar #divPrecio .heading-primary::before {
    content: "";
    flex: 0 0 8px;
    display: block;
    width: 8px;
    height: 28px;
    margin: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #2563eb, #0284c7);
}

body .shop #divWrapperPagar .cart-totals,
body .shop #divWrapperPagar .cart-totals tbody {
    display: block;
    width: 100%;
}

body .shop #divWrapperPagar .cart-totals {
    border: 1px solid #e2e8f0 !important;
    border-collapse: separate;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
    overflow: hidden;
}

body .shop #divWrapperPagar .cart-totals tr {
    display: grid;
    grid-template-columns: minmax(124px, 1fr) minmax(0, auto);
    align-items: center;
    width: 100%;
}

body .shop #divWrapperPagar .cart-totals tr[hidden] {
    display: none !important;
}

body .shop #divWrapperPagar .cart-totals th,
body .shop #divWrapperPagar .cart-totals td {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 56px;
    border: 0 !important;
    border-bottom: 1px solid #edf2f7 !important;
    padding: 13px 12px !important;
    line-height: 1.25;
}

body .shop #divWrapperPagar .cart-totals th {
    color: #475569 !important;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    white-space: normal;
}

body .shop #divWrapperPagar .cart-totals td {
    justify-content: flex-end;
    color: #0f172a !important;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
}

body .shop #divWrapperPagar .cart-totals th strong,
body .shop #divWrapperPagar .cart-totals td strong {
    font-weight: 600;
}

body .shop #divWrapperPagar .cart-totals tr.total {
    grid-template-columns: minmax(84px, max-content) minmax(0, 1fr);
    column-gap: 10px;
    background: #f8fbff;
}

body .shop #divWrapperPagar .cart-totals tr.total th,
body .shop #divWrapperPagar .cart-totals tr.total td {
    min-height: 66px;
    border-bottom: 0 !important;
    background: transparent !important;
}

body .shop #divWrapperPagar .cart-totals .amountSub {
    color: #334155 !important;
    font-weight: 600;
}

body .shop #divWrapperPagar .cart-totals .amount {
    display: block;
    width: 100%;
    color: #0284c7 !important;
    font-size: clamp(22px, 2.4vw, 29px);
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
    overflow-wrap: anywhere;
    white-space: normal;
}

body #Carrusel {
    max-width: 1900px;
    max-height: 500px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

body #Carrusel .carousel-inner,
body #Carrusel .carousel-inner > .item,
body #Carrusel .item,
body #Carrusel .rev_slider_wrapper,
body #Carrusel .rev_slider,
body #Carrusel .tp-banner,
body #Carrusel .tp-banner-container,
body #Carrusel .tp-revslider-mainul,
body #Carrusel .tp-revslider-mainul > li {
    max-height: 500px !important;
}

body #Carrusel img,
body #Carrusel .tp-bgimg {
    max-height: 500px !important;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 420px) {
    body .shop #divWrapperPagar #divPrecio {
        padding: 14px !important;
    }

    body .shop #divWrapperPagar .cart-totals tr {
        grid-template-columns: minmax(112px, 1fr) minmax(0, auto);
    }

    body .shop #divWrapperPagar .cart-totals th,
    body .shop #divWrapperPagar .cart-totals td {
        min-height: 54px;
        padding: 12px 10px !important;
    }

    body .shop #divWrapperPagar .cart-totals tr.total {
        grid-template-columns: 1fr;
        row-gap: 4px;
    }

    body .shop #divWrapperPagar .cart-totals tr.total th,
    body .shop #divWrapperPagar .cart-totals tr.total td {
        min-height: auto;
        width: 100%;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    body .shop #divWrapperPagar .cart-totals tr.total td {
        justify-content: flex-end;
        padding-top: 0 !important;
    }

    body .shop #divWrapperPagar .cart-totals .amount {
        font-size: 24px;
    }
}

/* Keep checkout payment options fixed while only the selected-ticket table scrolls */
body .shop .checkout-selection-box {
    overflow: visible !important;
}

body .shop .ticket-table-scroll {
    width: 100%;
    margin-top: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    -webkit-overflow-scrolling: touch;
}

body .shop .ticket-table-scroll #tablaBoletos {
    margin-bottom: 0;
}

body .shop .checkout-selection-box #lblsRadioPrecios,
body .shop .checkout-selection-box #mensajePagoSolo_Reservacion,
body .shop .checkout-selection-box #labelMensajePagoPaypal {
    position: relative;
    z-index: 1;
}

/* General admission quantity must remain visible on mobile */
body .shop #SVGZONAS .shop_table.cart {
    width: 100%;
    min-width: 0 !important;
    table-layout: fixed;
}

body .shop #SVGZONAS .shop_table.cart th,
body .shop #SVGZONAS .shop_table.cart td {
    vertical-align: middle;
}

body .shop #SVGZONAS .shop_table.cart .product-thumbnail {
    width: 58px !important;
}

body .shop #SVGZONAS .shop_table.cart .product-name {
    width: auto !important;
}

body .shop #SVGZONAS .shop_table.cart .product-quantity {
    display: table-cell !important;
    width: 138px !important;
    min-width: 138px !important;
    text-align: center;
}

body .shop #SVGZONAS .shop_table.cart td.product-quantity .quantity {
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    body .shop .ticket-table-scroll {
        border: 1px solid #dbe3ee;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
    }

    body .shop .ticket-table-scroll #tablaBoletos {
        min-width: 760px !important;
    }

    body .shop #SVGZONAS .shop_table.cart {
        width: 100% !important;
        min-width: 0 !important;
    }

    body .shop #SVGZONAS .shop_table.cart .product-thumbnail {
        width: 44px !important;
        min-width: 44px !important;
    }

    body .shop #SVGZONAS .shop_table.cart .product-name {
        width: auto !important;
        min-width: 0 !important;
    }

    body .shop #SVGZONAS .shop_table.cart .product-quantity {
        display: table-cell !important;
        width: 124px !important;
        min-width: 124px !important;
        background: #eaf4ff !important;
        color: #17345a !important;
    }

    body .shop #SVGZONAS .shop_table.cart td.product-quantity {
        background: #ffffff !important;
    }

    body .shop #SVGZONAS .shop_table.cart .quantity {
        width: 112px;
        max-width: 112px;
    }
}

/* Home panorama hero */
body #Carrusel {
    --tn-hero-image: none;
    position: relative;
    isolation: isolate;
    width: 100vw !important;
    max-width: none !important;
    height: clamp(300px, calc(100vw * 500 / 1900), 500px);
    min-height: 260px;
    max-height: 500px;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #17345a 52%, #0284c7 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .16);
}

body #Carrusel::before {
    content: "";
    position: absolute;
    inset: -24px;
    z-index: 0;
    background-image: var(--tn-hero-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(22px);
    opacity: 0;
    transform: scale(1.08);
}

body #Carrusel.tn-hero-has-image::before {
    opacity: .48;
}

body #Carrusel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, .50) 0%, rgba(15, 23, 42, .08) 22%, rgba(15, 23, 42, .08) 78%, rgba(15, 23, 42, .50) 100%),
        radial-gradient(circle at 18% 50%, rgba(2, 132, 199, .28), transparent 32%),
        radial-gradient(circle at 82% 50%, rgba(37, 99, 235, .24), transparent 30%);
    pointer-events: none;
}

body #Carrusel .carousel-inner,
body #Carrusel .carousel-inner > .item,
body #Carrusel .item,
body #Carrusel .rev_slider_wrapper,
body #Carrusel .forcefullwidth_wrapper_tp_banner,
body #Carrusel .rev_slider,
body #Carrusel .tp-banner,
body #Carrusel .tp-banner-container,
body #Carrusel .fullwidthbanner-container,
body #Carrusel .tp-revslider-mainul,
body #Carrusel .tp-revslider-mainul > li {
    height: 100% !important;
    max-height: none !important;
}

body #Carrusel .carousel-inner,
body #Carrusel .rev_slider_wrapper,
body #Carrusel .forcefullwidth_wrapper_tp_banner,
body #Carrusel .tp-banner-container,
body #Carrusel .fullwidthbanner-container {
    position: relative;
    z-index: 1;
    width: 100vw !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: hidden;
}

body #Carrusel img,
body #Carrusel .carousel-inner > .item > img,
body #Carrusel .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: 100% !important;
    max-height: none !important;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
    object-position: center;
}

body #Carrusel .tp-bgimg {
    max-height: none !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

body #Carrusel .carousel-control {
    z-index: 3;
    width: 88px;
    background: none !important;
    opacity: 1;
    text-shadow: none;
}

body #Carrusel .carousel-control .glyphicon-chevron-left,
body #Carrusel .carousel-control .glyphicon-chevron-right {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    background: rgba(15, 23, 42, .34);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
    color: #ffffff;
    font-size: 22px;
    line-height: 42px;
}

body #demos.section-primary.section-center {
    margin-top: 0 !important;
    border-top: 1px solid rgba(37, 99, 235, .18);
    border-bottom: 1px solid #cfe0f2;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
    padding: 18px 0 20px !important;
}

body #homeOverview.portfolio-list {
    margin-top: 0 !important;
    padding-top: 36px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 58%, #ffffff 100%);
}

@media only screen and (max-width: 991px) {
    body #Carrusel {
        min-height: 230px;
    }

    body #Carrusel .carousel-control {
        width: 68px;
    }
}

@media only screen and (max-width: 767px) {
    body #Carrusel {
        height: 220px;
        min-height: 220px;
    }

    body #Carrusel::before {
        filter: blur(16px);
        opacity: .36;
    }

    body #Carrusel .carousel-control {
        width: 52px;
    }

    body #Carrusel .carousel-control .glyphicon-chevron-left,
    body #Carrusel .carousel-control .glyphicon-chevron-right {
        width: 36px;
        height: 36px;
        margin-top: -18px;
        font-size: 18px;
        line-height: 34px;
    }

    body #demos.section-primary.section-center {
        padding: 14px 0 16px !important;
    }

    body #homeOverview.portfolio-list {
        padding-top: 24px;
    }
}

/* Home categories and event cards inspired by modern ticketing layouts */
body #demos.section-primary.section-center {
    border: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    padding: 28px 0 18px !important;
}

body #demos .container {
    width: min(100%, 1320px);
}

body #demos .col-md-12 {
    display: block !important;
    text-align: left;
}

body #demos .col-md-12::after {
    content: none;
    display: none;
}

body #demos #MenuCategoriasNav.sort-source,
body #demos .sort-source.nav-pills {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 22px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    overflow-x: auto;
    padding: 0 0 2px;
}

body #demos #MenuCategoriasNav.sort-source > li,
body #demos .sort-source.nav-pills > li {
    flex: 0 0 auto;
    margin: 0 !important;
}

body #demos #MenuCategoriasNav.sort-source > li > a,
body #demos .sort-source.nav-pills > li > a {
    min-height: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #d1d5db !important;
    font-size: clamp(26px, 2.6vw, 38px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 !important;
    text-transform: none;
}

body #demos #MenuCategoriasNav.sort-source > li > a:hover,
body #demos #MenuCategoriasNav.sort-source > li > a:focus,
body #demos .sort-source.nav-pills > li > a:hover,
body #demos .sort-source.nav-pills > li > a:focus {
    color: #94a3b8 !important;
    transform: none;
}

body #demos #MenuCategoriasNav.sort-source > li.active > a,
body #demos #MenuCategoriasNav.sort-source > li.active > a:hover,
body #demos #MenuCategoriasNav.sort-source > li.active > a:focus,
body #demos .sort-source.nav-pills > li.active > a,
body #demos .sort-source.nav-pills > li.active > a:hover,
body #demos .sort-source.nav-pills > li.active > a:focus {
    background: linear-gradient(90deg, #7c3aed 0%, #ec4899 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    box-shadow: none !important;
}

body #demos #MenuCategoriasNav.sort-source > li.active > a::before,
body #demos #MenuCategoriasNav.sort-source > li.active > a::after,
body #demos .sort-source.nav-pills > li.active > a::before,
body #demos .sort-source.nav-pills > li.active > a::after {
    display: none !important;
}

body #homeOverview.portfolio-list {
    width: min(100%, 1320px);
    margin-right: auto !important;
    margin-left: auto !important;
    background: #ffffff !important;
    padding: 28px 15px 72px;
}

body #homeOverview .tn-event-card {
    padding: 0 16px 34px !important;
}

body #homeOverview .tn-event-card__item {
    text-align: left !important;
}

body #homeOverview .tn-event-card__link {
    display: block;
    color: #0f172a;
    text-decoration: none !important;
}

body #homeOverview .tn-event-card__media,
body #homeOverview .tn-event-card__media .thumb-info-wrapper {
    display: block;
    border: 0;
    border-radius: 16px 16px 0 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

body #homeOverview .tn-event-card__media {
    margin-bottom: 0 !important;
}

body #homeOverview .tn-event-card__media img,
body #homeOverview .tn-event-card__media .thumb-info-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform .22s ease, filter .22s ease;
}

body #homeOverview .tn-event-card__link:hover .tn-event-card__media img {
    filter: saturate(1.06);
    transform: scale(1.025);
}

body #homeOverview .tn-event-card__content {
    display: block;
    padding: 8px 8px 0;
}

body #homeOverview .tn-event-card__venue {
    display: block;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

body #homeOverview .tn-event-card__date {
    display: block;
    margin-bottom: 4px;
    color: #ec4899;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
}

body #homeOverview .tn-event-card__title {
    margin: 0 !important;
    color: #080b25;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.12;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
    body #demos.section-primary.section-center {
        padding: 22px 0 14px !important;
    }

    body #demos #MenuCategoriasNav.sort-source,
    body #demos .sort-source.nav-pills {
        gap: 16px;
    }

    body #demos .col-md-12::after {
        font-size: 16px;
    }

    body #homeOverview.portfolio-list {
        padding-top: 22px;
    }

    body #homeOverview .tn-event-card {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
}

/* Final Ticketnauta home tuning */
body #demos .tn-category-carousel {
    position: relative;
    padding-right: 104px;
}

body #demos #MenuCategoriasNav.sort-source,
body #demos .sort-source.nav-pills {
    padding: 0 0 14px;
    scroll-behavior: smooth;
}

body #demos #MenuCategoriasNav.sort-source > li > a,
body #demos .sort-source.nav-pills > li > a {
    position: relative;
    color: #cbd5e1 !important;
    font-size: 34px;
}

body #demos #MenuCategoriasNav.sort-source > li > a:hover,
body #demos #MenuCategoriasNav.sort-source > li > a:focus,
body #demos .sort-source.nav-pills > li > a:hover,
body #demos .sort-source.nav-pills > li > a:focus {
    color: #64748b !important;
}

body #demos #MenuCategoriasNav.sort-source > li.active > a,
body #demos #MenuCategoriasNav.sort-source > li.active > a:hover,
body #demos #MenuCategoriasNav.sort-source > li.active > a:focus,
body #demos .sort-source.nav-pills > li.active > a,
body #demos .sort-source.nav-pills > li.active > a:hover,
body #demos .sort-source.nav-pills > li.active > a:focus {
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

body #demos #MenuCategoriasNav.sort-source > li.active > a::after,
body #demos .sort-source.nav-pills > li.active > a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -14px;
    display: block !important;
    width: 0;
    height: 0;
    margin-right: -8px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 9px solid #0284c7;
}

body #demos #MenuCategoriasNav.sort-source > li.active > a::before,
body #demos .sort-source.nav-pills > li.active > a::before {
    display: none !important;
}

body #demos .tn-category-arrow {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
    line-height: 38px;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body #demos .tn-category-arrow:hover,
body #demos .tn-category-arrow:focus {
    border-color: #38bdf8;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(37, 99, 235, .22);
    transform: translateY(-1px);
}

body #demos .tn-category-arrow--prev {
    right: 52px;
}

body #demos .tn-category-arrow--next {
    right: 4px;
}

body #homeOverview .tn-event-card__link,
body #homeOverview .tn-event-card__media,
body #homeOverview .tn-event-card__content {
    width: 100%;
    max-width: 370px;
}

body #homeOverview .tn-event-card {
    display: flex;
    justify-content: center;
    width: 33.333333% !important;
}

body #homeOverview .tn-event-card__item {
    width: 370px;
    max-width: 100%;
}

body #homeOverview .tn-event-card__media,
body #homeOverview .tn-event-card__media .thumb-info-wrapper,
body #homeOverview .tn-event-card__media .thumb-info-image {
    display: block;
    width: 100%;
    max-width: 370px;
    height: auto;
    aspect-ratio: 37 / 22;
    max-height: 220px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

body #homeOverview .tn-event-card__media img,
body #homeOverview .tn-event-card__media .thumb-info-image img {
    width: 100%;
    height: 100%;
    max-width: 370px;
    max-height: 220px;
    aspect-ratio: 37 / 22;
    object-fit: cover;
}

body #homeOverview .tn-event-card__date {
    color: #0284c7;
}

body .shop #imgevento,
body .shop #googlemaps,
body .shop #contentSVGZONAS,
body .shop #SVGZONAS,
body .shop #SVGZONAS svg {
    border-radius: 16px;
}

body .shop #imgevento {
    display: block;
    width: 100%;
    max-width: 370px;
    max-height: 220px;
    height: auto;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

body .shop.tn-event-static,
body .shop .tn-event-static {
    padding-bottom: 34px;
}

body .shop .tn-event-static .featured-boxes {
    margin-bottom: 0;
}

body .shop .tn-event-static__media {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .shop .tn-event-static__summary .featured-box {
    margin-top: 0 !important;
}

body .shop .tn-event-static__summary .heading-primary {
    color: #0f172a !important;
    font-size: clamp(22px, 2.4vw, 32px);
    line-height: 1.18;
    letter-spacing: 0;
}

body .shop .tn-event-static__content {
    padding-top: 32px;
}

body .shop #contentSVGZONAS {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #dbeafe;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
    transform-origin: center center;
    will-change: transform, filter;
}

body .shop #contenedorBoletosSeleccionados,
body .shop .event-selection-box,
body .shop #contenedorTablaBoletosSeleccionados {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

body .shop #contentSVGZONAS.tn-map-bounce {
    animation: tn-map-bounce .58s cubic-bezier(.18,.82,.24,1.18);
}

body .shop #contentSVGZONAS + .btnRegresarSVG {
    margin-top: 22px;
}

body .shop .tn-map-zoom-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    display: flex;
    align-items: center;
    width: min(86%, 320px);
    padding: 16px 18px;
    border: 1px solid rgba(191, 219, 254, .96);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 54px rgba(15, 23, 42, .22);
    color: #0f172a;
    gap: 14px;
    opacity: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity .22s ease, transform .22s ease;
}

body .shop .tn-map-zoom-hint[hidden] {
    display: none;
}

body .shop .tn-map-zoom-hint.tn-map-zoom-hint--hidden {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.96);
}

body .shop .tn-map-zoom-hint__gesture {
    position: relative;
    flex: 0 0 72px;
    width: 72px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eff6ff 0%, #ecfeff 100%);
    box-shadow: inset 0 0 0 1px #dbeafe;
}

body .shop .tn-map-zoom-hint__gesture::before,
body .shop .tn-map-zoom-hint__gesture::after {
    content: "";
    position: absolute;
    top: 27px;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #2563eb;
    opacity: .65;
}

body .shop .tn-map-zoom-hint__gesture::before {
    left: 18px;
    transform: rotate(-25deg);
}

body .shop .tn-map-zoom-hint__gesture::after {
    right: 18px;
    transform: rotate(25deg);
}

body .shop .tn-map-zoom-hint__finger {
    position: absolute;
    top: 16px;
    width: 18px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #0891b2 100%);
    box-shadow: 0 8px 16px rgba(37, 99, 235, .25);
    animation: tn-map-pinch 1.65s ease-in-out infinite;
}

body .shop .tn-map-zoom-hint__finger--left {
    left: 18px;
    transform: rotate(-18deg);
}

body .shop .tn-map-zoom-hint__finger--right {
    right: 18px;
    transform: rotate(18deg);
    animation-name: tn-map-pinch-reverse;
}

body .shop .tn-map-zoom-hint--desktop .tn-map-zoom-hint__gesture {
    width: 66px;
    height: 62px;
}

body .shop .tn-map-zoom-hint--desktop .tn-map-zoom-hint__gesture::before {
    top: 12px;
    left: 24px;
    width: 18px;
    height: 34px;
    border: 2px solid #2563eb;
    border-radius: 999px;
    background: transparent;
    opacity: 1;
    transform: none;
}

body .shop .tn-map-zoom-hint--desktop .tn-map-zoom-hint__gesture::after {
    top: 20px;
    right: 31px;
    width: 2px;
    height: 10px;
    border-radius: 999px;
    background: #2563eb;
    opacity: 1;
    transform: none;
}

body .shop .tn-map-zoom-hint--desktop .tn-map-zoom-hint__finger {
    top: auto;
    bottom: 10px;
    left: 21px;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #0891b2;
    box-shadow: none;
    animation: tn-map-wheel-bar 1.45s ease-in-out infinite;
}

body .shop .tn-map-zoom-hint--desktop .tn-map-zoom-hint__finger--right {
    display: none;
}

body .shop .tn-map-zoom-hint__title {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

body .shop .tn-map-zoom-hint__text {
    color: #475569;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.3;
}

@keyframes tn-map-pinch {
    0%, 100% {
        transform: translateX(0) rotate(-18deg);
    }

    48% {
        transform: translateX(-10px) rotate(-24deg);
    }
}

@keyframes tn-map-pinch-reverse {
    0%, 100% {
        transform: translateX(0) rotate(18deg);
    }

    48% {
        transform: translateX(10px) rotate(24deg);
    }
}

@keyframes tn-map-wheel-bar {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(13px);
    }
}

@keyframes tn-map-bounce {
    0% {
        filter: saturate(.96);
        transform: scale(.965);
    }

    52% {
        filter: saturate(1.08);
        transform: scale(1.025);
    }

    74% {
        transform: scale(.992);
    }

    100% {
        filter: saturate(1);
        transform: scale(1);
    }
}

body .shop .tn-zoom-control {
    display: flex;
    align-items: center;
    width: min(100%, 560px);
    margin: 12px auto 16px;
    padding: 10px 14px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .10);
    gap: 12px;
}

body .shop .tn-zoom-control__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    font-size: 14px;
    box-shadow: inset 0 0 0 1px #dbeafe;
}

body .shop .event-prices-box,
body .shop .event-selection-box {
    width: 100%;
    overflow: visible;
}

body .shop .event-prices-box #lblsRadioPreciosColor,
body .shop .event-prices-box #lblsRadioPrecios,
body .shop .event-selection-box #lblsRadioPrecios,
body .shop .event-selection-box > .col-md-12,
body .shop .event-prices-box > .col-md-12 {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

body .shop .event-prices-box .ticket-table-scroll,
body .shop .event-selection-box .ticket-table-scroll {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

body .shop .ticket-table-scroll #TablaBoletos,
body .shop .ticket-table-scroll #tablaBoletos,
body .shop .ticket-table-scroll #tabla_precios {
    min-width: 920px;
    margin-bottom: 0;
}

body .shop #sliderBar {
    -webkit-appearance: none;
    appearance: none;
    flex: 1 1 auto;
    width: 100%;
    height: 30px;
    margin: 0;
    background: transparent;
    accent-color: #0284c7;
}

body .shop #sliderBar::-webkit-slider-runnable-track {
    height: 10px;
    border: 1px solid rgba(14, 165, 233, .20);
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 55%, #06b6d4 100%);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .16);
}

body .shop #sliderBar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    margin-top: -9px;
    border: 4px solid #0284c7;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .28);
    cursor: pointer;
}

body .shop #sliderBar::-moz-range-track {
    height: 10px;
    border: 1px solid rgba(14, 165, 233, .20);
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 55%, #06b6d4 100%);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .16);
}

body .shop #sliderBar::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border: 4px solid #0284c7;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .28);
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    body .shop .tabs-product .nav-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px;
        width: 100%;
        margin: 0 0 12px !important;
        padding: 8px 4px 12px !important;
        border: 0 !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    body .shop .tabs-product .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    body .shop .tabs-product .nav-tabs > li {
        float: none !important;
        flex: 0 0 auto;
        margin: 0 !important;
        scroll-snap-align: start;
    }

    body .shop .tabs-product .nav-tabs > li > a {
        display: block;
        min-width: max-content;
        padding: 11px 16px !important;
        border: 1px solid #dbeafe !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #334155 !important;
        white-space: nowrap;
        box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
    }

    body .shop .tabs-product .nav-tabs > li.active > a,
    body .shop .tabs-product .nav-tabs > li.active > a:hover,
    body .shop .tabs-product .nav-tabs > li.active > a:focus {
        border-color: transparent !important;
        background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 12px 26px rgba(37, 99, 235, .22);
    }

    body .shop .tabs-product .nav-tabs > li.active > a::after {
        display: none !important;
    }

    body .shop .tabs-product .tab-content {
        overflow: visible;
        padding: 16px 10px;
    }

    body .shop .event-prices-box .ticket-table-scroll,
    body .shop .event-selection-box .ticket-table-scroll {
        border-radius: 12px;
        box-shadow: inset 0 0 0 1px #e2e8f0;
    }

    body #demos .tn-category-carousel {
        padding-right: 88px;
    }

    body #demos #MenuCategoriasNav.sort-source > li > a,
    body #demos .sort-source.nav-pills > li > a {
        font-size: 28px;
    }

    body #demos .tn-category-arrow {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }

    body #demos .tn-category-arrow--prev {
        right: 46px;
    }

    body #demos .tn-category-arrow--next {
        right: 4px;
    }

    body #homeOverview .tn-event-card {
        width: 100% !important;
    }

    body #homeOverview .tn-event-card__link,
    body #homeOverview .tn-event-card__media,
    body #homeOverview .tn-event-card__media .thumb-info-wrapper,
    body #homeOverview .tn-event-card__media .thumb-info-image,
    body #homeOverview .tn-event-card__media img,
    body #homeOverview .tn-event-card__media .thumb-info-image img,
    body #homeOverview .tn-event-card__content {
        width: 100%;
        max-width: 370px;
    }

    body #homeOverview .tn-event-card__media,
    body #homeOverview .tn-event-card__media .thumb-info-wrapper,
    body #homeOverview .tn-event-card__media .thumb-info-image,
    body #homeOverview .tn-event-card__media img,
    body #homeOverview .tn-event-card__media .thumb-info-image img {
        height: auto;
        max-height: 220px;
        aspect-ratio: 37 / 22;
    }

    body .shop .tn-zoom-control {
        width: calc(100% - 24px);
        padding: 8px 10px;
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body .shop #contentSVGZONAS.tn-map-bounce {
        animation: none;
    }
}

/* Event cards - Ticketnauta checkout-style listing */
body #homeOverview.portfolio-list {
    width: min(100%, 1260px);
    padding: 30px 14px 76px;
    background: #ffffff !important;
}

body #homeOverview .tn-event-card {
    display: flex;
    justify-content: center;
    width: 33.333333% !important;
    padding: 0 12px 36px !important;
}

body #homeOverview .tn-event-card__item {
    width: 370px;
    max-width: 100%;
    text-align: left !important;
}

body #homeOverview .tn-event-card__link {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 370px;
    min-height: 100%;
    color: #0f172a;
    text-decoration: none !important;
    border-radius: 18px;
    transition: transform .22s ease, filter .22s ease;
}

body #homeOverview .tn-event-card__media,
body #homeOverview .tn-event-card__media .thumb-info-wrapper,
body #homeOverview .tn-event-card__media .thumb-info-image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 370px;
    height: 220px;
    border: 0 !important;
    border-radius: 18px;
    background: #eaf4fb;
    box-shadow: none !important;
    overflow: hidden;
}

body #homeOverview .tn-event-card__media::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 52%;
    background: linear-gradient(180deg, rgba(15,23,42,0) 0%, rgba(15,23,42,.70) 100%);
    pointer-events: none;
    opacity: .88;
}

body #homeOverview .tn-event-card__media img,
body #homeOverview .tn-event-card__media .thumb-info-image img {
    display: block;
    width: 100%;
    max-width: 370px;
    height: 220px;
    max-height: 220px;
    aspect-ratio: 37 / 22;
    object-fit: cover;
    object-position: center;
    transform: scale(1.001);
    transition: transform .26s ease, filter .26s ease;
}

body #homeOverview .tn-event-card__date-badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    max-width: calc(100% - 28px);
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 999px;
    background: rgba(3, 105, 161, .92);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .20);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

body #homeOverview .tn-event-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 370px;
    min-height: 138px;
    padding: 12px 4px 0;
}

body #homeOverview .tn-event-card__venue {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

body #homeOverview .tn-event-card__date {
    display: none !important;
}

body #homeOverview .tn-event-card__title {
    margin: 0 !important;
    min-height: 44px;
    color: #090b24;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: none;
}

body #homeOverview .tn-event-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #0369a1;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .10);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
}

body #homeOverview .tn-event-card__cta::before {
    content: "\f145";
    margin-right: 8px;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 1;
}

body #homeOverview .tn-event-card__cta::after {
    content: "\f105";
    margin-left: 9px;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
}

body #homeOverview .tn-event-card__link:hover {
    transform: translateY(-4px);
}

body #homeOverview .tn-event-card__link:hover .tn-event-card__media img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.045);
}

body #homeOverview .tn-event-card__link:hover .tn-event-card__cta {
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(37, 99, 235, .24);
    transform: translateY(-1px);
}

body #homeOverview .evento-proximamente-etiqueta {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .78);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    body #homeOverview.portfolio-list {
        padding: 24px 12px 54px;
    }

    body #homeOverview .tn-event-card {
        width: 100% !important;
        padding: 0 0 30px !important;
    }

    body #homeOverview .tn-event-card__item,
    body #homeOverview .tn-event-card__link,
    body #homeOverview .tn-event-card__media,
    body #homeOverview .tn-event-card__media .thumb-info-wrapper,
    body #homeOverview .tn-event-card__media .thumb-info-image,
    body #homeOverview .tn-event-card__media img,
    body #homeOverview .tn-event-card__media .thumb-info-image img,
    body #homeOverview .tn-event-card__content {
        width: 100%;
        max-width: 370px;
    }

    body #homeOverview .tn-event-card__media,
    body #homeOverview .tn-event-card__media .thumb-info-wrapper,
    body #homeOverview .tn-event-card__media .thumb-info-image,
    body #homeOverview .tn-event-card__media img,
    body #homeOverview .tn-event-card__media .thumb-info-image img {
        height: auto;
        max-height: none;
        aspect-ratio: 37 / 22;
    }

    body #homeOverview .tn-event-card__venue {
        font-size: 15px;
    }

    body #homeOverview .tn-event-card__title {
        font-size: 18px;
    }
}

/* 404 */
body .tn-error-shell {
    min-height: 100vh;
    background: #ffffff;
}

body .tn-error-shell__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    padding: 18px 16px;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, .94);
    text-decoration: none !important;
}

body .tn-error-shell__brand img {
    display: block;
    width: auto;
    max-width: 210px;
    height: auto;
    max-height: 38px;
}

body .tn-page-not-found {
    min-height: 54vh;
    margin: 0;
    padding: 78px 0 86px;
    background:
        radial-gradient(circle at 18% 12%, rgba(37, 99, 235, .11) 0, rgba(37, 99, 235, 0) 28%),
        radial-gradient(circle at 82% 16%, rgba(14, 165, 233, .12) 0, rgba(14, 165, 233, 0) 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body .tn-page-not-found__card {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 42px 44px 40px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .12);
    overflow: hidden;
}

body .tn-page-not-found__visual {
    display: flex;
    justify-content: center;
    margin: -6px 0 18px;
}

body .tn-page-not-found__visual img {
    display: block;
    width: min(220px, 58vw);
    height: auto;
    max-height: 190px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(15, 23, 42, .16));
    animation: tnAstronautFloat 5.5s ease-in-out infinite;
}

body .tn-page-not-found__card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 56%, #0f766e 100%);
}

body .tn-page-not-found__code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-bottom: 20px;
    padding: 0 16px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0369a1;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .08em;
}

body .tn-page-not-found__card h1 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 34px;
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
}

body .tn-page-not-found__card p {
    max-width: 560px;
    margin: 0;
    color: #64748b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

body .tn-page-not-found__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

body .tn-page-not-found__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #ffffff;
    color: #0369a1;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .10);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body .tn-page-not-found__button--primary,
body .tn-page-not-found__button:hover,
body .tn-page-not-found__button:focus {
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(37, 99, 235, .24);
    transform: translateY(-1px);
}

@keyframes tnAstronautFloat {
    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-8px) rotate(1deg);
    }
}

body .page-header.tn-clean-page-header {
    margin: 0 0 26px;
    padding: 30px 0 10px;
    border: 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body .page-header.tn-clean-page-header::before,
body .page-header.tn-clean-page-header::after {
    display: none !important;
}

body .page-header.tn-clean-page-header h1 {
    margin: 0;
    color: #0f172a !important;
    font-size: clamp(28px, 2.4vw, 34px);
    font-weight: 780;
    line-height: 1.14;
    letter-spacing: 0 !important;
}

body .page-header.tn-clean-page-header h1::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: .95em;
    margin-right: 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #0284c7 56%, #0f766e 100%);
    vertical-align: -.12em;
}

@media only screen and (max-width: 767px) {
    body .tn-page-not-found {
        padding: 46px 0 58px;
    }

    body .tn-page-not-found__card {
        padding: 32px 24px 30px;
        border-radius: 14px;
    }

    body .tn-page-not-found__card h1 {
        font-size: 28px;
    }

    body .tn-page-not-found__actions {
        flex-direction: column;
    }

    body .tn-page-not-found__button {
        width: 100%;
    }
}

/* Sales points */
body .tn-sales-points {
    position: relative;
    margin: 34px 0 18px;
    padding: 8px 0 24px;
    text-align: left;
}

body .tn-sales-points__content {
    position: relative;
}

body .tn-sales-points__content > h2 {
    position: relative;
    max-width: 860px;
    margin: 0 0 22px !important;
    padding-left: 18px;
    color: #0f172a;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 650;
    line-height: 1.18;
    letter-spacing: 0;
}

body .tn-sales-points__content > h2::before {
    content: "";
    position: absolute;
    top: .15em;
    bottom: .18em;
    left: 0;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
}

body .tn-sales-points__content > h2 strong {
    color: #0369a1;
    font-weight: 850;
}

body .tn-sales-points__content > h2 + .row {
    margin-top: 0;
}

body .tn-sales-points__content > .row + h2 {
    margin-top: 48px !important;
}

body .tn-sales-points__content > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-right: 0;
    margin-left: 0;
}

body .tn-sales-points__content > .row > [class*="col-"] {
    position: relative;
    float: none;
    width: auto;
    min-height: 100%;
    padding: 24px 24px 22px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 251, 255, .96) 100%);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .09);
    overflow: hidden;
}

body .tn-sales-points__content > .row > [class*="col-"]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 55%, #0f766e 100%);
}

body .tn-sales-points h4.heading-primary {
    margin: 0 0 16px;
    color: #0f172a !important;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.25;
    letter-spacing: 0;
}

body .tn-sales-points h4.heading-primary a {
    color: inherit;
    text-decoration: none;
}

body .tn-sales-points ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body .tn-sales-points li {
    position: relative;
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: start;
    gap: 11px;
    margin: 0;
    color: #475569;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.48;
}

body .tn-sales-points li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    background: #eff6ff;
    color: #0369a1;
    font-size: 14px;
    line-height: 1;
}

body .tn-sales-points li strong {
    color: #0f172a;
    font-weight: 800;
}

body .tn-sales-points__content > .row > [class*="col-"]:hover {
    border-color: #bfdbfe;
    box-shadow: 0 24px 58px rgba(37, 99, 235, .14);
    transform: translateY(-2px);
}

body .tn-sales-points__content > .row > [class*="col-"],
body .tn-sales-points li i {
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease, color .22s ease;
}

body .tn-sales-points__content > .row > [class*="col-"]:hover li i {
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
    color: #ffffff;
}

body .call-to-action .tn-sales-points {
    margin-top: 18px;
}

body .call-to-action .tn-sales-points__content > h2 {
    margin-right: auto !important;
    margin-left: auto !important;
}

@media only screen and (max-width: 991px) {
    body .tn-sales-points__content > .row {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    body .tn-sales-points {
        margin: 22px 0 8px;
        padding-bottom: 14px;
    }

    body .tn-sales-points__content > h2 {
        padding-left: 14px;
        font-size: 27px;
    }

    body .tn-sales-points__content > .row {
        gap: 14px;
    }

    body .tn-sales-points__content > .row > [class*="col-"] {
        padding: 22px 18px 20px;
        border-radius: 14px;
    }

    body .tn-sales-points li {
        grid-template-columns: 30px 1fr;
        gap: 10px;
        font-size: 14px;
    }

    body .tn-sales-points li i {
        width: 30px;
        height: 30px;
        border-radius: 9px;
    }
}

/* Sales points layout correction */
body .tn-sales-points {
    width: 100%;
    max-width: 1180px;
    margin: 46px auto 22px;
    padding: 0 18px 22px;
}

body .tn-sales-points__content {
    width: 100%;
}

body .tn-sales-points__content > h2 {
    max-width: 980px;
    margin: 0 auto 24px !important;
    padding-left: 0;
    text-align: center;
}

body .tn-sales-points__content > h2::before {
    display: none;
}

body .tn-sales-points__content > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 1040px;
    margin: 0 auto !important;
    gap: 22px;
}

body .tn-sales-points__content > .row::before,
body .tn-sales-points__content > .row::after {
    display: none !important;
    content: none !important;
}

body .tn-sales-points__content > .row > [class*="col-"] {
    width: 100% !important;
    max-width: none;
    min-width: 0;
}

body .tn-sales-points__content > .row > .col-md-12 {
    grid-column: 1 / -1;
}

body .tn-sales-points__content > .row > .col-md-6 {
    grid-column: auto;
}

body .tn-sales-points li {
    display: block;
    min-height: 34px;
    padding-left: 45px;
}

body .tn-sales-points li i {
    position: absolute;
    top: 1px;
    left: 0;
}

body .tn-sales-points li strong {
    display: inline;
    margin-right: 4px;
}

@media only screen and (max-width: 991px) {
    body .tn-sales-points__content > .row {
        max-width: 680px;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    body .tn-sales-points {
        margin-top: 30px;
        padding-right: 14px;
        padding-left: 14px;
    }

    body .tn-sales-points__content > h2 {
        padding-left: 18px;
        text-align: left;
        font-size: 25px;
        line-height: 1.14;
    }

    body .tn-sales-points__content > h2::before {
        display: block;
        left: 0;
    }
}

/* Footer */
body #footer.tn-site-footer {
    position: relative;
    margin: 0;
    padding: 0 !important;
    border: 0;
    background:
        radial-gradient(circle at 12% 4%, rgba(37, 99, 235, .20) 0, rgba(37, 99, 235, 0) 30%),
        radial-gradient(circle at 86% 12%, rgba(14, 165, 233, .16) 0, rgba(14, 165, 233, 0) 32%),
        linear-gradient(180deg, #0b1424 0%, #07111f 58%, #050b14 100%);
    color: #dbeafe;
    overflow: hidden;
}

body #footer.tn-site-footer a {
    color: inherit;
    text-decoration: none;
}

body #footer.tn-site-footer a:hover,
body #footer.tn-site-footer a:focus {
    color: #ffffff;
    text-decoration: none;
}

body #footer.tn-site-footer .container {
    position: relative;
    z-index: 1;
}

body #footer .tn-site-footer__accent {
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 55%, #0f766e 100%);
}

body #footer .tn-site-footer__main {
    display: grid;
    grid-template-columns: 1.1fr 1.45fr 1fr 1.2fr;
    gap: 34px;
    padding: 46px 0 42px;
}

body #footer .tn-site-footer__brand {
    max-width: 260px;
}

body #footer .tn-site-footer__logo {
    display: inline-flex;
    align-items: center;
    max-width: 218px;
    margin-bottom: 16px;
}

body #footer .tn-site-footer__logo img {
    display: block;
    width: auto;
    max-width: 218px;
    max-height: 42px;
    filter: brightness(1.18) contrast(1.04);
}

body #footer .tn-site-footer__brand p {
    margin: 0;
    color: #9fb4ce;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

body #footer.tn-site-footer h4,
body #footer.tn-site-footer .tn-site-footer__section h4 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
}

body #footer .tn-site-footer__list,
body #footer .tn-site-footer__links,
body #footer .tn-site-footer__trust,
body #footer .tn-site-footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
}

body #footer .tn-site-footer__contact {
    display: grid;
    gap: 13px;
}

body #footer .tn-site-footer__contact li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 11px;
    color: #b7c7dd;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

body #footer .tn-site-footer__contact strong {
    color: #ffffff;
    font-weight: 750;
}

body #footer .tn-site-footer__contact a {
    color: #e0f2fe;
    font-weight: 700;
}

body #footer .tn-site-footer__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(125, 211, 252, .22);
    border-radius: 10px;
    background: rgba(14, 165, 233, .10);
    color: #7dd3fc;
}

body #footer .tn-site-footer__links {
    display: grid;
    gap: 10px;
}

body #footer .tn-site-footer__links a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 13px 9px 34px;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: #dbeafe;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
    transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

body #footer .tn-site-footer__links a::before {
    content: "\f105";
    position: absolute;
    left: 14px;
    font-family: FontAwesome;
    color: #7dd3fc;
}

body #footer .tn-site-footer__links a:hover,
body #footer .tn-site-footer__links a:focus {
    border-color: rgba(125, 211, 252, .38);
    background: rgba(14, 165, 233, .13);
    transform: translateX(3px);
}

body #footer .tn-site-footer__trust {
    display: grid;
    gap: 9px;
}

body #footer .tn-site-footer__trust li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 700;
}

body #footer .tn-site-footer__trust i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(37, 99, 235, .92), rgba(15, 118, 110, .92));
    color: #ffffff;
    font-size: 12px;
}

body #footer .tn-site-footer__trust .tn-site-footer__digital-icon::before {
    content: "\f0f6";
}

body #footer .tn-site-footer__social-title {
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}

body #footer .tn-site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body #footer .tn-site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(125, 211, 252, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #0369a1;
    box-shadow: 0 14px 30px rgba(2, 132, 199, .12);
    transition: background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body #footer .tn-site-footer__social a:hover,
body #footer .tn-site-footer__social a:focus {
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(14, 165, 233, .24);
    transform: translateY(-2px);
}

body #footer .tn-site-footer__bottom {
    border-top: 1px solid rgba(148, 163, 184, .14);
    background: rgba(2, 6, 23, .42);
}

body #footer .tn-site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 72px;
    padding: 18px 0;
}

body #footer .tn-site-footer__bottom p {
    margin: 0;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
}

body #footer .tn-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

body #footer .tn-site-footer__legal a {
    color: #dbeafe;
    font-size: 13px;
    font-weight: 800;
}

body #footer .tn-site-footer__legal a + a {
    position: relative;
    padding-left: 16px;
}

body #footer .tn-site-footer__legal a + a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    background: rgba(148, 163, 184, .36);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    body #footer .tn-site-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    body #footer .tn-site-footer__main {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 38px 0 34px;
    }

    body #footer .tn-site-footer__brand {
        max-width: none;
    }

    body #footer .tn-site-footer__contact li {
        grid-template-columns: 32px 1fr;
    }

    body #footer .tn-site-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        min-height: auto;
        padding: 22px 0;
    }

    body #footer .tn-site-footer__legal {
        justify-content: flex-start;
    }
}

/* Main menu */
body #header.header-narrow {
    border: 0;
    background: transparent;
}

body #header .header-body {
    min-height: 72px;
    border: 0;
    border-bottom: 1px solid rgba(226, 232, 240, .92);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: min-height .2s ease, box-shadow .2s ease, background .2s ease;
}

body.sticky-header-active #header .header-body,
body #header.sticky-header-active .header-body {
    min-height: 62px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .10);
}

body #header .header-container {
    min-height: 72px;
}

body #header .header-logo img {
    filter: saturate(1.02) contrast(1.04);
    transition: transform .2s ease, opacity .2s ease;
}

body #header .header-logo a:hover img,
body #header .header-logo a:focus img {
    transform: translateY(-1px);
}

body #header .header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

body #header .header-nav-main nav > ul#mainNav {
    display: flex;
    align-items: center;
    gap: 7px;
}

body #header .header-nav-main nav > ul > li {
    margin: 0;
}

body #header .header-nav-main nav > ul > li > a {
    position: relative;
    min-height: 40px;
    padding: 0 14px !important;
    border: 1px solid transparent;
    border-radius: 999px !important;
    background: transparent !important;
    color: #243044 !important;
    font-size: 13px;
    font-weight: 780;
    line-height: 40px;
    letter-spacing: .01em;
    text-transform: uppercase;
    box-shadow: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body #header .header-nav-main nav > ul > li > a .fa {
    margin-left: 5px;
    color: currentColor;
    font-size: 11px;
}

body #header .header-nav-main nav > ul > li > a.dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-right: 14px !important;
    line-height: 1.1;
}

body #header .header-nav-main nav > ul > li > a.dropdown-toggle > .fa {
    display: none !important;
}

body #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    position: static !important;
    display: inline-block;
    margin-left: 2px;
    color: currentColor;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    content: "\f107";
    transform: translateY(1px);
}

body #header .header-nav-main nav > ul > li.open > a,
body #header .header-nav-main nav > ul > li:hover > a {
    border-color: #bfdbfe;
    background: #eff6ff !important;
    color: #0369a1 !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .10);
    transform: translateY(-1px);
}

body #header .header-nav-main nav > ul > li.active > a,
body #header .header-nav-main nav > ul > li.active:hover > a,
body #header .header-nav-main nav > ul > li.active.open > a {
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 32px rgba(37, 99, 235, .24);
}

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    min-width: 250px;
    margin-top: 0;
    padding: 10px;
    border: 1px solid rgba(203, 213, 225, .88);
    border-radius: 14px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 56px rgba(15, 23, 42, .16);
    overflow: visible;
}

body #header .header-nav-main nav > ul > li.dropdown {
    position: relative;
}

body #header .header-nav-main nav > ul > li.dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1001;
    display: block;
    height: 4px;
    background: transparent;
}

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 28px;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(203, 213, 225, .88);
    border-left: 1px solid rgba(203, 213, 225, .88);
    background: rgba(255, 255, 255, .98);
    transform: rotate(45deg);
}

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
    margin: 0;
}

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li + li {
    margin-top: 4px;
}

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus {
    background: #eff6ff;
    color: #0369a1;
    transform: translateX(2px);
}

body #header .header-social-icons.social-icons {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 0 8px;
    padding-left: 11px;
    border-left: 1px solid #e2e8f0;
}

body #header .header-social-icons.social-icons li {
    margin: 0;
}

body #header .header-social-icons.social-icons li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: #334155 !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body #header .header-social-icons.social-icons li a:hover,
body #header .header-social-icons.social-icons li a:focus {
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
    color: #ffffff !important;
    box-shadow: 0 13px 26px rgba(37, 99, 235, .20);
    transform: translateY(-1px);
}

body #header .header-btn-collapse-nav {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 12px !important;
    background: #eff6ff !important;
    color: #0369a1 !important;
    box-shadow: 0 12px 26px rgba(37, 99, 235, .12);
}

body #header .header-btn-collapse-nav:hover,
body #header .header-btn-collapse-nav:focus {
    border-color: transparent !important;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%) !important;
    color: #ffffff !important;
}

/* About */
body .tn-about-page {
    position: relative;
    padding: clamp(34px, 5vw, 72px) 0;
    background:
        linear-gradient(180deg, rgba(248, 252, 255, .92), rgba(255, 255, 255, 1)),
        radial-gradient(circle at 18% 12%, rgba(37, 99, 235, .10), transparent 34%),
        radial-gradient(circle at 82% 26%, rgba(15, 118, 110, .10), transparent 30%);
    overflow: hidden;
}

body .tn-about-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: center;
    gap: clamp(26px, 5vw, 64px);
}

body .tn-about-content {
    position: relative;
    padding: clamp(22px, 4vw, 40px);
    border: 1px solid rgba(219, 234, 254, .95);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 24px 62px rgba(15, 23, 42, .10);
}

body .tn-about-content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-top: 4px solid transparent;
    border-radius: 16px;
    border-image: linear-gradient(90deg, #2563eb, #0284c7, #0f766e) 1;
}

body .tn-about-title {
    margin-bottom: 18px;
}

body .tn-about-title .word-rotator-title,
body .tn-about-title h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
}

body .tn-about-title strong.inverted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(190px, 21vw, 238px);
    min-height: 1.1em;
    padding: 4px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%) !important;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .22);
    overflow: hidden;
    vertical-align: middle;
}

body .tn-about-title .word-rotate,
body .tn-about-title .word-rotate-items {
    display: block !important;
    width: 100% !important;
    height: 1.15em !important;
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
}

body .tn-about-title .word-rotate-items {
    position: relative;
}

body .tn-about-title .word-rotate-items span {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

body .tn-about-copy h2 {
    margin: 0 0 14px;
    color: #0284c7;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 780;
    line-height: 1.18;
}

body .tn-about-copy hr.tall {
    width: 86px;
    height: 4px;
    margin: 0 0 22px !important;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #0284c7, #0f766e);
}

body .tn-about-copy p.lead {
    margin: 0 0 18px;
    color: #475569;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.72;
    text-align: left !important;
}

body .tn-about-copy p.lead:last-child {
    margin-bottom: 0;
}

body .tn-about-copy b,
body .tn-about-copy strong {
    color: #0f172a;
    font-weight: 780;
}

body .tn-about-copy span[style*="color:#0088cc"] b,
body .tn-about-copy span[style*="color: #0088cc"] b {
    color: #0284c7;
}

body .tn-about-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

body .tn-about-visual::before {
    content: "";
    position: absolute;
    inset: 34px 0 18px;
    border: 1px solid rgba(191, 219, 254, .90);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, .92), rgba(255, 255, 255, .72)),
        repeating-linear-gradient(135deg, rgba(37, 99, 235, .08) 0 1px, transparent 1px 18px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

body .tn-about-visual__image {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%, 380px);
    height: auto;
    filter: drop-shadow(0 24px 34px rgba(15, 23, 42, .20));
}

body .tn-about-visual__orb {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    opacity: .78;
    filter: blur(.2px);
}

body .tn-about-visual__orb--primary {
    top: 16%;
    right: 8%;
    width: 86px;
    height: 86px;
    background: rgba(37, 99, 235, .16);
}

body .tn-about-visual__orb--accent {
    bottom: 16%;
    left: 4%;
    width: 118px;
    height: 118px;
    background: rgba(15, 118, 110, .14);
}

@media only screen and (max-width: 1199px) {
    body #header .header-nav-main nav > ul#mainNav {
        gap: 4px;
    }

    body #header .header-nav-main nav > ul > li > a {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    body #header .header-container,
    body #header .header-body {
        min-height: 66px;
    }

    body #header .header-btn-collapse-nav {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    body #header .header-nav-main {
        position: absolute;
        top: calc(100% + 10px);
        right: 15px;
        left: 15px;
        max-height: calc(100vh - 92px);
        padding: 10px;
        border: 1px solid #dbeafe;
        border-radius: 16px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 24px 60px rgba(15, 23, 42, .18);
        overflow-x: hidden;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    body #header .header-nav-main::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    body #header .header-nav-main.collapse {
        display: none !important;
    }

    body #header .header-nav-main.collapse.in {
        display: block !important;
    }

    body #header .header-nav-main nav > ul#mainNav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        margin: 0;
    }

    body #header .header-nav-main nav > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 44px;
        padding: 0 14px !important;
        line-height: 44px;
    }

    body #header .header-nav-main nav > ul > li:not(.dropdown) > a,
    body #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
        justify-content: center;
        text-align: center;
    }

    body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        position: static;
        box-sizing: border-box;
        float: none;
        right: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 6px 0 8px !important;
        padding: 7px;
        border-radius: 12px;
        box-shadow: none;
    }

    html body #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    html body #header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu {
        margin-left: 0 !important;
    }

    body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }

    body #header .header-nav-main nav > ul > li.dropdown::after {
        display: none;
    }

body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu::before {
        display: none;
    }

    body .tn-about-shell {
        grid-template-columns: 1fr;
    }

    body .tn-about-visual {
        min-height: 320px;
    }

    body .tn-about-visual__image {
        width: min(78vw, 320px);
    }
}

@media only screen and (max-width: 575px) {
    body .tn-about-page {
        padding: 24px 0 38px;
    }

    body .tn-about-content {
        padding: 20px 18px;
        border-radius: 12px;
    }

    body .tn-about-content::before {
        border-radius: 12px;
    }

    body .tn-about-title .word-rotator-title,
    body .tn-about-title h2 {
        font-size: 28px;
    }

    body .tn-about-copy p.lead {
        font-size: 15px;
        line-height: 1.65;
    }

    body .tn-about-visual {
        min-height: 260px;
    }
}

/* Home hero and category rail polish */
body #Carrusel {
    height: clamp(280px, 24vw, 460px);
    min-height: 280px;
    max-height: 460px;
    background: #071827;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .18), 0 18px 44px rgba(15, 23, 42, .10);
}

body #Carrusel::after {
    background:
        linear-gradient(90deg, rgba(7, 24, 39, .72) 0%, rgba(7, 24, 39, .08) 18%, rgba(7, 24, 39, .04) 82%, rgba(7, 24, 39, .72) 100%),
        linear-gradient(180deg, rgba(7, 24, 39, 0) 62%, rgba(7, 24, 39, .22) 100%);
}

body #Carrusel .carousel-control {
    width: 82px;
}

body #Carrusel .carousel-control .glyphicon-chevron-left,
body #Carrusel .carousel-control .glyphicon-chevron-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border: 1px solid rgba(255, 255, 255, .40);
    background: rgba(15, 23, 42, .30);
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .22);
    font-size: 18px;
    line-height: 1;
    backdrop-filter: blur(10px);
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body #Carrusel .carousel-control:hover .glyphicon-chevron-left,
body #Carrusel .carousel-control:focus .glyphicon-chevron-left,
body #Carrusel .carousel-control:hover .glyphicon-chevron-right,
body #Carrusel .carousel-control:focus .glyphicon-chevron-right {
    border-color: rgba(255, 255, 255, .72);
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%);
    box-shadow: 0 22px 42px rgba(37, 99, 235, .28);
    transform: translateY(-1px);
}

body #Carrusel .carousel-indicators {
    right: 0;
    bottom: 16px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: 0;
    gap: 8px;
}

body #Carrusel .carousel-indicators li {
    width: 28px;
    height: 4px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .46);
    transition: width .2s ease, background .2s ease, box-shadow .2s ease;
}

body #Carrusel .carousel-indicators .active {
    width: 42px;
    height: 4px;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .16);
}

body #demos.section-primary.section-center {
    position: relative;
    z-index: 5;
    margin-top: -26px !important;
    padding: 0 16px 18px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body #demos .container {
    width: min(100%, 1040px);
}

body #demos .tn-category-carousel {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 96px 10px 18px;
    border: 1px solid rgba(219, 234, 254, .92);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 52px rgba(15, 23, 42, .12);
    backdrop-filter: blur(14px);
}

body #demos #MenuCategoriasNav.sort-source,
body #demos .sort-source.nav-pills {
    display: flex !important;
    align-items: center;
    flex: 1 1 auto;
    gap: 10px;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0 6px 8px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body #demos #MenuCategoriasNav.sort-source::-webkit-scrollbar,
body #demos .sort-source.nav-pills::-webkit-scrollbar {
    display: none;
}

body #demos #MenuCategoriasNav.sort-source > li,
body #demos .sort-source.nav-pills > li {
    flex: 0 0 auto;
    margin: 0 !important;
}

body #demos #MenuCategoriasNav.sort-source > li > a,
body #demos .sort-source.nav-pills > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #64748b !important;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body #demos #MenuCategoriasNav.sort-source > li > a:hover,
body #demos #MenuCategoriasNav.sort-source > li > a:focus,
body #demos .sort-source.nav-pills > li > a:hover,
body #demos .sort-source.nav-pills > li > a:focus {
    border-color: #dbeafe !important;
    background: #f8fbff !important;
    color: #0369a1 !important;
    transform: translateY(-1px);
}

body #demos #MenuCategoriasNav.sort-source > li.active > a,
body #demos #MenuCategoriasNav.sort-source > li.active > a:hover,
body #demos #MenuCategoriasNav.sort-source > li.active > a:focus,
body #demos .sort-source.nav-pills > li.active > a,
body #demos .sort-source.nav-pills > li.active > a:hover,
body #demos .sort-source.nav-pills > li.active > a:focus {
    border-color: transparent !important;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 58%, #0f766e 100%) !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .22);
}

body #demos #MenuCategoriasNav.sort-source > li.active > a::before,
body #demos .sort-source.nav-pills > li.active > a::before {
    display: none !important;
}

body #demos #MenuCategoriasNav.sort-source > li.active > a::after,
body #demos .sort-source.nav-pills > li.active > a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -10px;
    display: block !important;
    width: 0;
    height: 0;
    margin-right: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #0284c7;
}

body #demos .tn-category-arrow {
    top: 50%;
    width: 38px;
    height: 38px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
    line-height: 36px;
    transform: translateY(-50%);
}

body #demos .tn-category-arrow:hover,
body #demos .tn-category-arrow:focus {
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(37, 99, 235, .22);
    transform: translateY(-50%) translateY(-1px);
}

body #demos .tn-category-arrow--prev {
    right: 58px;
}

body #demos .tn-category-arrow--next {
    right: 14px;
}

body #homeOverview.portfolio-list {
    padding-top: 30px;
}

@media only screen and (max-width: 991px) {
    body #Carrusel {
        height: 260px;
        min-height: 260px;
    }

    body #demos .container {
        width: 100%;
    }

    body #demos .tn-category-carousel {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    body #Carrusel {
        height: 220px;
        min-height: 220px;
    }

    body #Carrusel .carousel-control {
        width: 54px;
    }

    body #Carrusel .carousel-control .glyphicon-chevron-left,
    body #Carrusel .carousel-control .glyphicon-chevron-right {
        width: 36px;
        height: 36px;
        margin-top: -18px;
        font-size: 15px;
    }

    body #Carrusel .carousel-indicators {
        bottom: 10px;
    }

    body #Carrusel .carousel-indicators li {
        width: 18px;
    }

    body #Carrusel .carousel-indicators .active {
        width: 30px;
    }

    body #demos.section-primary.section-center {
        margin-top: -18px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body #demos .tn-category-carousel {
        min-height: 58px;
        padding: 8px 82px 8px 10px;
        border-radius: 15px;
    }

    body #demos #MenuCategoriasNav.sort-source,
    body #demos .sort-source.nav-pills {
        gap: 7px;
        padding-bottom: 7px;
    }

    body #demos #MenuCategoriasNav.sort-source > li > a,
    body #demos .sort-source.nav-pills > li > a {
        min-height: 38px;
        padding: 0 13px !important;
        font-size: 14px;
    }

    body #demos .tn-category-arrow {
        width: 34px;
        height: 34px;
        line-height: 32px;
    }

    body #demos .tn-category-arrow--prev {
        right: 48px;
    }

    body #demos .tn-category-arrow--next {
        right: 10px;
    }
}

/* Home category rail - clean editorial version */
body #demos.section-primary.section-center {
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
    padding: 18px 0 14px !important;
    border-top: 1px solid #e7eef8 !important;
    border-bottom: 1px solid #dbeafe !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .04) !important;
}

body #demos .container {
    width: min(100%, 1260px);
}

body #demos .tn-category-carousel {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    min-height: 52px;
    margin: 0 auto;
    padding: 0 92px 0 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
}

body #demos #MenuCategoriasNav.sort-source,
body #demos .sort-source.nav-pills {
    display: flex !important;
    align-items: center;
    flex: 1 1 auto;
    gap: clamp(18px, 2vw, 34px);
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0 0 10px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body #demos #MenuCategoriasNav.sort-source::-webkit-scrollbar,
body #demos .sort-source.nav-pills::-webkit-scrollbar {
    display: none;
}

body #demos #MenuCategoriasNav.sort-source > li,
body #demos .sort-source.nav-pills > li {
    flex: 0 0 auto;
    margin: 0 !important;
}

body #demos #MenuCategoriasNav.sort-source > li > a,
body #demos .sort-source.nav-pills > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
    font-size: clamp(20px, 1.9vw, 28px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    transition: color .2s ease, transform .2s ease;
}

body #demos #MenuCategoriasNav.sort-source > li > a:hover,
body #demos #MenuCategoriasNav.sort-source > li > a:focus,
body #demos .sort-source.nav-pills > li > a:hover,
body #demos .sort-source.nav-pills > li > a:focus {
    color: #2563eb !important;
    transform: translateY(-1px);
}

body #demos #MenuCategoriasNav.sort-source > li.active > a,
body #demos #MenuCategoriasNav.sort-source > li.active > a:hover,
body #demos #MenuCategoriasNav.sort-source > li.active > a:focus,
body #demos .sort-source.nav-pills > li.active > a,
body #demos .sort-source.nav-pills > li.active > a:hover,
body #demos .sort-source.nav-pills > li.active > a:focus {
    background: transparent !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    color: #0f83cf !important;
    box-shadow: none !important;
}

body #demos #MenuCategoriasNav.sort-source > li.active > a::before,
body #demos .sort-source.nav-pills > li.active > a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    display: block !important;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 70%, #0f766e 100%);
}

body #demos #MenuCategoriasNav.sort-source > li.active > a::after,
body #demos .sort-source.nav-pills > li.active > a::after {
    display: none !important;
}

body #demos .tn-category-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #ffffff;
    color: #2563eb;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
    line-height: 1;
    transform: translateY(-50%);
    transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body #demos .tn-category-arrow:hover,
body #demos .tn-category-arrow:focus {
    border-color: transparent;
    background: #0f83cf;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 131, 207, .24);
    transform: translateY(-50%) translateY(-1px);
}

body #demos .tn-category-arrow--prev {
    right: 44px;
}

body #demos .tn-category-arrow--next {
    right: 0;
}

body #homeOverview.portfolio-list {
    padding-top: 28px;
}

body #homeOverview.portfolio-list.full-width-spaced {
    box-sizing: border-box;
    width: 80vw;
    max-width: none;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0;
    padding-left: 0;
}

body #homeOverview .tn-event-card__item {
    width: 463px;
}

body #homeOverview .tn-event-card__link,
body #homeOverview .tn-event-card__content,
body #homeOverview .tn-event-card__media,
body #homeOverview .tn-event-card__media .thumb-info-wrapper,
body #homeOverview .tn-event-card__media .thumb-info-image {
    max-width: 463px;
}

body #homeOverview .tn-event-card__media,
body #homeOverview .tn-event-card__media .thumb-info-wrapper,
body #homeOverview .tn-event-card__media .thumb-info-image,
body #homeOverview .tn-event-card__media img,
body #homeOverview .tn-event-card__media .thumb-info-image img {
    height: 275px;
    max-height: 275px;
}

body #homeOverview .tn-event-card__media img,
body #homeOverview .tn-event-card__media .thumb-info-image img {
    max-width: 463px;
}

body #homeOverview .evento-proximamente .tn-event-card__media,
body #homeOverview .evento-proximamente .tn-event-card__media .thumb-info-wrapper,
body #homeOverview .evento-proximamente .tn-event-card__media .thumb-info-image {
    background: linear-gradient(180deg, #eef2f7 0%, #d9dee6 48%, #7b8490 100%) !important;
}

body #homeOverview .evento-proximamente .tn-event-card__media img,
body #homeOverview .evento-proximamente .tn-event-card__media .thumb-info-image img,
body #homeOverview .evento-proximamente .tn-event-card__link:hover .tn-event-card__media img,
body #homeOverview .evento-proximamente .tn-event-card__link:hover .tn-event-card__media .thumb-info-image img {
    filter: grayscale(100%) contrast(1.08) brightness(.72) !important;
    -webkit-filter: grayscale(100%) contrast(1.08) brightness(.72) !important;
    transform: scale(1.001) !important;
}

body #homeOverview .evento-proximamente .tn-event-card__media::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, .74) 100%);
}

body #homeOverview .evento-proximamente .evento-proximamente-etiqueta {
    top: 50%;
    right: auto;
    left: 50%;
    display: block;
    box-sizing: border-box;
    width: 160%;
    min-height: 0;
    padding: 9px 0;
    border-top: 1px solid rgba(255, 255, 255, .45);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    border-left: 0;
    border-radius: 0;
    background: rgba(15, 23, 42, .78);
    backdrop-filter: blur(2px);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, -50%) rotate(-28deg);
    transform-origin: center center;
}

@media only screen and (max-width: 767px) {
    body #demos.section-primary.section-center {
        padding: 13px 12px 10px !important;
    }

    body #homeOverview.portfolio-list.full-width-spaced {
        width: calc(100vw - 24px);
    }

    body #demos .tn-category-carousel {
        min-height: 48px;
        padding-right: 84px;
    }

    body #demos #MenuCategoriasNav.sort-source,
    body #demos .sort-source.nav-pills {
        gap: 18px;
        padding-bottom: 9px;
    }

    body #demos #MenuCategoriasNav.sort-source > li > a,
    body #demos .sort-source.nav-pills > li > a {
        min-height: 38px;
        font-size: 20px;
    }

    body #demos .tn-category-arrow {
        width: 34px;
        height: 34px;
    }

body #demos .tn-category-arrow--prev {
    right: 42px;
}

    body #demos .tn-category-arrow--next {
        right: 0;
    }
}

/* Help pages */
body .tn-help-page {
    padding: 42px 0 66px;
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 46%, #ffffff 100%),
        repeating-linear-gradient(135deg, rgba(37, 99, 235, .035) 0 1px, transparent 1px 22px);
}

body .tn-help-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 58px rgba(15, 23, 42, .08);
    padding: 34px;
}

body .tn-help-card__content {
    min-width: 0;
}

body .tn-help-card__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 12px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .03em;
    padding: 5px 12px;
    text-transform: uppercase;
}

body .tn-help-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    min-height: 92px;
    margin-bottom: 16px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #ffffff;
    padding: 16px 20px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
}

body .tn-help-logo img {
    display: block;
    width: auto !important;
    max-width: 220px;
    max-height: 72px;
    height: auto !important;
    margin: 0 !important;
}

body .tn-help-logo--spei img {
    max-width: 230px;
    max-height: 82px;
}

body .tn-help-copy h2 {
    position: relative;
    margin: 0 0 20px !important;
    padding-left: 18px;
    color: #0f172a !important;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 850;
    line-height: 1.06;
    text-align: left;
}

body .tn-help-copy h2::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
}

body .tn-help-copy hr.tall {
    width: 100%;
    height: 1px;
    margin: 14px 0 24px !important;
    border: 0;
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 22%, #e2e8f0 22%, #e2e8f0 100%);
}

body .tn-help-copy p,
body .tn-help-copy .lead,
body .tn-help-copy li {
    color: #475569 !important;
    font-size: 16px !important;
    font-weight: 450;
    line-height: 1.76;
    text-align: left !important;
}

body .tn-help-copy p {
    margin-bottom: 18px;
}

body .tn-help-copy span[style*="#0088cc"],
body .tn-help-copy span[style*="color:#0088cc"],
body .tn-help-copy span[style*="color: #0088cc"],
body .tn-help-copy p[style*="#0088cc"] {
    color: #0284c7 !important;
}

body .tn-help-copy strong,
body .tn-help-copy b {
    color: #0f172a;
    font-weight: 800;
}

body .tn-help-copy h4 {
    margin: 18px 0;
    border: 1px solid #fecdd3;
    border-radius: 8px;
    background: #fff1f2;
    color: #be123c !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    padding: 12px 14px;
}

body .tn-help-copy ul {
    display: grid;
    gap: 10px;
    margin: 14px 0 22px;
    padding: 0;
    list-style: none;
}

body .tn-help-copy ul > li {
    position: relative;
    margin: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
    padding: 12px 14px 12px 42px;
}

body .tn-help-copy ul > li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0284c7;
    box-shadow: 0 0 0 5px #e0f2fe;
}

body .tn-help-copy__notice {
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: linear-gradient(135deg, #eff6ff 0%, #f8fbff 100%);
    color: #1e40af !important;
    padding: 14px 16px;
}

body .tn-help-card__aside {
    display: flex;
    align-items: stretch;
}

body .tn-help-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background:
        radial-gradient(circle at 22% 18%, rgba(37, 99, 235, .22), transparent 28%),
        radial-gradient(circle at 82% 28%, rgba(15, 118, 110, .18), transparent 28%),
        linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
    padding: 30px 22px 0;
}

body .tn-help-visual::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -54px;
    width: 170px;
    height: 170px;
    border-radius: 999px;
    background: rgba(14, 165, 233, .12);
}

body .tn-help-visual__icon {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
    color: #ffffff;
    font-size: 23px;
    box-shadow: 0 16px 30px rgba(37, 99, 235, .20);
}

body .tn-help-visual img {
    position: relative;
    z-index: 1;
    width: min(230px, 100%);
    max-height: 310px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(15, 23, 42, .16));
}

@media only screen and (max-width: 991px) {
    body .tn-help-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
    }

    body .tn-help-card__aside {
        order: -1;
    }

    body .tn-help-visual {
        min-height: 260px;
    }

    body .tn-help-visual img {
        max-height: 230px;
    }
}

@media only screen and (max-width: 767px) {
    body .tn-contact-page {
        padding-bottom: 36px;
    }

    body .tn-contact-intro,
    body .tn-contact-card {
        padding: 20px 18px;
    }

    body .tn-contact-intro h4,
    body .tn-contact-card h4 {
        font-size: 21px;
    }

    body .tn-contact-list li {
        grid-template-columns: 34px minmax(0, 1fr);
        align-items: flex-start;
        padding: 10px;
    }

    body .tn-contact-list__icon {
        width: 34px;
        height: 34px;
    }

    body .tn-help-page {
        padding: 26px 0 44px;
    }

    body .tn-help-card {
        padding: 18px;
    }

    body .tn-help-copy h2 {
        font-size: 29px;
    }

    body .tn-help-copy p,
    body .tn-help-copy .lead,
    body .tn-help-copy li {
        font-size: 15px !important;
    }

    body .tn-help-logo {
        width: 100%;
        max-width: none;
    }

    body .tn-help-visual {
        min-height: 220px;
    }

    body .tn-help-visual__icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
}

/* Legal documents */
body .tn-legal-page {
    padding: 42px 0 64px;
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #ffffff 100%),
        repeating-linear-gradient(135deg, rgba(37, 99, 235, .035) 0 1px, transparent 1px 22px);
}

body .tn-legal-page > .container {
    width: calc(100% - 32px) !important;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 42px 46px !important;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 58px rgba(15, 23, 42, .08);
}

body .tn-legal-page .row {
    margin-right: 0;
    margin-left: 0;
}

body .tn-legal-page [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

body .tn-legal-page .center {
    text-align: left;
}

body .tn-legal-page h1,
body .tn-legal-page h2,
body .tn-legal-page h3,
body .tn-legal-page h4 {
    color: #0f172a !important;
    letter-spacing: 0;
    text-transform: none;
}

body .tn-legal-page h2.word-rotator-title {
    position: relative;
    margin: 0 0 28px !important;
    padding-left: 18px;
    color: #0f172a !important;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 850;
    line-height: 1.05;
}

body .tn-legal-page h2.word-rotator-title::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #0284c7 58%, #0f766e 100%);
}

body .tn-legal-page h2:not(.word-rotator-title) {
    margin: 30px 0 12px !important;
    color: #12345a !important;
    font-size: clamp(21px, 2vw, 27px);
    font-weight: 800;
    line-height: 1.2;
}

body .tn-legal-page hr.tall {
    width: 100%;
    height: 1px;
    margin: 16px 0 24px !important;
    border: 0;
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 22%, #e2e8f0 22%, #e2e8f0 100%);
}

body .tn-legal-page p,
body .tn-legal-page .lead {
    color: #475569;
    font-size: 16px !important;
    font-weight: 450;
    line-height: 1.78;
    text-align: left !important;
}

body .tn-legal-page p {
    margin-bottom: 18px;
}

body .tn-legal-page strong,
body .tn-legal-page b {
    color: #0f172a;
    font-weight: 800;
}

body .tn-legal-page a {
    color: #0284c7;
    font-weight: 800;
    text-decoration: none;
}

body .tn-legal-page a:hover,
body .tn-legal-page a:focus {
    color: #2563eb;
    text-decoration: underline;
}

body .tn-legal-page ol,
body .tn-legal-page ul {
    margin: 18px 0 26px;
    padding: 0;
}

body .tn-legal-page ol {
    counter-reset: tn-legal-counter;
    list-style: none;
}

body .tn-legal-page ol.list.list-ordened,
body .tn-legal-page ol.list.list-ordened.list-ordened-style-2,
body .tn-legal-page ol.list.list-ordened.list-ordened-style-3 {
    counter-reset: tn-legal-counter !important;
}

body .tn-legal-page ol > li {
    position: relative;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    margin-bottom: 12px;
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #475569;
    font-size: 16px;
    line-height: 1.62;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

body .tn-legal-page ol.list.list-ordened > li,
body .tn-legal-page ol.list.list-ordened.list-ordened-style-2 > li,
body .tn-legal-page ol.list.list-ordened.list-ordened-style-3 > li {
    padding: 16px 18px !important;
}

body .tn-legal-page ol > li::before {
    counter-increment: tn-legal-counter;
    content: counter(tn-legal-counter);
    position: static;
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: center;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0369a1;
    font-size: 13px;
    font-weight: 850;
    line-height: 28px;
    text-align: center;
    transform: none;
}

body .tn-legal-page ol.list.list-ordened > li::before,
body .tn-legal-page ol.list.list-ordened.list-ordened-style-2 > li::before,
body .tn-legal-page ol.list.list-ordened.list-ordened-style-3 > li::before {
    content: counter(tn-legal-counter) !important;
    counter-increment: tn-legal-counter !important;
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 / -1 !important;
    align-self: center !important;
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    border: 1px solid #0284c7 !important;
    border-radius: 999px !important;
    background: #eff6ff !important;
    color: #0369a1 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 28px !important;
    text-align: center !important;
    transform: none !important;
}

body .tn-legal-page ul {
    list-style: none;
}

body .tn-legal-page ul > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: #475569;
    font-size: 16px;
    line-height: 1.68;
}

body .tn-legal-page ul > li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0284c7;
    box-shadow: 0 0 0 4px #e0f2fe;
}

body .tn-legal-page span[style*="#0088cc"],
body .tn-legal-page span[style*="color:#0088cc"],
body .tn-legal-page span[style*="color: #0088cc"] {
    color: #0284c7 !important;
}

@media only screen and (max-width: 767px) {
    body .tn-legal-page {
        padding: 24px 0 42px;
    }

    body .tn-legal-page > .container {
        width: calc(100% - 22px) !important;
        padding: 28px 18px !important;
        border-radius: 14px;
    }

    body .tn-legal-page h2.word-rotator-title {
        font-size: 30px;
    }

    body .tn-legal-page h2:not(.word-rotator-title) {
        font-size: 21px;
    }

    body .tn-legal-page p,
    body .tn-legal-page .lead,
    body .tn-legal-page ol > li,
    body .tn-legal-page ul > li {
        font-size: 15px !important;
    }

    body .tn-legal-page ol > li {
        grid-template-columns: 30px minmax(0, 1fr);
        column-gap: 10px;
        padding: 14px 13px;
    }

    body .tn-legal-page ol.list.list-ordened > li,
    body .tn-legal-page ol.list.list-ordened.list-ordened-style-2 > li,
    body .tn-legal-page ol.list.list-ordened.list-ordened-style-3 > li {
        padding: 14px 13px !important;
    }
}

/* Coming soon event page */
body .tn-coming-page {
    padding: clamp(26px, 4vw, 56px) 0 64px;
    background:
        linear-gradient(180deg, rgba(248, 252, 255, .96), rgba(255, 255, 255, 1)),
        radial-gradient(circle at 16% 12%, rgba(37, 99, 235, .10), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(15, 118, 110, .10), transparent 28%);
}

body .tn-coming-page > .container {
    width: min(1180px, calc(100% - 32px));
}

body .tn-coming-hero {
    display: grid;
    grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
    gap: clamp(22px, 4vw, 48px);
    align-items: center;
    margin-bottom: 34px;
    padding: clamp(18px, 3vw, 30px);
    border: 1px solid rgba(219, 234, 254, .95);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 62px rgba(15, 23, 42, .10);
}

body .tn-coming-hero__media {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #eaf4fb;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
}

body .tn-coming-hero__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, .70));
    pointer-events: none;
}

body .tn-coming-hero__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 37 / 22;
    object-fit: cover;
    object-position: center;
}

body .tn-coming-hero__badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    max-width: calc(100% - 28px);
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
    background: rgba(3, 105, 161, .92);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .20);
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

body .tn-coming-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 12px;
    padding: 0 12px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #0369a1;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

body .tn-coming-hero__icon {
    display: block;
    width: clamp(78px, 10vw, 118px);
    height: auto;
    margin: 0 0 18px;
}

body .tn-coming-hero__content h1 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: 0;
}

body .tn-coming-hero__description {
    color: #475569;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.72;
}

body .tn-coming-tabs {
    padding: clamp(16px, 2.5vw, 24px);
    border: 1px solid rgba(219, 234, 254, .95);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

body .tn-coming-tabs .tab-content {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body .tn-coming-info-table {
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
}

body .tn-coming-info-table > tbody > tr > td {
    padding: 14px 16px;
    border-top-color: #edf2f7;
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: middle;
}

body .tn-coming-info-table > tbody > tr > td:first-child {
    width: 160px;
    color: #0f172a;
    font-weight: 750;
}

body .tn-coming-tabs #googlemaps {
    min-height: 360px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
}

body .tn-coming-page #div_captcha {
    margin-top: 18px;
}

/* About word rotator final polish */
body .tn-about-title .word-rotator-title,
body .tn-about-title h2 {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    row-gap: 12px;
    overflow: visible;
}

body .tn-about-title strong.inverted {
    flex: 0 0 auto;
    width: auto !important;
    min-width: clamp(238px, 24vw, 292px);
    min-height: 1.32em;
    padding: 6px 18px;
    overflow: hidden;
}

body .tn-about-title .word-rotate {
    display: block !important;
    width: 100% !important;
    height: 1.32em !important;
    max-height: none !important;
    line-height: 1.32em !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
}

body .tn-about-title .word-rotate-items {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 1.32em !important;
    overflow: visible !important;
}

body .tn-about-title .word-rotate-items span {
    display: block !important;
    width: 100% !important;
    height: 1.32em !important;
    line-height: 1.32em !important;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (max-width: 991px) {
    body .tn-coming-hero {
        grid-template-columns: 1fr;
    }

    body .tn-coming-hero__media {
        max-width: 520px;
    }
}

@media only screen and (max-width: 575px) {
    body .tn-coming-page {
        padding: 20px 0 42px;
    }

    body .tn-coming-page > .container {
        width: calc(100% - 22px);
    }

    body .tn-coming-hero,
    body .tn-coming-tabs {
        border-radius: 14px;
    }

    body .tn-coming-hero__content h1 {
        font-size: 28px;
    }

    body .tn-coming-hero__icon {
        width: 82px;
        margin-bottom: 14px;
    }

    body .tn-coming-hero__description,
    body .tn-coming-info-table > tbody > tr > td {
        font-size: 15px;
    }

    body .tn-coming-info-table > tbody > tr > td {
        display: block;
        width: 100% !important;
        padding: 12px 14px;
    }

    body .tn-coming-info-table > tbody > tr > td:first-child {
        padding-bottom: 4px;
    }

    body .tn-coming-info-table > tbody > tr > td + td {
        padding-top: 4px;
    }

    body .tn-about-title .word-rotator-title,
    body .tn-about-title h2 {
        align-items: flex-start;
        flex-direction: column;
        font-size: 27px;
    }

    body .tn-about-title strong.inverted {
        min-width: min(100%, 270px);
    }
}

@font-face {
    font-family: "Muller";
    src: url("../../../fonts/Muller-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Muller";
    src: url("../../../fonts/MullerW00Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Muller";
    src: url("../../../fonts/MullerW00Regular.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Muller";
    src: url("../../../fonts/MullerW00Regular.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Ticketnauta typography scale */
body,
body input,
body select,
body textarea,
body button,
body .btn,
body .form-control,
body .select2-container,
body .table,
body .dropdown-menu,
body .tabs-product,
body #header,
body #footer {
    font-family: "Inter", "Muller", "Open Sans", Arial, sans-serif !important;
}

body {
    color: #0f172a;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.58;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Inter", "Muller", "Open Sans", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body #header .header-nav-main nav > ul > li > a,
body #header .header-nav-main nav > ul > li.dropdown .dropdown-menu a {
    font-size: 12px !important;
    font-weight: 700 !important;
}

body .main h1,
body #TituloEvento {
    color: #0f172a !important;
    font-size: clamp(28px, 2.45vw, 32px) !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
}

body .main h2,
body .tn-help-copy h2,
body .tn-legal-page h2:not(.word-rotator-title),
body .tn-coming-hero__content h1 {
    font-size: clamp(28px, 2.65vw, 34px) !important;
    font-weight: 760 !important;
    line-height: 1.16 !important;
}

body .tn-about-title .word-rotator-title,
body .tn-about-title h2 {
    font-size: clamp(30px, 3vw, 38px) !important;
    font-weight: 760 !important;
    line-height: 1.16 !important;
}

body .tn-contact-page__form > h2 {
    font-size: 26px !important;
    font-weight: 750 !important;
    line-height: 1.18 !important;
}

body .tn-contact-intro h4,
body .tn-contact-card h4 {
    font-size: 21px !important;
    font-weight: 750 !important;
    line-height: 1.22 !important;
}

body .tn-help-copy p,
body .tn-help-copy .lead,
body .tn-help-copy li,
body .tn-contact-intro p,
body .tn-contact-list li,
body .tn-legal-page p,
body .tn-legal-page .lead,
body .tn-legal-page ol > li,
body .tn-legal-page ul > li,
body .tn-about-copy p.lead,
body .tn-coming-hero__description {
    font-size: 15px !important;
    font-weight: 430 !important;
    line-height: 1.68 !important;
}

body #homeOverview .tn-event-card__title {
    min-height: 42px;
    font-size: 17px !important;
    font-weight: 760 !important;
    line-height: 1.18 !important;
}

body #homeOverview .tn-event-card__venue {
    font-size: 14px !important;
    font-weight: 450 !important;
    line-height: 1.25 !important;
}

body #homeOverview .tn-event-card__date-badge,
body #homeOverview .tn-event-card__cta,
body .tn-coming-hero__badge,
body .btn {
    font-weight: 750 !important;
}

body .tabs-product .nav-tabs > li > a,
body .shop #lblsRadioPrecios .feature-box.checkbox label,
body .shop #lblsRadioPreciosColor .feature-box.checkbox label,
body .payment-option-card,
body .payment-option-card__title,
body .payment-option-card__hint {
    font-size: 13px !important;
    font-weight: 650 !important;
}

body .tabs-product .nav-tabs > li > a .fa {
    margin-right: 8px;
}

body .shop table th,
body .shop table td,
body .tn-coming-info-table > tbody > tr > td {
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body .shop table th,
body .tn-coming-info-table > tbody > tr > td:first-child {
    font-weight: 700 !important;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    body .main h1,
    body #TituloEvento {
        font-size: 27px !important;
        line-height: 1.16 !important;
    }

    body .main h2,
    body .tn-help-copy h2,
    body .tn-legal-page h2:not(.word-rotator-title),
    body .tn-coming-hero__content h1 {
        font-size: 26px !important;
        line-height: 1.15 !important;
    }

    body .tn-about-title .word-rotator-title,
    body .tn-about-title h2 {
        font-size: 26px !important;
        line-height: 1.16 !important;
    }

    body #homeOverview .tn-event-card__title {
        font-size: 17px !important;
    }

    body .tn-help-copy p,
    body .tn-help-copy .lead,
    body .tn-help-copy li,
    body .tn-contact-intro p,
    body .tn-contact-list li,
    body .tn-legal-page p,
    body .tn-legal-page .lead,
    body .tn-legal-page ol > li,
    body .tn-legal-page ul > li,
    body .tn-about-copy p.lead,
    body .tn-coming-hero__description {
        font-size: 14px !important;
        line-height: 1.62 !important;
    }
}

/* Event listing interactions */
body #homeOverview .tn-event-card__link {
    will-change: transform;
    transition: transform .24s ease, filter .24s ease;
}

body #homeOverview .tn-event-card__item {
    transition: filter .24s ease;
}

body #homeOverview .tn-event-card__media {
    isolation: isolate;
}

body #homeOverview .tn-event-card__media::before {
    content: "\f145";
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 56%, #0f766e 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .28);
    color: #fff;
    font-family: FontAwesome;
    font-size: 18px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -42%) scale(.84);
    transition: opacity .22s ease, transform .22s ease;
}

body #homeOverview .tn-event-card__link:hover {
    transform: translateY(-7px);
}

body #homeOverview .tn-event-card__link:hover .tn-event-card__media::before,
body #homeOverview .tn-event-card__link.is-loading .tn-event-card__media::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

body #homeOverview .tn-event-card__link:hover .tn-event-card__media::after,
body #homeOverview .tn-event-card__link.is-loading .tn-event-card__media::after {
    opacity: 1;
    background:
        radial-gradient(circle at 50% 42%, rgba(37, 99, 235, .22), transparent 34%),
        linear-gradient(180deg, rgba(15, 23, 42, .02) 0%, rgba(15, 23, 42, .54) 100%);
}

body #homeOverview .tn-event-card__link:hover .tn-event-card__media img,
body #homeOverview .tn-event-card__link:hover .tn-event-card__media .thumb-info-image img {
    filter: saturate(1.12) contrast(1.04);
    transform: scale(1.065);
}

body #homeOverview .tn-event-card__link:active,
body #homeOverview .tn-event-card__link.is-loading {
    transform: translateY(-2px) scale(.985);
}

body #homeOverview .tn-event-card__cta {
    transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
}

body #homeOverview .tn-event-card__cta::after {
    transition: transform .22s ease;
}

body #homeOverview .tn-event-card__link:hover .tn-event-card__cta {
    box-shadow: 0 12px 26px rgba(37, 99, 235, .22);
    transform: translateY(-1px);
}

body #homeOverview .tn-event-card__link:hover .tn-event-card__cta::after {
    transform: translateX(4px);
}

body #homeOverview .tn-event-card__date-badge::before {
    content: "\f073";
    margin-right: 7px;
    font-family: FontAwesome;
    font-weight: normal;
}

body #homeOverview .evento-proximamente .tn-event-card__media::before {
    content: "\f017";
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
}

body #homeOverview .evento-ahora .tn-event-card__media::before {
    content: "\f0e7";
    background: linear-gradient(135deg, #2563eb 0%, #0891b2 54%, #0f766e 100%);
}

body #homeOverview .evento-solo-taquilla .tn-event-card__media::before {
    content: "\f19c";
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 52%, #0284c7 100%);
}

body #homeOverview .evento-proximamente .tn-event-card__cta::before {
    content: "\f017";
}

body #homeOverview .evento-ahora .tn-event-card__cta::before {
    content: "\f05a";
}

body #homeOverview .evento-solo-taquilla .tn-event-card__cta::before {
    content: "\f19c";
}

@media (hover: none) {
    body #homeOverview .tn-event-card__media::before {
        display: none;
    }

    body #homeOverview .tn-event-card__link:hover {
        transform: none;
    }

    body #homeOverview .tn-event-card__link:hover .tn-event-card__media img,
    body #homeOverview .tn-event-card__link:hover .tn-event-card__media .thumb-info-image img {
        filter: none;
        transform: none;
    }
}

body > .ui-pnotify {
    left: 50% !important;
    right: auto !important;
    width: min(92%, 760px) !important;
    transform: translateX(-50%);
}

body > .ui-pnotify .ui-pnotify-container.alert {
    position: relative;
    min-height: 0;
    padding: 18px 22px 18px 24px !important;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, .18) !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%) !important;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .16) !important;
    color: #1f2937 !important;
    font-family: inherit;
}

body > .ui-pnotify .ui-pnotify-container.alert::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 5px;
    border-radius: 0 8px 8px 0;
    background: #0284c7;
}

body > .ui-pnotify .ui-pnotify-title {
    margin: 0 34px 8px 0 !important;
    color: #0f172a !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

body > .ui-pnotify .ui-pnotify-text {
    margin: 0 !important;
    color: #475569 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

body > .ui-pnotify .ui-pnotify-icon {
    display: inline-flex !important;
    float: left !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0 !important;
}

body > .ui-pnotify .ui-pnotify-icon span {
    display: inline-flex !important;
    float: none !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    border-radius: 999px;
    background: rgba(2, 132, 199, .12);
    color: #0284c7;
    box-shadow: inset 0 0 0 1px rgba(2, 132, 199, .16);
}

body > .ui-pnotify .ui-pnotify-closer {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    float: right !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 8px !important;
    border-radius: 999px;
    background: rgba(226, 232, 240, .82);
    color: #334155 !important;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    opacity: .76;
    pointer-events: auto;
    visibility: visible !important;
    transition: opacity .18s ease, background-color .18s ease;
}

body > .ui-pnotify .ui-pnotify-closer span {
    line-height: 1;
    pointer-events: none;
}

body > .ui-pnotify .ui-pnotify-closer:hover,
body > .ui-pnotify .ui-pnotify-closer:focus {
    background: #cbd5e1;
    opacity: 1;
}

body > .ui-pnotify .ui-pnotify-sticker {
    display: none !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-warning {
    border-color: rgba(246, 187, 66, .36) !important;
    background: linear-gradient(135deg, #fff 0%, #fffaf0 100%) !important;
    color: #1f2937 !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-warning::before {
    background: #f6bb42 !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-warning .ui-pnotify-title {
    color: #0f172a !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-warning .ui-pnotify-text {
    color: #475569 !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-warning .ui-pnotify-icon span {
    background: rgba(246, 187, 66, .16) !important;
    color: #d99013 !important;
    box-shadow: inset 0 0 0 1px rgba(246, 187, 66, .22);
}

body > .ui-pnotify .ui-pnotify-container.alert-success {
    border-color: rgba(22, 163, 74, .28) !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-success::before {
    background: #16a34a !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-success .ui-pnotify-icon span {
    background: rgba(22, 163, 74, .14) !important;
    color: #16a34a !important;
    box-shadow: inset 0 0 0 1px rgba(22, 163, 74, .18);
}

body > .ui-pnotify .ui-pnotify-container.alert-danger {
    border-color: rgba(220, 38, 38, .28) !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-danger::before {
    background: #dc2626 !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-danger .ui-pnotify-icon span {
    background: rgba(220, 38, 38, .12) !important;
    color: #dc2626 !important;
    box-shadow: inset 0 0 0 1px rgba(220, 38, 38, .18);
}

body > .ui-pnotify .ui-pnotify-container.alert-info {
    border-color: rgba(2, 132, 199, .3) !important;
}

body > .ui-pnotify .ui-pnotify-container.alert-info::before {
    background: #0284c7 !important;
}

@media (max-width: 767px) {
    body > .ui-pnotify {
        top: 84px !important;
        width: calc(100% - 24px) !important;
    }

    body > .ui-pnotify .ui-pnotify-container.alert {
        padding: 16px 16px 15px 20px !important;
    }

    body > .ui-pnotify .ui-pnotify-title {
        font-size: 16px !important;
    }
}
