/* Footer */
.footer {
    background-color: #222;
    color: #d8ae5d;
    padding-top: 40px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 0px;
}

.footer-container {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Seções do footer */
.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
    padding: 0 70px;
}


.footer-section p {
    font-size: 15px;
    line-height: 1.6;
}

/* Links úteis */
.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #ccc;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #007bff;
}

/* Contato */
.footer-section p i {
    margin-right: 8px;
    color: #007bff;
}

/* Redes sociais */
.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    color: #fff;
    background-color: #007bff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 16px;
    transition: background 0.3s;
}

.social-icons a:hover {
    background-color: #0056b3;
}

/* Rodapé inferior */
.footer-bottom {
    text-align: center;
    background: #111;
    padding: 15px 0;
    font-size: 14px;
    margin: 0px;
}

.lista-tef-email2 {
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 5px;
    margin: 0;
    gap: 10px;
    justify-content: center;

}
.lista-tef-email2 li {
    display: flex;
    align-items: center;

}
.lista-tef-email2 li a {
    display: flex;
    align-items: center;
}
.lista-tef-email2 img {
    height: 20px;
    background-image: #007bff;
}
.numero {
    padding-left: 10px;
}

.lista-tef-email2 {
    display: flex;
    list-style: none;
    padding: 5px;
    margin: 0;
    gap: 10px;


}
.lista-tef-email2 li {
    display: flex;

}
.lista-tef-email2 li a {
    display: flex;

}
.lista-tef-email2 img {
    height: 20px;
}
