/* ========================================
   FOOTER
======================================== */

.footer {
    position: relative;

    background: #FDBD27;
    color: #000;

    padding: 70px 0 25px;
}


/* ========================================
   CONTAINER
======================================== */

.footer-container {
    width: min(1300px, 88%);

    margin: 0 auto;

    display: flex;
    flex-direction: column;

    align-items: center;
}


/* ========================================
   LOGOS
======================================== */

.footer-logos {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 25px;
}


/* LOGO PALOMA */

.footer-brand img {
    display: block;

    width: 155px;
    height: auto;
}


/* LOGO MISSÃO */

.footer-party img {
    display: block;

    width: 115px;
    height: auto;
}


/* ========================================
   REDES SOCIAIS
======================================== */

.socials {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 25px;

    margin-top: 25px;
}

.socials a {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #000;

    text-decoration: none;

    font-family: "Barlow Condensed", sans-serif;
    font-size: 19px;
    font-weight: 800;

    transition: opacity 0.3s ease;
}

.socials a img {
    display: block;

    width: 20px;
    height: 20px;

    object-fit: contain;
}

.socials a:hover {
    opacity: 0.6;
}


/* ========================================
   LEGAL
======================================== */

.footer-legal {
    width: min(1300px, 88%);

    margin: 45px auto 0;
    padding-top: 18px;

    border-top: 1px solid rgba(0, 0, 0, 0.25);

    color: rgba(0, 0, 0, 0.65);

    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 800;

    text-align: center;
}
