.navbar {
  background-color: #931212;
  padding: 0.4rem 1rem;
  position: relative;
  z-index: 1;
}

.navbar .nav-link {
  padding: 0.3rem 0.6rem;
  font-size: 0.9rem;
  color: white !important;
  text-decoration: none;
}
.navbar .nav-link:hover {
  color: black !important;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.maps {
  text-align: center;
}


.liston-negro {
  background-color: rgb(233, 230, 230);
  width: 100%;
  padding: 10px 15px; 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.liston-negro p {
  margin: 2px 0;     
  font-size: 0.9rem;
}

.liston-negro .espacio a {
  margin: 0 3px;
  font-size: 0.9rem;
}

.liston-negro img {
  width: 18px;
  height: 18px;
}

.footer-link {
  color: #931212;
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
}


.texto {
  color: #931212;
}
.textoo {
  font-weight: bold;
}
.textos {
  color: #931212;
  text-decoration: none;
  margin: 0 5px;
}
.textos:hover {
  text-decoration: underline;
}


#videoEncabezado {
  width: 100%;
  height: 84vh;    
  object-fit: cover;      
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.espacio {
  word-spacing: 5px;
}

/* Responsivo */
@media (max-width: 768px) {
  #videoEncabezado {
    height: 100vh;   /* También en móviles */
  }
  .navbar .nav-link {
    font-size: 1rem;
  }
  footer {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}