.escritorios {
    /* aqui */
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: 0px 40px;
    /* display: none; */
    color: white;
    margin-bottom: 15px;
}


.introEscritorios {
    width: 60%;
    height: 400px;
    /* padding: 20px; */
    background-color: rgba(0, 60, 255, 0.678);
    margin-right: 15px;
    background-image: url("../img/pessoas.jpg");
    background-repeat: no-repeat;
    /* color: rgb(3, 39, 158); */
    transition: all 0.2s linear;
}

/* .introEscritorios:hover {
    transform: scale(1.01);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.555);
} */

.maisInfo {
    background: rgba(3, 39, 158, 0.425);
    width: 100%;
    height: 100%;
    padding: 20px;
}

.localizar {
    font-size: 14pt;
}


.cartaoPostal {
    width: 40%;
}

.cartaoPostal>div {
    /* border-radius: 3px; */
    width: 100%;
    height: 400px;
    text-align: center;
    background: rgb(3, 39, 158);
}


.escritorios>div>i {
    font-size: 20pt;
}

.escritoriosContactos>i {
    font-size: 20pt;
}

.escritoriosContactos>ul {
    list-style: none;
}

.escritoriosContactos>ul>li>a {
    color: white;
    text-decoration: none;

}

.escritoriosContactos {
    margin-top: 20px;
}

.cartaoPostal>.cardDeLocalizacao>img {
    width: 100%;
}

.cardDeLocalizacao {
    transition: all 0.2s linear;
}

/* .cardDeLocalizacao:hover {
    transform: scale(1.01);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.555);
} */