header {
    display: flex;
    margin-top: 40px;
    margin-left: 83px;
    margin-right: 93px;
}

header img {
    cursor: pointer !important;
}

header ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
}

li {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #E5E1E6;
    margin-left: 50px;
    position: relative;
    cursor: pointer;
}

li.item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #FE5000;
    transition: width 0.3s ease-in-out;
}

li.item:hover::after {
    width: 100%;
}

.campo_header {
    display: flex;
}

header img {
    width: 210px;
    height: 40px;
    margin-top: 18px;
    margin-left: 12px;
}

header img:hover {
    filter: invert(54%) sepia(100%) saturate(1412%) hue-rotate(0deg) brightness(70%) contrast(134%);
    transition: 0.2s;
}

#sino img{
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-left: 0px;
    margin-right: 0px;
}

#sino {
    width: 30px;
}

#assistir {
    background-color: transparent;
    color: #FE5000;
    padding: 8px 16px;
    border: 0.5px solid #FE5000;
    border-radius: 100px;
}

#assistir img {
    width: 14px;
    height: 19px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 10px;
}

#entrar {
    background-color: #fe5000e1;
    padding: 8px 16px;
    border: 0.5px solid #FE5000;
    border-radius: 100px;
}

@media (max-width: 1100px) {
    ul {
        padding-left: 0px;
    }

    ul li{
        margin-left: 20px;
    }

    header img {
        width: 200px;
        height: 40px;
        margin-top: 25px;
        margin-left: 0px;
    }

    header ul {
        font-size: 15px;
        justify-content: center;
    }

    header {
        display: block;
        text-align: center;
    }

}

@media(max-width: 1300px) {
    li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media(max-width: 768px) {
    li {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

@media (max-width: 480px) {


    header{
        display: block;
    }

    .campo_header {
        display: none;
    }

    header ul {
        display: block;
        margin: 10px auto;
    }

    #assistir img {
        display: none;
    }

    .campo_header {
        margin: auto;
        margin-top: 20px;
    }

    #baixo {
        margin: 10px auto;
        margin-right: -30px;
    }
    

    ul li {
        margin: auto;
        margin-right: 10px;
    }

    header ul {
        font-size: 14px;
    }

    #assistir {
        margin-left: -15px;
        padding: 4px 8px;
        border: 0.5px solid #FE5000;
        border-radius: 100px;
    }

    #entrar {
        background-color: #fe5000e1;
        padding: 4px 8px;
        border: 0.5px solid #FE5000;
        border-radius: 100px;
        margin-right: 0px;
    }

    #divisao {
        display: none;
    }

}

@media (max-width: 410px) { 
    #assistir {
        margin-left: -20px;
        padding: 4px 8px;
        border: 0.5px solid #FE5000;
        border-radius: 100px;
    }

    #baixo {
        margin-right: -50px;
    }
}