<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: 'ProximaNova-Bold';
    src: url('fonts/ProximaNova-Bold.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/ProximaNova-Regular.otf');
    font-weight: normal;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    background-color: #eef4f4;
    overflow: hidden;
}

#headerbar {
    width: 100%;
    height: 46px;
    background: #8dc63f;
    margin: 0;
    position: relative;
    padding-top: 0.1rem;
}

.logo {
    width: 143px;
    height: 45px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
    background: url(../imagens/logo_volume1.png);
}

#textos {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    height: 25px;
}


/* .titulo1 {
    color: #8dc63f;
    font-size: 1rem;
    font-family: ProximaNova-Regular;
    text-align: center;
} */

.titulo2 {
    color: #f7941d;
    font-size: 1.3rem;
    font-family: ProximaNova-Bold;
    text-align: center;
}

#stage {
    width: 840px;
    height: 500px;
    overflow: hidden;
    position: absolute;
    /* top: 50%;
    margin-top: -250px; */
    left: 50%;
    margin-left: -420px;
    z-index: 90;
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

.logotipo {
    float: right;
}

.popGaleria {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    background-color: #fff;
    padding: 37px 42px;
    box-sizing: border-box;
}

.galeria {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    top: 0;
    left: 0;
}

.galeria .imgs {
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.galeria .slide {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
}

.galeria .slide .page {
    float: left;
    width: 1000px;
    height: 100%;
    text-align: center;
    position: relative;
    margin-right: 100px;
}

.galeria .slide .page img {
    width: 100%;
}

.galeria .slide .page .credito {
    position: absolute;
    font-size: 9px;
    text-align: right;
    /* transform-origin: 100% 0;
    transform: rotate(-90deg); */
    color: #a3a3a3;
    /* top: 0px; */
    bottom: -16px;
    right: 0px;
    user-select: none;
    cursor: default;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: ProximaNova-Bold;
}

.galeria .navEsq {
    display: block;
    position: absolute;
    left: 2px;
    bottom: 0;
    top: 0px;
    margin: auto;
    width: 42px;
    height: 80px;
    background-image: url('../imagens/lightbox-navprev.png');
    cursor: pointer;
    font-size: 1px;
    overflow: hidden;
    text-indent: -300px;
}

.galeria .navDir {
    display: block;
    position: absolute;
    right: 2px;
    bottom: 0;
    top: 0px;
    margin: auto;
    width: 42px;
    height: 80px;
    background-image: url('../imagens/lightbox-navnext.png');
    cursor: pointer;
    font-size: 1px;
    overflow: hidden;
    text-indent: -300px;
}

.galeria .navEsq:hover {
    background-position: center top;
}

.galeria .navDir:hover {
    background-position: center top;
}

.galeria .navEsq:active {
    background-position: right top;
}

.galeria .navDir:active {
    background-position: right top;
}

.galeria .navEsq.off {
    cursor: default;
    pointer-events: none;
    background-position: right;
}

.block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 49;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}


/* COPIAR ESTE TRECHO PARA DAR ESTILO A CAIXA DE CRĆ‰DITO */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.modal-content {
    background-color: #fefefe;
    padding: 16px;
    border: 1px solid #888;
    font-size: 14px;
    font-family: ProximaNova-Regular;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    /* max-width: 700px; */
    width: 780px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.btCredito {
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 11px;
    color: #929292;
    text-decoration: none;
    border: 2px solid #929292;
    border-radius: 14px;
    padding: 2px 8px;
    z-index: 100;
}

.btCredito:hover {
    background-color: #8dc63f;
    color: #fff;
    border-color: #8dc63f;
}

.btCredito:active {
    background-color: #4f504f;
    color: #fff;
    border-color: #4f504f;
}


/* SEĆ‡ĆO CRĆ‰DITO TERMINA AQUI */</pre></body></html>