

html,
body {
  min-height: 100%;
  min-height: 100vh;
}



body {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.app {
  /*max-width: 60rem;*/
  width: 100%;
  /*padding: 1rem;*/
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

.app > header,
.app > main,
.app > footer {
  width: 100%;
  /*
  padding: 1rem;
  margin: .5rem 1rem;
  
  text-align: center;*/
  transition: 200ms;
}

.app > header {
  display: block;
}
.app > main {
  flex: 1 1 auto;
}
.app > footer {
  background: #f5f5f5;
  padding: 1rem;
}

.galbot div{
    display:none;
    align-items: center;
  justify-content: center;
  height: 100%;
}
.galbot:hover div{
    display:flex;
}

.btn-outline-info{
  color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}
.btn-outline-info:hover {
  color: #1a316d;
  background-color: #fff;
  border-color: #fff;
}
.react-autosuggest__suggestions-list{
  position: absolute;
    list-style: none;
    padding: 10px;
    background-color: #fff;
    color: black;
    z-index: 999;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #1a316d;
}
.navbar .react-autosuggest__container{
  width: 60%;
}

.carta_rep .react-autosuggest__container{
  width: 100%;
}


#contrato_busca  option:hover {
  box-shadow: 0 0 10px 100px #3baae4 inset;
  color:#fff
}