



#obras-bg{
    position: absolute;
    right: 0;

    top: 0;
    /* width: 100vw; */
    /* height: 100vh; */
    /* scale: 2; */
    /* translate: -50%; */
    min-width: 100vw;
    min-height: 100vh;
    z-index: -3;
}

#bg-obras-overlay{
    position: absolute;
    background-color: rgba(3,3,78, 0.3);
    height: 200%;
    width: 100%;
    z-index: -2;
}



#obras-headline{
    color: white;
    margin-top: 15vh;
    font-weight: bolder;
    font-style: italic;
    margin-left: 1vw;

    margin-bottom: 32vh;
    max-width: 100vw;
}
div#obras-headline>div{
    max-width: 100vw;
}

ul.obras-lista{
    list-style-type: none;
    margin: 0;
    padding: 0;  
}

.obra{
    font-weight: bolder;
    padding-top: 1vh;
}