.topo-principal {
  background-image: url(/imagens/fundo-arenapass.png);
  box-shadow: 0 0 1em grey;
  border-bottom: 15px solid #0cdd25;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo-padrao {
width: 150px;
}

footer {
  background-color: #0021c9;
}

footer .title-footer {
  color: #04ff15;
  font-size: 23px;
  border-bottom: solid #04ff15;
  border-width: 1px;
  margin-bottom: 20px;
  font-weight: bold;
}

footer .txt_c a {
  text-decoration: none;
  color: #ffff;
  margin-left: 10px;
}
footer .copy {
  background-color: #001a9b;
  color: #f3f3f3;
}
