.abrir-popup-direcoes {
    font-size: 14px;
    padding: 4px 10px;
    background: #2B288A;
    color: #2B288A;
    border: 1px solid #ffffff;
    border-radius: 30px;
    cursor: pointer;
    margin-left: 10px;
}

.popup-direcoes-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-direcoes {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border: 4px solid black;
    width: 95%;
    max-width: 500px;
    position: relative;
    text-align: center;
}

.popup-direcoes .fechar-popup {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #2B288A;
    color: white;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 1;
    cursor: pointer;
}

.como-chegar {
    text-align: center;
    font-weight: bold;
    margin: 12px 0 8px;
    font-size: 15px;
}

.icones-mapa {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.icones-mapa a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #660000;
  text-decoration: none;
  font-size: 45px;
}
