:root {
  --color-principal: #111E3F;
  --color-secundario: #FFF;
}

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  padding-top: 107px;
}

.navbar, .navbar * {
  z-index: 999;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-principal);
  position: fixed;
  top: 0;
  width: 100%;

  width: 100vw;
  @media (width >= 992px) {
    height: 107px;
  }

}


.navbar-nav .nav-link {
  color: var(--color-secundario);
  font-family: "Nimbus Sans TW01Con", "Nimbus Sans TW05Con", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  color: white;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
} 

.navbar-collapse {
  flex-grow: 0;
  justify-content: flex-end;
}

.nav-item {
  padding: 0 5px;
}



.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%28248, 249, 250, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.bi-person-circle,
.bi-person-add {
  font-size: 1.5rem;
  color: black;
}

.nav-item.dropdown {
  position: relative;
  display: flex; 
  align-items: center; 
  flex-direction: column;
}

.navbar-collapse {
  z-index: 999;
}

 .dropdown-header strong {
  font-size: 1.2em;
  display: block;
  text-align: center;
}

.dropdown strong {
  color: var(--color-principal);
}

.dropdown-menu {
  position: absolute; 
  top: 100%; 
  left: 0; 
  z-index: 1000; 
  width: auto; 
}

.dropdown {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.dropdown-item {
  white-space: nowrap; 
}
