





:root{
--colorPrimario: #BE041A !important;
--colorPrimarioHover: #435e72 !important;
--textbgPrimario:#f8f2f2 !important;
--textHover: var(--colorPrimarioHover) !important

}

    .isoPortal {
         background-image: url('/Turnos/VariablesEntorno/ObtenerLogo?logo=TO_LOGOLOGIN');
        }
        .isoFooter {
        background-image: url('/Turnos/VariablesEntorno/ObtenerLogo?logo=TO_LOGOFOOTER');
        }
        .nav-markey .dropdown-toggle {
        color: var(--textbgPrimario) !important;
        }

        .nav-markey .navbar-toggler {
        color: var(--textbgPrimario) !important;
        border-color: var(--textbgPrimario) !important;
        }
        .nav-markey .navbar-toggler-icon {
        color: var(--textbgPrimario) !important;
        border-color: var(--textbgPrimario) !important;
        }

        .nav-markey .dropdown-item {
        color: var(--textbgPrimario) !important;
        }

        .nav-markey .navbar-nav .nav-link {
        color: var(--textbgPrimario) !important;
        }

        .nav-markey .navbar-nav .nav-item {
        color: var(--textbgPrimario) !important;
        }
        .nav-markey {
        background-color:var(--colorPrimario);
        }

        .nav-markey .dropdown-menu {
        background-color: var(--colorPrimario) !important
        }

        .nav-markey .navbar-nav .nav-link:hover {
        color: var(--textbgPrimario) !important
        }

        .nav-markey .navbar-nav .dropdown-item:hover {
        background-color: var(--colorPrimarioHover) !important;
        color: var(--textbgPrimario)!important;

        }

        .nav-markey .navbar-nav .dropdown-toggle:hover {
        background-color: var(--colorPrimario) !important
        }

        

        #navigation {
        background-color:  !important;
        }

        #navigation .nav-link  {
        color:  !important;
        }

        #navigation .nav-link:hover{
        color:  !important;
        background-color:  !important;
        }


        
        .nav-asistente > li > a {
        border-radius:0px !important;
        font-weight:bold !important;
        }

        .nav-asistente > li.disabled > a {
        color:  !important;

        }

        .nav-asistente > li.active > a {
        background-color:  !important;
        color: !important
        }

        


        
        .bg-cliente {
        background-image: url('');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        }
        .img-logoLogin {
        background-image: url('');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        }
        .img-footer {
        background-image: url('');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        }