@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700');

html {
  position: relative;
}

body, html {
  min-height: 100%;
  margin-top: 0 !important;
  background: url('../img/portal_fundo.png');
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif;
}

.navbar a {
  font-size: 13px;
  font-weight: 500;
}

.logo {
  background: transparent;
  padding: 2em 0;
}

h3#logo-desc {
  color: white;
  font-weight: 600;
  display: inline-block;
  align-items: center;
  align-content: center;
}

.searchform-div {
  align-items: center;
  align-content: center;
  display: grid;
}

.searchform-div .btn {
  background: gray;
  color: white;
  font-weight: 600;
}

.page-content {
  background: rgba(255, 255, 255, 0.7);
}

.single-content {
  background: rgba(255,255,255,0.7);
}

.search-content {
  background: rgba(255,255,255,0.7);
}

article.search-results {
  padding: 0 1em;
}

article.search-results .btn {
  background: gray;
  color: white;
  font-weight: 600;
}

.index-content {
  background: rgba(255,255,255,0.7);
}

.transparencia .container {
  background-color: #fff;
}

main {
  min-height: 100%;
}

footer {
  bottom: 0;
}