:root { --azul: #125a98; --texto: #1e2933; --borde: #dfe4e7; --fondo: #ffffff; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--texto); background: var(--fondo); font-family: Arial, sans-serif; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.barra-lateral { position: fixed; z-index: 2; top: 0; bottom: 0; width: 232px; padding: 20px 16px; background: #fff; border-right: 1px solid var(--borde); }
.marca { display: block; width: 100%; text-decoration: none; }
.marca img { display: block; width: 100%; height: auto; }
nav { margin: 30px 0 22px; }
nav button, .categoria { display: block; width: 100%; margin: 4px 0; padding: 10px 12px; border: 0; border-radius: 9px; color: #425466; background: transparent; text-align: left; }
nav .nav-activo, .categoria.activo, nav button:hover, .categoria:hover { color: var(--azul); background: #eaf3fa; font-weight: bold; }
.panel-filtros { padding-top: 18px; border-top: 1px solid var(--borde); }
.panel-filtros p { margin: 12px 10px 7px; color: #718096; font-size: 11px; font-weight: bold; letter-spacing: 1px; }
.panel-filtros label { display: block; margin: 0 10px 6px; font-size: 13px; }
.panel-filtros select { width: 100%; padding: 9px; border: 1px solid var(--borde); border-radius: 8px; background: #fff; }
.pagina { min-height: 100vh; margin-left: 232px; }
.barra-superior { position: sticky; z-index: 1; top: 0; height: 76px; padding: 13px 28px; display: flex; gap: 20px; align-items: center; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--borde); }
.buscador { flex: 1; display: flex; align-items: center; gap: 10px; padding: 0 15px; border-radius: 24px; background: #eef1f3; }
.buscador span { color: #65727c; font-size: 13px; }
.buscador input { width: 100%; height: 45px; border: 0; outline: 0; background: transparent; }
.cuenta { display: flex; gap: 9px; align-items: center; }
.cuenta button, .boton-principal { padding: 10px 15px; border: 0; border-radius: 22px; background: #eef1f3; font-weight: bold; }
.boton-principal { color: #fff; background: var(--azul); }
#cuenta .boton-principal { color: #ffffff !important; background: #125a98 !important; }
#cuenta .boton-principal:hover { background: #0d4778 !important; }
main { padding: 38px 28px; }
.titulo-pagina { margin-bottom: 26px; display: flex; justify-content: space-between; align-items: end; }
.texto-superior { margin: 0 0 7px; color: var(--azul); font-size: 11px; font-weight: bold; letter-spacing: 1px; }
h1 { margin: 0; font-size: 30px; } h2 { margin-top: 0; } #contador { margin: 8px 0 0; color: #718096; font-size: 14px; }
.muro-objetos { column-count: 4; column-gap: 18px; }
.tarjeta { position: relative; display: inline-block; width: 100%; margin: 0 0 18px; overflow: hidden; border: 1px solid var(--borde); border-radius: 15px; background: #fff; break-inside: avoid; transition: transform .15s; }
.tarjeta:hover { transform: translateY(-3px); }
.imagen { position: relative; display: grid; height: 210px; overflow: hidden; place-items: center; background: #eaf3fa; color: #65727c; font-size: 13px; }
.imagen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.imagen-detalle { height: 220px; margin: 12px 42px 18px 0; background: #fff; }
.cuerpo-tarjeta { padding: 13px; } .cuerpo-tarjeta h3 { margin: 0 0 7px; font-size: 16px; } .cuerpo-tarjeta p { margin: 0; color: #65727c; font-size: 13px; }
.estado { position: absolute; z-index: 1; top: 10px; right: 10px; padding: 6px 9px; border-radius: 14px; color: #155e3a; background: #e5f7ed; font-size: 11px; font-weight: bold; }
.estado.proceso { color: #8a5b00; background: #fff3d5; } .estado.reclamado { color: #53616e; background: #eef1f3; }
.acciones { display: flex; gap: 7px; margin-top: 12px; } .acciones button { padding: 7px 9px; border: 1px solid var(--borde); border-radius: 8px; background: #fff; font-size: 12px; }
.sin-resultados { padding: 50px; color: #718096; text-align: center; }
.modal { position: fixed; z-index: 4; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(25,35,45,.45); }
.modal[hidden], .aviso[hidden], #datos-reclamo[hidden] { display: none; }
.ventana { position: relative; width: min(590px, 100%); padding: 30px; border-radius: 15px; background: #fff; }.ventana-pequena { width: min(420px, 100%); }.ventana-detalle { width: min(620px, 100%); }
.cerrar-modal { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #eef1f3; }.ventana input, .ventana textarea, .ventana select { width: 100%; margin: 6px 0; padding: 11px; border: 1px solid var(--borde); border-radius: 8px; }.ventana textarea { min-height: 100px; resize: vertical; }.dos-columnas { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.archivo { display: block; margin: 8px 0; padding: 11px; border: 1px dashed #aab6be; border-radius: 8px; font-size: 13px; }.archivo input { padding: 7px 0 0; border: 0; }.enlace { margin-top: 10px; border: 0; background: none; color: var(--azul); }.aviso { position: fixed; z-index: 5; right: 20px; bottom: 20px; margin: 0; padding: 12px 16px; border-radius: 8px; color: #fff; background: #263744; }
.codigo-confirmacion { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin: 10px 0 14px; }
.ventana .codigo-confirmacion input { height: 52px; margin: 0; padding: 0; text-align: center; font-size: 24px; font-weight: bold; }
.lista-perfil { margin: 0; padding: 0; list-style: none; }.lista-perfil li { padding: 10px 0; border-bottom: 1px solid var(--borde); }.lista-perfil small { display: block; margin-top: 4px; color: #65727c; }
.filtros-perfil { display: flex; gap: 8px; margin-bottom: 24px; }.filtro-perfil { padding: 10px 14px; border: 1px solid var(--borde); border-radius: 20px; color: #53616e; background: #fff; }.filtro-perfil.activo { border-color: var(--azul); color: #fff; background: var(--azul); }
@media (max-width: 1050px) { .muro-objetos { column-count: 3; } } @media (max-width: 760px) { .barra-lateral { width: 70px; padding: 16px 10px; }.barra-lateral nav button, .panel-filtros { font-size: 0; }.pagina { margin-left: 70px; }.muro-objetos { column-count: 2; }.barra-superior { padding: 13px; }.cuenta button { padding: 9px; }.titulo-pagina { display: block; }.titulo-pagina .boton-principal { margin-top: 15px; } } @media (max-width: 480px) { .muro-objetos { column-count: 1; }.dos-columnas { grid-template-columns: 1fr; }.barra-superior { height: auto; }.buscador span { display: none; }main { padding: 25px 15px; } }
