*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;padding:0;display:block;width:100%;overflow-x:hidden}@media(max-width:768px){html{font-size:14px}}@media(max-width:480px){html{font-size:13px}}.image-carousel-container{width:100%;max-width:1200px;margin:2rem auto;padding:0 1rem}.carousel-wrapper{position:relative;width:100%;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #0000001a;background:#f9fafb}.carousel-slides{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(1.05);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.carousel-slide.active{opacity:1;transform:scale(1)}.carousel-image{width:100%;height:100%;object-fit:contain;background:#fff;transition:transform .8s cubic-bezier(.4,0,.2,1)}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;padding:0}.carousel-indicator{width:12px;height:12px;border-radius:50%;border:2px solid #d1d5db;background:transparent;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);padding:0}.carousel-indicator:hover{border-color:#6b7280;background:#e5e7eb;transform:scale(1.1)}.carousel-indicator.active{background:#3b82f6;border-color:#3b82f6;width:32px;border-radius:6px;transform:scale(1)}@media(max-width:1024px){.image-carousel-container{margin:1.5rem auto}}@media(max-width:768px){.image-carousel-container{margin:1rem auto;padding:0 .5rem}.carousel-indicator{width:10px;height:10px}.carousel-indicator.active{width:24px}}.buscar-pedido-container{max-width:1200px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#fff;width:100%;box-sizing:border-box}.buscar-pedido-header{text-align:center;margin-bottom:2.5rem}.buscar-pedido-header h1{color:#2c3e50;font-size:2.2rem;margin-bottom:.5rem;font-weight:600}.buscar-pedido-header p{color:#5a6c7d;font-size:1rem;margin-top:.5rem}.buscar-form{margin-bottom:2rem}.input-group{display:flex;gap:1rem;margin-bottom:1rem}.folio-input{flex:1;padding:.875rem 1.25rem;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:all .3s ease;background:#fff}.folio-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.folio-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.btn-buscar{padding:.875rem 2rem;font-size:1rem;font-weight:500;color:#fff;background:#2563eb;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #2563eb33}.btn-buscar:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 6px #2563eb4d}.btn-buscar:active:not(:disabled){transform:translateY(0)}.btn-buscar:disabled{opacity:.6;cursor:not-allowed}.error-message{padding:1rem 1.5rem;background-color:#fee;color:#c33;border-left:4px solid #c33;border-radius:4px;margin-bottom:1.5rem;font-weight:500}.pedido-info{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;animation:slideIn .3s ease;border:1px solid #e5e7eb;margin-top:2rem}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.estatus-title{color:#1f2937;font-size:1.5rem;margin:0 0 1.5rem;font-weight:600}.status-progress{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;position:relative;padding:0 1rem}.status-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:1}.status-circle{width:56px;height:56px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;transition:all .3s ease;border:2px solid #e5e7eb}.status-circle.completed{background-color:#10b981;border-color:#10b981}.status-circle.active{background-color:#3b82f6;border-color:#3b82f6}.status-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280}.status-circle.completed .status-icon,.status-circle.active .status-icon{color:#fff}.status-text{font-size:.75rem;color:#6b7280;text-align:center;font-weight:500;max-width:100px}.status-text.completed{color:#10b981;font-weight:500}.status-text.active{color:#3b82f6;font-weight:500}.status-line{position:absolute;top:28px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background-color:#e5e7eb;z-index:0;transition:all .3s ease}.status-line.completed{background-color:#10b981}.status-cancelado{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin-bottom:3rem}.status-circle-cancelado{width:80px;height:80px;border-radius:50%;background-color:#fee2e2;border:3px solid #ef4444;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#ef4444}.status-text-cancelado{font-size:1.25rem;color:#ef4444;font-weight:600;text-align:center}.pedido-details{display:flex;flex-direction:column;gap:0}.detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;background-color:transparent;border:none;border-bottom:1px solid #f3f4f6}.detail-item:last-child{border-bottom:none}.detail-icon{flex-shrink:0;margin-top:.1rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.detail-icon svg{width:20px;height:20px}.icon-folio,.icon-cliente,.icon-telefono,.icon-direccion,.icon-fecha,.icon-calendario,.icon-chofer{color:#000}.detail-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.detail-label{font-weight:700;color:#1f2937;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1px;margin-bottom:.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.detail-value{color:#1f2937;font-size:.9375rem;font-weight:400;line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.direccion-link{color:#3b82f6;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:color .2s ease;font-weight:400}.direccion-link:hover{color:#2563eb;text-decoration:underline}.detail-value .direccion-link{margin-bottom:.25rem}.detail-value .direccion-secondary{color:#1f2937;font-size:.9rem;display:block;margin-top:.25rem}.arrow-icon{font-size:1rem}.telefono-chofer-badge{font-size:.75rem;color:#3b82f6;font-weight:500;margin-left:.5rem}.btn-whatsapp-chofer{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#25d366;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #25d3664d}.btn-whatsapp-chofer:hover{background:#20ba5a;transform:translateY(-1px);box-shadow:0 4px 8px #25d36666}.btn-whatsapp-chofer:active{transform:translateY(0)}.btn-whatsapp-chofer svg{width:18px;height:18px;flex-shrink:0}@media(max-width:1024px)and (min-width:769px){.buscar-pedido-container{padding:1.5rem}.buscar-pedido-header h1{font-size:2rem}.status-progress{padding:0 .5rem}.status-circle{width:48px;height:48px}.status-icon{font-size:1.2rem}.status-icon svg{width:20px;height:20px}}@media(max-width:768px){.buscar-pedido-container{padding:1rem}.buscar-pedido-header{margin-bottom:1.5rem}.buscar-pedido-header h1{font-size:1.75rem}.buscar-pedido-header p{font-size:.9rem}.input-group{flex-direction:column;gap:.75rem}.folio-input,.btn-buscar{width:100%}.pedido-info{padding:1rem;margin-top:1.5rem}.estatus-title{font-size:1.25rem;margin-bottom:1rem}.status-progress{flex-wrap:wrap;gap:.75rem;padding:0;margin-bottom:2rem}.status-step{flex:0 0 calc(50% - .375rem);margin-bottom:.75rem}.status-circle{width:48px;height:48px;margin-bottom:.5rem}.status-icon{font-size:1.2rem}.status-icon svg{width:20px;height:20px}.status-line{display:none}.status-text{font-size:.7rem;max-width:90px}.pedido-details{gap:0}.detail-item{padding:.875rem 0}.detail-icon{width:22px;height:22px}.detail-icon svg{width:18px;height:18px}.detail-label{font-size:.75rem}.detail-value{font-size:.875rem}}@media(max-width:480px){.buscar-pedido-container{padding:.75rem}.buscar-pedido-header h1{font-size:1.5rem}.buscar-pedido-header p{font-size:.85rem}.pedido-info{padding:.875rem}.estatus-title{font-size:1.1rem}.status-circle{width:40px;height:40px}.status-icon svg{width:18px;height:18px}.status-text{font-size:.65rem;max-width:80px}.detail-item{padding:.75rem 0;gap:.75rem}.detail-icon{width:20px;height:20px}.detail-icon svg{width:16px;height:16px}.detail-label{font-size:.7rem}.detail-value{font-size:.8rem}}.chatbot-toggle{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;cursor:pointer;box-shadow:0 4px 12px #3b82f666;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 16px #3b82f680}.chatbot-toggle.open{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef444466}.chatbot-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:10px;border:2px solid white}.chatbot-window{position:fixed;bottom:90px;right:20px;width:380px;height:600px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;z-index:999;animation:slideUp .3s ease;border:1px solid #e5e7eb}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{padding:1.25rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px 16px 0 0;color:#fff}.chatbot-header-info{display:flex;align-items:center;gap:.75rem}.chatbot-avatar{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.chatbot-header-info h3{margin:0;font-size:1.1rem;font-weight:600}.chatbot-header-info p{margin:0;font-size:.75rem;opacity:.9}.chatbot-close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.chatbot-close:hover{background:#ffffff4d}.chatbot-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;background:#f9fafb}.chatbot-message{display:flex;gap:.75rem;align-items:flex-start}.chatbot-message.user{flex-direction:row-reverse}.chatbot-avatar-small{width:32px;height:32px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.chatbot-message.user .chatbot-avatar-small{display:none}.chatbot-message-content{max-width:75%;padding:.75rem 1rem;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000001a}.chatbot-message.user .chatbot-message-content{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.chatbot-message-content p{margin:0;font-size:.9rem;line-height:1.5;word-wrap:break-word;white-space:pre-line}.chatbot-input-form{padding:1rem;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;background:#fff;border-radius:0 0 16px 16px}.chatbot-input{flex:1;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:24px;outline:none;font-size:.9rem;transition:border-color .2s ease}.chatbot-input:focus{border-color:#3b82f6}.chatbot-send-btn{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;flex-shrink:0}.chatbot-send-btn:hover{transform:scale(1.05)}.chatbot-send-btn:active{transform:scale(.95)}@media(max-width:1024px)and (min-width:769px){.chatbot-window{width:360px;height:550px;bottom:90px;right:20px}.chatbot-toggle{width:56px;height:56px}}@media(max-width:768px){.chatbot-window{width:calc(100vw - 40px);height:calc(100vh - 120px);max-height:600px;bottom:90px;right:20px;left:20px}.chatbot-toggle{bottom:20px;right:20px;width:56px;height:56px}.chatbot-toggle img{width:100%;height:100%}.chatbot-header{padding:1rem}.chatbot-header-info h3{font-size:1rem}.chatbot-header-info p{font-size:.7rem}.chatbot-messages{padding:1rem}.chatbot-message-content{max-width:80%;font-size:.85rem}.chatbot-input-form{padding:.875rem}.chatbot-input{font-size:.85rem;padding:.625rem .875rem}.chatbot-send-btn{width:40px;height:40px}}@media(max-width:480px){.chatbot-window{width:calc(100vw - 20px);left:10px;right:10px;bottom:80px;height:calc(100vh - 100px)}.chatbot-toggle{width:52px;height:52px;bottom:15px;right:15px}.chatbot-badge{font-size:.65rem;padding:2px 5px}}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.whatsapp-button{position:fixed;bottom:90px;right:20px;width:60px;height:60px;border-radius:50%;background:#25d366;border:none;color:#fff;cursor:pointer;box-shadow:0 4px 12px #25d36666;display:flex;align-items:center;justify-content:center;z-index:999;transition:all .3s ease}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #25d36680;background:#20ba5a}.whatsapp-button:active{transform:scale(.95)}.whatsapp-button svg{width:28px;height:28px}@media(max-width:1024px)and (min-width:769px){.whatsapp-button{width:56px;height:56px}.whatsapp-button svg{width:26px;height:26px}}@media(max-width:768px){.whatsapp-button{bottom:90px;right:20px;width:56px;height:56px}.whatsapp-button svg{width:26px;height:26px}}@media(max-width:480px){.whatsapp-button{bottom:80px;right:15px;width:52px;height:52px}.whatsapp-button svg{width:24px;height:24px}}.chatbot-window~.whatsapp-button{bottom:700px}@media(max-width:1024px)and (min-width:769px){.chatbot-window~.whatsapp-button{bottom:650px}}@media(max-width:768px){.chatbot-window~.whatsapp-button{bottom:calc(100vh - 120px)}}.navbar{background-color:#d3d3d3;width:100%;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.navbar-container{display:flex;align-items:center;justify-content:flex-start}.navbar-logo{height:150px;width:auto;object-fit:contain}@media(max-width:1024px)and (min-width:769px){.navbar{padding:.875rem 1.5rem}.navbar-logo{height:120px}}@media(max-width:768px){.navbar{padding:.75rem 1rem}.navbar-logo{height:80px;max-width:200px}}@media(max-width:480px){.navbar{padding:.5rem .75rem}.navbar-logo{height:60px;max-width:150px}}.footer{background:linear-gradient(135deg,#3b82f6,#2563eb);border-top:1px solid #1d4ed8;padding:2rem 0;margin-top:3rem;width:100%}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-links{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.footer-link{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);cursor:pointer}.footer-link button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:inherit}.footer-whatsapp{background:#25d36633!important;border-color:#25d3664d!important}.footer-link:hover{color:#fff;background-color:#fff3;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.footer-link svg{width:20px;height:20px;transition:transform .3s ease}.footer-link:hover svg{transform:scale(1.1)}.footer-copyright{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.footer-copyright p{color:#fff;font-size:.875rem;margin:0;opacity:.9}@media(max-width:768px){.footer{padding:1rem 0;margin-top:2rem}.footer-container{padding:0 1rem}.footer-links{gap:1.5rem}.footer-link{font-size:.875rem;padding:.4rem .8rem}.footer-link svg{width:18px;height:18px}.footer-copyright p{font-size:.8rem}}@media(max-width:480px){.footer-links{gap:1rem;flex-direction:column}.footer-link{width:100%;justify-content:center}}.app{min-height:100vh;width:100%;display:flex;flex-direction:column}@media(max-width:768px){.app{overflow-x:hidden}}
