hr {
  margin: 1rem 0;
  color: #183425;
  border: 0;
  border-top: 2px solid;
  opacity: 1;
  width: 100%;
}

.contact-page-map {
  height: 554px;
  width: 100vw;
  padding: 0px;
  margin: 0px;
}

@media (min-width: 768px) {
  .contact-page-map {
    height: 554px;
    width: 100%;
  }
}

.home-page-map {
  height: 962px;
}

.div-contact-page-links {
  border-radius: 0px;
  background: #183425;
  width: 100%;
}

@media (min-width: 768px) {
  .div-contact-page-links {
    border-radius: 20px;
    background: #183425;
    width: 100%;
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: none;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 47px;
  height: 47px;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}

.div-header-opacity {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  animation: showOverlay 1s ease forwards;
  animation-delay: 2s;
  margin-top: -2px;
}

