.lotes126-136{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    position: absolute;
    top:65.5%;
    left:10%;
    width:79.5%;
    height:5.5%; 
    cursor: pointer;
}
.lot-126,.lot-127,.lot-128,.lot-129,.lot-130,.lot-131,.lot-132,.lot-133,.lot-134,.lot-135,.lot-136{
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   height:100%;
   border:1px solid blanchedalmond;
   position: relative;
}
/*.lot-126,.lot-128,.lot-130,.lot-132,.lot-134,.lot-136{
    background: rgb(125, 148, 24);
}
.lot-127,.lot-129,.lot-131,.lot-133,.lot-135{
    background: rgb(175, 191, 88);
}*/

.lot-126{
    border-top-left-radius:20%;
}
.lot-136{
    border-top-right-radius:20% ;
}



