/* /Componentes/BarraLogo.razor.rz.scp.css */
/* Barra Logo */
.barraLogo[b-g5jmjrku7d] {
    background-color: #611232;
    color: #ffffff;
    font-size: 1.2em;
}

.navbar-custom[b-g5jmjrku7d] {
    color: #ffffff !important;
}
    /*Color brand */
    .navbar-custom .navbar-toggler[b-g5jmjrku7d] {
        color: #ffffff !important;
    }
    /*Color texto*/
    .navbar-custom .navbar-nav .nav-link[b-g5jmjrku7d] {
        color: #ffffff;
    }
    /*Color of active or hovered links*/
    .navbar-custom .nav-item.active .nav-link[b-g5jmjrku7d],
    .navbar-custom .nav-item:hover .nav-link[b-g5jmjrku7d] {
        color: #D3C19C !important;
    }

.dropdown-menu[b-g5jmjrku7d] {
    background-color: #A57F2C !important;
}

.navbar-custom .dropdown-item[b-g5jmjrku7d] {
    color: #ffffff !important;
}

    .navbar-custom .dropdown-item:hover[b-g5jmjrku7d],
    .navbar-custom .dropdown-item:focus[b-g5jmjrku7d] {
        background-color: #A57F2C;
        color: #D3C19C !important;
    }
/* /Componentes/BarraMenu.razor.rz.scp.css */
.barraMenu[b-s9hz46ht3l] {
    background-color: #A57F2C;
    color: #ffffff !important;
    font-size: 1.2em;
    margin-bottom: 12px;
}

.ligaMenu[b-s9hz46ht3l] {
    color: #ffffff;
    font-size: .9em;
    font-family: "Patria";
}

.navbar-custom[b-s9hz46ht3l] {
    color: #ffffff !important;
}
    /* Color brand */
    .navbar-custom .navbar-brand[b-s9hz46ht3l],
    .navbar-custom .navbar-text[b-s9hz46ht3l],
    .navbar-custom .navbar-toggler[b-s9hz46ht3l] {
        color: #ffffff;
    }

    /*Color texto*/
    .navbar-custom .navbar-nav .nav-link[b-s9hz46ht3l] {
        color: #ffffff;
    }
    /*Color of active or hovered links*/
    .navbar-custom .nav-item.active .nav-link[b-s9hz46ht3l],
    .navbar-custom .nav-item:hover .nav-link[b-s9hz46ht3l] {
        color: #D3C19C !important;
    }

.dropdown-menu[b-s9hz46ht3l] {
    background-color: #A57F2C !important;
}

.navbar-custom .dropdown-item[b-s9hz46ht3l] {
    color: #ffffff !important;
}

    .navbar-custom .dropdown-item:hover[b-s9hz46ht3l],
    .navbar-custom .dropdown-item:focus[b-s9hz46ht3l] {
        background-color: #A57F2C;
        color: #D3C19C !important;
    }
/* /Componentes/BarraPie.razor.rz.scp.css */
.barraPie[b-qhsapu3r25] {
    background-color: #611232;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 14px;
    font-size: .9em;
}

/* Dispositivos con resolución menor a 768px*/
@media (max-width: 768px) {
    .barraPie[b-qhsapu3r25] {
        display: none;
    }
}
/* /Componentes/EnlacesSesion.razor.rz.scp.css */
.liga[b-6cczyp9k4n] {
    text-decoration: none;
    color: #ffffff;
    font-size:.9em;
}

.seccionSesion[b-6cczyp9k4n] {
    list-style-type: none;
    font-size: .9em;
    text-align: right;
    margin-bottom: -6px;
    margin-top: -6px;
}
.ulEnlaceSesion[b-6cczyp9k4n] {
    list-style-type: none;
    font-size: .9em;
    text-align: right;
    margin-bottom: -6px;
    margin-top: -6px;
}
/* /Componentes/SpinnerGuardar.razor.rz.scp.css */
.modal-overlay[b-r64459s80m] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(128, 128, 128, 0.5);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fondo-blanco[b-r64459s80m] {
    padding-top: 30px;
    width: 180px;
    height: 180px;
    background-color: #FFF;
    border-radius: 10px;
    z-index: 2001;
}
/* /Componentes/SpinnerTrabajando.razor.rz.scp.css */
.modal-overlay[b-2z5s4ihumj] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(128, 128, 128, 0.5);
    z-index: 997;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fondo-blanco[b-2z5s4ihumj] {
    padding-top: 40px;
    width: 180px;
    height: 180px;
    background-color: #FFF;
    border-radius: 10px;
    z-index: 998;
}
