/*========Footer div6========*/
#footer {
    margin-top: 70px;
}

#footerGeral {
    width: 960px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}




@media (max-width: 1024px) {
    #footer {
        width: 100%;
        max-width: 720px;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
}

@media (max-width: 568px) {
    #footer {
        width: 100%;
        max-width: 460px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding-bottom: 20px; 
    }

    #footerGeral {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1px; 
    }
}

@media (max-width: 375px) {
    #footer {
        width: 100%;
        max-width: 460px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding-bottom: 20px; 
    }

    #footerGeral {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1px; 
    }
}

/*===================*/


/*========Footer Text6========*/
#Aspekto {
    width: 101px;
    height: 22px;
    flex-shrink: 0;
}

@media (max-width: 568px) {
    #Aspekto svg {
        width: 80px;
        height: 22px;
        flex-shrink: 0;
        margin: 0;
        padding: 0;
        margin-left: 15px;
    }

    #Aspekto {
        margin-left: 5px;
    }
}

@media (max-width: 375px) {
    #Aspekto svg {
        width: 80px;
        height: 22px;
        flex-shrink: 0;
        margin: 0;
        padding: 0;
        margin-left: 10px;
    }

    #Aspekto {
        margin-left: 0;
    }
}

#Icones {
    display: flex;
    width: 110px;
    height: 35px;
    padding: 10px;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 568px) {
    #Icones {
        display: flex;
        width: 110px;
        height: 35px;
        padding: 10px;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 22px;
        margin-bottom: 30px;
    }
}

@media (max-width: 375px) {
    #Icones {
        display: flex;
        width: 110px;
        height: 35px;
        padding: 5px;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 10px;
        margin-bottom: 30px;
    }
}

#Be svg,
#Insta svg,
#LinkeDin svg,
#Watts svg {
    width: 19px;
    height: 19px;
}

@media (max-width: 568px) {

    #Be svg,
    #Insta svg,
    #LinkeDin svg,
    #Watts svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 375px) {

    #Be svg,
    #Insta svg,
    #LinkeDin svg,
    #Watts svg {
        width: 15px;
        height: 15px;
    }
}