 /*Azul*/
 
 .azul-l5 {
     color: #000 !important;
     background-color: #e9f6ff !important
 }
 
 .azul-l4 {
     color: #000 !important;
     background-color: #b5e2ff !important
 }
 
 .azul-l3 {
     color: #000 !important;
     background-color: #6ac6ff !important
 }
 
 .azul-l2 {
     color: #fff !important;
     background-color: #20a9ff !important
 }
 
 .azul-l1 {
     color: #fff !important;
     background-color: #0083d4 !important
 }
 
 .azul-d1 {
     color: #fff !important;
     background-color: #004c7c !important
 }
 
 .azul-d2 {
     color: #fff !important;
     background-color: #00446e !important
 }
 
 .azul-d3 {
     color: #fff !important;
     background-color: #003b60 !important
 }
 
 .azul-d4 {
     color: #fff !important;
     background-color: #003353 !important
 }
 
 .azul-d5 {
     color: #fff !important;
     background-color: #002a45 !important
 }
 
 .azul-light {
     color: #000 !important;
     background-color: #e9f6ff !important
 }
 
 .azul-dark {
     color: #fff !important;
     background-color: #002a45 !important
 }
 
 .azul-action {
     color: #fff !important;
     background-color: #002a45 !important
 }
 
 .azul {
     color: #fff !important;
     background-color: #005588 !important
 }
 
 .azul-text {
     color: #005588 !important
 }
 
 .azul-border {
     border-color: #005588 !important
 }
 
 .azul-hover:hover {
     color: #fff !important;
     background-color: #005588 !important
 }
 
 .azul-hover-text:hover {
     color: #005588 !important
 }
 
 .azul-hover-border:hover {
     border-color: #005588 !important
 }
 /*Negro*/
 
 .negro-l5 {
     color: #000 !important;
     background-color: #f0f0f0 !important
 }
 
 .negro-l4 {
     color: #000 !important;
     background-color: #cccccc !important
 }
 
 .negro-l3 {
     color: #fff !important;
     background-color: #999999 !important
 }
 
 .negro-l2 {
     color: #fff !important;
     background-color: #666666 !important
 }
 
 .negro-l1 {
     color: #fff !important;
     background-color: #333333 !important
 }
 
 .negro-d1 {
     color: #fff !important;
     background-color: #000000 !important
 }
 
 .negro-d2 {
     color: #fff !important;
     background-color: #000000 !important
 }
 
 .negro-d3 {
     color: #fff !important;
     background-color: #000000 !important
 }
 
 .negro-d4 {
     color: #fff !important;
     background-color: #000000 !important
 }
 
 .negro-d5 {
     color: #fff !important;
     background-color: #000000 !important
 }
 
 .negro-light {
     color: #000 !important;
     background-color: #f0f0f0 !important
 }
 
 .negro-dark {
     color: #fff !important;
     background-color: #000000 !important
 }
 
 .negro-action {
     color: #fff !important;
     background-color: #000000 !important
 }
 
 .negro {
     color: #fff !important;
     background-color: #000000 !important
 }
 
 .negro-text {
     color: #000000 !important
 }
 
 .negro-border {
     border-color: #000000 !important
 }
 
 .negro-hover:hover {
     color: #fff !important;
     background-color: #000000 !important
 }
 
 .negro-hover-text:hover {
     color: #000000 !important
 }
 
 .negro-hover-border:hover {
     border-color: #000000 !important
 }
 /*Blanco*/
 
 .blanco-l5 {
     color: #000 !important;
     background-color: #ffffff !important
 }
 
 .blanco-l4 {
     color: #000 !important;
     background-color: #ffffff !important
 }
 
 .blanco-l3 {
     color: #000 !important;
     background-color: #ffffff !important
 }
 
 .blanco-l2 {
     color: #000 !important;
     background-color: #ffffff !important
 }
 
 .blanco-l1 {
     color: #000 !important;
     background-color: #ffffff !important
 }
 
 .blanco-d1 {
     color: #000 !important;
     background-color: #e6e6e6 !important
 }
 
 .blanco-d2 {
     color: #000 !important;
     background-color: #cccccc !important
 }
 
 .blanco-d3 {
     color: #000 !important;
     background-color: #b3b3b3 !important
 }
 
 .blanco-d4 {
     color: #fff !important;
     background-color: #999999 !important
 }
 
 .blanco-d5 {
     color: #fff !important;
     background-color: #808080 !important
 }
 
 .blanco-light {
     color: #000 !important;
     background-color: #ffffff !important
 }
 
 .blanco-dark {
     color: #fff !important;
     background-color: #808080 !important
 }
 
 .blanco-action {
     color: #fff !important;
     background-color: #808080 !important
 }
 
 .blanco {
     color: #000 !important;
     background-color: #ffffff !important
 }
 
 .blanco-text {
     color: #ffffff !important
 }
 
 .blanco-border {
     border-color: #ffffff !important
 }
 
 .blanco-hover:hover {
     color: #000 !important;
     background-color: #ffffff !important
 }
 
 .blanco-hover-text:hover {
     color: #ffffff !important
 }
 
 .blanco-hover-border:hover {
     border-color: #ffffff !important
 }
 /* Backgroound */
 
 .bg-danger {
     background-color: #dc143b !important;
 }
 
 .bg-primary {
     background-color: #007bff !important;
 }
 
 .bg-d-blue {
     background-color: #2449b6 !important;
     color: #fff!important;
 }
 
 .bg-purple {
     background-color: #952268!important;
     color: #fff!important;
 }
 
 .bg-crimson {
     background-color: crimson;
     color: #fff;
 }
 
 .bg-indigo {
     background-color: #6610f2;
     color: #fff;
 }
 
 .bg-cyan {
     background-color: #0dcaf0;
     color: #fff;
 }
 
 .bg-green {
     background-color: #198754;
     color: #fff;
 }
 
 .bg-green1 {
     background-color: #00bd8f;
     color: #fff;
 }