.fondo{
    background-image: url('/assets/img/proyectos/trabajando.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box{
    width: 100vw;
    height: 100vh;
    position: relative;
}

.box-2{
    width: 300px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    top: 695px;
    left: 600px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
    
    
    .box-2{
        display: flex;
        justify-content: center;
    }
    
} 