.texto-inicial{
    display: flex;
    margin-bottom: 10%;
}

.texto-con-linea {
    max-width: 50%;
    border-left: 2px solid black;
    padding-left: 10px;
    font-size: 13px;
}

.texto-con-linea > div {
    margin-bottom: 5px;
}

.texto-trabajo {
    line-height: normal;
}

.texto-categoria {
    margin-bottom: 3% !important;
}
.texto-con-linea strong {
    margin-right: 5px;
}

.texto-derecha {
    max-width: 50%;
    margin-left: 35%;
    font-size: 1.6rem;
    margin-top: -9%;
}

.texto-frase-2 {
    display: flex;
}

.texto-derecha-2{
    font-size: 1.6rem;
    margin-left: auto;
    width: 50%;
    margin-bottom: -10%;
}

.container.gallery-post-des {
    width: 100%;
}

.title-wrap.container {
    width: 100%;
}

.imagen-principal-proyecto {
    width: 100vw;
    height: auto;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative;
}

@media (max-width: 1250px) {
    .texto-inicial{
        display: block;
    }
    
    .texto-con-linea {
        max-width: 100%;
        border-left: 2px solid black;
        padding-left: 10px;
        font-size: 12px;
    }
    
    .texto-derecha {
        max-width: 100%;
        margin-left: 0%;
        font-size: 1.5rem;
        margin-top: 5%;
    }
    
    .texto-frase-2 {
        display: block;
    }
    
    .texto-derecha-2{
        font-size: 1.5rem;
        margin-left: 0;
        width: 100%;
        margin-bottom: -10%;
    }
}