.logo-strix,
.logo{
    height: 5vh;
}

#navbarSupportedContent{
    font-size: 0.90rem;
}
.navbar{
    --bs-navbar-toggler-focus-width: 0.1rem!important;
}

.navbar-toggler {
    border-color: #949494!important;
}

.custom-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: relative;
    background-color: transparent;
    border: none;
}

.custom-toggler-icon::before,
.custom-toggler-icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.2em;
    background-color: #949494; /* Negro */
    position: absolute;
    left: 0;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/* Primera barra */
.custom-toggler-icon::before {
    top: 0;
}

/* Tercera barra */
.custom-toggler-icon::after {
    bottom: 0;
}

/* Barra central */
.custom-toggler-bar {
    width: 100%;
    height: 0.5em;
    background-color: #949494; /* Negro */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

