:root {
    --main-gorlan-color: rgba(12, 90, 158, 1);
    --main-gorlan-color-zero: rgba(12, 90, 158, 0);
    --fondo-oscuro: rgba(51, 51, 51, 1);
    --texto-oscuro: rgba(51, 51, 51, 1);
    --white-color: rgba(255, 255, 255, 1);
    --white-color-zero: rgba(255, 255, 255, 0);
}
aside.main-sidebar{
    background-color: var(--main-gorlan-color) !important;
}

nav.main-header.navbar {
        display: flex;
        flex-direction: row;
        /* min-height: 150px; */
        min-height: 120px;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease-in-out;
}