/* Estilos Gerais */

body {
	font-family: Roboto, Helvetica, sans-serif;
}

p {
	font-family: Roboto, "Times New Roman", serif;
	font-weight: 400;

}

img {
	display: block;
}

.font-1 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.font-2 {
  font-size: 25px;
  color: #5b9bd5;
  margin-bottom: 15px;
}
.font-3 {
  font-size: 28px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.font-4 {
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
}
.font-5 {
  font-size: 22px;
  font-weight: 900;
  color: #000;
  text-align: center;
  padding: 10px 0;
}
.font-6 {
  font-size: 21px;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  margin-bottom: 15px;
}
.font-7 {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.font-8 {
  font-size: 21px;
  color: #000;
  margin-bottom: 15px;
  margin-left: 30px;
}
.font-9 {
  font-size: 22px;
  text-decoration: underline;
  color: #000;
  margin-bottom: 15px;
}

.blpriv {
  padding-top: 60px;
  padding-bottom: 60px;
}
.space {
  margin-top: 15px; 
}
.tb {
  width: 100%;
  border: 1px solid #000;
  padding: 5px;
}
.list-priv {
  display: block;
  margin-left: 60px;
  margin-bottom: 30px;
}
.list-priv li {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
}	
