@font-face {
    font-family: 'Amatic SC';
    src: url('https://fonts.googleapis.com/css?family=Amatic+SC') format('truetype');
  }
  
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; 
  }
  
  p {
    font-family: 'Amatic SC', cursive;
  }
  
  a {
    font-family: 'Amatic SC', cursive;
  }
  
  .header {
    background-color: #3498DB;
    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;
  }

  .container {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 5%;
    z-index: -1; 
  }

    
  .container a {
    font-size: 20px;
    justify-content: center;
  }

  .footer {
  display: grid;
    text-align: center;
}

.footer p {
font-family: ;
font-size: 20px;
}

.rodape {
  background: #5dade2;
    font-size: 50px;
    width: 100%;
    padding: 1%
}

.rodape2 {
  
    text-align: center;
    display: flex;
    background: #3198ff;
    font-size: 50px;
    width: 100%;
    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 img {
    width: 40%;
  }
  
    .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;
    }

  }
