{background:#0f0f0f;
} 
 
*{
    margin:0; 
    padding:0; 
    box-sizing:border-box;
}
 
:root{
    --text: 'Abel', sans-serif; 
    --title: 'Arquivo Blck', sans-serif; 
    --brown:#9a0001; 
    --brownlight-1:#c70003; 
    --brownlight-2:#e20003; 
    --brownlight-3:#c3090c; 
    --blue:#ff0000;
} 
 
a{
    display:inline-block; 
    text-align:center; 
    text-decoration:none;
} 
 
span, img{
    display:block;
} 
 
#main{
    width:100%; 
    height:100vh; 
    min-width:1080px; 
    font-family:var(--text); 
    color:white; 
    font-size:1em; 
    position:relative; 
    overflow:hidden;
} 
 
#user{
    width:560px; 
    height:360px; 
    position:absolute; 
    top:50%; left:50%; 
    transform:translate(-50%, -50%); 
    text-align:center; 
    transition:all 1s ease-in; 
    z-index:100;
} 
 
.sfere{
    width:350px; 
    height:350px; 
    background:white; 
    border-radius:50%; 
    position:relative; 
    box-shadow:0 0 40px 20px rgba(0,0,0,.2); 
    overflow:hidden; 
    display:inline-block;
} 
 
.title{
    width:100%; 
    height:175px; 
    background:var(--blue); 
    line-height:120px; 
    font-family:sans-serif; 
    font-size:1.4em;
} 
 
.img-user{
    position:absolute; 
    width:150px; 
    height:150px; 
    top:50%; 
    left:50%; 
    transform:translate(-50%, -50%); 
    border-radius:50%; 
    background:white; 
    box-shadow:0 0 0 5px var(--brownlight-1);
} 
 
.welcome, .slug{
    position:absolute; 
    display:block; 
    width:270px; 
    height:40px; 
    border-radius:50px; 
    line-height:40px; 
    font-size:1.2em;
} 
 
.welcome{
    background:var(--brownlight-1); 
    top:270px; 
    left:0; 
    text-align:right; 
    padding-right:20px;
} 
 
.slug{
    background:var(--brownlight-2); 
    top:270px; 
    right:0; 
    text-align:left; 
    padding-left:20px;
} 
 
#nav{
    width:100%; 
    height:100vh; 
    position:relative; 
    display:flex; 
    justify-content:space-between; 
    transition:all .6s ease-out; 
    z-index:80;
} 
 
.btn-nav{
    width:25%; 
    height:100vh; 
    text-align:center; 
    background:#666; 
    text-transform:uppercase; 
    font-size:1.5em; 
    color:white; 
    transition:all .6s;
} 
 
.icone{
    display:inline-block; 
    margin-top:42px; 
    margin-bottom:3px;
} 
 
#color-1{
    background:var(--brown);
} 
 
#color-2{
    background:var(--brownlight-1);
} 
 
#color-3{
    background:var(--brownlight-2);
} 
 
#color-4{
    background:var(--brownlight-3);
} 
 
#content-1:target #user{
    transform:translate(-50%, -270%);
}
 
#content-1:target #nav{
    width:376px; transition-delay:1s; 
    box-shadow:7px 0 12px rgba(0,0,0,.2);
} 
 
#content-1:target .btn-nav{
    font-size:1em; transition-delay:1s;
}
 
#content-1:target #color-1{
    width:35%;
}
 
#content-1:target .loading{
    visibility:visible; 
    opacity:1;
}
 
#content-1:target .box-about, .box-works, .box-friends{
    visibility:hidden; 
    opacity:0;
}
 
#content-1:target .box-music{
    visibility:visible; 
    opacity:1; 
    transition-delay:2.3s;
}
 
#content-1:target #chat{
    display:none;
}
 
#content-2:target #user{
    transform:translate(-50%, -270%);
}
 
#content-2:target #nav{
    width:376px; 
    transition-delay:1s; 
    box-shadow:7px 0 12px rgba(0,0,0,.2);
}
 
#content-2:target .btn-nav{
    font-size:1em; 
    transition-delay:1s;
} 
 
#content-2:target #color-2{
    width:35%;
}
 
#content-2:target .loading{
    visibility:visible; 
    opacity:1;
}
 
#content-2:target .box-music, .box-works, .box-friends{
    visibility:hidden; 
    opacity:0;
}
 
#content-2:target .box-about{
    visibility:visible; 
    opacity:1; 
    transition-delay:2.3s;
}
 
#content-2:target #chat{
    display:none;
}
 
#content-3:target #user{
    transform:translate(-50%, -270%);
}
 
#content-3:target #nav{
    width:376px; 
    transition-delay:1s; 
    box-shadow:7px 0 12px rgba(0,0,0,.2);
}
 
#content-3:target .btn-nav{
    font-size:1em; 
    transition-delay:1s;
} 
 
#content-3:target #color-3{
    width:35%;
} 
 
#content-3:target .loading{
    visibility:visible; 
    opacity:1;
}
 
#content-3:target .box-music, .box-about, .box-friends{
    visibility:hidden; 
    opacity:0;
}
 
#content-3:target .box-works{
    visibility:visible; 
    opacity:1; 
    transition-delay:2.3s;
}
 
#content-3:target #chat{
    display:none;
}
 
#content-4:target #user{
    transform:translate(-50%, -270%);
}
 
#content-4:target #nav{
    width:376px; 
    transition-delay:1s; 
    box-shadow:7px 0 12px rgba(0,0,0,.2);
}
 
#content-4:target .btn-nav{
    font-size:1em; 
    transition-delay:1s;
}
 
#content-4:target #color-4{
    width:35%;
}
 
#content-4:target .loading{
    visibility:visible; 
    opacity:1;
}
 
#content-4:target .box-music, .box-about, .box-works{
    visibility:hidden; 
    opacity:0;
}
 
#content-4:target .box-friends{
    visibility:visible; 
    opacity:1; 
    transition-delay:2.3s;
}
 
#content-4:target #chat{
    display:none;
}
 
#container{
    width:calc(100% - 376px); 
    height:100vh; 
    position:absolute; 
    top:0; left:376px; 
    overflow:hidden; 
    z-index:70;
} 
 
.btn-prev{
    width:40px; 
    height:40px; 
    line-height:40px; 
    font-size:1.6em; 
    font-weight:bold; 
    color:var(--brownlight-3); 
    position:absolute; 
    top:0; 
    right:40px; 
    z-index:69;
} 
 
.loading{
    width:100%; 
    height:100vh; 
    position:absolute; 
    top:0; 
    left:0; 
    background:white; 
    display:flex; 
    justify-content:center; 
    align-items:center; 
    opacity:0; 
    visibility:hidden;
} 
 
.img-loading{
    width:140px; 
    height:140px;
} 
 
#page-music, #page-about, #page-works, #page-friends{
    position:absolute; 
    width:100%; 
    height:100vh;
} 
 
.box-music, .box-about, .box-works, .box-friends{
    width:100%; 
    height:100vh; 
    overflow:hidden; 
    position:absolute; 
    z-index:60; 
    visibility:hidden; 
    opacity:0; 
    top:0; 
    left:0; 
    transition:.2s; 
    background:#fcfcfc; 
    padding:20px 40px;
} 
 
.title-princ{
    color:var(--brownlight-3); 
    border-bottom:solid 1px var(--brownlight-2); 
    width:100%; 
    line-height:40px;
} 
 
.video, .table{
    width:100%; 
    height:calc(100vh - 130px); 
    overflow-y:auto; 
    display:flex; 
    flex-wrap:wrap; 
    margin-bottom:20px; 
    margin-top:10px;
} 
 
.box-left{
    width:50%; 
    min-width:400px; 
    height:auto; 
    padding:20px 0;
} 
 
.box-left h3{
    color:var(--brownlight-2);
} 
 
.box-left span{
    color:var(--brownlight-3); 
    margin-bottom:20px;
} 
 
.box-video{
    width:400px; 
    height:226px; 
    box-shadow:0 10px var(--brownlight-2); 
    position:relative; 
    margin-bottom:40px;
} 
 
.box-video:after{
    content:''; 
    position:absolute; 
    width:90%; 
    height:20px; 
    background:black; 
    border-radius:50%; 
    left:5%; 
    filter:blur(10px); 
    z-index:-1; 
    bottom:-15px;
} 
 
.icon-youtube{
    width:96px; 
    display:block; 
    margin-left:156px;
} 
 
.btn-youtube{
    color:var(--brown); 
    margin-left:153px; 
    margin-top:10px; 
    font-weight:bold;
} 
 
.box-right{
    width:50%; 
    min-width:400px; 
    padding:20px 0 20px 10px; 
    max-width:420px;
} 
 
.box-right h4{
    color:var(--brownlight-2); 
    font-size:1.2em; 
    margin-bottom:30px;
} 
 
.lyrics{
    width:50%; 
    min-width:400px; 
    color:var(--brown); 
    padding-right:10px; 
    text-align:justify; 
    font-size:.85em; 
    font-style:italic;
} 
 
.author{
    color:var(--brownlight-3); 
    width:100%; 
    text-align:right; 
    margin-top:20px;
} 
 
.box-about span, .box-works span{
    color:var(--brownlight-2); 
    font-size:1.2em; line-height:40px;
} 
 
.img-about{
    width:167px; 
    margin-left:calc(50% - 83.5px); 
    margin-top:30px;
} 
 
.box-about h1{
    width:272px; 
    text-align:center; 
    font-size:5em; 
    color:transparent; 
    background:linear-gradient(-45deg, var(--brown), var(--brownlight-1), var(--brownlight-3));
    -webkit-background-clip:text; 
    margin-left:calc(50% - 136px); 
    font-family:var(--title);
} 
 
.txt{
    width:500px; 
    height:auto; 
    padding:20px 0; 
    color:var(--brown); 
    font-size:1.1em; 
    text-align:center; 
    margin-left:calc(50% - 250px); 
    font-style:italic;
} 
 
.box-about h5{
    width:100%; 
    text-align:center; 
    color:var(--brownlight-3); 
    font-size:1.2em;
} 
 
.xat{
    margin-left:calc(50% - 100px); 
    display:inline-block; 
    width:200px; 
    color:var(--brownlight-3);
} 
 
.bloco-works{
    width:520px; 
    height:700px; 
    overflow:; 
    padding:10px; 
    background:var(--brownlight-2); 
    margin:20px 10px; 
    position:relative;
} 
 
.bloco-works:after{
    content:''; 
    position:absolute; 
    width:90%; 
    height:20px; 
    background:black; 
    border-radius:50%; 
    left:5%; 
    bottom:-7px; 
    filter:blur(10px); 
    z-index:-1;
} 
 
.hidden{
    width:100%; 
    height:100%; 
    position:relative; 
    overflow:hidden; 
    transition:all .6s;
} 
 
.img-works{
    position:absolute; 
    width:100%; 
    height:100%;
} 
 
.infor{
    width:100%; 
    height:100%; 
    position:relative; 
    background:rgba(255,255,255,.8); 
    text-align:center; 
    bottom:-100%; 
    text-align:center; 
    transition:all .6s;
} 
 
.infor img{
    width:100px; 
    height:100px; 
    border-radius:50px; 
    margin-top:50px; 
    display:inline-block; 
    box-shadow:0 0 0 5px var(--brownlight-3);
} 
 
.infor h5{
    font-size:1.4em; 
    line-height:50px; 
    color:var(--brownlight-3);
} 
 
.btn-c{
    padding:5px 10px; 
    background:var(--brownlight-2); 
    border-radius:4px; color:white; 
    text-transform:uppercase;
} 
 
.hidden:hover .infor{
    bottom:0; 
    cursor:pointer;
}
 
::-webkit-scrollbar{
    width:5px; 
    background:var(--brownlight-3);
}
 
::-webkit-scrollbar-thumb{
    background:var(--brownlight-1);
}
 
.sub-title{
    color:var(--brownlight-2); 
    line-height:40px; 
    font-size:1.2em;
} 
 
.bloco-links{
    width:100%; 
    height:auto; 
    display:flex; 
    flex-wrap:wrap; 
    position:relative;
} 
 
.box-links{
    width:180px; 
    height:180px; 
    background:linear-gradient(var(--brownlight-2), var(--brownlight-3)); 
    border-radius:6px; 
    margin:10px; 
    box-shadow:0 0 20px rgba(0,0,0,.6); 
    border:solid 1px var(--brownlight-1); 
    position:relative; 
    overflow:hidden; 
    text-align:center;
} 
 
.img-static, .img-hover{
    position:absolute; 
    width:64px; 
    height:70px; 
    top:50px; 
    left:calc(50% - 32px); 
    transition:all .2s; 
    opacity:1;
} 
.img-hover{
    top:130px; 
    opacity:0; 
    transition:all .5s;
} 
 
.box-links:hover .img-hover{
    opacity:1; 
    top:50px;
} 
 
.box-links:hover .img-static{
    opacity:0;
} 
 
.box-links span{
    width:100%; 
    line-height:40px; 
    font-size:1em; 
    font-weight:bold; 
    text-transform:uppercase; 
    color:var(--brownlight-1); 
    margin-top:138px;
} 
 
#chat{
    position:absolute; 
    width:370px; 
    height:430px; 
    background:black; 
    border-top-left-radius:10px; 
    border-top-right-radius:10px; 
    box-shadow:0 0 20px 10px rgba(0,0,0,.2), 0 -384px white inset; 
    overflow:hidden; 
    right:10px; 
    bottom:0; 
    z-index:200; 
    display:block;
} 
 
.chat-ti{
    line-height:46px; 
    padding-left:10px; 
    font-size:1.2em; 
    width:90%; 
    float:left;
} 
 
.close{
    width:10%; 
    line-height:46px; 
    font-weight:bold; 
    font-family:var(--title); 
    color:white;
} 
 
.header-chat{
    width:100%; 
    height:90px; 
    background:#fcfcfc; 
    padding:10px 5px;
} 
 
.header-chat img{
    width:70px; 
    height:70px; 
    float:left;
} 
 
.header-chat h3{
    float:left; 
    color:#222; 
    padding-left:10px;
} 
 
.header-chat span{
    float:left; 
    width:70%; 
    padding-left:10px; 
    color:#666; 
    font-style:italic;
} 
 
.header-chat h2{
    float:left; 
    width:calc(100% - 70px); 
    text-align:right; 
    color:black;
} 
 
.main-chat{
    width:100%; 
    height:auto; 
    padding:10px 5px;
} 
 
.main-chat span{
    color:#aaa; 
    font-size:.8em; 
    line-height:30px;
} 
 
.main-chat p{
    color:black;
} 
 
.search{
    width:100%; 
    height:100px; 
    border:solid 1px #f4f4f4; 
    margin:20px 0; 
    border-radius:4px;
} 
 
.btn-chat{
    width:80%; 
    line-height:46px; 
    border-radius:2px; 
    background:lightgreen; 
    box-shadow:0 5px green; 
    margin-left:10%; 
    color:white; font-size:1.6em;
}
 
#content-6:target #chat{
    display:none;} 