footer {
    width: 80%;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    margin-left: 0px;
    margin: auto;
    margin-top: 50px;
    align-items: center;
    border-top: 1px solid #E5E1E6;
    z-index: 998;
    padding-bottom: 20px;
    
}

footer img {
    width: 150px;
    height: auto; 
}

footer ul {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
}

footer ul li {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #e5e1e6ab;
    list-style: none;
    margin-left: 30px;
    cursor: pointer;
}

footer ul li:hover {
    color: #FE5000;
    transition: 0.2s;
}

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

footer img {
    cursor: pointer;
}


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



#copyright{
    margin-top: -10px;
    margin-bottom: 20px;
    left: 50%;
    color: #53565A;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    text-wrap: nowrap;
    display: block;
}


#fique_conectado {
    display: flex;
    text-wrap: nowrap;
    flex-direction: column;
    color: #E5E1E6;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    text-align: center; 
}

#redes_sociais {
    display: flex;
    justify-content: center;
    gap: 15px; 
    margin-top: 10px;
    margin-bottom: 10px;
}

#redes_sociais img {
    width: 24px;
    height: auto;
}

@media (max-width:1300px) {

    footer {
        width: 100%;
        left: 40%;
    }

    footer li{
        font-size: 10px;
    }

    footer ul li {
        margin-left: 15px;
    }

    #fique_conectado {
        margin-left: -20px;
    }

    #redes_sociais {
        display: flex;
        justify-content: center;
        gap: 5px; 
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width:1100px) {

    footer {
        width: 100%;
        left: 50%;
    }

    footer li{
        font-size: 10px;
    }

    footer ul {
        padding-left: 0px;
    }

    footer ul li {
        margin-left: 10px;
    }

    #fique_conectado {
        margin-left: -50px;
    }

    #redes_sociais {
        display: flex;
        justify-content: center;
        gap: 5px; 
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


@media (max-width: 950px) {
    footer {
        display: block;
        text-align: center;
        padding-top: 20px;
        margin: auto;
        width: 100%;
        position: static;
        transform: none;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    footer img {
        display: block;
        text-align: center;
        margin-top: 0px;
        
    }

    #logo_footer {
        margin: 20px auto;
    }

    footer ul {
        flex-direction: column;
        justify-content: center;
        margin: 0px;
        width: 100%;
        text-align: center;
    }

    footer ul li {
        margin: 0px;
        text-align: center;
    }

    footer li {
        margin-left: 0px;
    }

    #campo_footer {
        position: relative;
    }

    #lista {
        padding: 0%;
    }

    #copyright {
        margin-bottom: -30px;
    }

}

@media (max-width: 1200px) {
    footer {
        display: block;
        text-align: center;
        padding-top: 20px;
        margin: auto;
        width: 100%;
        position: static;
        transform: none;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    footer img {
        display: block;
        text-align: center;
        margin-top: 0px;
        
    }

    #logo_footer {
        margin: 20px auto;
    }

    footer ul {
        flex-direction: column;
        justify-content: center;
        margin: 0px;
        width: 100%;
        text-align: center;
    }

    footer ul li {
        margin: 0px;
        text-align: center;
    }

    footer li {
        margin-left: 0px;
    }

    #campo_footer {
        position: relative;
    }

    #lista {
        padding: 0%;
    }

    #copyright {
        margin-bottom: -30px;
    }

}

@media (max-width: 950px) {
    footer {
        display: block;
        text-align: center;
        padding-top: 20px;
        margin: auto;
        width: 100%;
        position: static;
        transform: none;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    footer img {
        display: block;
        text-align: center;
        margin-top: 0px;
        
    }

    #logo_footer {
        margin: 20px auto;
    }

    footer ul {
        flex-direction: column;
        justify-content: center;
        margin: 0px;
        width: 100%;
        text-align: center;
    }

    footer ul li {
        margin: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

    footer li {
        margin-left: 0px;
    }

    #campo_footer {
        position: relative;
    }

    #lista {
        padding: 0%;
    }

    #copyright {
        margin-bottom: -30px;
    }

}

@media (max-width: 480px) {
    footer {
        margin-bottom: 80px;
    }

    #fique_conectado {
        margin: auto;
    }

    #redes_sociais {
        gap: 15px;
    }

    #redes_sociais img {
        width: 15px;
    }
}
