* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    outline: none;
}

body::-webkit-scrollbar {
    width: 5px;
    border: none;
}

body::-webkit-scrollbar-thumb {
    background: rgb(3, 39, 158);
}

/* tratamento dos icones */
i {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    font-style: normal;
}

i>span {
    padding: 10px;
}

.app {
    width: 100%;
}


.informacoesDeContactactos {
    padding: 10px 40px;
    color: white;
    font-size: 10pt;
}

.informacoesDeContactactos>a {
    text-decoration: none;
    color: white;
}


.servicos>div>i,
.contactos>div>i {
    font-size: 20pt;
}

section {
    /* width: 100%; */
    /* display: flex; */
    margin: 0px;

}

p {
    text-align: center;
}

.erro {
    margin-left: 350px;
}