#wrapper {
  height: 500px;
}

.default-title {
  text-align: left;
  color: orange;
}

.titulo {
  margin-bottom: 10px;
}

#textFindUnidade {
  color: #093c75;
  font-weight: bold;
}

#textFindUnidade {
  display: none;
}

#divDropdownUnidade {
  display: none;
  width: 65%;
}

#loadingGifUnidades,
#loadingGifDetalhamento {
  display: none;
  text-align: center;
}

#tituloLocal {
  color: #093c75;
  margin-bottom: 0px;
}

#contatoUnidade {
  margin-bottom: 0px;
}

#ulContatos {
  margin-top: 0px;
  list-style-type: none;
}

#infoAdicional {
  display: none;
}

.botao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  color: #fff;
  padding: 0.45rem 0.95rem;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 6px;
}
.teamsbutton:hover a {
  color: white;
}

#results,
.noResults,
.errorMessage {
  display: none;
  background: #f7f7f7;
  border: 2px dashed #ddd;
  padding: 1rem 2rem;
  border-radius: 6px;
  width: 65%;
}

@media (max-width: 780px) {
  #results,
  .noResults,
  .errorMessage {
    width: 100%;
  }

  #divDropdownUnidade {
    width: 100%;
  }

  p.balcao-virtual {
    text-align: left;
    display: block;
  }

  .imgsBalcaoVirtual {
    width: 40% !important;
  }
}

@media (max-width: 574px) {
  .imgsBalcaoVirtual {
    width: 50% !important;
  }
}

.noResults,
.errorMessage {
  text-align: center;
  color: #093c75;
}

#helpsLine {
  width: 100%;
  text-align: left;
  margin-left: 0;
}

#resultsLine {
  width: 100%;
  text-align: left;
  margin-left: 0;
  border-top: 1.5px solid orange;
  margin-top: 0px;
}

.infoAdicionalTitulo {
  color: #093c75;
  font-weight: bold;
}

#infoAdicional {
  display: none;
}

.imgsBalcaoVirtual {
  width: 20%;
}

.balcao-virtual {
  display: contents;
  text-align: left;
  align-items: center;
}
