.lotes159-165{
    display: flex;
    flex-direction: row-reverse;
    justify-content: stretch;
    position: absolute;
    top:85%;
    left:10%;
    width:79.5%;
    height:5.5%;
    cursor: pointer;
}

.lot-159,.lot-160,.lot-161,.lot-162,.lot-163,.lot-164,.lot-165{
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   height:100%;
   border:1px solid blanchedalmond;
   position: relative;
}


.lot-159{
    border-bottom-right-radius:20% ;
}

.lot-165{
    border-bottom-left-radius: 20%;
}