body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.cargando,.mapa{width:100%;height:100%}.cargando{position:absolute;background-color:#000;display:flex;align-items:center;align-content:center;justify-content:center;z-index:1000}.cargando span{font-size:22px;font-weight:600;animation:blur 2s linear infinite;line-height:20px;transition:all .5s;letter-spacing:.2em;color:#fff}@keyframes blur{0%,90%{filter:blur(0)}50%{filter:blur(10px)}}.cargando h1{color:#fff;font-size:2rem;letter-spacing:8px;font-weight:100}.listado-precios{width:20%;min-height:15%;background-color:rgba(0,0,0,.5);border-radius:15px;padding:5px;position:absolute;right:1%;top:7%;overflow-y:auto;display:flex;flex-direction:column;justify-content:space-between}.listado-precios .item-precios{margin-left:5px;display:flex;gap:5px;cursor:pointer;align-items:center;height:25px}.listado-precios .item-precios h2{font-size:14px;color:#fff}.listado-precios::-webkit-scrollbar{width:8px;height:8px}.listado-precios::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.listado-precios::-webkit-scrollbar-thumb:hover{background:#b3b3b3;box-shadow:0 0 2px 1px rgba(0,0,0,.2)}.listado-precios::-webkit-scrollbar-thumb:active{background-color:#999}.listado-precios::-webkit-scrollbar-track{background:#e1e1e1;border-radius:4px}.listado-precios::-webkit-scrollbar-track:active,.listado-precios::-webkit-scrollbar-track:hover{background:#d4d4d4}.infoWindow{display:flex;flex-direction:column;width:100%;height:10%;border-radius:15px;background-color:#fff;text-align:center}.infoWindow h2{font-size:12px}.infoWindow .nav-icon{width:100%;display:flex;align-items:center;justify-content:center}.infoWindow .nav-icon img{width:30px}.wrapper-citys{position:absolute;top:10%;z-index:100;left:1%;display:flex;gap:5px;background-color:rgba(0,0,0,.5);border-radius:8px;color:#fff;font-weight:700}.separador{width:1px;height:30px;background:#fff}.city-uno{padding:5px;width:calc(100vw *.1);display:flex;align-items:center;justify-content:center;cursor:pointer}@media only screen and (max-width:600px){.city-uno{width:calc(100vw *.25)}.listado-precios{width:35%}}