<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0;
    padding: 0;   
    background: url("../img/fundo.jpg");
    font-family: Tahoma;
    color: #fff;
    overflow-x: hidden;
}

a{
    color: #fff;
    text-decoration: none;
}

.clear{
    clear: both;
}

#menu{
    position: absolute;
    top: 70px;
    height: 56px;
    width: 100%;
    background-image: url("../img/menu.png");
    text-align: center;
    z-index: 9999;
}

#menu a{
    line-height: 56px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 14px;
}

#redessociais{
    height: 45px;
    line-height: 45px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
}

#redessociais a{
    float: left;
    margin-right: 14px;
}

.facebook{
    background-image: url("../img/facebook.png");
    width: 42px;
    height: 43px;    
}

.twitter{
    background-image: url("../img/twitter.png");
    width: 43px;
    height: 42px;
}

.flickr{
    background-image: url("../img/flickr.png");
    width: 42px;
    height: 42px;    
}

#barbarella{
    background-image: url("../img/barbarella.png");
    position: absolute;
    right: 50%;
    bottom: 50px;
    height: 154px;
    width: 622px;
    margin-right: -490px;
    z-index: 999;
}

#brand{
    background: url("../img/barbarella.png");
    background-size: 242px 60px;
    position: absolute;

    top:10px;
    left:50%;
    margin-left:-121px;
    float: left;
    height: 60px;
    width: 242px;
    z-index: 999;
}

.pagina{
    position: absolute;
    width: 800px;
    left: 50%;
    padding-top: 150px;
    margin-left: -400px;
    display: none;
}
#home {
    width:100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left:0;
    margin:0;
}
#home .fotos{
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 40px;
}

#home .fotos img{
    object-fit: cover;
    /*right: -400px;*/
    cursor: pointer;

    height: 100%;
    width: 100vw;
}

ol{
    list-style: none;
    padding: 0;
    margin: 0;
}

#listaBanda li{
    height: 403px;
    margin-bottom: 20px;
}

#listaBanda li span.foto{
    position: absolute;
    height: 393px;
    width: 313px;
    right: 20px;
    border: 5px solid #000;
    display: inline-block;
}

#listaBanda li span.descricao{
    background: url("../img/fundo.png");
    position: absolute;
    height: 393px;
    width: 393px;
    left: 20px;
    padding: 5px;
}

#listaBanda li span.descricao h1{
    text-align: center;
}

#listaBanda li span.descricao p{
    padding: 0 30px;
    text-align: justify;
}

.fundoTexto{
    background: url("../img/fundotexto.png") center center no-repeat;
    height: 363px;
    width: 1141px;
    position: relative;
    left: 50%;
    margin-left: -570px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 100px;
}

.tPagina{
    text-align: right;
}

.containerMp3s{
	width: 300px;
	height: 290px;
	float: left;
	margin-left: 170px;
	margin-top: 20px;
}

.mp3s{
	width: 300px;
	height: 80px;
	margin-bottom: 10px;
	line-height: 80px;
	font-size: 14pt;
	background: #a60013;
	border-radius: 15px;
}
.iconDownload{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#estruturaFoto{
    margin: 0 auto;
    width: 617px;
    display: block;
    position: relative;
    border: 6px solid #000;
}

#contatoOl{
    font-size: 30px;
    position: relative;
    top: 50px;
}

#contatoOl li{
    margin: 10px 0;
}

#loading{
    background: #111;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

#imgLoading, #imgLoadingStatus{
    background: url("../img/barbarella.png") left top no-repeat;
    position: absolute;
    width: 622px;
    height: 154px;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -311px;
}

#preview{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: 90px;
    width: 32px;
    height: 32px;
}

#qBox{
    background: url("../img/barbarella.png") left top no-repeat;   
    width: 622px;
    height: 154px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -311px;
}

#qLbar{
    background: url("../img/barbarella.png") left top no-repeat;    
}

#fundoQBox{
    background: url("../img/barbarella.png") left top no-repeat;   
    width: 622px;
    height: 154px;
    position: absolute;
    left: 0;
    top: 0;
}
</pre></body></html>