@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
	margin: 0;
    text-align: center;
}

.title1 {
    font-family: Roboto;
    font-weight: bold;
    color: #004684;
    text-align: center;
}

.title2 {
    font-family: Roboto;
    color: #004684;
    text-align: center;
}

.erro {
    font-family: Roboto;
    color: #f00;
    text-align: center;
}

.linkBtn {
  background: none!important;
  border: none;
  padding: 0!important;
  font-family: Roboto, arial, sans-serif;
  color: #004684;
  text-decoration: underline;
  cursor: pointer;
}

#logo {
	margin-top: 2vh;
	width: 100vw;
	max-width: 384px;
}

.menu-social-footer {
	display: flex;
	width: 100vw;
	justify-content: center;
	margin-left: -4vw;
}

.bg-cinza_escuro {
  background-color: #606060 !important;
}

.nav-item {
  list-style-type: none;
  padding: 1vw;
}