.efo-footer {
    width: 100%;
    background-color: #040406;
    max-height: 100%;
    height: 100%;
    padding-bottom: 18px;
}

.efo-footer > p {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.32px;
    color:var(--white-color);
    text-align: center;
}

.efo-footer > .efo-footer-wrapper {
    max-width: 1200px;
    width: 100%;
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    margin:0 auto;
    padding: 36px 0 18px 0;
    gap:82px;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-nav {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-nav nav span {
    font-family: 'Poppins-Bold';
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color:var(--white-color);
}

.efo-footer > .efo-footer-wrapper > .efo-footer-nav nav {
    display:flex;
    flex-direction: column;
    gap:10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-nav nav ul {
    display:flex;
    flex-direction: column;
    gap:10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-nav nav a {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.32px;
    color:var(--white-color);
}

.efo-footer > .efo-footer-wrapper > .efo-footer-infos {
    display:flex;
    flex-direction: column;
    gap:80px;
    align-items: center;
    justify-content: center;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-enfoco {
    display:flex;
    flex-direction: column;
    gap:31px;
    align-items: center;
    justify-content: center;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-enfoco > .footer-infos-social > ul {
    display:flex;
    align-items: center;
    gap:10px;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-enfoco > .footer-infos-social > ul a {
    width: 36px;
    height: 36px;
    background-color: var(--white-color);
    border-radius: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-enfoco > img {
    width: 154px;
    height: 103px;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-MwGoLab {
    display:flex;
    flex-direction: column;
    gap:16px;
    align-items: flex-start;
    justify-content: flex-start;
}

.efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-MwGoLab img {
    object-fit: contain;
}

@media (max-width:769px) {
    .efo-footer {
        width: 100%;
        background-color: #040406;
        max-height: 100%;
        padding-bottom: 30px;
    }

    .footer-links ul li {
        grid-column: span 1;
        grid-row: span 1;
    }

    .efo-footer > .efo-footer-wrapper > .efo-footer-nav nav ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        gap: 13px 0px;
    }

    .efo-footer > p {
        font-family: 'Poppins-Regular';
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.24px;
        color:var(--white-color);
    }

    .efo-footer > .efo-footer-wrapper {
        max-width: 100%;
        width: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
        padding: 30px 0px 20px 20px;
        gap: 32px;
    }
    
    .efo-footer > .efo-footer-wrapper > .efo-footer-nav {
        display:unset;
        flex-direction: unset;
        gap:unset;
    }

    .efo-footer > .efo-footer-wrapper > .efo-footer-nav nav summary {
        list-style: none;
        cursor: pointer;
        position: relative;
        padding-left: 20px;
    }
    
    .efo-footer > .efo-footer-wrapper > .efo-footer-nav nav summary::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid var(--lostandfound-color);
        transition: transform 0.3s ease;
    }
    
    details[open] summary::before {
        transform: translateY(-50%) rotate(-90deg)!important;
    }

    .efo-footer > .efo-footer-wrapper > .efo-footer-nav nav span,
    .efo-footer > .efo-footer-wrapper > .efo-footer-nav nav summary {
        font-family: 'Poppins-Bold';
        font-size: 20px;
        line-height: 18px;
        letter-spacing: 0.4px;
        color:var(--white-color);
    }

    .efo-footer > .efo-footer-wrapper > .efo-footer-infos {
        display:flex;
        flex-direction: column;
        gap:18px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    
    .efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-enfoco > .footer-infos-social > ul {
        display:flex;
        align-items: center;
        gap:10px;
    }
    
    .efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-enfoco > .footer-infos-social > ul a {
        width: 36px;
        height: 36px;
        background-color: var(--white-color);
        border-radius: 100%;
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-enfoco > img {
        width: 143px;
        height: 96px;
    }

    .efo-footer > .efo-footer-wrapper > .efo-footer-infos > .efo-footer-infos-MwGoLab {
        display:flex;
        flex-direction: row;
        gap:30px;
        align-items: flex-start;
        justify-content: flex-start;
    }
}