@import url("/fonts/fonts.css");
body{
    background-color: white;
}
.fondo-digesto{
    background-color: #387495;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(56,116,149);
    font-weight: 900;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(56,116,149,.8);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(56,116,149,.9);
    font-weight: 600;
}

.btn-link {
    font-weight: 600;
    color: rgb(56, 116, 149);
    text-decoration: none;
}

.faq {
    background-color: rgba(30, 177, 237,.2);
    color:#387495;
    font-weight: 500;
    text-align: justify!important;
}

.login-page, .register-page {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-primary.card-outline {
    border: 3px solid rgb(56, 116, 149);
}

.btn-login {
    color: #ffffff;
    background-color: rgb(56, 116, 149);
    border-color: rgb(56, 116, 149);
    box-shadow: none;
    font-weight: 900;
}

.btn-login:hover {
    color: #ffffff;
    background-color:rgba(30, 177, 237);
    border-color: rgba(30, 177, 237);
    font-weight: 900;
}

.norm-link{
    font-family: Agile;
    font-weight:bold;
    color:white
}

.norm-link:hover {
    color:9d9d9d;
}
