<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald-light-webfont.eot');
    src: url('fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-light-webfont.woff') format('woff'),
         url('fonts/oswald-light-webfont.ttf') format('truetype'),
         url('fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('fonts/oswald-regular-webfont.eot');
    src: url('fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-regular-webfont.woff') format('woff'),
         url('fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#background {
    position: absolute;
    left: 50%;
    top: 50%;
}

#page-wrapper {
    position: absolute;
    width: 100%;
    min-width: 320px;
    height: auto;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#loading-image {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -96px;
}

#loading-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/ui/loading_background.png');
}

.logo-zh {
    position: absolute;
    top: 10px;
}


.buttons {
    position: relative;
    background-color: #cacaca;
    width: 345px;
    height: 30px;
    margin: 0 0 10px 0;
    cursor: pointer;
    visibility: hidden;
}

.buttons img {
    position: absolute;
    left: -24px;
    top: 0;
}

/*
################
## INTRO PAGE ##
################
*/

#intro-wrapper {
    position: absolute;
    height: auto;
    top: 0;
    visibility: hidden;
}

#intro {
    position: absolute;
    left: 50%;
    margin-left: -163px;
    top: 0;
}

#buttons-container-intro {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 293px;
}

.intro-buttons-title {
    color: #000;
    font-family: "oswaldlight", "sans-serif";
    font-size: 20px;
    line-height: 32px;
    height: 30px;
    margin-left: 12px;
    float: left;
}

.intro-buttons-author {
    color: #000;
    font-family: "oswaldlight", "sans-serif";
    font-size: 10px;
    line-height: 10px;
    height: 24px;
    margin: 6px 0 0 10px;
    float: left;
}

/*
#############
## BAIRROS ##
#############
*/

.bairro-container {
    position: absolute;
    width: 100%;
    max-height: 640px;
    height: 100%;
    top: 0;
}

.map {
    position: absolute;
    left: 50%;
    top: 50px;
}

#buttons-container-bairro {
    position: absolute;
    width: auto;
    height: auto;
}

#breadcrumbs-actual {
    position: absolute;
    width: 200px;
    height: auto;
    font-family: "oswaldregular", "sans-serif";
    font-size: 22px;
    text-transform: uppercase;
    text-align: right;
}

#breadcrumbs-author {
    position: absolute;
    width: 200px;
    height: auto;
    font-family: "oswaldlight", "sans-serif";
    font-size: 12px;
    margin-right: 4px;
    text-align: right;
}

#bairros-back {
    position: absolute;
    left: 50px;
    width: 80px;
    height: 20px;
    font-family: "oswaldregular", "sans-serif";
    font-size: 14px;
    line-height: 20px;
    background-color: #cacaca;
    text-align: center;
    cursor: pointer;
}

.buttons-bairro {
    position: relative;
    background-color: #cacaca;
    width: 400px;
    height: 30px;
    margin: 0 0 10px 0;
    cursor: pointer;
    
    font-family: "oswaldlight", "sans-serif";
    font-size: 14px;
    line-height: 32px;
    padding-left: 12px;
    text-transform:uppercase;
    visibility: hidden;
}

.buttons-bairro img {
    position: absolute;
    left: -24px;
    top: 0;
}

/*
##############
## DETALHES ##
##############
*/

.detalhe-container {
    position: absolute;
    width: 100%;
    max-height: 640px;
    height: auto;
    left:  50%;
    top: 0;
}

.photo {
    position: absolute;
    left: 50%;
    top: 50px;
}

#breadcrumbs-container-detalhe {
    position: absolute;
    width: 250px;
    height: auto;
    font-family: "oswaldregular", "sans-serif";
    text-transform:uppercase;
    text-align: right;
}

#breadcrumbs-author-detalhe {
    position: absolute;
    width: 200px;
    height: auto;
    font-family: "oswaldlight", "sans-serif";
    font-size: 12px;
    margin-right: 4px;
    text-align: right;
    text-transform: capitalize;
}

#detalhe-back {
    position: absolute;
    width: 80px;
    height: 20px;
    font-family: "oswaldregular", "sans-serif";
    line-height: 20px;
    background-color: #cacaca;
    text-align: center;
    cursor: pointer;
}

#breadcrumbs-base-detalhe {
    font-size: 12px;
}

#breadcrumbs-actual-detalhe {
    font-size: 16px;
}

#text-box {
    position: absolute;
    height: auto;
    font-family: 'Neuton', serif;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    
}</pre></body></html>