body{
  font-family: 'Roboto';
  padding: 0px 32px;
  text-align: justify;
}

h1{
  font-size: 28px;
  text-align: left;
}

hr {
  border: none;
  height: 0;
  border-top: 3px solid #333333;
}

.info-rodape {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 15px;
}

.link-icone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  text-decoration: none;
  font-size: 13px;
}

.link-icone:hover {
  text-decoration: underline;
  color: #000000;
}

.icone {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.info-contato {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 13px;
}

.dados{
  display: flex;
  flex-direction: column;
  justify-content:space-evenly;
}
