*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: black;
}

html{
    scroll-behavior: smooth;
}

/*TIPOGRAFIAS*/
h1{
    color: white;
    font-family: "sztos-variable", sans serif;
    padding: 30 30px;
    font-size:90px;
    justify-content: left;
    text-align: left;
    margin-left: 50px;
    margin-top:150px;
}

h2{
    color: white;
    font-family: "sztos-variable", sans serif;
    padding: 30 30px;
    font-size:80px;
    justify-content: left;
    text-align: left;
    margin-left: 50px;
    margin-top:150px;
}

h3{
    color: white;
    font-family: "code-saver", sans serif; 
    text-align: left;
    justify-content: left;
    font-size:50px;
    padding: 30 30px;
    margin-left: 50px;
}

p, ul{
    color:white;
    font-family: "code-saver", sans serif; 
    font-size: 22px;
    text-align: left;
    line-height:1.5;
    margin: 2%;
}

li{
    margin-left: 2%;
    list-style: none;
    font-size: 22px;
}

/* HEADER  */
header{
    height: 80px;
    background-color: black;
    padding: 0 30px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    text-align: center;
}
 
.menu a, .val, .es{
    color: white;
    text-decoration: none;
    font-family: "code-saver", sans serif; 
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 20px;
    
}

.opcion{
    padding: 0 10px;
}

.dere{
    margin-left: 5px;
}

.mostrar-menu, .esconder-menu{
    font-size: 30px;
    cursor: pointer;
    display: none;
}


.mostrar-menu{
    order:1;
}


#check{
    display: none;
}

#animacion{
    padding: 0 50px;
}

.gif{
    display: block;
    width: 100%;
    height: auto;
    margin:0 auto;
}


.gif-movil{
    display: none;
}

.val{
    color: grey;
}

/* REEL */
.pieza h1, .pieza p, .pieza h3{
    margin: 2% 4%;
}

.songs {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 0;
    padding: 0 5vw; /* margen lateral */
}

.song {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "titulo ."
        "audio audio";
    align-items: start;
}

.song-title {
    grid-area: titulo;
    color: white;
    align-self: start;
    justify-self: start;
    margin-bottom: 10px;
    font-family: "code-saver", sans serif;
}

.div-audio {
    grid-area: audio;
    display: flex;
    justify-content: flex-start;
}

/* .composicion h1{
    margin:0 8%;
    color: white;
    font-family: "code-saver", sans serif; 
    font-size: 18px;
}

.composicion h2{
    margin:2% 8%;
    color: white;
    font-family: "sztos-variable", sans serif;
    font-size: 25px;
}
.composicion p{
    margin: 0 8%;
    color: white;
    font-family: "code-saver", sans serif; 
    font-size: 15px;
} */

audio{
    width: 94vw;
}

/* FOOTER */
.footer{
    width: 100%;
    margin:0;
    margin-top: 75px;
    padding: 0;
    overflow: hidden;
}

.footer-container{
    margin: 4%;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap:40px;
}

.col p{
    font-family: "code-saver", sans-serif;
    font-size: 1vw;
    color: white;
    margin-bottom: 5%;
    text-align: left !important;
    justify-content:left;
    align-items: left;
}
.redes a{
    color:white;
    margin-top: 15%;
    margin-right: 5%;
    margin-left: -1%;
}

.redes img{
    width: 1.8vw;
    height: 1.8vw;
}
.upv{
    max-width: 10vw;
}
.col2 p{
    text-align: left;
    justify-content:left;
    align-items: left;
}
.fila{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap:20px;
    margin-top: -3%;
}
.gva{
    transform: scale(1.5);
    max-width: 9vw;
    min-width: 9vw;
    margin-left: 20% 
}
.mussol{
    max-width: 7vw;
    min-width: 7vw;
    margin-left: 30% 

}

.berklee{
    max-width: 8vw;
    min-width: 8vw;

}

.col-mov{
    display: none;
}

.diputacio{
    max-width: 13vw;
    min-width: 13vw;
    margin-left: 4vw;
}
.col-mov{
    display: none;
}

#info-programa a{
    text-decoration: none;
}

/* MÓVIL */
@media (max-width: 768px) {
    html, body{
        overflow-x: hidden;
        width: 100%;
    }

    h1{
        font-size: 45px;
        line-height:1.2;
    }

    h3{
        font-size: 25px;
        margin-left: 16px;
        margin-top: 20px;
    }

    p, li{
        font-size: 15px;
        margin-left: 16px;
    }

    .mostrar-menu, .esconder-menu{
        display: block;
        text-align: right;
        margin-right: 4%;
    }
    .menu{
        position: fixed;
        width:100%;
        height: 100vh;
        background-color: black;
        right: -100%;
        text-align: center;
        top:0;
        padding: 100px 0px;
        z-index: 100;
        transition: 0.6s;
    }

    .menu a{
        display: block;
        color:white;
        padding: 20px;
    }

    .mostrar-menu{
        font-family: "code-saver", sans serif; ;
        font-size: 30px;
        position: absolute;
        top:30px;
        right:0;
        text-align: right;
    }

    .opcion {
        display: flex;
        flex-direction: column; /* Apila los elementos verticalmente */
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .es {
        margin: 0;
        padding: 0;
        font-size: 20px;
    }

    .val{
        margin: 0;
        padding-top: 20px;
    }

    .esconder-menu{
        position: absolute;
        top:30px;
        right: 12px;
        color: white;
        font-size: 30px;
    }

    #check:checked ~ .menu{
        right: 0;
    }
    /* .val{
        display: none;
    } */

    /* FOOTER */
    .footer-container{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }
    .tit-footer{
        font-size: 4vw;
        font-weight: bold;
    }

    .col{
        display: flex;
        justify-content: center;
        align-items: center ;
        flex-direction: column;
    }

    .col p{
        font-size: 4vw;
        text-align: center !important;
    }

    .upv{
        margin: 0 auto;
        min-width: 40vw;

    }
    .fila{
        display: grid;
        grid-template-columns: 1fr;
        grid-row: auto auto;
    }
    .col3{
        display: block;
        row-gap: 5vw;
        display: grid;
        grid-template-columns: 1fr;
        grid-row: auto auto auto;
      text-align: center;
    }

    .gva{
        margin: 0 auto;
        min-width: 40vw;
        max-width: 40vw;

    }
    .mussol{
        margin: 0 auto;
        min-width: 35vw;
        max-width: 35vw;
        padding-top: 4%;

    }

    .diputacio{
        margin-top: 5%;
        max-width: 60vw;
        min-width: 60vw;
    }
    .berklee{
        margin: 0 auto;
        min-width: 40vw;
        max-width: 40vw;
        padding-top: 2%;

    }

    .redes{
        display: flex;
        justify-content: center;
    }
    .redes a{
        color:white;
        margin-top: 10%;
        margin-right: 15%;
    }
    
    .redes img{
        width: 5vw;
        height: 5vw;
    }
}

