header {
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    position: relative;
}

.menu-hidde {
    display: none;
}

#menu-trigger {
    display: none;

}

img#logo_header {
    width: 250px;
    margin-top: -20px;
    margin-left: 40px;
}

header ul {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

header ul li {
    font-size: 15px;
    list-style: none;
    font-weight: 500;
}

header ul li:hover {
    cursor: pointer;
    color: #df2726;
    transition: 0.3s;
}

ul#seja {
    display: flex;
    justify-content: space-around;
    width: 20%;
    margin-left: -40px;
    margin-right: 40px;
}

li#fornecedor {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2c2c2c;
    color: #fff;
    border-radius: 8px;
    height: 40px;
    padding: 5px 10px;
    margin-right: 5px;
}

li#cliente {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cb2026;
    color: #fff;
    border-radius: 8px;
    height: 40px;
    padding: 5px 10px;
}

li#fornecedor:hover {
    background-color: #2c2c2cb7;
    transition: 0.3s;
}

li#cliente:hover {
    opacity: 0.8;
    transition: 0.3s;
}


@media (max-width: 1200px) {
    header ul {
        width: 45%;
        display: flex;
        justify-content: space-between;
    }

    header ul li {
        margin-right: 5px;

    }

    li#cliente {
        justify-content: center;
        text-align: center;
    }

    li#fornecedor {
        text-align: center;
    }
}

@media (max-width: 800px) {
    header {
        justify-content: space-around;
    }

    .menu-hidde {
        display: block;
        background: #fff none repeat scroll 0% 0%;
        width: 60%;
        height: 115vh;
        position: fixed;
        z-index: 1001;
        box-shadow: 1px 2px 2px #2c2c2c;
        left: -100%;
        transition: left .5s;
        top: 0;
    }

    #menu-trigger {
        position: absolute;
        right: 10px;
        top: 35px;
        width: 30px;
        display: flex;
        justify-content: start;
    }

    .menu-hidde li {
        color: #2c2c2c;
        font-size: 20px;
        padding: 18px;
        padding-left: 10px;
        margin-left: 0px;
        cursor: pointer;
    }

    .menu-hidde img {
        width: 250px;
    }


    .menu-hidde li:hover {
        color: #cb2026;
        transition: 0.2s;
        margin-left: 5px;
        /* margin-left: 25px; */
    }

    .menu-hidde li:active {
        color: #cb2026;
    }

    .menu-hidde ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        list-style-type: none;
        position: absolute;
        top: 40px;
        margin-top: 130px;
    }

    img#logo_header {
        width: 150px;
        margin-top: -20px;
        margin-left: 20px;
        margin-right: -50px;
    }

    header ul {
        text-align: center;
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header ul li {
        margin-right: 20px;
    }

    img#logo_header {
        width: 200px;
        margin-top: -20px;
        margin-left: -40px;
    }

    header ul {
        display: none;
    }


    header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 100px;
        margin-top: 50px;
    }

    .menu-hidde {
        background: #fff none repeat scroll 0% 0%;
        width: 60%;
        height: 115vh;
        position: fixed;
        z-index: 1001;
        box-shadow: 1px 2px 2px #2c2c2c;
        left: -100%;
        transition: left .5s;
        top: 0;
    }

    #menu-trigger {
        margin-top: 0px;
        position: absolute;
        right: 20px;
        top: 0px;
        width: 30px;
        display: flex;
        justify-content: start;
    }

    .menu-hidde li {
        color: #2c2c2c;
        font-size: 20px;
        padding: 18px;
        padding-left: 10px;
        margin-left: 0px;
        cursor: pointer;
    }

    .menu-hidde img {
        width: 250px;
    }


    .menu-hidde li:hover {
        color: #cb2026;
        transition: 0.2s;
        margin-left: 5px;
        /* margin-left: 25px; */
    }

    .menu-hidde li:active {
        color: #cb2026;
    }

    .menu-hidde ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        list-style-type: none;
        position: absolute;
        top: 40px;
        margin-top: 130px;
    }

    #sair {
        margin-top: 18vh;
    }

    li .imagens {
        margin-right: 5px;
        width: 20px;
    }

    .menu-hidde li:hover img {
        filter: invert(54%) sepia(100%) saturate(1412%) hue-rotate(0deg) brightness(70%) contrast(134%);
        transition: 0.2s;
    }

    img#logo_header {
        min-width: 200px;
        width: 90%;
        max-width: 300px;
    }

    ul#seja {
        margin-top: 0px;
        margin-left: -35px;
        margin-right: 0px;
        align-items: center;
        justify-content: center;
        width: 50%;
    }

    ul#seja li {
        min-width: 70%;
        width: 70%;
    }
}

@media (max-width:350px) {
    .menu-hidde {
        width: 80%;
    }
}