.cabecalho {
    padding: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url(../img/fachada.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.cabecalho h2 {
    font-size: 54px;
}


.sobre {
    padding: 100px;
}

.sobre h2 {
    color: #0F2D87;
    font-size: 54px;
    font-weight: bold;
}

.sobre img {
    border-radius: 25px;
}

.equipe {
    padding: 50px;
    background-color: #f3f3f3;
}

.equipe h3 {
    color: #919191;
    font-size: 2rem;
}

.equipe h2 {
    font-size: 54px;
    color: #0F2D87;
    font-weight: 600;
}

.box-equipe {
    position: relative;
    background: #fff;
    box-shadow: 5px 5px 5px #0000004b;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-equipe img{
    border-radius: 50%;
    height: 200px;
    width: 200px;
    border: solid 7px #0F2D87;
}

.equipe-texto h3{
    color: #0F2D87;
    font-size: 40px;
}

.equipe-texto h4{
    font-size: 18px;
}

.parceiros{
    padding: 50px;
}

.parceiros h2{
    color: #0F2D87;
    font-size: 46px;
    font-weight: bold;
}

.parceiros .loguinho{
    border: rgba(128, 128, 128, 0.616) 2px solid;
    padding: 40px;
}