<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {  
    width: 100%;  
    height: 100%;  
    padding: 0;  
    margin: 0;
    overflow: hidden;
}

#wrapper {
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 1024px;
    display: none;
}

.capitulo {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 800px 0 0 0;
    padding: 20px 0;
    background-color: #fff;
}

.canvas {
    padding: 0;  
    margin: 0;
    width: 100%;  
    height: 100%;  
}

.content {
    position: relative;
    width: 680px;
    height: auto;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 24px;
    color: #555;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #9a9a9a;
    border-width: 2px;
    padding: 0 10px;
    text-align: justify;
    left: 50%;
    margin-left: -400px;
    background-color: #fff;
}

.divisor {
    margin: 20px 0 200px 0;
    width: 200px;
    height: 44px;
}

.insumo-esquerda {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-left: -172px;
    border-top: solid #fff 10px;
    border-bottom: solid #fff 10px;
}

.insumo-direita {
    position: relative;
    float: right;
    margin-left: 10px;
    margin-right: -172px;
    border-top: solid #fff 10px;
    border-bottom: solid #fff 10px;
}

#videos-wrapper {
    display: none;
}

.video {
    position: absolute;
/*    width: 100%;
    height: auto;
*/    left: 50%;
    bottom: 0;
    display: none;
}

.video-replacement {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
/*    display: none;
*/}

.titulo {
    position: relative;
    text-align: left;
    font-size: 96px;
    font-family: Georgia, serif;
    color: #fff;
    margin-top: -106px;
    width: 680px;
    left: 50%;
    margin-left: -400px;
}

#creditos-wrapper {
    width: 100%;
    margin: -50px 0 0 0;
    background-color: #fff;
}

#creditos {
    position: relative;
    text-align: left;
    font-size: 16px;
    font-family: Georgia, serif;
    color: #777;
    margin-top: 50px;
    left: 50%;
    margin-left: -400px;
    width: 680px;
    background-color: #fff;

}

/* LOADER LOADER LOADER */

#loader-wrapper {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

#loader-center {
    position: relative;
    width: 100%;
    height: 100px;
    left: 0;
    top: 50%;
    margin-top: -50px;
    color: #777;
    font-family: Georgia, serif;
    font-size: 18px;
    text-align: center;
}

#loader-center span {
    font-size: 96px;
}


/* BARRA BARRA BARRA BARRA */

#barra {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 20px;
    left: 0;
    top: 0;
    background-color: #4c7ab8;
    border-bottom-style: solid #000 1px;
}

#barra-zh {
    position: absolute;
    width: 111px;
    height: 20px;
    left: 0;
    top: 0;
    background-image: url('imagens/barra_zh.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

#barra-zh:hover {
    background-position: 0 -20px;
}

#barra-fb {
    position: absolute;
    width: 78px;
    height: 20px;
    right: 78px;
    top: 0;
    background-image: url('imagens/barra_fb.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

#barra-fb:hover {
    background-position: 0 -20px;
}

#barra-tw {
    position: absolute;
    width: 78px;
    height: 20px;
    right: 0;
    top: 0;
    background-image: url('imagens/barra_tw.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

#barra-tw:hover {
    background-position: 0 -20px;
}

#sombra-barra {
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 20px;
}
</pre></body></html>