/* css/style.css */
html, body {
    height: 100%;
    margin:0;
}
#mapa {
    width: 100%;
    height: 100%;
}
.list-group-item {
    cursor: pointer;
}
.card .product-item {
    font-size: .9rem;
}
