.img-centro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.img-centro img {
    max-width: 100%;
    height: auto;
}
.logo-7030 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding: 10px;
}

.logo-7030 img {
    width: 40%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Ajustes para pantallas móviles */
@media (max-width: 768px) {
    .logo-7030 img {
        max-width: 60%;
    }
}

