footer {
    background-image: url('../Images/fondo_footer.jpg');
    font-family: 'Poppins', sans-serif;
    color: white;
    padding: 50px 0;
    text-align: center;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.5);
}

footer h2 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

footer p {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #007bff;
}

footer .footer-container {
    max-width: 1100px;
    margin: 0 auto;
}

footer img {
    margin-left: 3px;
    vertical-align: middle;
}

footer .container {
    display: flex;
    flex-direction: column;
    gap: 30px; 
}

footer p, footer a {
    font-size: 1.1rem;
}

footer .footer-container p {
    margin-bottom: 5px;
}

footer .footer-container section {
    margin-bottom: 20px;
}

footer .footer-container section:last-child {
    margin-bottom: 0;
}

footer .footer-container p {
    margin-bottom: 15px;
}
