/* --- FOOTER --- */
.rodape-simples {
    background-color: #1a2a4c;
    color: rgba(255, 255, 255, 0.8);
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rodape-simples p {
    margin: 0 0 15px 0;
}

.rodape-simples p:last-child {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

.icon-link {
    color: #fff;
    text-decoration: none;
    margin: 0 12px;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    transition: color 0.3s, transform 0.3s;
}

.icon-link:hover {
    color: #c59d5f;
    transform: translateY(-3px);
}

.icon-link svg {
    margin-right: 8px;
    height: 22px;
    width: 22px;
    fill: currentColor;
}