.box-selecionar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 71%;
    background-color: var(--theme-color);
    border-radius: 25px;
    padding: 10px;
}

.box-selecionar .info {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-selecionar .actions.center {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    
}