.footerText {
    display: flex;
    flex-direction: row;
    padding: 0 10%;
    justify-content: space-between;
}

.brandNameEmail p {
    margin: 0;
    color: white;
    font-family: 'General Sans';
    font-weight: 400;
    font-size: 1em;
}

.footerLinks {
    display: flex;
    flex-direction: row;
}


.footerLinks a {
    color: white;
    font-family: 'General Sans';
    text-decoration: unset;
    font-size: 1em;
}



.footerPlannet a {
    font-family: 'General Sans';
    color: white;
    text-decoration: unset;
    font-size: 0.7em;
    font-weight: 400;
}

.footer {
    display: flex;
    flex-direction: column;
    background-color: #1A1A1A;
    padding-top: 4em;
}

.footerPlannet {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5em 0;
    margin-bottom: 3em;
}


.footerLinks>div {
    display: flex;
    flex-direction: column;
}

.footerCategories {
    margin-left: 6em;
}

.footerSocials>div {
    width: 27px;
    height: 27px;
}


.footerFacebook {
    margin-right: 5px;
}

.footerSocials {
    display: flex;
    flex-direction: row;
    margin-top: 0.7em;
}


@media only screen and (max-width:1600px){
    .footerText {
        padding: 0 5%;
    }
    .footerCategories {
        margin-left: 3em;
    }

}


@media only screen and (max-width:1000px){
    .footerText {
        flex-direction: column;
    }
    .footerLinks {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .footerCategories{
        margin-left:0;
    }
    .footerLinks>div {
        width: 100%;
    }

    .footerLinks a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .brandNameEmail.footerLegal {
        margin-top: 3em;
    }
    .footerLinks a {
        margin-bottom: 0.9em;
    }
    .brandNameEmail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 4em;
    }
    .footerSocials>div {
        width: 37px;
        height: 37px;
    }
    .footerFacebook {
        margin-right: 15px;
    }
    .footerSocials {
        margin-top: 1.3em;
    }

}


@media only screen and (max-width:500px){
    .footerPlannet {
        margin-bottom: 1em;
    }
}