@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

* {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body {
    background: url("../images/Fundo.png") #EBEBEB no-repeat center fixed;
}

body, input, textarea, button, a, select {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    color: #414141;
}

#boxTopo {
    height: 150px;
    background-image: url('../images/imgFundoTopo.png');
    background-repeat: repeat-x;
}
.container {
    width: 800px;
    margin: 0 auto;
}
.iconesTopo {
    display: flex;
    align-items: flex-start;
}
.preencheEspaco {
    flex-grow: 1;
}
.mrgTop20 {
    margin-top: 20px;
}
.mrgTop5 {
    margin-top: 5px;
}
.mrgTop50 {
    margin-top: 50px;
}
.tituloAtencao {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    justify-content: center;
}
.tituloAtencao img {
    margin-right: 10px;
}
.tituloAtencao h2 {
    margin-top: 15px;
}
a, .boxLinkDocfacil b {
    color: #0069a0;
}
a:hover, a:hover {
    text-decoration: underline;
}

