#video-fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.z-n1.masthead {
}

.tarjeta-superpuesta {
  background-color: #000000;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  transform: translateY(-50%);
}

.logo-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  display: flex;
  justify-content: center;
}

.logo-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .mapa-wrapper-mobile {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 60%;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .mapa-inner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

