.nav-color-head{    
    background-image: linear-gradient(to right, #ffffff,#ffffff, #9a8417) !important;
}
.inverse-background{    
    background-image: linear-gradient(to left, #ffffff,#ffffff, #9a8417) !important;
}
.lineal-background{
    background: rgb(154,132,23) !important;
    background: linear-gradient(90deg, rgba(154,132,23,1) 8%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 56%, rgba(154,132,23,1) 85%) !important;
}
.text-color-primary{
  color: #253266 !important;  
}
.background-blue{
    background-color: #253266 !important;
}    
#mainNav li a{
    color: #253266 !important;  
}
.footer-ribbon{
    background-color: #9a8417 !important;
    color: #253266 !important;  
}
.btn-primary{
    color: white !important;
    background-color: #253266 !important;
}
html .border-color-primary{
    border-color: #9a8417 !important;    
}
.header-body-bottom-border{
    border-bottom: 0.20em solid #9a8417 !important;
}
.img-fluid-2{
    max-width: 60% !important;
}
