
 

.airlines-slider-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 20px 60px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    overflow: hidden;
}

/* SLIDER */
.airlines-slider {
    visibility: hidden;
}

    .airlines-slider.slick-initialized {
        visibility: visible;
    }

    /* SCROLL BONITO */
    .airlines-slider::-webkit-scrollbar {
        height: 6px;
    }

    .airlines-slider::-webkit-scrollbar-thumb {
        background: #d0d7e2;
        border-radius: 20px;
    }

/* CARD */
.airline-card {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    margin-right: 15px;
    transition: .3s;
    overflow: hidden;
}

    /* HOVER */
    .airline-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,.08);
    }

/* ACTIVO */
.active-airline {
    border: 2px solid #0d6efd;
    box-shadow: 0 6px 18px rgba(13,110,253,.18);
}

/* LOGO */
.airline-logo {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px;
}

/* PRECIOS */
.airline-prices {
    padding: 10px 15px;
}

/* FILAS */
.price-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}

    .price-row:last-child {
        border-bottom: none;
    }

    .price-row strong {
        color: #0b3a75;
        font-size: 12px;
    }

/* FLECHAS */
/* FLECHAS SLICK */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff !important;
    border: none !important;
    z-index: 30;
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
    transition: .3s;
    overflow: hidden;
}

/* IZQUIERDA */
.slick-prev {
    left: -15px;
}

/* DERECHA */
.slick-next {
    right: -15px;
}

    /* OCULTAR TEXTO Previous/Next */
    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 26px;
        line-height: 1;
        opacity: 1;
        color: #0d6efd;
    }

    /* HOVER */
    .slick-prev:hover,
    .slick-next:hover {
        background: #0d6efd !important;
    }

        .slick-prev:hover:before,
        .slick-next:hover:before {
            color: #fff;
        }

    /* ELIMINA OUTLINE FEO */
    .slick-prev:focus,
    .slick-next:focus {
        outline: none;
    }

    /* BOTONES */
    .slick-prev:before,
    .slick-next:before {
        color: #0d6efd;
        font-size: 40px;
    }

    /* HOVER */
    .slick-prev:hover:before,
    .slick-next:hover:before {
        color: #0b3a75;
    }

.resultados-vuelos {
    position: sticky;
    bottom: 0;
    z-index: 50;
}

/* EFECTO HOVER EN PRECIO */
.price-row strong {
    color: #0b3a75;
    font-size: 12px;
    transition: .3s;
    cursor: pointer;
}

/* HOVER */
.price-row:hover strong {
    color: #dc3545;
    transform: scale(1.08);
}

/* HOVER EN TODA LA FILA */
.price-row:hover {
    background: #fff5f5;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

    .price-row:hover strong {
        color: #ff2b2b;
        text-shadow: 0 0 8px rgba(255,0,0,.25);
    }

.price-row {
    cursor: pointer;
    transition: .3s;
}

.airline-card:hover .airline-logo img {
    transform: scale(1.08);
}

.airline-logo img {
    transition: .3s;
}
/* OCULTAR SCROLL HORIZONTAL */
.airlines-wrapper,
.airlines-slider,
.slick-list,
.slick-track {
    overflow: hidden !important;
}
 

.resultados-vuelos {
    margin-top: 25px;
    margin-bottom: 20px;
}

/* CARD */
.flight-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 15px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

    /* HOVER */
    .flight-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 22px rgba(0,0,0,.10);
    }

/* CARD ACTIVA */
.active-card {
    background: linear-gradient(135deg,#0c2d5a,#0d4c92);
    color: #fff;
    border: none;
}

/* HEADER */
.card-header.headerVuelos {
    margin-bottom: 8px;
    padding: 2px;
}

.card-icon {
    font-size: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

.card-title {
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
}

/* SUBTITULO */
.card-subtitle {
    color: #888;
    font-size: 13px;
    margin-bottom: 15px;
}
  .card-subtitle.headerVuelos {
        margin-bottom: 8px;
        padding: 2px;
    }
.active-card .card-subtitle {
    color: #dbe8f7;
}

/* PRECIO */
.card-price {
    font-size: 20px;
    font-weight: bold;
    line-height: 8px;
    margin-bottom: 10px;
}

/* DURACION */
.card-duration {
    font-size: 10px;
    margin-bottom: 5px;
}

/* DIFERENCIA */
.card-difference {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}

.active-card .card-difference {
    color: #dbe8f7;
}

/* BOTON */
.card-button.headerVuelos {
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
}

/* LABEL */
.label-success {
    background: #2fb344;
    font-size: 11px;
    padding: 5px 8px;
    border-radius: 20px;
}

.contenedor-aerolineas {
    max-height: 300px; /* o el alto que necesites */
    overflow-y: auto; /* scroll vertical */
    overflow-x: hidden; /* evita scroll horizontal */
}

    .contenedor-aerolineas::-webkit-scrollbar {
        width: 6px;
    }

    .contenedor-aerolineas::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

/* CONTENEDOR PRINCIPAL */
.switch-search-mode {
    width: 100%;
    max-width: 720px;
    margin: 30px auto 10px;
    background: #fff;
    border-radius: 18px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
    gap: 18px; /* ← separación entre botones */
}

    /* BOTONES */
    .switch-search-mode a {
        flex: 1;
        border: none;
        background: transparent;
        padding: 18px 20px;
        border-radius: 14px;
        font-size: 15px;
        font-weight: 600;
        color: #4b5563;
        cursor: pointer;
        position: relative;
        transition: all .25s ease;
    }

        /* HOVER */
        .switch-search-mode a:hover {
            background: #f6f3ff;
            color: #dc3545;
        }

        /* BOTÓN ACTIVO */
        .switch-search-mode a.active {
            background: #faf7ff;
            color: #dc3545;
        }

            /* LÍNEA INFERIOR MORADA */
            .switch-search-mode a.active::after {
                content: '';
                position: absolute;
                left: 18px;
                right: 18px;
                bottom: 6px;
                height: 3px;
                border-radius: 10px;
                background: #dc3545;
            }

    /* DIVISOR CENTRAL */
    .switch-search-mode .dividerheaderVuelos {
        width: 1px;
        height: 34px;
        background: #e5e7eb;
    }

/* RESPONSIVE */
@media(max-width:768px) {

    .switch-search-mode {
        flex-direction: column;
        gap: 12px;
    }

        .switch-search-mode .dividerheaderVuelos {
            display: none;
        }

        .switch-search-mode button {
            width: 100%;
        }
}


/* RESPONSIVE */
@media(max-width:991px) {

    .flight-card {
        min-height: auto;
    }

    .card-title {
        font-size: 20px;
    }

    .card-price {
        font-size: 13px;
    }
}

@media(max-width:767px) {

    .resultados-vuelos {
        margin-top: 15px;
    }

    .flight-card {
        padding: 18px;
    }

    .card-title {
        font-size: 20px;
    }

    .card-price {
        font-size: 10px;
    }




}





 






/* nuevo carrito  */

/* =========================================================
   FLIGHT RESULTS ULTRA MODERN V5
   VERSION COMPACTA PROFESIONAL
========================================================= */

.frsv4-wrapper {
    background: #f4f7fb;
    padding: 14px;
    border-radius: 24px;
    font-family: 'Segoe UI',sans-serif;
}

/* =========================================================
   CARD GENERAL
========================================================= */

.frsv4-card {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #e8eef7;
    box-shadow: 0 6px 18px rgba(15,23,42,.04), 0 1px 4px rgba(15,23,42,.03);
    backdrop-filter: blur(10px);
    padding: 5px;
    margin-bottom: 5px;
}

/* =========================================================
   COLUMNAS
========================================================= */

.frsv4-lefts {
    padding: 5px;
    border-right: 1px solid #edf2f7;
}

.frsv4-right {
    background: #fff;
    padding: 14px;
    height: 100%;
}

/* =========================================================
   TITULOS
========================================================= */

.frsv4-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.frsv4-title-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.frsv4-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient( 135deg, #eef4ff, #f8fbff );
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(37,99,235,.06);
}

    .frsv4-icon-box img {
        width: 18px;
    }

.frsv4-title-text {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
}

.frsv4-date {
    font-size: 13px;
    color: #64748b;
    font-weight: 700;
}

/* =========================================================
   OPCION VUELO
========================================================= */

.frsv4-option {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 22px;
    padding: 18px 18px;
    margin-bottom: 14px;
    transition: .22s ease;
    cursor: pointer;
}

    .frsv4-option:hover {
        transform: translateY(-1px);
        border-color: #cbdcf8;
        box-shadow: 0 6px 18px rgba(37,99,235,.06);
    }

    /* =========================================================
   ACTIVE AZUL
========================================================= */

    .frsv4-option.active-blue:hover {
        border: 2px solid #2563eb; 
    }
    .frsv4-option.active-blue {
        border: 2px solid #91aeef85;
        background: linear-gradient( 180deg, #ffffff 0%, #f8fbff 100% );
        box-shadow: 0 8px 22px rgba(37,99,235,.10);
    }
    /* =========================================================
   ACTIVE VERDE
========================================================= */

    .frsv4-option.active-green {
        border: 2px solid #10b981;
        background: linear-gradient( 180deg, #ffffff 0%, #f5fffb 100% );
        box-shadow: 0 8px 22px rgba(16,185,129,.10);
    }

/* =========================================================
   ROW
========================================================= */

.frsv4-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

/* =========================================================
   AEROLINEA
========================================================= */

.frsv4-airline {
    width: 50px;
}

.frsv4-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-bottom: 6px;
}

.frsv4-airline-name {
    font-size: 11px;
    color: #475569;
    font-weight: 700;
    line-height: 1.4;
}
.oculto-vuelo {
    display: none;
    animation: fadeFlight .25s ease;
}

@keyframes fadeFlight {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 
 
/* =========================================================
   HORARIOS
========================================================= */

.frsv4-hour {
    min-width: 60px;
}

.frsv4-hour-big {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
}

.frsv4-airport {
    font-size: 13px;
    color: #334155;
    margin-top: 4px;
    font-weight: 600;
}

/* =========================================================
   CENTRO
========================================================= */

.frsv4-center {
    flex: 1;
    text-align: center;
}

.frsv4-duration {
    font-size: 12px;
    font-weight: 800;
    color: #334155;
    margin-bottom: 8px;
}

/* =========================================================
   LINEA
========================================================= */

.frsv4-line {
    height: 2px;
    background: #dbe4f0;
    position: relative;
    margin-bottom: 10px;
}

    .frsv4-line:before,
    .frsv4-line:after {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #94a3b8;
        position: absolute;
        top: -3px;
    }

    .frsv4-line:before {
        left: 0;
    }

    .frsv4-line:after {
        right: 0;
    }

/* =========================================================
   ESCALA
========================================================= */

.frsv4-scale {
    display: inline-block;
    background: #fff1f2;
    color: #ef4444;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 4px;
}

.frsv4-stop {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
}

/* =========================================================
   ICONOS
========================================================= */

.frsv4-icons {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
}

 .frsv4-icons i {
        font-size: 13px;
        color: #2563eb;
    }

/* =========================================================
   RADIO
========================================================= */

.frsv4-radio input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* =========================================================
   VER MAS
========================================================= */

.frsv4-more {
    text-align: center;
    padding: 8px 0 12px;
}

    .frsv4-more a {
        color: #2563eb;
        font-size: 13px;
        font-weight: 800;
        text-decoration: none;
    }

        .frsv4-more a:hover {
            text-decoration: underline;
        }

/* =========================================================
   DIVIDER
========================================================= */

.frsv4-divider {
    border-top: 1px solid #edf2f7;
    margin: 20px 0 24px;
}

/* =========================================================
   PANEL PRECIO
========================================================= */
 

.frsv4-price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.frsv4-price-label {
    font-size: 13px;
    color: #475569;
    font-weight: 800;
}

.frsv4-price-currency {
    font-size: 13px;
    color: #475569;
    font-weight: 800;
}

/* =========================================================
   TOTAL
========================================================= */

.frsv4-price-total {
    font-size: 23px;
    line-height: 1.05;
    color: #0f172a;
    margin-bottom: 18px;
    letter-spacing: -1px;
    word-break: break-word;
}

/* =========================================================
   BADGE
========================================================= */

.frsv4-badge {
    background: #f0fdf4;
    color: #047857;
    border-radius: 14px;
    padding: 10px;
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 18px;
}

/* =========================================================
   DETAILS
========================================================= */

.frsv4-detail {
    padding: 14px 0;
    border-top: 1px dashed #dbe4f0;
}

.frsv4-detail-title {
    font-size: 13px;
    color: #334155;
    font-weight: 800;
    margin-bottom: 8px;
}

.frsv4-detail-text {
    font-size: 10px;
    color: #475569;
    line-height: 1.7;
    font-weight: 600;
}

/* =========================================================
   BENEFICIOS
========================================================= */

.frsv4-benefits {
    background: #fafcff;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    padding: 14px;
    margin-top: 18px;
}

.frsv4-benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

    .frsv4-benefit:last-child {
        margin-bottom: 0;
    }

.frsv4-benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 15px;
}

.frsv4-benefit-title {
    font-size: 13px;
    font-weight: 800;
    color: #1e293b;
}

.frsv4-benefit-desc {
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
    line-height: 1.4;
}

/* =========================================================
   BOTON
========================================================= */

.frsv4-btn {
    width: 100%;
    border: none;
    border-radius: 16px;
    padding: 14px;
    margin-top: 20px;
    background: linear-gradient( 135deg, #ff3131, #e11d48 );
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    transition: .22s ease;
}

    .frsv4-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(225,29,72,.20);
    }

/* =========================================================
   SECURITY
========================================================= */

.frsv4-security {
    margin-top: 18px;
    border-top: 1px solid #edf2f7;
    padding-top: 16px;
    display: flex;
    gap: 10px;
}

.frsv4-security-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #ecfdf5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #059669;
    font-size: 15px;
}

.frsv4-security-title {
    font-size: 12px;
    font-weight: 800;
    color: #334155;
}

.frsv4-security-desc {
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
    line-height: 1.4;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px) {

    .frsv4-lefts {
        border-right: none;
        border-bottom: 1px solid #edf2f7;
    }

    .frsv4-row {
        flex-wrap: wrap;
        gap: 14px;
    }

    .frsv4-price-total {
        font-size: 28px;
    }

    .frsv4-hour-big {
        font-size: 15px;
    }

    .frsv4-option {
        padding: 16px;
    }
}


/*********   data-tip   *********/
/* =========================================================
   MODERN DATA TIP / FLIGHT DETAIL
========================================================= */

.frsv4-tip {
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 22px 22px;
    padding: 24px;
    border-top: 1px solid #edf2f7;
    animation: frsv4Fade .25s ease;
}

/* =========================================================
   TOP
========================================================= */

.frsv4-tip-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.frsv4-tip-airline {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .frsv4-tip-airline img {
        width: 46px;
        height: 46px;
        object-fit: contain;
    }

.frsv4-tip-airline-name {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

.frsv4-tip-flight {
    text-align: right;
    font-size: 13px;
    color: #64748b;
    line-height: 1.7;
    font-weight: 600;
}

/* =========================================================
   TIMELINE
========================================================= */
.frsv4-tip-item {
    position: relative;
    padding-left: 42px; 
}

    /* LINEA */

    .frsv4-tip-item:before {
        content: '';
        position: absolute;
        left: 8px;
        top: 10px;
        width: 2px;
        height: calc(100% + 90px);
        background: #dbe4f0;
    }

    /* ULTIMO ITEM */

    .frsv4-tip-item:last-child:before {
        display: none;
    }

/* dot */

.frsv4-tip-dot {
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2563eb;
    border: 4px solid #dbeafe;
    z-index: 2;
}

/* =========================================================
   DATE
========================================================= */

.frsv4-tip-date {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 700;
    margin-bottom: 4px;
}

/* =========================================================
   HOUR
========================================================= */

.frsv4-tip-hour {
    font-size: 28px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 10px;
}

/* =========================================================
   AIRPORT
========================================================= */

.frsv4-tip-airport {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
}

/* =========================================================
   CITY
========================================================= */

.frsv4-tip-city {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* =========================================================
   CENTER INFO
========================================================= */

.frsv4-tip-center {
    margin: 18px 0 22px 32px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 18px;
    min-height: auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.frsv4-tip-duration {
    font-size: 15px; 
    color: #0f172a;
    margin: 0;
}

.frsv4-tip-local {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* =========================================================
   BADGES
========================================================= */

.frsv4-tip-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.frsv4-tip-badge {
    background: #eff6ff; 
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   ANIMATION
========================================================= */

@keyframes frsv4Fade {

    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   OVERLAY
========================================================= */

.frsv4-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.55);
    backdrop-filter: blur(4px);
    z-index: 9998;
}

/* =========================================================
   MODAL
========================================================= */

.frsv4-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 750px;
    max-width: 95%;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 28px;
    z-index: 9999;
    box-shadow: 0 20px 60px rgba(0,0,0,.20);
    animation: frsv4Open .22s ease;
}

/* =========================================================
   CLOSE
========================================================= */

.frsv4-modal-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    color: #334155;
}

/* =========================================================
   ANIMATION
========================================================= */

@keyframes frsv4Open {

    from {
        opacity: 0;
        transform: translate(-50%,-47%);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%);
    }
}



















/* =========================================================
   MOBILE FILTER BUTTON
========================================================= */

.frsv4-mobile-filter-btn {
    display: none;
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:991px) {

    /* BOTON */

    .frsv4-mobile-filter-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #2563eb;
        color: #fff;
        border-radius: 14px;
        padding: 14px;
        margin-bottom: 18px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
    }

    /* FILTROS */

    .frsv4-filters-v4 {
        display: none;
        margin-bottom: 20px;
    }

        /* OPEN */

        .frsv4-filters-v4.opens {
            display: block;
        }

    .frsv4-tip-duration {
        font-size: 10px;
        color: #0f172a;
        margin: 0;
    }


    .frsv4-tip-local {
        font-size: 10px;
        color: #64748b;
        margin: 0;
    }

    .frsv4-tip-airline-name {
        font-size: 10px;
        font-weight: 800;
        color: #0f172a;
    }


    .frsv4-tip-flight {
        text-align: right;
        font-size: 10px;
        color: #64748b;
        line-height: 1.7;
        font-weight: 600;
    }
}
    /**********MatrixVuelos*************/



    /* =========================
   MATRIX VUELOS MODERNA
   Liviana para Bootstrap 3
========================= */

    .matrix-container-v4 {
        overflow-x: auto;
        border: 1px solid #eee;
        border-radius: 10px;
        background: #fff;
    }

    /* TABLA */

    .matrix-table-v4 {
        margin: 0;
        min-width: 700px;
        border-collapse: separate;
        border-spacing: 4px;
    }

        .matrix-table-v4 > thead > tr > th {
            background: #f2f2f2;
            border: 0 !important;
            text-align: center;
            font-weight: 600;
            color: #555;
            padding: 6px 4px;
            white-space: nowrap;
            position: sticky;
            top: 0;
            z-index: 5;
        }

        .matrix-table-v4 > tbody > tr > th {
            background: #f2f2f2;
            border: 0 !important;
            text-align: center;
            font-weight: 600;
            color: #555;
            vertical-align: middle !important;
            position: sticky;
            left: 0;
            z-index: 4;
        }

        /* CELDAS */

        .matrix-table-v4 td {
            border: 0 !important;
            padding: 0 !important;
            min-width: 45px;
            height: 35px;
            vertical-align: middle !important;
        }

    /* CARD INTERNA */

    .matrix-cell-v4 {
        height: 35px;   
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all .15s ease;
        cursor: pointer;
        border: 1px solid #f0f0f0;
    }

     

    /* BOTON BUSCAR */

.matrix-search-v4 {
    color: #0d4381;
}
 
    /* PRECIOS */

.matrix-price-v4 {
    font-size: 13px;
    line-height: 1;
    display: flex;
    flex-direction: row;
}
.matrix-price-icon-v4 {
    margin: 2px;
}
 

    .matrix-label-v4 {
        font-size: 10px;
        margin: 2px;
    }

    /* COLORES */

    .matrix-cheap-v4 {
        background: #e8f7ee;
        border-color: #cdebd8;
        color: #1d7a46;
    }

    .matrix-medium-v4 {
        background: #fff7e6;
        border-color: #ffe7b3;
        color: #b26a00;
    }

    .matrix-expensive-v4 {
        background: #fff0f0;
        border-color: #ffd4d4;
        color: #c0392b;
    }

    /* MEJOR PRECIO */

.matrix-best-v4 {
    background: #2fb344;
    color: #fff;
    text-align: center;
}


/* Clase para la celda diagonal */
.celda-diagonal {
    position: relative;
    /* Dibuja la línea diagonal de la esquina superior izquierda a la inferior derecha */
    background: linear-gradient(to top right, transparent calc(50% - 1px), #ccc calc(50% - 1px), #ccc calc(50% + 1px), transparent calc(50% + 1px));
    min-width: 120px;
    height: 60px;
}

    /* Texto inferior izquierdo (Encabezado de Filas) */
    .celda-diagonal .abajo {
        position: absolute;
        bottom: 5px;
        left: 5px;
    }

    /* Texto superior derecho (Encabezado de Columnas) */
    .celda-diagonal .arriba {
        position: absolute;
        top: 5px;
        right: 5px;
    }



    /* LOADING */

    .matrix-loading-v4 {
        color: #5bc0de;
    }

        .matrix-loading-v4 i {
            animation: spin 1s linear infinite;
        }

    /* SIN DISPONIBILIDAD */

    .matrix-empty-v4 {
        color: #bbb;
        background: #fcfcfc;
    }

    /* SCROLL */

    .matrix-container-v4::-webkit-scrollbar {
        height: 8px;
    }

    .matrix-container-v4::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 10px;
    }

 
 

/* ANIMACION */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
 
 
.matrix-hover-row,
.matrix-hover-col {
    background: rgba(13, 110, 253, 0.18) !important;
}

.matrix-hover-current {
    background: rgba(13, 110, 253, 0.35) !important;
    box-shadow: inset 0 0 0 2px #0d6efd;
}


}
 

 