body{
    background-color: #151148;
    background-image: url('/img/lignum/FondoInferior.png');
    background-repeat: no-repeat;
    background-size: 850px 3400px;
    background-position: -200px -350px;
}
.seccion-principal{
    width: 100%;
    height: 295;
}
.lignum-team-img{
    height: 300px;
    width: 100%;
    background-image: url('/img/lignum/estimaProyecto.png');
    background-size: 115% 170px;
    background-position: -13px 90px;
    background-repeat: no-repeat;
}

@media (min-width: 375px) {
    .lignum-team-img{
        background-size: 116% 190px;
        background-position: -17px 90px;
    }
}
@media (min-width: 425px) {
    .lignum-team-img{
        background-size: 116% 220px;
        background-position: -18px 90px;
    }
}
@media (min-width: 768px) {
    body{
        background-size: 1250px 3400px;
        background-position: -200px -500px;
    }
    .seccion-principal{
        height: 500px;
    }
    .lignum-team-img{
        height: 500px;
        background-size: 900px 400px;
        background-position: -40px 90px;
    }
}


@media (min-width: 992px) {
    body{
        background-size: 1450px 3200px;
        background-position: -100px -100px;
    }
    .seccion-principal{
        height: 600px;
    }
    .lignum-team-img{
        height: 600px;
        background-size: 1150px 520px;
        background-position: -25px 80px;
    }
}


@media (min-width: 1200px) {
    .seccion-principal{
        height: 700px;
    }
    .lignum-team-img{
        height: 700px;
        background-size: 1470px 650px;
        background-position: 0px 75px;
    }
}

@media (min-width: 1400px) {
    body{
        background-size: 1850px 3200px;
        background-position: -100px -50px;
    }
    .lignum-team-img{
        background-size: cover;
        background-position: -10px 75px;
    }
}

@media (min-width: 1600px) {
    body{
        background-size: 1950px 2400px;
        background-position: 0px 600px;
    }
    .seccion-principal{
        height: 800px;
    }
    .lignum-team-img{
        height: 800px;
        background-position: 0px 80px;
    }
}