/* ===== FOOTER STYLES ===== */

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 13.666667%;
    }
}

/* Layout e estrutura */
.row_footer,
.footer_endereco {
    display: flex;
    justify-content: space-around;
}

.col_footer,
.address-box {
    width: 50%;
    text-align: center;
}

.div_contact_footer {
    display: grid;
    justify-items: center;
}

.div_footer {
    text-align: center;
}

.div_copyright {
    text-align: center;
}

/* Tipografia e cores */
.div_footer h5,
.div_footer a {
    color: #1a73e8;
}

.div_footer h5 {
    font-size: 20px;
}

.div_contact_footer a,
.div_contact_footer p {
    color: #292b2c;
    text-decoration: none;
    cursor: pointer;
}

.contato {
    color: black;
    font-size: 24px;
}

/* Imagens e ícones */
.img-fluid {
    max-width: 60%;
    height: auto;
}

.icon_footer i {
    font-size: 30px;
    color: #000;
}

.icon_footer a {
    margin: 5px;
}

/* ===== FIM FOOTER ===== */
