.conteudo{
  padding-top: 110px;
}

.navbar {
  min-height: 50px;
}

.navbar-brand {
  padding: 0px;
  height: 50px;
  line-height: 50px;
}


html,
body,
header,
.view {
  height: 100%;
  padding: 0;
}

.view{
  /* background-image: url('img/background-top.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 100vh;
  }
}

.top-nav-collapse {
  background-color: #78909c !important;
}

.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #78909c !important;
  }
}

h1 {
  letter-spacing: 8px;
}

h5 {
  letter-spacing: 3px;
}

.hr-light {
  border-top: 3px solid #fff;
  width: 80px;
}


.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
