body {
    font-family: 'Amatic SC', sans-serif;
    font-size: 22px;
    color: black;
    margin: 0;
}

h1 {
    font-family: "Amatic SC";
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}

a {
    font-family: 'Amatic SC', cursive;
}

.header {
    background-color: #3498DB;
    padding: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.header img {
    width: 40%;
}

.header a {
    color: whitesmoke;
    text-decoration: none;
    z-index: 1;
}

#bar {
    overflow: hidden;
    background-color: #5DADE2;
    z-index: 1;
}

#bar a {
    float: right;
    display: flex;
    color: whitesmoke;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 30px;
    z-index: 1;
}

#bar a:hover {
    background-color: #3498DB;
    color: black;
}

#bar a.active {
    background-color: #3498DB;
    color: white;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 60px;
}

.principal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mvv {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

h2 {
    color: blue;
}

.imagem-mvv {
    text-align: center;
}

.child-mvv {
    width: 300px;
    margin: 20px;
}

.Misa {
    display: flex;
    justify-content: center;
}

.misao {
    width: 300px;
    margin: 20px;
}

.mvv-visao {
    color: #526074;
    text-align: center;
    background-color: #0097cc;
}

.Misa h2 {
    color: rgb(254, 182, 0);
    text-align: center;
    background-color: #526074;
}

.mvv-valores {
    color: #0097cc;
    text-align: center;
    background-color: rgb(254, 182, 0);
}

.footer {
  display: grid;
    text-align: center;
}

.footer p {
font-size: 20px;
}

.rodape {
  background: #5dade2;
    font-size: 50px;
    width: auto;
    padding: 1%
}

.rodape2 {
  
    text-align: center;
    display: flex;
    background: #3198ff;
    font-size: 50px;
    width: auto;
    justify-content: space-evenly;
    padding: 3%;
}

.adress {
  background: #3198ff;
    font-size: 50px;
}

.atendimento {
  background: #3198ff;
    font-size: 50px;
}

@media screen and (max-width: 620px) {
    .body {
        display: flex;
    }
    .header {
        width: auto;
        padding: 10px;
    }
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .sticky {
        position: unset;
    }
    #bar {
        height: auto;
        color: white;
    }
    #bar a {
        width: 100%;
        text-align: center;
        border: rgba(0, 0, 0, 0.296) solid 1px;
    }
    .mvv {
        flex-direction: column;
        margin-bottom: 20%;
    }
}
