.anoc_gmap_container .anoc_gmap__box__places.active .anoc_gmap__box__places__close {
    display: block;
    position: fixed;
    top: 90px;
    left: 250px;
    color: var(--text-color);
    padding: 0 0.5em;
    font-size: 2.5em;
    cursor: pointer;
}

.anoc_gmap__box__places {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    z-index: 10;
    max-height: 100%;
    overflow-y: auto;
    box-shadow: transparent;
    background-color: transparent;
    border-right: none;
    transition: all 0.3s ease 0s;
    padding-right: 0;
    min-width: 0;
    max-width: 100%;
    padding: 0;
}
.anoc-search{
    display: flex;
    gap: .5rem;
}
.anoc_gmap-autocomplete-input__container input[type="search"].anoc_gmap-autocomplete-input {
    box-sizing: border-box;
    font-family: var(--font-title);
    letter-spacing: 0;
    display: flex;
    width: 400px;
    max-width: 100%;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-weight: 400;
    font-size: var(--font-size-small);
    border-radius: 5px;
    line-height: 1.1em;
    position: relative;
    transition: var(--transition-especial);
    border: none;
}
.anoc_gmap-map__container, .anoc_gmap-map, .anoc_map_col{
    height: 100%;
}
.anoc_gmap-map{
    min-height: 600px;
}
.anoc-block {
    padding: 2rem;
    cursor: pointer;
    transition: all .35s ease-in-out;
    border-bottom: 1px solid #d6d7d8;
}
.anoc-block .anoc-veja-no-mapa {
     color: #717273;
}
.anoc-block:hover,
.anoc-block.active {
    background-color: var(--gray-color );
}
.anoc-block p {
    font-size: .7rem;
    color: #9ea1a2;
    margin-bottom: 0;
    transition: all .35s ease-in-out;
    color: var(--text-color);
}
.anoc-block .anoc-veja-no-mapa h3{
    font-size: var(--font-size-sm);
    color: var(--black-color);
    font-weight: 700;
    text-transform: uppercase;
    margin: .5rem 0;
}
.anoc-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:999px;
  font-weight:700;
  margin-right:10px;
  font-size:12px;
  background:#111;
  color:#fff;
  position: relative;
  z-index: 20;
}

.anoc-dist{
  display:inline-block;
  margin-right:10px;
  font-weight:600;
  opacity:.85;
  font-size:12px;
}
.anoc_gmap_container{
    height: auto;
}
.anoc_gmap__box__places, .anoc_list_col{
    width: 100%;
    max-width: 480px;
    height: 100%;
    position: relative;
            flex: 1;
}
.anoc_gmap__box__places__box-container{
width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}
.anoc-near-me {
 box-sizing: border-box;
    display: flex;
    width: 44px;
    height: 44px;
    background-color: var(--black-color);
    border-radius: 5px;
    font-size: 0;
    position: relative;
    transition: var(--transition-especial);
    border: none;
}

/* ícone */
.anoc-near-me::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--anoc-near-icon);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.b-b{
    border-bottom: 1px solid #d6d7d8;
}
.anoc_list_col h4{
    font-size: 16px;
    padding: 0;
    font-weight: 700;
    margin: 0;
}
.inner{
    position: relative;
    padding-right: 3rem;
}
.inner::before{
display: block;
    content: "";
    position: absolute; 
    display: inline-block;
    width: 16px;
    height: 16px;
    border-right: 2px solid black;
    border-top: 2px solid black;
    transform: rotate(45deg);
    margin-right: 0.5em;
    right: 0;
    top: 50%;
    margin-top: -10px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.anoc-block.active .inner::before{
    opacity: 1;
}
.anoc-contato{
  margin-top: .35rem;
  opacity: .85;
  font-size: .95em;
}
@media (min-width: 768px){
    .anoc_gmap_container{
    height: 68vh;
}
.anoc_list_col h4{
    padding: 0 0 0 2rem;
}
}
.anoc-veja-no-mapa{
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.anoc-website__link:hover{
    text-decoration: underline;
}