﻿#mainNav {
    width: 100%;
    height: 95px;
    padding: 0 60px;
    margin: 0;
    background: linear-gradient(90deg, #1aa6b4 0%, #4f7fa5 50%, #e32884 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden; /* 🔥 clave */
}

.header-logo-ioma {
    height: 65px;
}

.header-logo-gba {
    height: 100px;
    object-fit: contain;
}
