
.footer {
    padding-top: 2em;
    margin-top: 2em;
    background-color: #191616;
}

.footer>p {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-weight: 100;
    font-size: 1em;
}

.footer {
    padding-top: 2em;
    margin-top: 2em;
    background-color: #191616;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plannet {
    background-color: #F0EBEC;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plannet p {
    font-family: 'Satoshi';
    color: #1a1a1a;
    font-weight: 400;
    margin: 0;
    font-size: 0.9em;
}

.plannet {
    background-color: #F0EBEC;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4em 0em;
}

p:empty {
    display: none;
    margin: 0;
    padding: 0;
}


.plannet p a {
    font-family: 'Satoshi';
    color: #1a1a1a;
    font-weight: 400;
    margin: 0;
    text-decoration: unset;
}

.legal {
    display: flex;
    flex-direction: row;
    gap: 0.4em;
}

.legal :is(a,p) {
    color: #F4F4F4;
    margin: 1.1em 0;
    text-decoration: unset;
    font-family: 'Satoshi';
    font-size: 0.9em;
}


.linkedIn {
    margin-right: 0.2em;
}

.whatsapp {
    margin-left: 0.2em;
}

.socials a {
    display: block;
    width: 100%;
    height: 100%;
}

.socials img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.socials {
    display: flex;
    flex-direction: row;
    height: fit-content;
    justify-content: center;
    margin-top: 2em;
    padding-bottom: 2em;
}

.footer>p {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-weight: 100;
    font-size: 1em;
    margin: 0.4em 0;
}

.footerLogo {
    padding-bottom: 2em;
}

.footerLogo a {
    display: block;
    width: 100%;
    height: 100%;
}

.footerLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer>p {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-weight: 100;
    font-size: 1em;
    margin: 1em 0;
}


@media only screen and (max-width:600px){

    html .legal {
        flex-direction: column;
    }
    html .legal p {
        display: none;
    }
    html .legal a {
        margin: 0.4em 0;
        text-align: center;
    }
    html .legal {
        flex-direction: column;
        margin-bottom: 1em;
    }
}
