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

.footer-text {
    color: #ffffff;
}

.footer-text a {
    color: #ffffff;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}

.footer-logo {
    max-width: 180px;
    height: auto;
}
