.navbar{
    padding: 0.3rem;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #fecd28, rgba(255, 255, 255, 0)) 1;
    z-index: 1000;
}

.navbar>.container-fluid{
    margin-top: 0rem !important
}

.navbar_search>button{
    background-color: #037786 !important;
    border: 1px solid #02535e !important;
    color: #fff !important;
    font-weight: bold !important;
}

.nav_index ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.navbar ul li {
    display: inline;
    padding: 0.3rem;
    padding-right: 0.8rem;
}

.navbar ul li a {
    text-decoration: none;
    color: #fff; /* Cor branca para se misturar com o fundo da hero */
    font-weight: bold;
    font-size: 1.2em;
}

.navbar ul li a:hover {
    color: #fecd28;
}

.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%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler{
    border: 1px solid #fff !important;
}

.dropdown-menu-profile{
    font-size: 0.8rem !important;
    color: #000 !important;
    border-bottom: 1px solid #ccc;
    padding: 0;
    padding-left: 1rem !important;
}
