header .nav-bar ul li a {
  text-decoration: none;
}

body {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}


main {
  flex: 1;
}

main h5 {
  text-align: center;
  margin-top: 40px;
}


footer .conteudo .info h3{
  font-size: 1.17em;
  font-weight: bold;
}

footer .conteudo .info ul {
  padding-left: 0;
}


/* INICIO FOOTER */
footer {
  text-align: center;
}


footer .conteudo {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  font-size: 15px;
}

footer h3{
  display: flex;
  font-size: 20px;
}

footer .conteudo .info {
  border-right: 1px solid;
  padding-right: 150px;
  padding-left: 20px;
  text-align: start;
}

footer .conteudo .info ul li a {
   text-decoration: underline;
}

footer .conteudo .info:nth-last-child(1) {
  border-right: none;
}

footer .copy {
  display: flex;
  padding: 20px;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}
/* FIM */
