.lotes115-125{
    display: flex;
    flex-direction: row-reverse;
    justify-content: stretch;
    position: absolute;
    top:57%;
    left:10%;
    width:79.5%;
    height:5.5%; 
    cursor: pointer;
}

.lot-115,.lot-116,.lot-117,.lot-118,.lot-119,.lot-120,.lot-121,.lot-122,.lot-123,.lot-124,.lot-125{
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   height:100%;
   border:1px solid blanchedalmond;
   position: relative;
}
/*.lot-115,.lot-117,.lot-119,.lot-121,.lot-123,.lot-125{
    background: rgb(175, 191, 88);
    
}

.lot-116,.lot-118,.lot-120,.lot-122,.lot-124{
    background: rgb(125, 148, 24);
}*/

.lot-115{
    border-bottom-right-radius:20% ;
}

.lot-125{
    border-bottom-left-radius: 20%;
}

