.nav-item:hover {
  background-color: var(--bs-info);
}

.dropdown-item:hover {
  background-color: var(--bs-info);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* cobre toda a área */
}

.img {
  position: absolute;       /* cada imagem será posicionada dentro da overlay */
  max-width: 100%;
  height: auto;
}

/* Exemplo de posições em percentagem */

.nc {
  top: 5%;
  left: 1%;
  height: 30%;
  width: 100%;
}

.nc1 {
  top: 15%;
  left: 25%;
  width: 11%;
}

.nc2 {
  top: 14%;
  left: 64%;
  width: 10%;
}

.nc3 {
  top: 14%;
  left: 78%;
  width: 10%;
}

.nc4 {
  top: 16%;
  left: 93%;
  height: 8%;
  width: 6%;
}

.ssl {
  top: 35%;
  left: 1%;
  height: 45%;
  width: 100%;
}

.ssl1 {
  top: 50%;
  left: 27%;
  width: 8%;
}

.ssl2 {
  top: 49%;
  left: 77%;
  width: 10%;
}

.ssl3 {
  top: 50%;
  left: 93%;
  height: 8%;
  width: 6%;
}

.foto-oval {
    width: 40px;
    height: 47px;
    border-radius: 50%;
    object-fit: cover; /* mantém a imagem proporcional */
}
