@charset "utf-8";

section#titulo-paginas {
    float: left;
    width: 100%;
    background: url(../../images/quem-somos-bg-topo.jpg)left center no-repeat;
    height: 250px;
}

section#titulo-paginas h1 {
    display: inline-block;
    width: 90%;
    color: #ffffff;
    font-family: 'poppins-bold', sans-serif;
    text-align: left;
    font-size: 40px;
    margin-top: 50px;
}

section#nossa-historia { 
    float: left;
    width: 100%;
    background-color: #e7e7e7;
    padding: 80px 0;
}

section#nossa-historia h1 { 
    display: inline-block;
    width: 90%;
    text-align: left;
    color: #17348A
;
    font-family: 'poppins-bold', sans-serif;
    font-size: 30px;
    margin-bottom: 50px;
}

section#nossa-historia article { 
    display: inline-block;
    width: 100%;
}

section#nossa-historia article img { 
    display: inline-block;
    width: 90%;
    max-width: 439px;
}

section#nossa-historia article div.texts { 
    display: inline-block;
    width: 100%;
}

section#nossa-historia article div.texts p { 
    display: inline-block;
    width: 90%;
    text-align: left;
    color: #555353;
    font-family: 'poppins-regular', sans-serif;
    margin: 10px 0;
}

section#nossa-historia article div.texts p strong { 
    font-family: 'poppins-bold', sans-serif;
    color: #17348A
;
}

@media screen and (min-width: 360px) {
    section#titulo-paginas h1 {
        max-width: 360px;
        font-size: 45px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    section#titulo-paginas {
        background: url(../../images/quem-somos-bg-topo.jpg)center center no-repeat;
        height: 284px;
    }

    section#titulo-paginas h1 {
        font-size: 40px;
        max-width: unset;
        margin-top: 50px;
    }

    section#nossa-historia h1 { 
        width: 95%;
        margin-bottom: 15px;
    }

    section#nossa-historia article { 
        display: inline-flex;
        flex-direction: row-reverse;
    }

    section#nossa-historia article img { 
        width: 300px; /*439px*/
        height: 260px;
        max-width: unset;
        margin-right: 20px;
    }

}

@media screen and (min-width: 1024px) {
    section#titulo-paginas {
        height: 484px;
    }

    section#titulo-paginas h1 {
        font-size: 60px;
        max-width: unset;
        margin-top: 110px;
    }

    section#nossa-historia article img { 
        width: 439px; /*439px*/
        height: 402px;
    }

    section#nossa-historia article div.texts p { 
        max-width: 590px;
        font-size: 18px;
        line-height: 20px;
    }

}

@media screen and (min-width: 1200px) {

    section#titulo-paginas h1 {
        width: 100%;
        font-size: 68px;
    }

    section#nossa-historia { 
        padding: 98px 0;
    }

    section#nossa-historia h1 { 
        width: 93%;
    }

    section#nossa-historia article div.texts p { 
        max-width: 650px;
        font-size: 20px;
        line-height: 22px;
    }
}