body {
  font-family:'Roboto';
  font-weight:normal;
  color:#808080;
}

h1 {
  font-size:23px;
  font-weight:300 !important;
  text-align:center;
}

h1 span {
  font-weight:500;
}

h2 {
  font-size:22px;
  font-weight:400 !important;
  text-align:center;
}

h3 {
  font-size:20px;
  font-weight:400;
  text-align:center;
}

p {
  font-size:14px;
}

strong {
  font-weight:700;
}

@media (max-width: 992px) {
  h1 {
    font-size:20px;
    margin-top:1em;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size:20px;
    margin-top:1em;
  }
}

@media (max-width: 300px) {
  h1 {
    font-size:20px;
    margin-top:1em;
  }
}

@media (max-width: 300px) {
  h2 {
    font-size:20px;
    margin-top:1em;
  }
}

/*-- //Whats App Flutuante --*/
.whatsapp-fixo{
  position: fixed;
  bottom: 3%;
  left: 10px;
}
/*-- //Whats App Flutuante --*/