.janela {
    width: calc(50% - 2px);
    height: calc(100% - 90px);
    min-width: 300px;
    position: absolute;
    top: 80px;
    padding: 42px 5px 0px 5px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 40px #0009;
    border: 1px solid #555;
    background-color: #111d;
    color: #fff;
    overflow: hidden;
    font-family: monospace;
    transition: opacity 0.5s ease;
    backdrop-filter: blur(10px);
    font-size: 16px;
    animation: fadeInRight 0.5s ease-out forwards;
    user-select: none;
}

.janela2 {
    width: calc(50% - 8px);
    height: calc(100% - 90px);
    min-width: 300px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(5px);
    padding: 42px 5px 0px 5px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 40px #0009;
    border: 1px solid #555;
    background-color: #111d;
    color: #fff;
    overflow: hidden;
    font-family: monospace;
    transition: opacity 0.5s ease;
    backdrop-filter: blur(10px);
    font-size: 16px;
    animation: fadeInRight 0.5s ease-out forwards;
    user-select: none;
}


.barra {
    font-size: 14px;
    background: linear-gradient(to bottom, #333, #222);
    box-shadow: 0 0 25px #0005;
    color: #bbb;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px;
    padding-left: 16px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    font-family: monospace
}

.conteudo {
    overflow:hidden;
    height: 100%;
    margin-right: -6px
}

.conteudo2 {
    overflow-y: scroll;
    height: 100%;
    margin-right: -6px
}

bbb {
    position: relative;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    margin-top: 4px;
    cursor: pointer;
    background: #FF5F57;
    border-radius: 50%
}

bbb::before,
bbb::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer
}

bbb::before {
    background: #FECF1A;
    left: 20px
}

bbb::after {
    background: #46D755;
    left: 40px
}

object {
    width: 100%;
    height: 100%;
}