html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    background-color: #f5f5f5;
}
.btn-outline-success {
    border: none !important;
    box-shadow: none !important;
}

.btn-social {
    text-decoration: none !important;
}

.btn-social:hover, .btn-social:focus {
    text-decoration: none !important;
}

footer {
    color: #fff !important;
}

footer a {
    color: #fff !important;
    text-decoration: none !important;
}

footer a:hover {
    color: #b3d7ff !important;
}

.navbar-blue {
    background-color: #000944 !important;
}
.navbar-blue .nav-link {
color: #fff !important;
}

.navbar-blue .nav-link.active {
    font-weight: bold;
}

.selector-anio {
    color: #4d90fe;
    font-weight: 500;
    font-size: 1.1rem;
}

.breadcrumb.custom-breadcrumb .breadcrumb-item,
.breadcrumb.custom-breadcrumb .breadcrumb-item a {
    color: #fff !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.breadcrumb.custom-breadcrumb .breadcrumb-item.active {
    color: #ffd700 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

@media (max-width: 767.98px) {
    .justificar-movil {
        text-align: justify;
    }

    .separar-movil {
        margin-top: 1rem;
    }
}

.user-title {
    background-color: white;
    border-radius: 5rem;
    position: relative;
    width: 7rem;
    height: 7rem;
    justify-self: anchor-center;
    place-content: center;
    text-align: center;
    transform: translateY(50%);
    box-shadow: 2px 2px 30px;
}

btn-login {
    border-radius: 1rem;
    background-color: #3a7fca;
    border-color: #3a7fca;
}

.profile-im-sm {
    width: 33px;
    height: 33px;
    margin: 0 auto 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.sub-title {
    background-color: #322d60;
    color: white;
    padding: 1rem;
    border-radius: 10px;
    align-items: center;
}

.white-text {
    color: white;
    text-decoration: none;
}

.header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: padding 0.3s, box-shadow 0.3s;
}

    .header.shrink {
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }

.breadcrumb-header {
    margin-top: 6rem;
}

@media only screen and (max-width: 991px) {
    .dropdown {
        margin-left: unset !important;
    }

    .breadcrumb-header {
        margin-top: 5rem;
    }

    .img-login{
        display: none
    }
}