/* ========================================
   NOSOTROS
======================================== */

.nosotros-section{
    position:relative;
    padding:140px 8%;
    min-height:700px;
    scroll-margin-top:160px;
    background:
        linear-gradient(rgba(8,35,63,.87), rgba(8,35,63,.87)),
        url('../img/nosotros.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
}

.nosotros-container{
    max-width:1200px;
    margin:0 auto;
    width:100%;
}

.nosotros-content{
    max-width:720px;
}

.nosotros-title{
    font-size:52px;
    font-weight:800;
    line-height:1.1;
    color:white;
    margin-bottom:30px;
}

.nosotros-text{
    color:rgba(255,255,255,.93);
    font-size:18px;
    line-height:1.9;
    margin-bottom:20px;
}

.nosotros-text:last-child{
    margin-bottom:0;
}

@media(max-width:992px){
    .nosotros-section{
        padding:110px 6%;
        min-height:auto;
        background-position:center;
    }

    .nosotros-content{
        max-width:100%;
    }

    .nosotros-title{
        font-size:42px;
    }
}

@media(max-width:768px){
    .nosotros-section{
        padding:90px 6%;
        background:
            linear-gradient(rgba(8,35,63,.88), rgba(8,35,63,.88)),
            url('../img/nosotros.png');
        background-size:cover;
        background-position:center;
    }

    .nosotros-title{
        font-size:32px;
        line-height:1.2;
        margin-bottom:22px;
    }

    .nosotros-text{
        font-size:16px;
        line-height:1.75;
    }
}

@media(max-width:480px){
    .nosotros-section{
        padding:80px 5%;
    }

    .nosotros-title{
        font-size:29px;
    }

    .nosotros-text{
        font-size:15px;
    }
}