/* Font - Magnolia Script (local) */
@font-face {
    font-family: "Magnolia Script";
    src: url(../fonts/magnoliascript.otf);
}

footer {
    background-color: #00449E;
    height: 200px;
    width: 100%;
}

body.LGBT_body footer {
    background-color: #52105A;
}

body.Indigenas_body footer {
    background-color: #2F5D00;
}

body.Afrobrasileiros_body footer {
    background-color: #5F3F31;
}

@media (max-width: 1160px) {
    footer {
        height: 180px;
    }
}

@media (max-width: 919px) {
    footer {
        height: 160px;
    }
}

@media (max-width: 768px) {
    footer {
        height: 160px;
    }
}

@media (max-width: 680px) {
    footer {
        height: 430px;
    }
}

@media (max-width: 480px) {
    footer {
        height: 420px;
    }
}

footer .conteiner {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer .footer-container .footer-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
}

@media (max-width: 1160px) {
    footer .footer-container .footer-blocks {
        gap: 30px;
    }
}

@media (max-width: 919px) {
    footer .footer-container .footer-blocks {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    footer .footer-container .footer-blocks {
        gap: 20px;
    }
}

@media (max-width: 680px) {
    footer .footer-container .footer-blocks {
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    footer .footer-container .footer-blocks {
        margin-top: 20px;
        flex-direction: column;
        gap: 14px;
    }
}

footer .footer-container .footer-blocks .footer-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 200px;
    height: 80px;
    padding: 10px 16px;
    border: 0px solid;
    border-radius: 12px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

footer .footer-container .footer-blocks .footer-block:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/*Mudnado icone do insta de branco para #00449E*/
footer .footer-container .footer-block img {
    width: 50px;
    filter: invert(18%) sepia(92%) saturate(2216%) hue-rotate(198deg) brightness(95%) contrast(101%);
}

/*Mudnado icone do insta de branco para #52105A*/
body.LGBT_body footer .footer-block img {
    filter: invert(12%) sepia(85%) saturate(2500%) hue-rotate(290deg) brightness(85%) contrast(105%);
}

/*Mudnado icone do insta de branco para #2F5D00*/
body.Indigenas_body footer .footer-block img {
    filter: invert(30%) sepia(80%) saturate(900%) hue-rotate(60deg) brightness(80%) contrast(110%);
}

/*Mudnado icone do insta de branco para #5F3F31*/
body.Afrobrasileiros_body footer .footer-block img {
    filter: invert(23%) sepia(18%) saturate(1200%) hue-rotate(340deg) brightness(90%) contrast(90%);
}

@media (max-width: 1160px) {
    footer .footer-container .footer-blocks .footer-block {
        width: 160px;
        height: 70px;
    }
}

@media (max-width: 919px) {
    footer .footer-container .footer-blocks .footer-block {
        width: 140px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    footer .footer-container .footer-blocks .footer-block {
        width: 120px;
        height: 60px;
    }
}

@media (max-width: 680px) {
    footer .footer-container .footer-blocks .footer-block {
        width: 180px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    footer .footer-container .footer-blocks .footer-block {
        width: 180px;
        height: 60px;
        border-radius: 8px;
    }
}

footer .footer-container .footer-blocks .footer-block a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

footer .footer-container .footer-blocks .footer-block a h4 {
    color: #00449E;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

@media (max-width: 1160px) {
    footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 13px;
    }

    footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 40px;
    }

    footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 130px;
    }

    footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 85px;
    }
}

@media (max-width: 919px) {
    footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 12px;
    }

    footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 38px;
    }

    footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 125px;
    }

    footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 82px;
    }
}

@media (max-width: 768px) {
    footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 10px;
    }

    footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 32px;
    }

    footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 120px;
    }

    footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 80px;
    }
}

@media (max-width: 680px) {
    footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 12px;
    }

    footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 42px;
    }

    footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 140px;
    }

    footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 90px;
    }
}

@media (max-width: 480px) {
    footer .footer-container .footer-blocks .footer-block a h4 {
        font-size: 12px;
    }

    footer .footer-container .footer-blocks .footer-block a #insta-logo {
        width: 42px;
    }

    footer .footer-container .footer-blocks .footer-block a #ifms-logo {
        width: 140px;
    }

    footer .footer-container .footer-blocks .footer-block a #fundect-logo {
        width: 90px;
    }
}

footer .footer-container .footer-block a:link,
footer .footer-container .footer-block a:visited,
footer .footer-container .footer-block a:active {
    color: #00449E;
}

body.LGBT_body footer .footer-container .footer-blocks .footer-block a h4,
body.LGBT_body footer .footer-block a:link,
body.LGBT_body footer .footer-block a:visited,
body.LGBT_body footer .footer-block a:active {
    color: #52105A;
}

body.Indigenas_body footer .footer-container .footer-blocks .footer-block a h4,
body.Indigenas_body footer .footer-block a:link,
body.Indigenas_body footer .footer-block a:visited,
body.Indigenas_body footer .footer-block a:active {
    color: #2F5D00;
}

body.Afrobrasileiros_body footer .footer-container .footer-blocks .footer-block a h4,
body.Afrobrasileiros_body footer .footer-block a:link,
body.Afrobrasileiros_body footer .footer-block a:visited,
body.Afrobrasileiros_body footer .footer-block a:active {
    color: #5F3F31;
}

footer .footer-container .footer-copyright {
    margin-top: 40px;
}

@media (max-width: 1160px) {
    footer .footer-container .footer-copyright {
        margin-top: 30px;
    }

}

@media (max-width: 919px) {
    footer .footer-container .footer-copyright {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

@media (max-width: 680px) {
    footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    footer .footer-container .footer-copyright {
        margin-top: 20px;
    }
}

footer .footer-container .footer-copyright h5 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media (max-width: 1160px) {
    footer .footer-container .footer-copyright h5 {
        font-size: 12px;
    }
}

@media (max-width: 919px) {
    footer .footer-container .footer-copyright h5 {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 680px) {
    footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    footer .footer-container .footer-copyright h5 {
        font-size: 10px;
    }
}