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;
}
.Colornav {
    background-color: #001D6B;
}
.colorfooter {
    background-color: #691c32;
}
/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
    /*background-color: var(--primary-color);*/
    background-color: #691c32;
   /* padding-top: 50px;*/
    color: white;
    font-weight: 800;
}

.site-footer-bottom {
    border-top: 1px solid #7fbcf0;
    position: relative;
    z-index: 2;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.site-footer .logo {
    border-radius: var(--border-radius-large);
    width: 80px;
    height: 80px;
    object-fit: cover;
    padding: 15px;
   
}
.site-footer-title {
    margin-top: 10px;
}
.site-footer-title,
.site-footer-link:any-link {
    /* margin-top:10px;*/
    color: white;
    font-weight: 800;
}
.espaciadop {
    line-height: 1.5em;
    font-weight:800;
}
.azul {
    background-color: #8AA9BB;
}
.colorbgrn {
    background-color: #00041F;
}

html {
    position: relative;
    min-height: 100%;
}

