    /* Adicione uma cor de fundo cinza e algum preenchimento ao rodapé */
    footer {
        background-color: rgb(197, 159, 94);
        padding: 25px;
        width: 100%;
    }
    
    @media (max-width: 599px) {

        /* ICONE */
        .icone{
            width: 8%;
            margin-top: 5%;
            margin-left: 2%;
        }

        /* FIM RODAPÉ */
        .fim-rodape{
            font-size: 12px;
            margin-left:2%;
            margin-top: 10%;
            color: rgb(49, 49, 49); 
        }
        
        /* TEXTO */
        #text-rodape{
            text-decoration: none;
            color: rgb(49, 49, 49);  
            font-size: 2.2vw;
        }

        #empresa-rodape{
            font-size: 2.2vw;
        }
    }

    @media (min-width:600px) and (max-width: 699px) {
        
        

        /* ICONE */
        .icone{
            width: 8%;
            margin-top: 5%;
            margin-left: 2%;
        }

        /* FIM RODAPÉ */
        .fim-rodape{
            font-size: 12px;
            margin-left:2%;
            margin-top: 10%;
            color: rgb(49, 49, 49); 
        }

        /* TEXTO */
        #text-rodape{
            text-decoration: none;
            color: rgb(49, 49, 49);  
            font-size: 1.7vw;
        }

        #empresa-rodape{
            font-size: 1.7vw;
        }
    }


    @media (min-width:700px) and (max-width: 899px) {
        
        /* ICONE */
        .icone{
            width: 6%;
            margin-top: 5%;
            margin-left: 2%;
        }

        /* FIM RODAPÉ */
        .fim-rodape{
            font-size: 12px;
            margin-left:2%;
            margin-top: 10%;
            color: rgb(49, 49, 49); 
        }

        /* TEXTO */
        #text-rodape{
            text-decoration: none;
            color: rgb(49, 49, 49);  
            font-size: 1.3vw;
            
        }
    }

    @media (min-width: 900px) {
             
        /* ICONE */
        .icone{
            width: 5%;
            margin-left: 2%;
        }

        /* FIM RODAPÉ */
        .fim-rodape{
            font-size: 12px;
            color: rgb(49, 49, 49); 
            margin-top: 10%;
            display: flex;
            width: 100%;
        }

        /* TEXTO */
        #text-rodape{
            text-decoration: none;
            font-size: 1vw;
            color: rgb(49, 49, 49); 
            flex: 80%;
        }

        #empresa-rodape{
            flex: 20%;
        }
    }


    @media (min-width: 1400px) {

            /* ICONE */
            .icone{
                width: 4%;
                margin-left: 2%;
            }

            /* FIM RODAPÉ */
            .fim-rodape{
                font-size: 12px;
                color: rgb(49, 49, 49);  
                margin-top: 10%;
                display: flex;
            }

            /* TEXTO */
            #text-rodape{
                text-decoration: none;
                flex: 85%;
                color: rgb(49, 49, 49); 
            }

            #empresa-rodape{
                flex: 15%;
            }
    }  


    #redes-sociais-rodape, #redes-sociais-rodape:hover{
        text-decoration: none !important;
        outline: none;
    }
