.estiloNavBar{
    background-color: #171717;
    transition: background-color 0.3s ease;
}
.navbar.scrolled {
  background-color: rgba(23, 23, 23, 0.85) !important; 
}

.navbar-nav {
    padding-right: 100px; 
  }

.fonteNavBar{
    color: white;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: red;
    text-underline-offset: 4px;
    cursor: pointer;
    transition: text-decoration-color 0.3s, color 0.3s;
}
.fonteNavBar:hover{
    text-decoration-color: white;
    color: red;
}

.navbar-toggler{
    border-color: white;
}

.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='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item{
    margin-left: 15px;
}
body{
    padding-top: 102.47px;
}

.estiloHRNavBar{
    border: none;
    height: 1px;
    background-color: red;
    opacity: initial;
}
