* {
    box-sizing: border-box;
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: rgb(2, 0, 36);
    background-repeat: no-repeat;
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 9%, rgba(9, 9, 121, 1) 41%, rgba(0, 212, 255, 1) 100%);
    box-sizing: border-box;
}

.topo {
    background-color: transparent;
}

.titulo {
    color: white;
    font-size: 2em;
}

.aFrame {
    border: 0;
    width: 100%;
    height: 600px;
    z-index: 1;
}

#jo {
    display: none;
}

.deslMenu {
    position: absolute;
    width: 350px;
    height: 300px;
    background-color: black;
    color: white;
    /* background-color: rgba(241, 240, 161, 0.952);
    color: black; */
    top: 15%;
    /* left: -328px; */
    left: -325px;
    z-index: 5;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    transition: left 1s;
    display: none;
}

.listcapit {
    position: absolute;
    width: 300px;
    /* height: 23px; */
    height: 28px;
    background-color: red;
    color: white;
    /* background-color: rgb(238, 224, 31);
    color: rgb(78, 75, 75); */
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    -ms-transform: rotate(90deg) translate(139px, -188px);
    -moz-transform: rotate(90deg) translate(139px, -188px);
    -webkit-transform: rotate(90deg) translate(139px, -188px);
    transform: rotate(90deg) translate(139px, -188px);
    z-index: 5;
    cursor: pointer;
    letter-spacing: 3px;
    padding-top: 4px;
    top: -3px;
}

.areadado {
    position: absolute;
    width: 338px;
    height: 300px;
    left: 0px;
    overflow: hidden;
    overflow-y: scroll;
}

.areadado a {
    text-decoration: none;
}

.olivro {
    font-size: 1.3em;
    margin-bottom: 15px;
    position: absolute;
    background-color: black;
    /* background-color: rgb(238, 224, 31); */
    width: 345px;
    text-align: center;
    z-index: 5;
    padding-top: 5px;
}

.osdados {
    position: relative;
    top: 50px;
}

.osdados div {
    padding-left: 50px;
}


/* =============================================== */

@media only screen and (min-height: 600px) {
    .aFrame {
        height: 700px;
    }
}