/* resumen-compra-general */
.summary_header {
    position: relative;
    width: 100%;
}

.summary_total_list {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.summary_trigger {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.5rem;
    height: 3rem;
    align-items: center;
    padding: .25rem .5625rem;
    background: #E9E9E9;
    border-radius: .625rem;
    box-sizing: border-box;
    border: none;
}

.summary_trigger_label {
    font-size: 1rem;
    font-weight: 300;
    margin-right: .5rem;
    text-align: left;
    padding-top: 4px;
}

@media screen and (min-width: 992px) {
    .summary_trigger {
        padding: .625rem 1.3125rem;
    }

    .summary_trigger_label {
        margin-right: 1.125rem;
        white-space: nowrap;
        align-self: flex-end;
        padding: 0;
    }
}

.summary_trigger .price_currency {
    white-space: nowrap;
}

.summary_trigger[aria-expanded='false']::after {
    transform: scaleY(1);
}

.summary_trigger[aria-expanded='true']::after {
    transform: scaleY(-1);
}

.summary_trigger::after {
    font-size: 1rem;
    margin-left: auto;
    padding-left: 8px;
    transform: scaleY(1);
    transition: 0.18s ease;
}

.summary_trigger::after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    color: inherit;
}

/* General */

#navbar-fixed {
    transition: all 0.15s ease-out;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media screen and (min-width: 992px) {
    .price_currency .currency {
        font-size: 1em;
    }

    .price_currency .decimals {
        font-size: 0.7em;
    }

    .price_currency .price {
        font-size: 1em;
    }
}


.button {
    font-size: 1.125rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-weight: 500;
    line-height: 1;
    padding: .875rem 1.5rem;
    border-radius: .25rem;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.06s linear;
}

    .button:focus-visible,
    .button:hover {
        box-shadow: 0 .3125rem 1.25rem rgba(157, 138, 152, 0.4);
    }

.summary_total_list .btn-next {
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    background-color: #D60E41;
    background-image: linear-gradient(90deg, #0D2E45 -29%, #D60E41 189%);
    border-width: 0;
    min-width: 9.5rem;
    margin-left: 1.25rem;
}

    .summary_total_list .btn-next:focus,
    .summary_total_list .btn-next:hover {
        background-image: linear-gradient(-90deg, #0D2E45 -29%, #D60E41 189%);
    }

@media screen and (min-width: 992px) {
    .summary_total_list .btn-next {
        min-width: 7.9375rem;
    }
}

.dropdown-summary-top-box {
    width: 470px;
    border: none;
    border-radius: 16px;
}

/* result-consulta-ancillary */

.line-out-red {
    position: relative;
    display: inline-block;
}

    .line-out-red::after {
        content: "";
        position: absolute;
        top: 10px;
        bottom: -24px;
        left: 0;
        right: 0;
        border-top: 3px solid red;
        transform: rotate(-12deg);
        z-index: 1;
        pointer-events: none;
    }

/* detalle-ancillary */

.btn-quantity-selector {
    border: none;
    color: var(--bs-primary);
}

    .btn-quantity-selector:hover {
        color: var(--bs-secondary);
    }

    .btn-quantity-selector[disabled] {
        color: #D6D8DD;
    }

.card-service {
    width: 180px;
    height: 265px;
    background-color: #F2F2F2;
}

    .card-service .card-service--icon {
        color: #D2D5DA;
    }

.card-selector-line {
    /*position: absolute;*/
    content: '';
    /*pointer-events: none;*/
    border: 0 solid transparent;
    border-left: 7px solid #fdc400;
    border-right-width: calc(16px - 7px);
    left: 0;
    bottom: 0;
    top: 0;
}

.card-service.card-service-active .card-service--icon {
    color: var(--bs-primary);
}

/* resumen-compra-general */

.summary_journey {
    display: flex;
    flex-wrap: wrap;
}

.summary_travel {
    font-size: 1.25rem;
    order: -2;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.1;
    color: var(--bs-primary);
    font-weight: 300;
}

.summary_travel_separator_label {
    margin: 0 .4375rem;
}

.summary_date {
    font-size: 1rem;
    order: -3;
    flex-basis: 100%;
    display: flex;
    flex-wrap: nowrap;
    font-weight: 300;
    color: #9D8A98;
    margin-bottom: .25rem;
}

.summary_date_week {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.summary_date_month {
    margin: 0 .3125rem;
}

.summary_route {
    font-size: 1.25rem;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 500;
    line-height: 1;
    margin-top: 1.5rem;
}

.summary_airport {
    flex: 0 1 100%;
    display: flex;
    flex-wrap: wrap;
}

    .summary_airport:last-of-type {
        justify-content: flex-end;
        text-align: right;
    }

.summary_airport-city {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.summary_airport-code {
    font-size: 1.25rem;
    flex: 0 0 100%;
    color: #9D8A98;
    font-weight: 500;
}

.summary_time {
    font-size: 1.5625rem;
    z-index: 2;
    position: relative;
    font-weight: 700;
    margin-bottom: .25rem;
    background: #fff;
}

.summary_airport:first-of-type .summary_time {
    padding-right: 1.25rem;
}

.summary_airport:last-of-type .summary_time {
    padding-left: 1.25rem;
}

    .summary_airport:first-of-type .summary_time:after, .summary_airport:last-of-type .summary_time:before {
        content: "";
        position: absolute;
        top: 50%;
        display: inline-block;
        width: .5rem;
        height: .5rem;
        border-radius: 50%;
        background-color: var(--custom-yellow);
        transform: translateY(-50%);
    }

.summary_airport:first-of-type .summary_time::after {
    right: -.0625rem;
}

.summary_airport:last-of-type .summary_time::before {
    left: -.0625rem;
}

.summary_airport .journey-schedule_station_city_airport {
    font-size: .875rem;
    font-weight: 500;
}

.extra-day {
    font-size: .75rem;
    position: absolute;
    top: -.8125rem;
    right: 0;
    font-weight: 300;
    white-space: nowrap;
}

    .extra-day::before {
        content: "+";
        margin: 0;
    }

.summary_duration_time-connection {
    font-size: .75rem;
    flex: 1 1 2.75rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 .5rem;
}

    .summary_duration_time-connection::before {
        z-index: 1;
        content: "";
        position: absolute;
        left: 50%;
        top: 13px;
        width: 90%;
        height: .0625rem;
        transform: translateX(-50%);
        background-color: #b3b3b3;
    }

.summary_duration_time {
    font-size: .875rem;
    order: 2;
    position: absolute;
    top: 1.625rem;
    left: 50%;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(-50%);
}

.summary_connection {
    order: 1;
    position: relative;
    top: -.625rem;
    white-space: nowrap;
}

.summary_airport-terminal {
    font-size: 1rem;
    flex-basis: 100%;
}

.fare-label {
    font-size: 1em;
    font-weight: 700;
    border-radius: .3125rem;
    padding: .125rem .75rem;
    color: #fff;
    background: #0D2E45;
}

    .fare-label.fare3 {
        color: #fff;
        background: #6e828f;
    }

    .fare-label.fare4 {
        color: #fff;
        background: #6e828f;
    }

.summary_fare .fare-label {
    font-size: .75rem;
}

.summary_flight {
    font-size: .75rem;
    order: 1;
    flex: 0 0 100%;
    color: #9D8A98;
}

.flight-number {
    display: flex;
    justify-content: center;
}

.flight-number_label::after {
    content: ":";
    margin-right: .25rem;
}

.flight-number_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.connections_journeys_group {
    position: relative;
    padding: 0;
    list-style: none;
}

    .connections_journeys_group::before {
        content: '';
        position: absolute;
        top: 1.125rem;
        left: 1.8125rem;
        height: 70%;
        border-left: 2px solid #d2d5da;
    }

.connections_journeys_group_item.connections_journey {
    display: inline-flex;
    flex-direction: column;
}

.connections_journeys_group_item {
    font-size: .9375rem;
    position: relative;
    color: #0d2e45;
    padding: .4375rem 0 .4375rem 2.75rem;
}

.connections_transit {
    font-size: .875rem;
    color: #6e828f;
}

.connections_journeys_group_item .time {
    margin: 0 .375rem 0 0;
}

.connections_journeys_group_item .time {
    color: #0d2e45;
    font-weight: 500;
}

.connections_journeys_group_item .station {
    color: #0d2e45;
    font-weight: 500;
    margin: 0;
}

.connections_journeys_group_item .station-code {
    font-weight: 400;
    color: #9d8a98;
}

.connections_journey::after {
    content: '';
    position: absolute;
    left: 1.625rem;
    top: 50%;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #fdc400;
    transform: translateY(-50%);
}

.connections_total {
    font-size: .875rem;
    color: #0d2e45;
    font-weight: 300;
}

.connections_total_label {
    margin-right: .375rem;
}

.connections_total_time {
    color: #0d2e45;
    font-weight: 500;
}
.summary_typology_item {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    border-bottom: .0625rem solid #E9E9E9;
    border-top: .0625rem solid #E9E9E9;
    padding: 1.0625rem 0;
}

    .summary_typology_item .paxtype_group {
        font-size: 1rem;
        font-weight: 300;
    }

.paxtype_group {
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.paxtype {
    display: flex;
    margin-right: .25rem;
}

    .paxtype::after {
        content: ',';
    }

    .paxtype:last-child {
        margin-right: 0;
    }

        .paxtype:last-child::after {
            content: '';
        }
.summary_price-resume_container {
    flex: 0 0 100%;
    padding: .6875rem 0;
}

@media (max-width: 27.5rem) {
    .price-resume_head {
        font-size: 1rem;
    }
}

.price-resume_head {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    font-size: 1.125rem;
    align-items: center;
    padding: .375rem 0;
    cursor: pointer;
}

    .price-resume_head .label {
        margin-right: .25rem;
    }

    .price-resume_head .label, .price-resume_head .price-resume_head_label {
        font-weight: 500;
    }

    .price-resume_head .price {
        flex: 1 1 auto;
        text-align: right;
    }

    .price-resume_head[aria-expanded='false']::after {
        transform: scaleY(1);
    }

    .price-resume_head::after {
        font-size: .75rem;
        margin-left: auto;
        padding-left: 8px;
        transform: scaleY(1);
        transition: 0.18s ease;
    }

.price_currency {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-family: "Work Sans", sans-serif;
}

    .price_currency .currency {
        font-size: 1em;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        margin: 0 0.1em 0 0;
    }

.price-resume_head .price {
    flex: 1 1 auto;
    text-align: right;
}

.price_currency .price {
    display: inline-flex;
    align-items: flex-end;
    font-size: 1em;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
}

.price_currency .decimals {
    font-size: .7em;
    line-height: 1;
    font-weight: 700;
    vertical-align: baseline;
    margin-bottom: .125rem;
}

.price-resume_records .price-resume_record.price-resume_record-concept {
    padding-left: 1.5625rem;
}

.price-resume_records {
    color: #9D8A98;
    padding: 0 8px;
    margin: 0;
}

    .price-resume_records .price-resume_record {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .125rem 0 .125rem 0;
        color: var(--bs-primary);
        font-size: 14px;
    }

        .price-resume_records .price-resume_record .price-resume_record_label {
            flex: 1 1 40%;
            margin-right: .3125rem;
        }

.price-resume_record_price .price_currency .price, .price-resume_record_price .price_currency .currency, .price-resume_record_price .price_currency .decimals {
    font-weight: 400;
}

.summary_total-bottom_wrap {
    border-top: .0625rem solid #D2D5DA;
    padding-top: .5rem;
}

.summary_total-bottom {
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-weight: 700;
}

    .summary_total-bottom .total-label {
        font-size: 1.25rem;
    }

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-btn-color);
}

.accordion-button.no-style {
    background-color: transparent;
    box-shadow: none;
    border: none;
    font-weight: bold;
    padding-left: 0;
}

    .accordion-button.no-style:focus {
        box-shadow: none;
    }

.accordion-item {
    border: none;
    margin-bottom: 0.5rem;
}

.accordion-body {
    padding-left: 0;
}

/* seleccion-asientos */

.table-seat tr th {
    text-align: center;
}

.table-seat tr th, .table-seat tr td {
    padding: 8px;
}

.table-seat .seat-item {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}
@media screen and (min-width: 992px) {
    .table-seat .seat-item {
        width: 48px;
        height: 48px;
        border-radius: 8px;
    }
}
.table-seat .seat-item-1 {
    background-color: #fdc400;
}

.table-seat .seat-item-2 {
    background-color: #be1823;
}

.table-seat .seat-item-3 {
    background-color: #0d2e45;
}

.table-seat .seat-item-4 {
    background-color: #e9e9e9;
}

.table-seat .seat-item-BUSY {
    background-color: #e9e9e9;
    color: #e9e9e9;
}



.table-seat .seat-item-NULL {
    /*background-color: aquamarine;
                background-color: rgb(36 205 226 / 0.20);*/
    border-color: rgb(36 205 226 / 0.70);
    border-style: dotted;
    border-width: 3px;
    display: none;
}

.fila-E {
    /*   border-color: red;
        border-width: initial;
        border-style: dotted;
        border-width: 1px;
         */
}

.fila-N {
    border-color: yellow;
}

.table-seat .seat-item-color {
    background-color: var(--bg-color);
    color: var(--text-color);
}

.table-seat .seat-item-selected {
    background-color: #e9e9e9;
    color: #e9e9e9;
}

.table-seat .seat-item-current {
    border: 1px solid #0d2e45 !important;
}

.popup-content {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .875rem;
    font-weight: 300;
    text-align: left;
    max-width: 21.25rem;
    min-width: 6.25rem;
    word-wrap: break-word;
    color: #0D2E45;
    border-radius: .25rem;
    padding: .625rem;
    background-color: #fff;
    box-shadow: 0 .3125rem 1.25rem rgba(157, 138, 152, 0.3);
    background-clip: padding-box;
    box-sizing: border-box;
    border: 1px solid #0D2E45;
}

.popup-content {
    border-radius: 1rem;
    padding: 1.5rem;
    border-color: #d2d5da;
}

.seat_details {
    color: #0d2e45;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.seat_details_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.seat_number {
    font-size: 1.25rem;
    flex: 0 0 8%;
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    padding: 0 .875rem 0 0;
    box-sizing: border-box;
}

.seat_type {
    flex: 0 1 70%;
    display: flex;
    flex-wrap: wrap;
}

.seat_type_title {
    font-size: 1.25rem;
    flex: 0 0 100%;
    font-weight: 300;
    text-align: left;
    margin: 0 0 .375rem;
}

.seat_type_price {
    font-size: 1.25rem;
}

.seat_description {
    font-size: .875rem;
    flex: 0 0 100%;
    padding: .25rem 0 0 8%;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.seat_description > ul li {
    position: relative;
    text-align: left;
    line-height: 1.2;
    padding-left: 1em;
    margin: .625rem 0;
}

    .seat_description > ul li::before {
        content: '';
        position: absolute;
        top: .4375em;
        left: 0;
        width: .375em;
        height: .375em;
        border-radius: 50%;
        background-color: #fdc400;
    }

.seat_details_actions {
    flex: 0 0 100%;
    margin: 1.25rem 0 0;
}

.seat_details_close {
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0;
}

.seat_details_actions_button-action {
    color: #fff;
    border-color: transparent;
    background-color: #d60e41;
    background-image: linear-gradient(90deg, #0d2e45 -29%, #d60e41 189%);
    border-width: 0;
    width: 100%;
}


button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

/* Estilos Pasajero */
.pasajero {
    padding: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pasajero-activo {
    background-color: white;
    border-left: 4px solid #FFC107;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.pasajero-inactivo {
    background-color: #f8f9fa;
    opacity: 0.6;
}

.icono {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    flex-shrink: 0;
}

.icono-activo {
    background-color: #0D355E;
}

.icono-inactivo {
    background-color: #A7A7A7;
    opacity: 0.6;
}

.seleccionar-asiento {
    font-weight: bold;
    text-decoration: none;
}

.seleccionar-asiento-activo {
    color: #FFC107;
}

.seleccionar-asiento-inactivo {
    color: #A7A7A7;
    opacity: 0.6;
    pointer-events: none;
}

.initial-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0d355d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    left: 5px;
}

.table-seat-box {
    background-color: #FFF;
    padding: 256px 16px;
    border-radius: 480px;
    display: inline-block;
    margin-top: -256px;
}

.btn-remove {
    width: 20px;
    height: 20px;
    background-color: #999;
    border: none;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

    .btn-remove:hover {
        background-color: #777;
    }

.btn-general {
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    background-color: #D60E41;
    background-image: linear-gradient(90deg, #0D2E45 -29%, #D60E41 189%);
    border-width: 0;
    min-width: 9.5rem;
}

    .btn-general:focus,
    .btn-general:hover {
        background-image: linear-gradient(-90deg, #0D2E45 -29%, #D60E41 189%);
    }

@media screen and (min-width: 992px) {
    .btn-general {
        min-width: 7.9375rem;
    }
}

/* header */
.searchresult {
    font-size: 1rem;
}

.searchresult_inner {
    min-width: 17.25rem;
}

.searchresult_route {
    font-size: 1.125rem;
    font-weight: 700;
}

.departure_station_code, .return_station_code {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.searchresult_route_description {
    display: flex;
    color: #0d2e45;
    white-space: nowrap;
}

.searchresult_route_description_connector {
    text-transform: lowercase;
    margin: 0 0.25rem;
}

.searchresult_date {
    display: inline-flex;
    white-space: nowrap;
    font-weight: 300;
}

.searchresult_date_description {
    display: flex;
}

    .searchresult_date_description::after {
        content: "|";
        margin: 0 0.5rem;
    }

.searchresult_date_description_return {
    display: flex;
}

    .searchresult_date_description_return::before {
        content: "-";
        margin: 0 0.25rem;
    }

.searchresult_pax, .searchresult_pax_description {
    display: inline;
}

.searchresult_pax {
    font-weight: 300;
}

    .searchresult_pax .paxtype_group {
        display: none;
    }

    .searchresult_pax .paxtype_total {
        display: inline;
    }

    .searchresult_pax .paxtype_total_value {
        margin-right: 0.25rem;
    }

@media (min-width: 62rem) {
    .searchresult_pax .paxtype, .searchresult_pax .paxtype_group {
        display: inline-flex;
    }

    .searchresult_pax .paxtype_total {
        display: none;
    }
}