body{
    background-color: #151148;
    background-image: url('/img/lignum/FondoInferior.png');
    background-repeat: no-repeat;
    background-size: 930px 5300px;
    background-position:-100px 0px;
}
.seccion-principal{
    width: 100%;
    height: 255px;
}
.lignum-team-img{
    height: 300px;
    width: 100%;
    background-image: url('/img/lignum/lignumteam.png');
    background-size: 120% 225px;
    background-position: -35px 75px;
}
.seccion-somos-lignum{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    padding: 50px 0px;
    /* background-color: #0D0B2B; */
}
.somos-lignum-ctn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fafafa;
}
.texto-somos{
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
}
.texto-lignum{
    width: 100%;
    margin-top: -15px;
    padding-left: 14px;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 15px;
}
.somos-lignum-parrafos{
    width: 80%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
}
.somos-lignum-parrafos p{
    margin-bottom: 0.3em;
}
.somos-lignum-btn-ctn{
    display: flex;
    justify-content: center;
    width: 100%;
}
.somos-lignum-btn-ctn button{
    width: 70%;
    max-width: 220px;
    height: 45px;
    border: none;
    border-radius: 23px;
    font-family: 'Myriad Pro';
    font-weight: 600;
    font-size: 16px;
    color: #fafafa;
    transition: .2s;
}
.somos-lignum-btn-ctn button:hover{
    background-color: #f7851b;
    -webkit-box-shadow: 0px 0px 26px -8px rgba(226,113,10,1);
    -moz-box-shadow: 0px 0px 26px -8px rgba(226,113,10,1);
    box-shadow: 0px 0px 26px -8px rgba(226,113,10,1);
}

@media(min-width:425px){
    .seccion-principal{
        width: 100%;
        height: 295px;
    }
    .lignum-team-img{
        height: 300px;
        width: 100%;
        background-image: url('/img/lignum/lignumteam.png');
        background-size: 120% 225px;
        background-position: -35px 75px;
    }
}

@media (min-width: 768px) {
    body{
        background-size: 1230px 5300px;
        background-position:-100px 0px;
    }
    .seccion-principal{
        height: 550px;
    }
    .lignum-team-img{
        height: 550px;
        background-size: 1000px 500px;
        background-position: -100px 70px;
    }
    .texto-somos{
        font-size: 2.5rem;
    }
    .texto-lignum{
        margin-top: -25px;
        padding-left: 25px;
        font-size: 4.5rem;
        letter-spacing: 35px;
    }
}

@media (min-width: 992px) {
    .seccion-principal{
        height: 600px;
    }
    .lignum-team-img{
        height: 600px;
        background-size: 1150px 550px;
        background-position: -65px 75px;
    }
    .somos-lignum-parrafos{
        font-size: 18px;
    }
}

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

@media (min-width: 1400px) {
    .lignum-team-img{
        background-position: -10px 75px;
    }
}

@media (min-width: 1600px) {
    body{
        background-size: 2130px 5300px;
        background-position:-100px 0px;
    }
    .seccion-principal{
        height: 900px;
    }
    .lignum-team-img{
        height: 900px;
        background-size: 1930px 840px;
        background-position: 0px 75px;
    }
    .somos-lignum-ctn{
        width: 50%;
    }
    .somos-lignum-parrafos{
        width: 100%;
    }
}