#map-section { padding-top: 0; background: rgb(13, 66, 105); background: var(--navy-dark); padding-bottom: 0.5rem; text-align: center; width: 100%; position: relative;
margin: 0 auto; padding: 5rem 3rem !important; 
color: #fff;
}
#map-section h2 { color: #fff; margin-bottom: 40px;}
.map-wrapper { position: relative; width: 90%; margin: 0 auto; line-height: 0; }
.map-wrapper img { width: 100%; height: auto; display: block; }
.marker-wrapper { position: absolute; transform: translate(-50%, -50%); }
.mapMarker { width: 14px; height: 14px; border-radius: 50%; background: rgba(255,255,255,0.15); cursor: pointer; transition: all 0.25s ease; z-index: 2; position: relative; }
.mapMarker::before { content: ''; position: absolute; width: 4px; height: 4px; background: rgba(255,255,255,0.6); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.mapMarker:hover { background: rgba(255,255,255,0.9); transform: scale(1.6); }
.mapMarker::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: rgba(255,255,255,0.6); animation: pulse 2s infinite; }
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  60% { transform: scale(2.5); opacity: 0.2; }
  100% { transform: scale(3); opacity: 0; }
}
#mapButton { display: inline-block; background: #FFF; padding: 1rem; border: 1px solid rgba(13,66,105,1); transition: 0.25s; }
#mapButton:hover { background: rgba(178,190,66,1); }
#mapButton-img,
#mapButton-title { display: table-cell; vertical-align: middle; }
#mapButton-title { font-size: var(--p); font-weight: 900; text-transform: uppercase; padding-left: 0.5rem; }
.button-map { font-weight: 900; font-size: 20px; padding: 15px 20px; background-color: #747a29; &:hover{background-color: #fff; color: #0d4269;}}
/* #map-section{padding-bottom: 0rem;} */
.map-wrapper img{
  margin-top: -5vw;
}
@media (max-width: 991px) {
  
  #map-section { padding: 3rem 0 !important; }
  .map-wrapper img{
    margin-top: 0vw;
  }
}

.full-width-wrapper.layout.layout--onecol:has(.bg-remove-map) {
  padding: 3em 0;
}

.bg-remove-map #map-section { background: transparent; }
.bg-remove-map #map-section h2 { color: var(--navy-dark); margin-bottom: 0; }
@media (max-width: 991px) {
  .bg-remove-map #map-section { margin-top: 0; margin-bottom: 0px; }
}