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

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:150px;
}

h2{
    color: black;
    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: black;
    font-family: "code-saver", sans serif; 
    font-size:50px;
    justify-content: right;
    text-align: right;
    margin-right: 50px;
    margin-top: 50px;
}

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

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



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

#info div {
    padding: 30 30px;
}

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

.fechas h1{
    color: black;
    font-family: "code-saver", sans serif; 
    padding: 30 30px; 
    font-size:50px;
    justify-content: right;
    text-align: right;
    margin-right: 50px;
    margin-top:150px;
}

.fechas h2{
    color: black;
    font-family: "code-saver", sans serif; 
    font-size:50px;
    justify-content: right;
    text-align: right;
    margin-right: 50px;

} */

/* TEXTO INFO FESTIVAL */
#texto{
    width: 67%;
    min-width: 60%;
    margin:50px;
}
/* .info-festival p{
    color:black;
    font-family: "code-saver", sans serif; 
    font-size: 25px;
    text-align: justify;
    line-height:1.2;
} */

.info-extra p{
    margin-top: 10px;
    color: #986B9B;
    font-family: "code-saver", sans serif; 
    font-size: 22px;
    text-align: left;
    line-height:1.5;
}

/* PROGRAMA */
.tit-programa{
    margin-left: 50px;
    margin-bottom: 50px;
    max-width: 500px;
}

.fechas {
    color: black;
    font-family: "sztos-variable", sans-serif;
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.artistas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0; /* asegurate de que no haya separación */
    position: relative; /* necesario para controlar el stacking */
}

.artista {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.artista:hover {
    z-index: 2;
    transform: scale(1.05);
}


.foto {
    width: 100%;
    aspect-ratio: 4 / 3; /* o usá height fijo abajo */
    overflow: hidden;
    background: white;
}

.foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease; /* transición suave */
}


.info {
    margin-top: 20px;
    text-align: center;
    color: black;
}

.nombre {
    font-family: "sztos-variable", sans-serif;
    font-size: 50px;
    margin: 0;
}

/* .dia {
    font-family: "code-saver", sans-serif;
    font-size: 25px;
} */

.separador {
    border: none;
    border-top: 2px solid black ; /* o cualquier color */
    margin: 100px 0; /* espacio arriba y abajo */
    width: 80%;     /* opcional: controlás el ancho */
    margin-left: auto;
    margin-right: auto;
}

.texto-extra {
    font-family: "code-saver", sans-serif;
    font-size: 25px;
    color: black;
    text-align: center;
    margin-top: -30px; /* opcional si querés acercarlo al título */
    margin-bottom: 30px;
}




/* COMO LLEGAR */
.tit-ubi{
    margin-left: 4%;
    max-width: 80vw;
}

.ubi-container{
    margin-left: 4%;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto;
    /* gap: 20px; */
    text-align: left;
    font-size: 15px;

}


.nom-dir{
    font-family: "code-saver", sans-serif;
    font-size: 22px;
    margin-top: 60px;
    color: black;
}

.ubica a{
    color: black;
    font-family: "code-saver", sans-serif;
    font-size: 22px;
}
.uder{
    text-align: right;
    margin-right:50px;
    margin-top: 1%;
}

.ubica a:hover{
    color: white;
    background-color: black;
}

/* 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: 1vw;
    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;
}

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


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

    .gif{
        display: none;
    }
    .gif-movil{
        display: block;
        width: 95vw;
        max-width: 95vw;
        height: auto;
        object-fit: cover;
        margin: 0 auto;
    }
    .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;
    }
    .nombre {
    font-family: "sztos-variable", sans-serif;
    font-size: 35px;
    margin: 5%;
    }


    /* INFORMACIÓN */
    #info {
        padding: 10 10px;
        display: grid;
        grid-template-columns: 2fr 2fr; 
    }
    
    #info div {
        padding: 20 20px;
    }
    /* .edicion h1{
        font-size: 35px;
        margin-top:100px;
        margin-left: 20%;
    }

    .fechas h1{
        font-size:20px;
        margin-top:100px;
        margin-right: 30px !important;
        text-align: right;
    }

    .fechas h2{
        color: black;
        font-family: "code-saver", sans serif; 
        font-size:20px;
        justify-content: right;
        text-align: right;
        margin-right: 30px;
    
    } */

    .fechas {
    color: black;
    font-family: "sztos-variable", sans-serif;
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
    }

    /* TEXTO INFO FESTIVAL */
    #texto{
        width: 80%;
        margin:10%;
    }
    /* .info-festival p{
        color:black;
        font-family: "code-saver", sans serif; 
        font-size: 17px;
        text-align: justify;
        line-height:1.2;
    } */

    /* PROGRAMA */
    .tit-programa{
        max-width: 80vw;
        margin-left: 4%;
    }

    .iz, .ce, .de{
        display:none;
    }

    .peq{
        font-size: 2px !important;
    }

    .linea{
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
    }


    .artista-izq, .artista-der {
        flex-direction: column;
        width: 100vw;
        margin-left: 5%;
        margin-bottom: 30px;

    }

    .artista-izq img, .artista-der img{
        max-width: 90vw;
        min-width: 90vw;
        max-height: 90vw;
        min-height: 90vw;
    }

    .foto-izq, .info-izq, .foto-der, .info-der {
        flex: 1 1 100%;
    }

    .info-izq, .info-der{
        max-width: 90vw;
        min-width: 90vw;
        margin:0;
        padding: 0;
    }
    .info-izq h1, .info-der h1{
        font-size: 8vw;
        margin-bottom: -2%;
        margin-top: 4%;
    }
    
    .dia{
        font-size: 22px;
        margin: 5%;
    }
    .info-izq p, .info-der p{
        font-size: 2.5vw;
    }


    /* COMO LLEGAR */
    .ubi-container{
        display: block;
        margin-right: -5%;
        margin-left: 5%;
    }
    /* .nom-dir{
        font-size: 30px;
    }
    .ubica a{
        font-size: 15px;
    }  */


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

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


/* TABLETS */
@media (min-width: 769px) and (max-width: 1152px) {

 
    /* PROGRAMA */
    .tit-programa{
        max-width: 80vw;
    }
    .iz, .ce, .de{
        display:none;
    }
    .linea{
        display: block;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .artista-izq, .artista-der{
        margin-bottom: 30px;
        width: 90%;
    }

    .info-izq{
        margin:0;
    }

    .foto-izq img, .foto-der img{
        max-width: 100vw;
        min-width: 100vw;

        max-height: 60vw;
        min-height: 60vw;
    }
    .info-izq, .info-der{
        padding: 0;
    }

    .info-izq h1, .info-der h1{
        font-size: 8vw;
        margin-bottom: 2%;
    }

    .info-izq p, .info-der p{
        font-size:2.3vw !important;
        margin-bottom: 10px;
    }
    .foto-dav, .foto-ros{
        object-position: center 15% !important;
    }
    
    /* COMO LLEGAR */
    .ubi-container{
        display: block;
        margin-right: -2%;
    }
    /* .nom-dir{
        font-size: 40px;
    }
    .ubica a{
        font-size: 20px;
    } */

    
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .info-izq h1, .info-der h1  {
        color: black;
        font-family: "sztos-variable", sans serif;
        font-size: 80px !important;
        line-height: 0.9;
    }
    .info-izq p, .info-der p{
        margin-top:10px;
        color: black;
        font-family: "code-saver", sans serif; 
        font-size: 14px;
        text-align: left;
    }
}



