@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #F6F1F1;
  color: #00111D;
  /* font-family: 'Roboto Slab', serif; */
  font-family: 'Baloo 2', cursive;
  font-size: 1.4rem;
  font-weight: 200;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
h1 {
  font-weight: 700;
  font-size: 4rem;
}

h2 {
  font-size: 1.4rem;
  margin-top: -10px;
}

h3 {
  font-size: 1.7rem;
  text-transform: uppercase;
}

h3, p {
  margin-bottom: 20px;
}

p {
  font-weight: 400;
}

span {
  color: #AF0917;
}

.redes i {
  font-size: 2.5rem;
  margin: 10px 20px;
  color: #00111D;
}

.redes i:hover {
  color: #AF0917;
}

.manutencao {
  margin: 50px 0;
}


@media screen and (max-width: 640px){
  body {
    padding: 0 20px;
    font-size: 1.5rem;
  }
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  h2 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  h3 {
    font-size: 1.8rem;
  }
  i {
    font-size: 2rem;
  }
}


.bfriday{
  margin: 0 200px;
}