#page-description h1{margin:0;color:var(--primary)}#page-description p{}.card{padding:8px 16px}.calculador-rutas{display:flex;flex-direction:column;gap:24px;padding:.6em 0}.calculador-rutas__header h1{margin-bottom:8px}.calculador-rutas__form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;align-items:end;border-radius:12px}.calculador-rutas__field{display:flex;flex-direction:column;gap:6px}.calculador-rutas__autocomplete{position:relative;display:flex;flex-direction:column;gap:6px}.calculador-rutas__field input,.calculador-rutas__field select{padding:10px 12px;border-radius:8px;border:1px solid #d7dbe5;font-size:15px}.calculador-rutas__suggestions{position:absolute;top:calc(100% + .5em);left:0;right:0;background:#fff;border:1px solid #d7dbe5;border-radius:10px;box-shadow:0 12px 28px rgba(15,23,42,.12);max-height:240px;overflow-y:auto;z-index:10000;display:none}.calculador-rutas__suggestions[aria-hidden=false]{display:block}.calculador-rutas__suggestion{width:100%;border:none;background:0 0;text-align:left;padding:8px;font-size:1em;cursor:pointer;z-index:1000}.calculador-rutas__suggestion:not(:last-child){border-bottom:1px solid gray}.calculador-rutas__suggestion:hover,.calculador-rutas__suggestion--active{background:#eef2ff}.calculador-rutas__hint{min-height:16px;font-size:12px;color:#6b7280;position:absolute;top:0;left:5em;z-index:10}.calculador-rutas__submit{padding:12px 18px;border-radius:10px;border:none;background:#1d4ed8;color:#fff;font-weight:600;cursor:pointer}.calculador-rutas__submit:hover{background:#1e40af}.calculador-rutas__status{min-height:24px;font-weight:600;color:#1f2937}.calculador-rutas__map{width:100%;min-height:420px;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}.calculador-rutas__results{background:#fff;border-radius:12px;padding:16px;box-shadow:0 8px 24px rgba(15,23,42,8%)}.calculador-rutas__table{width:100%;border-collapse:collapse;margin-top:12px;font-size:15px}.calculador-rutas__table th,.calculador-rutas__table td{border-bottom:1px solid #e2e8f0;padding:10px 8px;text-align:left}.calculador-rutas__table th{background:#f8fafc;font-weight:600}.calculador-rutas__actions{display:flex;flex-wrap:wrap;gap:8px}.calculador-rutas__action{border-radius:999px;border:1px solid #cbd5f5;background:#eef2ff;color:#1e3a8a;padding:6px 12px;font-size:13px;cursor:pointer}.calculador-rutas__action:hover{background:#e0e7ff}.calculador-rutas__sort{background:0 0;border:none;padding:0;font:inherit;color:inherit;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.calculador-rutas__sort::after{content:'↕';font-size:12px;opacity:.6}.calculador-rutas__sort[data-sort-direction=asc]::after{content:'↑';opacity:1}.calculador-rutas__sort[data-sort-direction=desc]::after{content:'↓';opacity:1}.calculador-rutas__note{background:#fefce8;border-left:4px solid #f59e0b;padding:12px 16px;border-radius:10px;color:#7c2d12}.calculador-rutas__marker{background:#1d4ed8;color:#fff;border-radius:999px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid #fff;box-shadow:0 6px 12px rgba(15,23,42,.25)}.calculador-rutas__marker--active{background:#f97316}.calculador-rutas__marker span{line-height:1}.leaflet-div-icon{background:0 0;border:none}.calculador-rutas__row-2 .calculador-rutas__field input,.calculador-rutas__row-2 .calculador-rutas__field select{width:100%;box-sizing:border-box}.calculador-rutas__row-2{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1fr);gap:16px}@media(max-width:640px){.calculador-rutas__row-2{grid-template-columns:.5fr 1fr}}@media(max-width:640px){.calculador-rutas__results{position:relative}.calculador-rutas__table{border-collapse:separate;border-spacing:0 10px}.calculador-rutas__table thead{display:block;position:sticky;top:0;z-index:5;background:#fff;padding:8px 0;margin-bottom:8px;border-bottom:1px solid #e2e8f0}.calculador-rutas__table thead tr{display:flex;flex-wrap:wrap;overflow:hidden;gap:8px;padding:0 2px}.calculador-rutas__table thead th{flex:none;background:0 0;border:0;padding:0}.calculador-rutas__sort{border:1px solid #e2e8f0;background:#f8fafc;border-radius:999px;font-weight:600;white-space:nowrap;padding:7px 10px;font-size:14px}.calculador-rutas__sort:hover{background:#eef2ff}.calculador-rutas__table thead th:last-child{}.calculador-rutas__table tbody,.calculador-rutas__table tr{display:block;width:100%}.calculador-rutas__table tbody tr{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;box-shadow:0 6px 16px rgba(15,23,42,6%)}.calculador-rutas__table td{display:grid;grid-template-columns:110px 1fr;gap:10px;padding:8px 0;border:0}.calculador-rutas__table td[data-label]::before{content:attr(data-label);font-weight:700;color:#334155;opacity:.9}.calculador-rutas__table td+td{border-top:1px dashed #e2e8f0}.calculador-rutas__table td[data-label="Precio elegido"],.calculador-rutas__table td[data-label=Acciones]{grid-template-columns:1fr}.calculador-rutas__table td[data-label="Precio elegido"]::before,.calculador-rutas__table td[data-label=Acciones]::before{margin-bottom:6px}.calculador-rutas__action{width:100%;text-align:center}.calculador-rutas__table td[colspan]{display:block;padding:10px 0}.calculador-rutas__table td[colspan]::before{content:"";display:none}}