footer {
    background-color: #fff8f7;
    padding: 30px 20px;
    text-align: center;
    color: #5a4a47;
    font-size: 16px;
    margin-top: 60px;
    border-top: 2px solid #d4aba5;
}

footer p {
    margin-bottom: 12px;
    font-weight: 500;
    color: #a88f8a;
}

footer .icones {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}

footer .icones a {
    color: #d4aba5;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 16px;
    border: 2px solid #d4aba5;
    border-radius: 10px;
    transition: all 0.3s ease;
}

footer .icones a:hover {
    background-color: #d4aba5;
    color: white;
    transform: scale(1.05);
}
