/* BARRA DE NAVEGAÇÃO */
 
#restrito { 
   margin: 20px 0 0 10px;
   float: right;
   background-color: rgb(255, 255, 255);
   text-decoration: none;
   font-weight: 500;
   color: rgb(121, 122, 129);
}

#restrito p {
   margin-right: 20px;
}

#cadeado {
   width: 20px;
   margin-bottom: 7px;
}

#restrito:hover{
   color: rgb(71, 72, 77);
}

nav {
   z-index: 5;
   /* background-color: trrgb(255, 255, 255); */

}

.navbar {
  padding: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important; /* Sombra suave */
  background-color: #ffffff !important; /* Cor de fundo da navbar */
  position: sticky !important; /* Mantém a navbar fixa no topo, opcional */
  top: 0 !important; /* Garante que fique no topo, opcional */
  z-index: 1000 !important; /* Para garantir que a navbar esteja acima de outros elementos */
}

#logo {
   width: 70px ;
}

#logoSL {
   width: 90px;
}


#navbarSupportedContent {
   text-align: left;
}

#oGeopin {
   background-color: transparent;
   border: 0;
}

.navbar-brand {
   font-weight: 500;
}

.navbar-brand:hover {
   color:#3879c3;
   text-shadow: 1px 1px 4px #ccc;
}

.nav-link {font-weight: 500}

.nav-link:hover{
   color:#0a5cb8 !important;
   text-shadow: 1px 1px 4px #ccc;
}

#set-pesquisa {
   display: flex;
   background-color: #f2f0f0;
   border-radius: 23px;
   min-width: none;
}

#campoPesquisa {
   border: 0;
   border-radius: 23px;
   min-width: none;
   background-color: transparent;
   display: inline;
}

#campoPesquisa:focus {
   border: 0;
   outline: none;
   box-shadow: none;
}

#campoPesquisa::placeholder {
   font-style: italic;
}

#btnPesquisa {
   right: 48px;
   border-radius: 24px;
   border: 0;
   font-size: 15px;
   font-weight: 500;
   color:black;
}

#btnPesquisa:hover{
   background-color: #d6d6d6;
   color: black;
}

#btnPesquisa:active{
   background-color: rgb(213, 213, 214);
   color: aliceblue;
}

.nav_item_selected {
   color: #0a5cb8 !important;
   text-shadow: 1px 1px 4px #ccc;
}

.rounded-circle {
   float: right;
}