.headerS {
    background: none;
    background-color: transparent !important;
}

.headerLink {
    padding-top: 5px;
    font-family: "Space Mono", serif;
    font-size: .9rem;
    color: #111111 !important;
    background: none !important;


}

a {
    color: #111111 !important;

}

a:hover {
    text-decoration: none !important;
    font-size: 1.2rem;
    color: #111111 !important;
}

.navbar {
    margin-top: 10px;
    margin-left: 45px;
    margin-right: 45px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    /* Fondo transparente */
}

.navbar-nav {
    text-align: right;
}

.navbar.scrolled {
    background-color: rgba(230, 230, 230, 0.8);
    /* Fondo opaco */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Agrega una sombra para efecto */
    border-radius: 50px;
}

.logoHead {
    height: 35px;

}

.navbar-toggler {
    border: none;

}

.navbar-toggler:focus {
    border: none;

}



.navbar-toggler-icon {

    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;

}


ul {
    list-style-type: none;
    /* Quita las viñetas */
    padding: 0;
    /* Opcional: elimina el espaciado interno */
    margin: 0;
    /* Opcional: elimina el margen */
}