@media(min-width:200px){
    .seccion-inicio{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        color: #fafafa;
        background: #0D0B2B;
        background-image: url('/img/lignum/ImagenInicio.png');
        background-repeat: no-repeat;
        background-size: 1250px 100%;
        background-position: -470px 60px;
    }
    .inicio-contenido{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
   .inicio-texto-principal{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 30px;
        font-family: 'Montserrat';
        font-weight: 500;
    }
    .texto-principal-transformamos{
        display: inline-block;
        justify-content: space-between;
        align-items: center;
        font-size: 30px;
    }
    .texto-principal-ideas{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: -20px;
        font-size: 50px;
    }
    .inicio-textos-secundario{
        width: 100%;
        padding: 5px;
        font-family: 'Myriad Pro';
        font-weight: 400;
    }   
    .inicio-textos-secundario p{
        padding: 20px 10px;
        font-size: 18px;
    }   
    .inicio-botones-ctn{
        display: flex;
        justify-content: center;
        height: 100px;
        width: 100%;
        padding: 10px 0px;
    }
    /* .inicio-botones-ctn > a:first-child {
        display: none;
    } */
    .inicio-botones-ctn button{
        height: 45px;
        width: 210px;
        border-radius: 100px;
        background-color: #E2710A;
        border: none;
        color: #fafafa;
        font-size: 16px;
        font-family: 'Myriad Pro';
        font-weight: 600;
        transition: .2s;
    }
    .inicio-botones-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:375px){
    .inicio-textos-secundario{
        width: 85%;
    }
}

@media(min-width:425px){
    .inicio-textos-secundario{
        width: 75%;
    }
}

@media(min-width:768px){
    .inicio-texto-principal{
        width: 100%;
    }
    .inicio-textos-secundario{
        width: 70%;
    }
}

@media(min-width:1024px){
    .seccion-inicio{
        background-size: cover;
        background-position: 0px 80px;
    }
    .inicio-contenido{
        width: 60%;
        max-width: 950px;
    }
    .texto-principal-transformamos{
        font-size: 50px;
    }
    .texto-principal-ideas{ 
        font-size: 90px;
    }
    .inicio-textos-secundario{
        width: 80%;
        padding: 0px;
    }
    .inicio-textos-secundario p{
        margin-left: -30px;
    }
    .inicio-botones-ctn > a:first-child {
        display: block;
    }
    .inicio-botones-ctn{
        justify-content: center;
        padding: 0px;
    }
    .inicio-botones-ctn button{
        margin: 0px 15px;
    }
}

@media(min-width:1400px){
    .inicio-contenido{
        margin-left: 40px;
        width: 50%;
    }
    .inicio-textos-secundario{
        font-size: 2rem;
        padding: 0px;
    }
    .inicio-textos-secundario p{
        margin-left: -10px;
        width: 95%;
    }
}

@media(min-width:1700px){
    .seccion-inicio{
        background-size: 2200px 1000px;
        background-position: -140px 50px;
    }
}