#barra-tareas {
    z-index: 1000001;
    width: 100%;
    height: 5vh;
    position: fixed;
    bottom: 0;
    transform: translateY(5vh);
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

#hitbox-barra-tareas {
    z-index: 1000000;
    width: 100%;
    height: 2.5vh;
    position: fixed;
    bottom: 0;
}

#hora-barra-tareas {
    right: 20px;
    color: white;
    font-size: 1.2em;
    font-family: monospace;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: default;
    user-select: none;
}

#hora {
    font-size: 1.2em;
}

#dia {
    font-size: 0.9em;
    margin-top: 2px;
}

#div-icono {
    height: 4.6vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.icono {
    transform: translateY(-1vh);
    display: flex;
    align-items: center;
    color: white;
    font-size: 3rem;
    text-align: center;
    height: 4vh;
    cursor: pointer;
    transition: transform 0.5s ease;
}