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

FOOTER

==================================================
*/
.row {
    margin-left: 0;
    margin-right: 0;
}

footer {
    padding: 6rem 0;
    background: #FFF5F2;
    position: relative;
}

#homePage footer {
    top: var(--top-home);
}

footer > div.row {
    gap: 3rem;
}

footer > div.row > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    margin-bottom: 3rem;
}

footer .fydlLogo {
    width: 5rem;
}

footer .logoStores {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 1rem;
}

footer .appStoreLogo img,
footer .googlePlayLogo img
{
    width: 9rem;
}

.socialsIcons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.socialsIcons img {
    width: 3rem;
}

.facebookIcons img {
    margin-right: 1rem;
}

.instagramIcons img {
    margin-left: 1rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer-links h3 {
    font-size: 1.1rem;
    font-family: 'Jost-medium', sans-serif;
    color: #1D1D1D;
    text-align: center;
}

.footer-links p {
    font-size: 1.1rem;
    font-family: 'Jost-regular', sans-serif;
    color: #1D1D1D;
    text-align: center;
}

@media (max-width: 360px) {
    footer .appStoreLogo img,
    footer .googlePlayLogo img
    {
        width: 8.7rem;
    }
    .footer-links p {
        font-size: 1.2rem;
    }
}

@media (min-width: 480px) {
    #homePage footer {
        top: var(--top-home-480);
    }
}

@media (min-width: 576px) {
    #homePage footer {
        top: var(--top-home-576);
    }

    footer .logoStores {
        gap: 3rem;
    }
}

@media (min-width: 768px) {
    #homePage footer {
        top: var(--top-home-768);
    }

    footer {
        padding: 6rem 4rem 0;
    }

    footer > div.row {
        gap: 0;
    }

    footer > div.row > div:first-child {
        align-items: flex-start;
    }

    .footer-links {
        align-items: flex-start;
    }

    .footer-links p {
        text-align: left;
    }

    footer .fydlLogo {
        width: 4rem;
    }

    footer .logoStores {
        gap: 1rem;
    }

    .socialsIcons img {
        width: 2.5rem;
    }
}

@media (min-width: 992px) {
    #homePage footer {
        top: var(--top-home-992);
    }
}

@media (min-width: 1200px) {
    footer > div.row > div:first-child {
        gap: 4rem;
    }

    .footer-links h3 {
        font-size: 1rem;
    }
    .footer-links p {
        font-size: 1rem;
    }

    footer .appStoreLogo img,
    footer .googlePlayLogo img
    {
        width: 8rem;
    }

    .socialsIcons img {
        width: 2rem;
    }
}

@media (min-width: 1400px) {}
