.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.logo img {
  width: 30%;
}

.main-container{
  width: 60%; /* 1/3 de la pantalla */
  margin: 0 auto; 
}

@media (max-width: 768px) {
  .main-container {
    width: 100%; /* Ocupa toda la pantalla */
  }
}

header{
  position: relative;
  z-index: 2;
}

.content{
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5%;
  
  color: white;
}

video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-item img {
  width: 800px;
  height: 50%;
  object-fit: cover;
}

audio {
  width: 100%; /* Ajusta a tu preferencia */
  height: 40px; /* Algunas veces útil en ciertos navegadores */
}

footer{
  position: relative;
}


#mi-mapa {
  width: 90%;         
  height: 80vh;       
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;        
}