@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;
}

.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;
}


.flex {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.col {
  padding: 10%;
  display: flex;
  text-align: center;
  font-size: 60px;
  flex-direction: column;
}


.col2 {
  padding: 10%;
  display: block;
 }

.col2 > form {
  background-color:#3498DB;
  padding: 20px;;
  height: auto;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.452) 0px 0px 2px 2px;
  max-width: 350px;
  min-width: fit-content;
  z-index: -1; 
}


h1 { 
  margin-left: 5px;
  font-family: "Amatic SC";
  font-size: 40px; 
  font-style: normal; 
  font-variant: normal;  
  line-height: 26.4px; 
}

p, a {
  font-family: 'Amatic SC', cursive;
}


input, textarea {
  width: 200px;
  padding: 10px;
  color: black;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid;
}

.enviar {
  background-color: #9999997d;
  height: 40px;
  width: 100px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid;
  color: black;
}

textarea {
  width: 300px;
  height: 120px;
  line-height: 20px;
  max-width: 400px;
}

form label {
  font-weight: bold;
}

.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;
  }
  
  .flex {
    display: flex;
    flex-direction: column;
  }


  textarea {
    width: 200px;
  }

}
