.botaoelegenda1234{
    text-align: center;
    margin-bottom: 20px;
    position:sticky;
    top: 18px;
    height: 90px;
    background-color: #A6E3E5;
    width:100%; 
}
@media screen and (max-width: 400px) {
    .botaoelegenda1234 {
      text-align: left;
    }
    .legenda123{
        padding-left:10px;
    }
}

.geral1234{
/* tira para alinhar ao centro    display: flex; */
    align-items: center;
}

.circle {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    align-content: center;
    padding: 10px;   
    margin: 10px; 
    font-weight: 500;    
    font-family: Arial, Helvetica, sans-serif;
}

#circle1{
    background-color: lightblue;
}

.legenda123{
/*    display: flex; */
    align-content: center;
    border: 1px;

}
    
.legenda {
    display: none;    
    font-family: Arial, Helvetica, sans-serif;    
}
#legenda1{
    display: inline;
}
