/* Estilos para el footer */
.footer {
    background-color: #0a141de5;
    color: #fff;
    padding: 20px 0;
}


.footer h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: white;
}

.footer p {
    font-size: 16px;
    line-height: 1.6;
}

.red-social a {
    color: white;
    text-decoration: none;
    margin-right: 10px;
    font-size: 24px;
}

.red-social a:hover {
    color: red;
}

.footer figure img {
    max-width: 50%;
    height: auto;
}
