.livre { fill: #FFF; }
.livre:hover { fill: #C1c1c1;}

.vendido { fill: #bee994;}
.vendido:hover { fill: #96e97b;}

.patrocinadores { fill: #ffcc00;}
.patrocinadores:hover { fill: #ffd110;}

#app.bg svg {
    background-image: url('/img/site/espaco.png');
    background-repeat: no-repeat;
    background-size: contain;
}

svg g {
    cursor: pointer;
}

svg text {
    font-size: 12px;
    font-family: Arial;
}
