﻿.home-logo-container {
    display: flex;
    justify-content: center; /* Centra horizontal */
    align-items: flex-start; /* Lo deja arriba */
    padding-top: 30px; /* Separación desde arriba */
    width: 100%;
}

.home-logo {
    max-width: 500px; /* ajusta según tamaño */
    height: auto;
}
