.cu-title::before {
    content: "_";
    color: var(--curaduria);
}

#title, #consola, #proyectos{
    color: var(--fondo);
    -webkit-text-stroke: 1.5px black;
}


#title{
    z-index: -5;
}

.p-title:hover{
    -webkit-text-stroke: 0px white;
}

.c-title:hover{
    -webkit-text-stroke: 0px white;
}


#curaduria{
    color:var(--curaduria);
}

#content-curaduria{
    position: fixed;
    width: 100vw;
    display: flex;
    flex-direction: column;
    margin-left: 4%;
    margin-top: 4%;
    justify-content: center;
    gap: 1em;
}

#content-curaduria p{
    font-family: var(--typo);
    font-size: 0.8rem;
}

#content-curaduria h1{
    font-family: grotesque;
    color: var(--texto);
    margin: 0;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 1em;
    /* font-size: 0.8rem; */
}

#content-curaduria h2{
    font-family: var(--typo);
    font-weight: normal;
    font-size: 1rem;
    margin: 0 0 0 0;
}

#text-curaduria{
    position: relative;
    columns: 3;
    width: 90vw;
    height: fit-content;
    background-color: white;
}

#text-curaduria p{
    margin: 0;
    margin-bottom: 0.5em;
    text-indent: 2em;
    background-color: white;
}

#text-curaduria strong{
    text-decoration: underline 1pt solid black;
}

.participants-cuaraduria{
    display: flex;
    gap: 2%;
    background-color: white;
    position: relative;
    margin-top: 6em;
    width: 100%;
    height: 70vh;
    height: fit-content;
    padding-left: 0.5em;
}

.artista-container{
    width: 18%;
}

a.website{
    font-family: var(--typo);
    font-size: 0.8em;
    margin-left: 0;
}

a.website:hover{
    color:blue;
}

details{
    width: 100%;
    margin-left: 0;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

details p::-webkit-scrollbar {
    display: none;
}

details summary {
    list-style-type: '+ ';
}

details[open] summary {
    list-style-type: '- ';
}

  

summary:hover {
    color: var(--curaduria);
}


details p{
    height: 20vh;
    width:100%;
    text-indent: 2em;
    overflow-y: scroll;
    border-bottom: 2px solid black;
    margin-top: 0;
    margin-bottom: 1em;
    padding: 0 0 1em 0;
    cursor: pointer;
    background-color: white;
    
}

details strong{
    text-decoration: underline solid black 1pt;
    font-weight: normal;
}

.info{
    color: black;
    background-color: white;
    font-family: var(--typo);
    font-size: 0.8em;
    width: fit-content;
    border-radius: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-right: 0.7em;
    cursor: pointer;
}


@media (max-width: 700px){

    body{
        margin: 0;
        height: 100vh;
        width: 100vw;
        overflow-y: scroll;
    }

    details p{
        height: fit-content;
        width: 100%;
        margin-left:0;
    }

    .cu-title::before {
        content: none;
    }

    #p-step9{
        display: block;
    }

    #title{
        display:none;
    }

    #logo{
        display: none;
    }

    #logo-mobile{
        display: block;
    }

    #proyectos{
        margin-left: 2%;
    }

    #curaduria{
        margin-top: 0.3%;
    }

    #cu-step9{
        display: block;
    }

    #proyectos, #consola{
        -webkit-text-stroke: 1.5px rgb(164, 164, 164);
    }

    #consola{
        margin-right: 2.5%;
    }

    #c-step7{
        display: block;
    }

    #content-curaduria{
        position: relative;
        display: flex;
        width: 60vw;
        height: fit-content;
        margin-top: 5%;
        padding-top: 15%;
        padding-left: 3%;
        width: fit-content;
        flex-direction: column;
        align-items: flex-start;
        justify-content: left;
        overflow-y: scroll;
    }

    #text-curaduria{
        columns: 1;
        width: 80%;
        margin-left: 0em;
        height: fit-content;
    }

    .participants-cuaraduria{
        display: block;
        gap: 2%;
        background-color: white;
        position: relative;
        margin-top: 2.5%;
        width: 80%;
        height: fit-content;
        padding-bottom: 20%;
    }

    .artista-container{
        width: 100%;
    }
}


@media (min-width:700px) and (max-width: 1260px){

    .participants-cuaraduria{
        position: fixed;
        top: 60%;
        margin-top: 0%;
        width: 90%;
        height: fit-content;
        padding-bottom: 20%;
    }

    #text-curaduria{
        display: grid;

        width: 86vw;
        height: 35vh;
        margin-top: 2%;
        margin-left: 0;
        overflow-y: scroll !important;
    }

}