header {
    width: 100%;
    padding: 28px 8%;
}

#navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

#nav_list {
    display: flex;
    list-style: none;
    gap: 48px;
}

.nav-item a {
    text-decoration: none;
    color: #1d1d1dad;
    font-weight: 600;
}

.nav-item.active a {
    color: #1d1d1d;
    border-bottom: 3px solid #ffe100;
}

#mobile_btn {
    display: none;
}

#mobile_menu {
    display: none;
}

@media screen and (max-width: 1170px) {
    #nav_list{
        display: none;
    }

    #mobile_btn {
        display: block;
        border: none;
        background: transparent;
        font-size: 1.5rem;
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding: 20px 5%;
    }

    #nav_list {
        flex-direction: column;
        gap: 24px;
    }

}

/* Caio */

#img--div{
    padding: 0 86px 0 0;
    height: 50px;
}

.inputadm{
    height: 20px;
    width: 20px;
    color: black;
}

.thmutavel{
    display: flex;
    justify-content: space-around;
    align-items: center;

}
