﻿:root {
    --color1: #72d800 !important;
    --color2: #34495e !important;
    --color3: #6C757D !important;
    /* COLORES PANEL */
    /* botón on */
    --color_boton_menu_on: #fff;
    --fondo_boton_menu_on: var(--color1);
    /* botón off */
    --color_enlace_boton_menu_off: #444;
    --color_borde_boton_menu_off: #ffffff;
    --fondo_boton_off_activo: #777777;
}
