﻿.lot-available {
    fill: #00539b;
}

.lot-pending {
    fill: #E4BC1F;
}

.lot-reserved {
    fill: #CC7D22;
}

.lot-sold {
    fill: #AD0E27;
}

.lot-approved {
    fill: #AD0E27;
}

.lot-under-construction {
    fill: grey;
}

.lot-selected {
    fill: blue;
}

.azul {
    fill: #061336
}
