:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#242424;background-color:#fff}body{margin:0}#root{margin:0 auto}.app .app-header{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;background-color:#fff;padding:20px 32px}@media (max-width: 768px){.app .app-header{padding:20px}}.app .app-header .container-title{display:flex;flex-direction:row;align-items:center;gap:10px}.app .app-header .container-title .title{color:#242424}.app .app-header .app-header-logo{width:40px;height:40px}.app .app-header .b-search{display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 2px 6px #00000040;border-radius:24px;padding:8px 24px}.app .app-header .t-button-l{padding:6px 12px;border-top-left-radius:24px;border-bottom-left-radius:24px;font-size:12px}.app .app-header .t-button-r{padding:6px 12px;border-top-right-radius:24px;border-bottom-right-radius:24px;font-size:12px}.app .app-content{display:flex;justify-content:center;padding:20px}.app .app-content .container{width:80%}@media (max-width: 768px){.app .app-content .container{width:100%}}.app .app-content .container .stores{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.app .app-content .container .stores .card-store{width:30%}@media (max-width: 1280px){.app .app-content .container .stores .card-store{width:50%}}@media (max-width: 768px){.app .app-content .container .stores .card-store{width:100%}}.app .app-content .container .stores .card-store .a{display:flex;flex-direction:row;text-decoration:none;padding:10px;margin:8px;gap:10px;cursor:pointer}.app .app-content .container .stores .card-store .a .logo{width:100px;height:100px;border-radius:50%;background-size:cover;background-position:center}.app .app-content .container .stores .card-store .a .description{display:flex;flex-direction:column;padding:8px;cursor:pointer;margin:8px}.app .app-content .container .stores .card-store .a .description .name{cursor:pointer;color:#242424}.app .app-content .container .stores .card-store .a .description .distancia{font-size:14px}
