.body-sobre {
    opacity: 1;
    height: 100%;
    padding-top: 83px;
    min-height: calc(100vh);
}

@media(max-width:960px) {
    .body-sobre {
        opacity: 1;
        height: 100%;
        margin-bottom: 3.5em;
    }
}

.titulo-sobre {
    text-align: left;
    font: normal normal bold 39px/52px Segoe UI;
    letter-spacing: 0px;
    color: #1885A2;
    opacity: 1;
    margin-bottom: 0.5em;
}

.titulo-e-passe {
    text-align: left;
    font: normal normal 600 35px/47px Segoe UI;
    letter-spacing: 0px;
    color: #12A0C2;
    opacity: 1;
    margin-bottom: 20px;
}

.titulo{
    margin-top: 2em;
}

.metade-esquerda-sobre {
    width: 50%;
    border-radius: 0px 0px 21px 21px;
    margin: 0em 3em 1em auto;
    height: auto;
}

.img-empresa-grande{
    width: 80%;

}

.titulo-footer {
    margin-top: 2em;
    text-align: left;
    font: normal normal 600 24px/32px Segoe UI;
    letter-spacing: 0px;
    color: #43463F;
    text-transform: uppercase;
    opacity: 0.47;
}

.icones-footer img{
    width: 7rem;
    padding: 10px;
}

@media(max-width:768px){
    .metades{
        flex-direction:column;
    }

    .titulo-e-passe {
        text-align: center;
    }

    .metade-esquerda-sobre {
        width: 40em;
        text-align: center;
        margin: auto auto 3em;
    }
}

