body {
    background-color: #0f0f0f;
    padding: 0;
    margin: 0;
    padding-top: 100px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

section {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;    
    scroll-margin-top: 100px;
}

h4 {
    color: #C0C0C0;
    font-family: 'Garamond', serif; 
    text-transform: uppercase;
    font-style: italic;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

#ftintro {
    height: 450px;
    position: absolute;
    z-index: -1;
    filter: opacity(0.8) sepia(1);
}

#nav {
    user-select: none;
    background-color: #000000;
    padding: 20px;
    border-bottom: 1px solid #D4AF37;
    margin-bottom: 100px;
    box-shadow: 0px 5px 15px #2e260c;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; 
    background-color: #000000;
    transition: top 0.3s ease-in-out;
}

nav a {
    user-select: none;
    text-decoration: none;
    color: #D4AF37;
    font-size: 20px;
    margin-left: 10px;
    padding: 20px;
    transition: 0.3s;

}

nav a:hover{
    color:#000000;
    background-color: #D4AF37;
    box-shadow: 0 0 10px black inset;
    letter-spacing: 2px;
}

#introdu {
    padding-top: 320px;
    user-select: none;
    color: #D4AF37;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    margin-top: 350px;
    margin-bottom: 460px;
    
}

#introdu h1{
    font-size: 50px;
    letter-spacing: 10px;
    margin-bottom: 0px;
    margin-bottom: 0px;
}

#introdu h2{
    color: #C0C0C0;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 0px;
}

#introdu h3{
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: 10px;
}
.cite {
    font-style: italic;
    margin-top: 50px;
    font-size: 16px;
    color: #C0C0C0;
}

#hist {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center; 
    border-top: #D4AF37 solid 1px;
    border-bottom: #D4AF37 solid 1px;
}

.foto-dir {
    width: 700px;
    position: absolute;
    left: -100px;
    z-index: -1;
}

.foto-esq {
    width: 700px;
    position: absolute;
    right: -150px;
    z-index: -1;
}

.subtit {
    margin-top: 50px; 
    color: #D4AF37;
    font-family: 'Garamond', serif; 
    font-size: 35px;
    text-transform: uppercase;
}

.txt {
    text-shadow: 0px 0px 10px #000000;
    margin-top: 30px;
    margin-bottom: 60px;
    line-height: 1.8; 
    font-size: 22px;
    color: #C0C0C0;
    font-family: 'Courier New', Courier, monospace;
    max-width: 900px;
    padding: 0 20px;
}

#carreira {
    min-height: 100vh;
    height: auto;
    background-color: #131313;
    border-top: #D4AF37 solid 1px;
    border-bottom: #D4AF37 solid 1px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center; 
}

.listas::marker {
    color: #D4AF37;
    font-size: 20px;
}

.listas {
    list-style-type: disc;
    font-size: 20px;
    line-height: 1.6;
    font-family: 'Courier New', Courier, monospace;
    color: #C0C0C0;
}

ul {
    margin-bottom: 50px;
}

.lialbum {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    }

.album-bloco {
    width: 90%;
    max-width: 900px;
    margin: 0px auto;
    border: 1px solid rgba(212, 175, 55, 0.4);
    background-color: #181717;
    border-bottom: none;
}

.album-bloco:last-child {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}


.album-titulo {
    padding: 20px;
    font-size: 24px;
    font-family: 'Courier New', Courier, monospace;
    color: #D4AF37;
    cursor: pointer;
    list-style: none;
    transition: 0.3s;
}

.album-titulo:hover {
    background-color: #D4AF37;
    color: #000000;
}

.album-conteudo {
    padding: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    display: flex;
    flex-direction: column;
}

.header-album {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 20px;
}

.capa-album {
    width: 150px;
    height: 150px;
    border: 1px solid #D4AF37;
    object-fit: cover;
    transition:0.3s;
}

.capa-album:hover {
    scale: 1.1;
    transform: rotate(-2deg);
    box-shadow:-4px 4px 10px #000000;
}

.txt-album {
    color: #C0C0C0;
    font-family: 'Garamond', serif; 
    font-size: 20px;
    text-align: left;

}

.item-musica {
    padding: 10px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    font-family: 'Courier New', Courier, monospace;
    color: #C0C0C0;
    text-align: left
}

.moldura {
    width: 95%;
    max-width: 1000px;
    background-color: #1a1a1a;
    padding: 40px 20px;
    box-shadow: 0px 0px 10px #000000;
    margin-top: 30px;
    border-radius: 20px;
    margin-bottom: 80px;
}

#discos {
    border-top: #D4AF37 solid 1px;
    border-bottom: #D4AF37 solid 1px;

}

#curiosidades {
    border-top: #D4AF37 solid 1px;
    border-bottom: #D4AF37 solid 1px;
    background-color: #131313;
}

#impacto {
    border-top: #D4AF37 solid 1px;
    border-bottom: #D4AF37 solid 1px;
    background-color: #131313;
}

#legado {
    border-top: #D4AF37 solid 1px;
    border-bottom: #D4AF37 solid 1px;
}

.qrestilo {
    width: 200px;
    height: 200px;
    border: 1px solid #D4AF37;
    object-fit: cover;
    margin-left: auto; 
}

.header-premio {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.he

.sub-txt {
    font-size: 0.8em;
    color: #d4af37;
    opacity: 0.8;
    margin-top: 4px;
}

.badge-inside {
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #d4af37;
    padding-bottom: 5px;
}

@media (max-width: 768px) {

    body {
        padding-top: 70px;
    }

    nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav a {
        font-size: 14px;
        padding: 10px;
        margin: 2px;
    }

    #introdu {
        margin-top: 150px;
        margin-bottom: 200px;
    }

    #ftintro {
        height: 250px;
    }

    #introdu h1 {
        font-size: 28px;
        letter-spacing: 5px;
    }

    #introdu h2 {
        font-size: 16px;
    }

    #introdu h3 {
        font-size: 14px;
        letter-spacing: 5px;
    }

    .cite {
        font-size: 13px;
    }

    .txt {
        font-size: 16px;
        line-height: 1.6;
        max-width: 95%;
    }

    .subtit {
        font-size: 22px;
    }


    .listas {
        font-size: 16px;
    }

    .foto-dir,
    .foto-esq {
        display: none;
    }

    .header-album {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .capa-album {
        width: 120px;
        height: 120px;
    }

    .txt-album {
        font-size: 16px;
        text-align: center;
    }

    .qrestilo {
        width: 140px;
        height: 140px;
        margin: 0;
    }

    .item-musica {
        font-size: 14px;
        text-align: center;
    }

    .moldura {
        padding: 20px 10px;
    }

}