.lotes137-147{
    display: flex;
    flex-direction: row-reverse;
    justify-content: stretch;
    position: absolute;
    top:71%;
    left:10%;
    width:79.5%;
    height:5.5%; 
    cursor: pointer;
}

.lot-137,.lot-138,.lot-139,.lot-140,.lot-141,.lot-142,.lot-143,.lot-144,.lot-145,.lot-146,.lot-147{
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   height:100%;
   border:1px solid blanchedalmond;
   position: relative;
}

/*.lot-137,.lot-139,.lot-141,.lot-143,.lot-145,.lot-147{
    background: rgb(175, 191, 88);
}
.lot-138,.lot-140,.lot-142,.lot-144,.lot-146{
    background: rgb(125, 148, 24);
}*/

.lot-137{
    border-bottom-right-radius:20% ;
}

.lot-147{
    border-bottom-left-radius: 20%;
}

