#inicio{
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%), url('../resc/img/imgs/IG1-15.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    max-height: 100vh;
    min-height: 100vh;

    color: var(--blanco);

    padding: 8%;

    display: flex;
    flex-direction: column;
    justify-content:center;
    flex-wrap: wrap;

}



    #inicio #portada{
        align-self: flex-end;
        width: 100%;
        text-align: right;

        display: flex;
        flex-direction: column;
    }

    

    #inicio #portada #titulo{
        align-self: center;
        color: var(--blanco);
        font-size: 5vh;
    text-transform: uppercase;
    }

