.circle-button {
    width: 48px;
    height: 48px;
    background-color: #333F48;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
}

#containerBotonManual{
    cursor: pointer;
}