.card-button {
    background-color: #cddc39;
    border: none;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    width: 90%;
    cursor: pointer;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
}

.cd-parada{
    margin-top: 10px;;
}

.div-card-button {
    text-align: center;
    width: 100%;
}

.tela_paradas{
    background-color: #f5f5f5;
    font-size: 13px;
    /* rolável quando atingir 80% de altura */
    overflow-y: auto;
    max-height: 80%;
     /* deixa barra de rolagem com 1px */
    scrollbar-width: thin;
    scrollbar-color: #cddc39 #f5f5f5;
}

    
    
.box-cupom{
    margin-top: 5px;
    width: 70%;
}

.tela-cupons{
    margin: 10px;
}
.linha-cupons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}