select {
  height: 36px;
  border: 0;
  font-size: 0.9rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/encontre/arrow-down-encontre.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-left: 0.5rem;
}
select:focus {
  outline: none;
}
.search-icon {
  background: url(../img/encontre/search-icon-encontre.png) no-repeat center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}
.search-medic-box {
  display: flex;
  flex-direction: column;
  background: #e7395b;
  align-items: center;
  padding: 1rem 0.7rem;
  gap: 0.5rem;
}
.box-map {
  border: 4rem solid #f0f0f0;
  border-radius: 80px;
}
.results__list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 420px;
  background: #f0f0f0;
}
.result-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.result-item {
  display: flex;
  flex-direction: column;
}
.H_ib_content {
  width: 200px;
}
.result-item .button--info {
  background: #e7395b;
  border: 1px solid #00255d;
}
.result-item:hover,
.result-item:focus {
  background-color: #fff;
  transition: all 0.2s linear;
}
.button--info {
  background: #e7395b;
  color: #fff;
  padding: 0 10px 0 10px;
  border: 1px solid #00255d;
}
.button--info:hover {
  color: #fff;
}
.bg-grey {
  background: #f0f0f0;
}
.result-info {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  color: #000;
}
.result-info p {
  margin: 0;
  font-size: 0.8rem;
}
#search-medic {
  background: #00255d;
}
.search-medic-form {
  display: flex;
  position: relative;
  justify-content: center;
}
.search__input-medic {
  position: absolute;
  background: #fff;
}

#template-list-item {
  display: none !important;
}
/* btn search encontre */
.label-buscar {
  font-size: 0.9rem;
  line-height: 2;
}
.result-item .button--info:hover,
.result-item .button--info:focus {
  color: #fff;
}
.search {
  --size: 40px;
  border: 2px solid transparent;
  display: flex;
  overflow: hidden;
  font-size: 1.25em;
  position: relative;
  width: 100%;
  height: var(--size);
  transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  padding: 3px;
  background: #fff;
}
.search__input {
  border: 0;
  padding: 0.25em 1em;
  flex-grow: 1;
  outline: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  cursor: pointer;
  color: black;
}
.search__submit {
  font-size: 1.5rem;
  margin-left: auto;
  background: 0;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: background 200ms ease-out;
  width: calc(var(--size) - 10px);
  height: calc(var(--size) - 10px);
  color: #333;
}
.search:focus-within .search__input {
  opacity: 1;
  z-index: initial;
  cursor: initial;
  width: calc(100% - var(--size));
}
.search:focus-within .search__submit {
  background: rgba(128, 128, 128, 0.144);
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.search:focus-within .search__submit:hover,
.search:focus-within .search__submit:focus {
  outline: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.65);
  background: #e7395b26;
}
.search__submit {
  outline: 0;
  box-shadow: 0 0 3px rgb(0 0 0 / 68%);
  background: #e7395b26;
}

/* scrollbar-custom */
#scrollbar-custom::-webkit-scrollbar {
  width: 12px;
  background-color: #ffffff;
}
#scrollbar-custom::-webkit-scrollbar:horizontal {
  height: 12px;
}
#scrollbar-custom::-webkit-scrollbar-track {
  border: 1px #ffffff solid;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px #ffffff inset;
  box-shadow: 0 0 6px #fff inset;
}
#scrollbar-custom::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border: 1px solid #c3c3c3;
  border-radius: 16px;
}
#scrollbar-custom::-webkit-scrollbar-thumb:hover {
  background-color: #c3c3c3;
  border: 1px solid #c3c3c3;
}
#scrollbar-custom::-webkit-scrollbar-thumb:active {
  background-color: #c3c3c3;
  border: 1px solid #c3c3c3;
}
/* PAGINA resultado not found */
.input-search {
  padding: 1rem 2rem;
  border-radius: 80px;
  border-color: #00255d;
}
.input-search::placeholder {
  font-weight: normal;
}
.input-search:focus {
  box-shadow: none;
  border-color: #00255d;
}
#btn-search {
  padding: 0.5rem 3rem !important;
}
#map {
  height: auto;
}
.banner {
  background: url(../img/encontre/BANNER.png) no-repeat center, #e7395b;
  background-size: contain;
  position: relative;
  height: 130px;
}
.btn-cadastre {
  position: absolute;
  background: #00255d;
  right: 7%;
  color: #fff;
  font-weight: 600;
  top: 36%;
}
.btn-cadastre:hover,
.btn-cadastre:focus {
  color: #fff;
}
#map canvas {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 990px) {
  .box-map {
    border: none;
    border-radius: 0;
  }
  .search {
    justify-content: space-between;
  }
  #map {
    height: 350px;
  }
  .banner {
    background: url(../img/encontre/BANNER-mobile.png) no-repeat center;
    background-size: cover;
    height: 250px;
  }
  .btn-cadastre {
    right: 15%;
    top: 78%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .movimento-bg {
    background-position: center;
    background-size: contain;
  }
  .btn-cadastre {
    right: 3%;
  }
}
