#Conteudo {
  width: 100%;
  height: calc(100% - 124px);
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  color: #ffc400;
  line-height: 35px; }

.title {
  text-align: center;
  font-weight: 700;
  font-size: 4em; }

.subtitle {
  font-weight: 300;
  font-size: 2em;
  text-align: center; }

.error {
  background-color: red; }

.card {
  width: 100%; }
  .card .card-title {
    color: #000;
    font-weight: bold !important; }

nav {
  background-color: #085e85 !important; }

body, html {
  background: #0B3C5D;
  background: -moz-radial-gradient(center, ellipse cover, #0B3C5D 0%, #1D2731 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #0B3C5D 0%, #1D2731 100%);
  background: radial-gradient(ellipse at center, #0B3C5D 0%, #1D2731 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

footer {
  padding: 20px;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  color: #607d8b; }

a.secondary {
  color: #d9b310;
  transition: all 0.2s; }
  a.secondary:hover {
    color: #a38400; }

.photoMenu {
  width: 64px;
  height: 64px;
  background-size: cover;
  border-radius: 50%; }

/*# sourceMappingURL=guest.css.map */
