
#container {
      max-width: 1280px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
      background-size: cover;
      opacity:1
}

img.icon {
max-width: 200px;
height: auto;
}

img#scroll {
    width: 90px;
    height: 80px;
    position: absolute;
    bottom: 14px;
    top: auto;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    cursor: pointer;
}

.menu-toggle {
    display: none;
}
body {
    font-family: Arial, sans-serif;
    background-color: #121215; 
    color: #ffffff; 
    margin: 0;
    padding: 0;
}

section#contact {
    background: #2f3439;
    border-top: 3px #3d3634 solid;
}
 .grid-item {
            text-align: center;
            padding: 20px;
        }

        .grid-item img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
section#music {
    background-image: url(images/bglist5.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    border-top: 2px #3d3634 solid;
}

section#music h2 {
    font-family: 'Archivo Black';
    font-size: 1.3rem;
    color: hsl(38deg 34.92% 56.06%);
}

h2 span.yearcopy {
    font-size: 0.7rem;
}

h2#titulotema {
    background: #000000;
    border-radius: 51px;
    box-shadow: inset 3px 3px 1px 3px hsl(0 0% 22% / 1);
    padding: 3px;
    margin: 0 0 16px 0;
}

.music-list {
    max-width: 1280px;
    background-blend-mode: screen;
    margin: 0 auto;
    padding: 20px;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

section#music h1 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 24px;
    text-align: center;
    background-color: black;
    border-radius: 14px;
    color: hsl(38deg 34.92% 56.06%);
}

.song-grid {
    gap: 30px;
    margin: 30px 0 0 0;
}

.song {
    width: 100%;
    max-width: 380px;
    padding: 18px;
    background-color: rgb(53 52 50 / 78%);
    border-radius: 14px;
    text-align: center;
    height: 392px;
    margin: 0 0 0px;
    border: 1px solid #555551;
}

.song-info p {
    font-size: 0.8rem;
    margin: 0px 0 -10px 0;
}

.song img {
    max-width: 300px;
    border-radius: 6px;
    height: auto;
}

img.playbtn, img.pausebtn {
    display: block;
    margin: -54% auto;
    text-align: center;
    opacity: 0.67;
}

audio {
    width: 100%;
    margin-top: 0px;
}
@media only screen and (max-width: 1280px) {
 .music-list {
    max-width: 100%;
}   
    .song img {
        width:100%
    }
     .song  {
        max-width:400px
    }

    .song .playbtn {
        width:60px
    }
}