@media (min-width: 768px) {
    [role=main],
    .main {
      padding-top: 10px;
      background: #eeeeee url("///base/images/fundo.jpg") fixed ;
      background-position: center bottom;
      background-repeat: no-repeat;
      min-height: 400px;
      background-size: cover;
      /* algum comentário */
    }
  }



body{
    background: #eeeeee url("///base/images/fundo.jpg") cover;
      
}

.home-dados{
    background: white !important;
}

.homepage .module-search .module-content {
    background-color: white !important;
    color: #003647 !important; 
}


.homepage .module-search .tags {
    padding: 5px 10px 10px 10px;
    background-color: white;
    color: #003647 !important; 
}

.masthead .nav-collapse {
    padding-top: 20px;
}

.toolbar .breadcrumb a {
    color: #e7eff7;
}

.breadcrumb>li {
    display: inline-block;
    text-shadow: none; 
}

.info-home {
    padding: 20px 0;
    position: relative;
    padding-bottom: 20px;
    background: white;
}

.fa-search{
    margin-top: -10px;
}

.site-footer {
    background: #002a38 url(///base/images/bg.png);

}

.search-form .search-input button {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 38% !important; 
}