*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: white;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

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

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

p, ul, li{
    color:black;
    font-family: "code-saver", sans serif; 
    font-size: 22px;
    text-align: left;
    line-height:1.5;
    list-style: none;
    font-weight: normal;
}

/* HEADER  */
header{
    height: 80px;
    background-color: white;
    padding: 0 30px;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    text-align: center;
}
 
.menu a, .es, .val{
    color: black;
    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;
}


.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;
}

.es{
    color: grey;
}



/* FOTO ARTISTA */
.foto-artista{
    display: flex;
    margin: 0 3%;
}
.foto-artista img{
    width: 100vw;
    height: 50vw;
    object-fit: cover;
    /* margin: 0 4%; */
}

.foto-web{
    width: 94vw !important;
}


/* INFORMACION */
#info {
    padding: 30 30px;
    display: grid;
    grid-template-columns: 1fr 1fr; 
}

#info div {
    padding: 10 10px;
}

/* .edicion h1{
    color: black;
    font-family: "sztos-variable", sans serif;
    padding: 30 30px;
    font-size: 45px;
    justify-content: left;
    text-align: left;
    margin-left: 6%;
    margin-top: 4%;
    

}

.fechas p{
    color: black;
    font-family: "code-saver", sans serif; 
    padding: 30 30px; 
    font-size: 15px;
    justify-content: right;
    text-align: right;
    margin-right: 6%;
    margin-top: 4%;
} */
/* 
.fechas{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.fechas p{
    color: white;
    font-size:1.5vw;
    font-family: "code-saver", sans serif; 
    margin-top: 6%;
}

.fecha1{
    text-align: left !important;
    margin-left: 6%;
}

.fecha2{
    text-align: right !important;
    margin-right: 6% ;

} */



/* TEXTO ARTISTA */
#texto{
    width: 67%;
    min-width: 60%;
    margin:3.5%;
    margin-top:7%;
}
/* .texto-artista p{
    color:black;
    font-family: "code-saver", sans serif; 
    font-size: 1.4vw;
    text-align: left;
    line-height:1.2;
    margin: 0;
} */

/* FORMACIÓN */
.formacion-artista{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.dia1{
    margin-left: 6%;
    margin-top: 10%;
}
/* .dia1 h1{
    font-family: "sztos-variable", sans serif;
    font-size: 4vw;
    text-align: left;
    color: white;
}

.dia1 li{
    color: white;
    font-family: "code-saver", sans serif; 
    font-size: 1.4vw;
} */

.dia1 h3, .dia1 li{
    text-align: left;
}

.dia2{
    margin-right: 6%;
    margin-top: 10%;
}

/* .dia2 h1{
    font-family: "sztos-variable", sans serif;
    font-size: 4vw;
    text-align: right;
    color: white;
} */

.dia2 h3, .dia2 li{
    text-align: right;
}

/* VIDEO */
.video iframe{
    max-width: 94vw;
    max-height: 50vw;
    min-width: 94vw;
    min-height: 50vw;
    margin-top: 5%;
    margin-left: 3%;
}

/* MÁS INFORMACIÓN */

.mas-info{
    margin-top: 6%;
    display: flex;
    justify-content: center;
}
.mas-info p{
    padding: 10px 15px;
    background-color: black;
    color: white;
    font-size: 15px;
    font-family: "code-saver", sans serif; 
}

.mas-info a{
    text-decoration: none;
    color: white;
}

/* FOOTER */
.footer{
    width: 100%;
    margin:0;
    margin-top: 100px;
    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: 15px;
    color: black;
    margin-bottom: 5%;
    text-align: left !important;
    justify-content:left;
    align-items: left;
}
.redes a{
    color:black;
    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;
}








/* MÓVIL */
@media (max-width: 768px) {

    html, body{
        overflow-x: hidden;
    }

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

    .menu a{
        display: block;
        color:black;
        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;
    }

    /* .es{
        display: none;
    } */

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

    #check:checked ~ .menu{
        right: 0;
    }

    /* ARTISTA */
    .foto-artista{
        display: flex;
    }
    .foto-artista img{
        width: 100%;
        height: 50vh;
        object-fit: cover;
        /* margin: 0 4%; */
    }

    .pepe{
        object-position: 90% center;
    }

    

    /* INFORMACION */
    #info {
        padding: 30 30px;
        display: grid;
        grid-template-columns: 1fr 1fr; 
    }

    #info div {
        margin-top: 10%;
        padding: 10 10px;
    }

    h1{
        font-size: 75px;
        margin-top: 25px;
        margin-left: 25px;
    }

    .fechas p{
        color: black;
        font-family: "code-saver", sans serif; 
        padding: 30 30px; 
        font-size: 15px;
        justify-content: right;
        text-align: right;
        margin-right: 10%;
        margin-top: 4%;
    }

    /* TEXTO ARTISTA */
    #texto{
        width: 80%;
        min-width: 60%;
        margin:6%;
        margin-top:7%;
    }
    .texto-artista p{
        color:black;
        font-family: "code-saver", sans serif; 
        font-size: 15px;
        text-align: left;
        line-height:1.5;
        margin: 0;
    }

    /* FORMACIÓN */
    .formacion-artista{
        display: block;
    }

    .dia1, .dia2{
        margin-left: 6%;
        margin-right: 6%;
        margin-top: 10%;
    }
    /* .dia1 h1{
        font-family: "sztos-variable", sans serif;
        font-size: 25px;
        text-align: left;
        color: white;
    }

    .dia2 h1{
        text-align: right;
        font-size: 25px;
    } */

    .dia1 ul, .dia2 ul{
        list-style: none;
    }
    .dia1 li, .dia2 li{
        color: black;
        font-family: "code-saver", sans serif; 
        font-size: 15px;
    }

    /* VIDEO */
    .video iframe{
        margin: 6%;
        margin-top:10%;
    }
    /* MÁS INFORMACIÓN */
    .mas-info p{
        padding: 10px 15px;
        font-size: 3vw;
    }

    
     /* 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%;

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

    }
    .diputacio{
        margin-top: 5%;
        max-width: 60vw;
        min-width: 60vw;
    }


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

}