:root{--brand:#0f4c81;--accent:#0f766e;--ink:#172033;--muted:#64748b;--line:#e2e8f0;--soft:#f8fafc}
.flights-search-page{font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--soft);color:var(--ink)}
.flights-search-page a{text-decoration:none}
.text-brand{color:var(--brand)!important}
.bg-brand{background:var(--brand)!important}
.btn-brand{background:var(--brand);border:1px solid var(--brand);color:#fff;font-weight:700}
.btn-brand:hover{background:#0b3c66;border-color:#0b3c66;color:#fff}
.flight-footer{background:var(--brand);color:#fff}
.flight-footer-top{padding:3.5rem 0;background:linear-gradient(135deg,#0f4c81,#0f766e)}
.flight-footer-bottom{padding:1.5rem 0;background:#0b3c66;border-top:1px solid rgba(255,255,255,.14)}
.flight-footer-title{font-size:1rem;font-weight:800;margin:0 0 14px}
.flight-footer-link{display:block;color:rgba(255,255,255,.88);font-size:.92rem;margin-bottom:6px}
.flight-footer-link:hover{color:#d9f99d}
.flight-footer-slogan{font-size:clamp(1.6rem,4vw,2.6rem);font-weight:800;line-height:1.1;margin:0 0 1rem}
.flight-footer-copy{color:rgba(255,255,255,.75);font-size:.86rem;margin:0}
.flight-footer-social a{color:#fff;font-size:1.35rem;margin-right:12px}
.flight-footer-social a:hover{color:#d9f99d}
.flight-footer-contact a{color:#fff}
.flight-footer-contact a:hover{color:#d9f99d}

.pt-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;background:rgba(248,250,252,.9);backdrop-filter:blur(3px)}
.pt-loader[hidden]{display:none!important}
.pt-loader__spinner{width:48px;height:48px;border:4px solid #dbeafe;border-top-color:var(--brand);border-radius:50%;animation:pt-spin .8s linear infinite}
@keyframes pt-spin{to{transform:rotate(360deg)}}

.fl-search-hero{background:radial-gradient(circle at top left,#dbeafe,transparent 35%),linear-gradient(135deg,#eef6ff,#fff7ed);padding-bottom:calc(3rem + 50px)!important}
.fl-crumb a{color:var(--brand)}
.fl-kicker{background:#eef6ff;color:var(--brand);border:1px solid rgba(15,76,129,.12);font-size:.84rem;font-weight:700;padding:.45rem .8rem}
.fl-kicker i,.fl-search-facts i{color:var(--accent)}
.fl-search-hero h1{color:var(--ink);letter-spacing:0}
.fl-search-facts span{color:#334155;font-size:.9rem;font-weight:700}
.fl-route-summary{border:1px solid var(--line)!important}
.fl-route-arrow{width:44px;height:44px;background:#eef6ff;color:var(--brand)}
.fl-search-main{margin-top:-3.2rem;padding-bottom:3.25rem}
.fl-search-container{position:relative}

.pt-hidden-control{display:none!important}
.booker .row{margin:0}
.booker .row>*{min-width:0}
.booker .form-check{display:inline-flex;align-items:center;gap:.4rem}
.booker .form-check-label{font-size:.9rem;font-weight:700;color:#334155}
.booker .form-check-label.active{color:var(--brand)}
.booker .form-check-input:checked{background-color:var(--brand);border-color:var(--brand)}
.booker label.tight-xs{font-size:.8rem;font-weight:700;color:var(--muted);margin-bottom:.3rem}
.booker .input-group{border:1px solid var(--line);border-radius:12px;align-items:center;min-height:50px;padding:.35rem .75rem;background:#fff;transition:border-color .15s,box-shadow .15s}
.booker .input-group:focus-within{border-color:var(--brand);box-shadow:0 0 0 .2rem rgba(15,76,129,.12)}
.booker .input-group-text{border:0;color:var(--brand)!important;padding-left:0}
.booker .input-booker{border:0;box-shadow:none!important;font-size:.95rem;font-weight:600;color:var(--ink);min-height:34px;background:transparent}
.booker .input-booker::placeholder{color:#94a3b8}
.booker .btn.body{border-radius:12px!important;min-height:50px;box-shadow:0 12px 28px rgba(15,76,129,.22)!important}
.booker .pt-pax-dropdown{width:100%}
.booker .passenger-btn{height:50px;min-height:50px;margin-bottom:0;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:.95rem;font-weight:600;padding:.35rem .75rem;box-shadow:none!important;overflow:hidden;max-width:100%}
.booker .passenger-btn>span:first-child{display:inline-flex;align-items:center;flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap}
.booker .passenger-btn>span:first-child i{flex:0 0 auto}
.booker .passenger-btn>.bi-chevron-down{flex:0 0 auto;margin-left:.5rem}
#paxLabel{display:inline-block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.booker .passenger-btn:hover,.booker .passenger-btn:focus{background:#fff;color:var(--brand);border-color:var(--brand);box-shadow:0 0 0 .2rem rgba(15,76,129,.12)!important}
.dropdown-menu.search-paxes:not(.show){display:none!important}
.dropdown-menu.search-paxes.show{display:block!important}
.search-paxes{width:300px;max-width:calc(100vw - 32px);height:auto;max-height:none;margin:0;padding:0!important;overflow:visible;border:0!important;border-radius:4px!important}
.search-paxes>.col-12.pax{height:auto;padding:0 16px;display:flex;flex-direction:column;min-height:0}
.search-paxes .paxes-header{flex:0 0 auto}
.search-paxes .paxes-body{flex:0 0 auto;min-height:0;overflow:visible}
.search-paxes .paxes-footer{flex:0 0 auto}
.search-paxes .pax-selector{min-height:56px}
.search-paxes .description p{color:var(--ink);font-size:16px}
.search-paxes .control{width:40px;height:40px;justify-content:center;padding:0;color:var(--muted);line-height:1}
.search-paxes .control:hover,.search-paxes .control:focus{background:#f5f7fa;color:var(--brand)}
.search-paxes .control:disabled{opacity:.45;cursor:not-allowed}
.search-paxes .qty{min-width:24px;text-align:center;color:var(--ink);font-size:16px}
.search-paxes .font-24{font-size:24px;line-height:1}
.search-paxes .font-20{font-size:20px;line-height:1}
.search-paxes .font-30{font-size:30px;line-height:1}
.search-paxes .icon-main{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--ink)}
.search-paxes .form-label{font-size:14px;color:var(--ink)}
.search-paxes .kid-age{width:100%;margin-left:0;margin-right:0;--bs-gutter-x:0}
.search-paxes .kid-age .form-select{display:block;box-sizing:border-box;width:100%!important;max-width:100%!important;min-width:0;height:38px;font-size:14px;border-radius:4px;flex:0 0 100%!important;text-overflow:ellipsis}
.search-paxes .btn-primary{background:var(--brand);border-color:var(--brand)}
.search-paxes .btn-primary:hover{background:#0b3c66;border-color:#0b3c66}
.shadow-tb{box-shadow:0 1px 2px rgba(8,10,12,.14)!important}

.flatpickr-calendar{font-family:inherit;border:0;border-radius:16px;box-shadow:0 18px 48px rgba(15,23,42,.22);z-index:1100!important;pointer-events:auto}
.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover{background:var(--brand);border-color:var(--brand);color:#fff}
.flatpickr-day.inRange{background:#eaf3ff;border-color:#eaf3ff;box-shadow:-5px 0 0 #eaf3ff,5px 0 0 #eaf3ff}

.pt-ac{position:relative}
.pt-ac__list{position:absolute;top:100%;left:0;right:0;z-index:1070;background:#fff;border-radius:0 0 12px 12px;max-height:330px;overflow:auto;box-shadow:0 14px 34px rgba(15,23,42,.16)}
.pt-ac__list>.autocomplete{position:static!important;width:100%;border:1px solid var(--line);border-top:0;border-radius:0 0 12px 12px;box-shadow:none!important}
.pt-ac__item{cursor:pointer;font-size:.85rem;border-bottom:1px solid #edf1f6;color:#233244}
.pt-ac__item:hover,.pt-ac__item.active{background:#eef6ff}
.pt-ac__iata{font-weight:800;color:var(--brand);margin-right:.35rem}
.clg-all{font-size:.78rem;color:var(--muted)}

.pt-sortbar{border:1px solid var(--line)!important}
.pt-count{font-size:.95rem;color:var(--ink)}
.pt-sortbar select{border-color:var(--line);border-radius:12px;color:#334155;font-size:.9rem;font-weight:700}
.pt-results{display:block}
.pt-filters{display:none!important}
.cb-filters{width:100%;max-width:100%!important;margin-left:0!important;margin-right:0!important;border:1px solid var(--line)!important;position:relative}
.cf-scroll.c-top-roundtrip{width:100%;max-width:100%;overflow:visible!important;position:relative;z-index:20}
.cb-filters.is-nearby-active .cf-scroll.c-top-roundtrip{z-index:1060}
.cfs-int{gap:.5rem!important;min-width:0;position:relative}
.c-align-right{margin-left:auto}
.btn-pill{border-radius:999px!important;font-size:.85rem!important;min-height:40px;display:inline-flex!important;align-items:center;gap:.35rem;white-space:nowrap;font-weight:700!important;box-shadow:none!important}
.btn-pill:hover,.cf-capsule.f-active .btn-pill,.c-pill.is-active{border-color:var(--brand)!important;background:#eef6ff!important;color:var(--brand)!important}
.cf-capsule{position:relative}
.cp-icon{margin-left:.35rem;color:var(--brand);font-size:.75rem}
.cf-dropdown{position:absolute;top:calc(100% + 8px);left:0;z-index:1060!important;display:none;min-width:260px;background:#fff;border:1px solid var(--line)!important;border-radius:16px!important;box-shadow:0 18px 45px rgba(15,23,42,.16)}
.cf-capsule.f-active>.cf-dropdown,.cf-dropdown.dropdown-menu.show{display:block}
.filter-title{font-size:1rem;font-weight:800;margin:0 0 .75rem}
.filter-options{display:grid;gap:.5rem}
.filter-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid #e5ebf2;background:#fff;border-radius:12px;padding:.65rem .75rem;font-size:.85rem;color:#263445;cursor:pointer;font-weight:700;text-align:left}
.filter-option:hover,.filter-option.is-selected{border-color:var(--brand);background:#eef6ff;color:var(--brand)}
#ptAirlineDropdown.list-group{display:flex;gap:0;min-width:260px}
#ptAirlineDropdown .airline-filter-option{cursor:pointer;font-weight:700}
#ptAirlineDropdown .airline-filter-option.active-soft{background:#eef6ff;color:var(--brand)}
#ptAirlineDropdown .airline-filter-label{display:inline-flex;align-items:center;min-width:0}
#ptAirlineDropdown .airline-filter-logo{display:inline-flex;align-items:center;flex:0 0 auto}
#ptAirlineDropdown .airline-filter-logo img{width:auto;max-width:36px;flex:0 0 auto}
#ptAirlineDropdown .airline-filter-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#ptAirlineDropdown .airline-filter-check{flex:0 0 auto}
#ptAirlineDropdown input[type="checkbox"]{flex:0 0 auto}
.cf-overlay{position:fixed;inset:0;background:rgba(15,23,42,.28);z-index:1055!important}
.o-fechas-cercanas{position:static!important;z-index:1066!important}
.o-fechas-cercanas .filter-full{position:fixed!important;left:50%!important;right:auto!important;top:84px!important;transform:translateX(-50%);width:min(1160px,calc(100vw - 32px));max-height:calc(100vh - 108px);border-radius:16px;overflow:hidden;display:none;z-index:1065!important}
.o-fechas-cercanas.f-active .filter-full{display:flex!important;flex-direction:column}
.o-fechas-cercanas .ml-body{overflow:auto!important;flex:1 1 auto;min-height:0}
.nearby-axis{writing-mode:vertical-rl;transform:rotate(180deg)}
.c-scroll-vertical{align-self:stretch;min-width:40px}
.nearby-axis-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.8rem;font-weight:800;color:var(--brand);white-space:nowrap}
.matrix-axis-btn{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0}
.c-matrix{border-radius:14px;background:#fff;padding:1rem!important}
.c-int-matrix{overflow:auto!important;min-width:0!important;flex:1 1 auto!important}
.table-dates{border-collapse:separate!important;border-spacing:0;margin:0;min-width:720px;font-size:.85rem;text-align:center}
.table-dates th,.table-dates td{border:1px solid var(--line)!important;min-width:92px;height:62px;vertical-align:middle;background:#fff}
.table-dates .bg-level1{background:var(--brand)!important;color:#fff!important}
.table-dates .bg-level2{background:#edf3fb!important}
.td-amount{font-weight:500;color:#3b3a40;cursor:pointer}
.td-amount:hover,.td-amount.select-date-td,.td-amount.t-selected-show{background:#eaf3ff!important;outline:2px solid var(--brand);outline-offset:-2px}
.table-dates .bg-yellow-active{box-shadow:none!important}
.table-dates .bg-yellow-active>span{background:#ffff54;border:1px solid #e0e0e0;border-radius:50px;display:inline-block;padding:1px 10px}
.table-dates .bg-yellow-active .currency-display{color:#000!important}
.table-dates .bg-yellow-active:hover>span{background:#ffff54}
.nearby-foot{align-items:center;row-gap:.75rem;padding:.75rem 0 0}
.nearby-legend{font-size:.875rem;color:#333;font-weight:500}
.nearby-note{font-size:.875rem;color:var(--muted)}
.ci-yellow{display:inline-block;width:10px;height:10px;background:#ffff54;border:1px solid #e0e0e0;border-radius:50%;vertical-align:middle}

#ptFlightList{display:grid;gap:1rem}
.pt-section-head{font-family:inherit;color:var(--ink);font-size:1.15rem;font-weight:800}
.pt-section-sub{color:var(--muted);font-size:.9rem}
.pt-matrix-card,.pt-remote-group,.pt-noflights{border:1px solid var(--line)!important}
.pt-matrix-card thead th{background:#eef6ff;color:var(--ink);font-weight:800;border-color:var(--line)}
.pt-matrix-card td{border-color:var(--line)}
.pt-remote-group__header{display:block!important;min-height:auto;border-bottom:1px solid var(--line);background:#fff}
.pt-remote-airline{font-family:inherit;color:var(--ink);font-size:1rem;font-weight:800}
.pt-remote-airline img{width:38px;height:38px;border-radius:12px;background:#eef6ff;border:1px solid var(--line);padding:4px;object-fit:contain}
.pt-remote-from{font-family:inherit;color:var(--muted);font-size:.86rem;font-weight:600}
.pt-remote-from strong{display:block;color:var(--accent);font-size:1.35rem;font-weight:800}
.row-item{border-bottom:1px solid #edf2f7;background:#fff;transition:background .15s}
.pt-remote-group .row-item:last-of-type{border-bottom:0}
.row-item:hover{background:#f8fbff}
.row-item.is-extra:not(.is-visible){display:none!important}
.cursor-pointer{cursor:pointer}
.dashed-line-container{display:flex;align-items:center;gap:.6rem;width:100%;min-height:53px}
.dashed-line-space{flex:1;min-width:24px}
.dashed-line{border-top:1px dashed #c5cfdd;width:100%}
.dlc-time{font-size:1.15rem;font-weight:800;color:var(--ink);white-space:nowrap}
.dlc-duration,.iata,.ilc-days{font-size:.78rem;color:var(--muted);font-weight:700;white-space:nowrap}
.info-line-container{display:flex;align-items:center;gap:1rem;min-height:53px}
.btn-tertiary{background:#eef6ff!important;color:var(--brand)!important;border:1px solid rgba(15,76,129,.12)!important;font-weight:800;padding:.45rem .75rem}
.btn-tertiary:hover{background:#dbeafe!important;color:#0b3c66!important}
.ilc-bags{display:inline-flex;gap:.5rem;align-items:center}
.ilc-bags .icon{width:24px;height:24px;border-radius:50%;border:1px solid #d9e2ef;display:inline-flex;align-items:center;justify-content:center;color:#7b8794;background:#fff;font-size:0}
.ilc-bags .icon:before{font-size:.75rem;font-weight:800}
.icon-carryon-out:before,.icon-carryon-in:before{content:"M"}
.icon-bigbag-out:before,.icon-bigbag-in:before{content:"B"}
.icon-carryon-in,.icon-bigbag-in{color:#16803c!important;border-color:#b7e4c7!important;background:#edf9f1!important}
.list-price-flight{min-height:53px}
.currency-display{color:var(--accent);font-size:1.25rem;line-height:1.1;font-weight:800}
.icon-angle-right:before{content:"\203A";font-size:1.8rem;line-height:1;color:var(--brand)}
.pt-remote-more:hover{background:#eef6ff}
.pt-err{border:1px solid #fecaca;border-radius:16px;font-size:.9rem;background:#fee2e2;color:#7f1d1d;padding:1rem}
.pt-noflights{text-align:center;padding:2.5rem 1.25rem;color:var(--muted);border-radius:18px;background:#fff}

.pt-selected-summary,.pt-selected-flight-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 18px rgba(15,23,42,.06);padding:1rem;margin-bottom:1rem}
.pt-selected-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.pt-selected-summary__title{font-size:.78rem;color:var(--muted);font-weight:800;text-transform:uppercase}
.pt-selected-summary__main{font-weight:800;color:var(--ink)}
.pt-selected-flight-card .container{max-width:none}
.pt-selected-flight-card .row-item{border-top:1px solid #edf2f7;border-bottom:0}
.scales-list,.ilc-scales{color:var(--brand);font-weight:800}
.mgs-price .currency-display{font-size:1.1rem}

.pt-sidebar-overlay{position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:10000;display:none;align-items:stretch;justify-content:flex-end;overflow:hidden}
.pt-sidebar-overlay.is-open{display:flex}
.cn-sidebar{width:min(100%,544px);height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;min-height:0;background:#fff;box-shadow:-18px 0 42px rgba(15,23,42,.28);display:flex;flex-direction:column;overflow:hidden}
.cn-sidebar__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--soft);padding:1rem 1rem 1.5rem}
.cn-sidebar__footer{flex:0 0 auto;background:#fff;border-top:1px solid var(--line);padding:1rem;box-shadow:0 -6px 18px rgba(15,23,42,.06)}
.cn-sidebar .txt-title{font-size:1rem;font-weight:800;color:var(--ink)}
.cns-leg-title,.cns-block-title{font-weight:800;color:var(--ink);margin:.25rem 0 .75rem}
.cns-block-title{font-size:1.2rem}
.cns-summary,.cns-package-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 3px 10px rgba(15,23,42,.06);padding:1rem;margin-bottom:1rem}
.cns-package-card{position:relative;border:2px solid var(--fare-border,var(--line));border-left-width:6px;cursor:pointer;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .15s}
.cns-package-card:hover{box-shadow:0 10px 24px rgba(15,23,42,.12);transform:translateY(-1px)}
.cns-package-card:focus{outline:3px solid rgba(15,76,129,.18);outline-offset:2px}
.cns-package-card.is-selected{background:#eef6ff;box-shadow:0 12px 28px rgba(15,76,129,.16)}
.cns-route{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center}
.cns-route__time{font-size:1.25rem;font-weight:800;color:var(--ink)}
.cns-route__airport{font-size:.8rem;color:var(--brand);font-weight:800}
.cns-route__line{font-size:.75rem;color:var(--muted);text-align:center}
.cns-route__line:before{content:"";display:block;border-top:1px dashed #c5cfdd;margin-bottom:.25rem}
.cns-detail-link{border:0;background:transparent;color:var(--brand);font-weight:800;padding:0;margin-top:.75rem}
.cns-tabs{display:none}
.pt-modal-tab-pane{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1rem;min-height:0}
.pt-modal-tab-pane--flat{background:transparent;border:0;border-radius:0;padding:0}
.cns-package-head{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid #eef2f7;padding-bottom:.75rem;margin-bottom:.75rem}
.cns-package-name{font-weight:800;color:var(--ink)}
.cns-package-badge{display:inline-flex;align-items:center;width:max-content;margin-top:.3rem;border:1px solid var(--fare-border,var(--line));border-radius:999px;color:var(--fare-border,var(--brand));font-size:.72rem;font-weight:800;padding:.15rem .55rem}
.cns-package-price{text-align:right}
.cns-package-price strong{display:block;color:var(--accent);font-size:1.1rem}
.cns-package-body{display:grid;gap:.6rem}
.cns-package-actions{display:flex;justify-content:flex-end;margin:.75rem 0 1rem}
.cns-service,.include-row,.pt-modal-bag{display:flex;align-items:flex-start;gap:.65rem}
.cns-service__icon,.include-row .status,.pt-modal-bag .status{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 22px}
.cns-service__icon.ok,.include-row .status.ok,.pt-modal-bag .status.ok{background:#e7f7ee;color:#16803c}
.cns-service__icon.no,.include-row .status.no,.pt-modal-bag .status.no{background:#f1f3f6;color:#9aa4b2}
.cns-select-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid var(--brand);background:var(--brand);color:#fff;border-radius:12px;font-weight:800;padding:.65rem 1rem}
.cns-select-btn:not(.is-selected){background:#fff;color:var(--brand)}
.pt-modal-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:var(--muted);font-size:.9rem}

.pt-modal-route .modal-content,.pt-modal-bags .modal-content{border:0;border-radius:16px;box-shadow:0 20px 60px rgba(15,23,42,.26)}
.modalSummaryFlight .nav{display:flex;border-bottom:1px solid var(--line)}
.modalSummaryFlight .nav button{flex:1;border:0;background:#fff;padding:.9rem .75rem;font-weight:800;color:var(--muted);border-bottom:3px solid transparent}
.modalSummaryFlight .nav button.active{color:var(--brand);border-bottom-color:var(--brand)}
.modalSummaryFlight-content{padding:1rem}
.item-columns{display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.card-info-flight,.pt-modal-segment,.pt-modal-bag{border:1px solid var(--line);border-radius:14px;padding:1rem;margin-bottom:.75rem;background:#fff}
.flight{display:grid;grid-template-columns:88px 1fr;gap:.75rem;margin-top:.65rem}
.flight-time ul{list-style:none;padding:0;margin:0;text-align:right}
.flight-description p{margin:.15rem 0;color:var(--muted);font-size:.85rem}
.message-alert.info{display:flex;gap:.65rem;background:#eef6ff;border:1px solid #cfe2ff;border-radius:12px;padding:.75rem;margin:.75rem 0;color:#1f4e79}
.include-row{border-bottom:1px solid #edf2f7;padding:.65rem 0}
.include-row:last-child{border-bottom:0}

@media(max-width:991.98px){
  .fl-search-hero{padding:2rem 0 calc(4.6rem + 50px)!important}
  .fl-route-summary{max-width:420px}
  .pt-remote-from{text-align:left}
}
@media(max-width:767.98px){
  .fl-search-main{margin-top:-2.6rem}
  .fl-search-hero{padding:1.6rem 0 calc(3.9rem + 50px)!important}
  .fl-search-hero h1{font-size:2rem}
  .flights-search-page .fl-search-facts{display:none!important}
  .fl-route-summary{display:none}
  .booker .c-booker{padding:1rem!important}
  .pt-sortbar{align-items:stretch;flex-direction:column}
  .pt-sortbar select{width:100%!important}
  .cb-filters{border-radius:16px!important}
  .cf-scroll.c-top-roundtrip{overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch}
  .cf-scroll.c-top-roundtrip .cfs-int,.cfs-int{width:max-content!important;min-width:760px!important;flex-wrap:nowrap!important}
  .cf-scroll.c-top-roundtrip .cf-dropdown:not(.filter-full){position:fixed!important;left:12px!important;right:12px!important;top:var(--pt-filter-popover-top,128px)!important;width:auto!important;min-width:0!important;max-width:calc(100vw - 24px)!important;max-height:calc(100vh - var(--pt-filter-popover-top,128px) - 12px)!important;overflow:auto!important;transform:none!important;z-index:1080!important}
  .o-horarios .cf-dropdown{left:12px!important;right:12px!important}
  .row-item{padding-top:.75rem;padding-bottom:.75rem}
  .currency-display{font-size:1.15rem}
  .o-fechas-cercanas .filter-full{left:8px!important;right:8px!important;top:72px!important;transform:none;width:auto;max-width:none;max-height:calc(100vh - 88px)}
  .nearby-foot{align-items:stretch}
  .nearby-axis{display:none}
  .wa-float{display:none}
}
