#quem-somos{
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 60px;
}

#quem-somos .bg-secao{
    position: relative;
    display: flex;
    width: 100%;
    background: url(/common/default/img/bg-quem-somos.png) no-repeat 110% center;
    justify-content: center;
    align-items: center;
}

#quem-somos .top-header{
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 110px;
    flex-direction: column;
}

#quem-somos .titulo-inst{
    display: flex;
}

#quem-somos .titulo-inst h6{
    position: relative;
    display: flex;
    font-size: 15px;
    font-family: "Montserrat", "Exo 2", sans-serif;
    color: #B4B4B4;
    margin: 25px 0px;
    border: 1px solid #B4B4B4;
    border-radius: 30px;
    padding: 5px 10px;
}

#quem-somos .conheca-titulo h1{
    color: #0084C5;
    text-transform: uppercase;
    font-size: 47px;
    line-height: 53px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 45px;
    max-width: 360px;
    margin-bottom: 70px;
}

#quem-somos .dir-esq{
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#quem-somos .dir-esq .esquerda{
    position: relative;
    display: flex;
    width: 81%;
    flex-direction: column;
}

#quem-somos .dir-esq .direita{
    position: relative;
    display: flex;
    width: 65%;
}

#quem-somos .dir-esq .esquerda h3 {
    color: #0084C5;
    font-size: 27px;
    line-height: 40px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 30px;
}

#quem-somos .dir-esq .esquerda p{
    color: #3A3A3A;
    font-size: 15px;
    line-height: 25px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 17px;
}

#fachada{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
}

#fachada img{
    max-width: 100%;
}

#fachada .imagem{
    margin-bottom: 60px ;
}

#fachada .esq-dir{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#fachada .esq-dir .esquerda{
    position: relative;
    width: 39%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
}


#fachada .esq-dir .direita{
    position: relative;
    width: 54%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
}

#fachada .esq-dir h3 {
    color: #0084C5;
    font-size: 27px;
    line-height: 40px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 30px;
}

#fachada .esq-dir p{
    color: #3A3A3A;
    font-size: 15px;
    line-height: 25px;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-bottom: 25px;
}

#missao-valores{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 150px;
}

#missao-valores .bg-missao-valores{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: url(/common/default/img/bg-missao-valores.jpg) no-repeat center center;
    background-size: cover;
    max-height: 640px;
    min-height: 640px;
}

#missao-valores .esq-dir{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#missao-valores .esq-dir .esquerda .imagem{
    margin-top: -147px;
}

#missao-valores .esq-dir .esquerda .imagem img{
    max-width: 100%;
    display: inline-block;
}

#missao-valores .esq-dir .esquerda{
    position: relative;
    width:45%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#missao-valores .esq-dir .direita{
    position: relative;
    width: 55%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#missao-valores .esq-dir .direita .cada-item{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #017AB5;
}

#missao-valores .esq-dir .direita .cada-item .imagem-item{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 240px;
}

#missao-valores .esq-dir .direita .cada-item .imagem-item h6{
    font-size: 27px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Exo 2", "Montserrat", sans-serif;
    margin-left: 30px;
}

#missao-valores .esq-dir .direita .cada-item .texto{
    position: relative;
    display: flex;
    margin-left: 60px;
    align-items: center;
}

#missao-valores .esq-dir .direita .cada-item .texto p{
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-family: "Exo 2", "Montserrat", sans-serif;
}

@media all and (max-width: 1350px){
    #quem-somos,
    #fachada .esq-dir{
        width: 96%;
        padding: 0px 2%;
    }
    #quem-somos .top-header{
        margin-top: 50px;
    }

    #quem-somos{
        margin-bottom: 20px;
    }
    #missao-valores .esq-dir .direita .cada-item .texto{
        margin-left: 20px;
    }
    #missao-valores .esq-dir .direita .cada-item .imagem-item h6{
        margin-left: 10px;
    }
    #missao-valores .esq-dir .esquerda .imagem{
        margin-top: 0px;
    }
}

@media all and (max-width: 1320px){
    #quem-somos .bg-secao{
        background: url(/common/default/img/bg-quem-somos.png) no-repeat 130% center;
    }
}

@media all and (max-width: 1150px){
    #quem-somos .bg-secao{
        background: url(/common/default/img/bg-quem-somos.png) no-repeat 150% center;
    }
}

@media all and (max-width: 1080px){
    #quem-somos .bg-secao{
        background: url(/common/default/img/bg-quem-somos.png) no-repeat 170% center;
    }
}

@media all and (max-width: 1023px){
    #quem-somos .conheca-titulo h1{
        text-align: center;
        max-width: initial;
    }
    #quem-somos .titulo-inst{
        justify-content: center;
        align-items: center;
    }
    #quem-somos{
        margin-top: 0px;
    }
    #quem-somos .dir-esq .esquerda h3,
    #fachada .esq-dir h3{
        font-size: 25px;
        line-height: 30px;
    }
    #quem-somos .conheca-titulo h1{
        margin-bottom: 20px;
    }
    #quem-somos .dir-esq,
    #fachada .esq-dir,
    #missao-valores .esq-dir{
        flex-direction: column;
    }
    #quem-somos .bg-secao{
        background: none;
    }
    #quem-somos .dir-esq .esquerda,
    #fachada .esq-dir .esquerda,
    #fachada .esq-dir .direita{
        width: 100%;
    }
    #missao-valores{
        padding-top: 50px;
    }
    #missao-valores .esq-dir .esquerda{
        display: none;
    }
    #missao-valores .esq-dir .direita{
        width: 96%;
        padding: 0px 2%;
    }
    #missao-valores .esq-dir .direita .cada-item:last-child{
        border-bottom: 2px solid transparent;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    #missao-valores .bg-missao-valores{
        background-size: cover;
        min-height: initial;
        max-height: initial;
        padding: 60px 0px;
    }
}

@media all and (max-width: 767px){
    #missao-valores .esq-dir .direita .cada-item .imagem-item img{
        display: none;
    }
    #missao-valores .esq-dir .direita .cada-item .imagem-item{
        min-width: 150px;
        width: initial;
        justify-content: center;
    }
}