.container {
    max-width: 1170px !important;
}

body {
    margin-bottom: 60px;
    color: #222222;
    margin: 0px;
}

.cabecalho-bg {
    /* background-color: #444444; */
    background-color: #004997;
}

.cabecalho {
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-cabecalho {
    max-width: 300px;
}

.navbar {
    border-radius: 0 !important; /* para tirar a borda arredondada */
}

footer {
    margin-top: 50px;
}

.div-start {
    display: flex !important;
    justify-content: flex-start !important;
}

.div-end {
    display: flex !important;
    justify-content: flex-end !important;
}

.div-center {
    display: flex !important;
    justify-content: center !important;
}

.center {
    text-align: center !important;
}

.justify {
    text-align: justify !important;
}
