html, body {
  overflow-x: hidden;
}

.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.title-toggle{
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 30px;
}

.text-toggle{
    font-size: 16px;
}

.nav-item{
    font-weight: 600;
}

.icon-toggle{
    font-size: 2rem;
    padding-right: 10px;
}

.icons-container{
    width: 50px;
    height: 50px;
}

.navbar-nav .nav-link {
  color: #212529;
  transition: color 0.5s ease; 
}

.navbar-nav .nav-link:hover {
  color: #0d6efd; 
}

@media (min-width:576px){
    .nav-item{
    font-weight: 600;
}
}