@font-face {
    font-family: 'XuntaSans-regular';
    font-weight: normal;
    font-style: normal;
    src: url('../../../font/XuntaSans-Regular.woff') format('woff'),
}

body {

    font-family: "XuntaSans-regular" !important;
}

#pantalla-login {

}

    .texto {

        padding: 10px;
        width: 100%
    }

    .error {

        text-align: center;
        color: rgb(180, 25, 25);
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: bold;
    }

    .success {

        text-align: center;
        color: rgb(37, 92, 15);
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: bold;
    }

.enlaces-idiomas {

    color: white;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.9em;
}

.enlaces-idiomas-selected {

    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

.nav-link {

    color: white !important;
    text-transform: capitalize;
}

.nav-link.active {

    background-color: white !important;
    color: #007BC4 !important;
}

.texto-pie {

    color: white;
    font-size: 0.9em;
}
