/* ------- customize primary button color of Bootstrap -------- */   

.btn-primary{
    background-color: #25485c;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #b0cb1f;
}



/* ------- customize text-primary color of Bootstrap -------- */ 

.text-primary {
  --mdb-text-opacity: 1;
  /*color: rgba(var(--mdb-primary-rgb),var(--mdb-text-opacity)) !important;*/
  color: #b0cb1f !important;
}


/* ------- customize list-group-item color of Bootstrap -------- */ 

.list-group-item.active { /* pagina course-template.php */
  z-index: 2;
  color: #fff;
  background-color: #25485c;
  border-color: #25485c;
}


/* ------- custom button "Comprar ahora" -------- */ 

.btn-primary-comprar-ahora{
    background-color: #b0cb1f;
    color: #fff;
}


/* ------- custom color header item of accordion */

.custom-bg-accordion-dark-blue{
  color: #ececec !important;
  background-color: #25485c !important;
}
 

/* ------- custom color blue for blanco in arrow of accordion */
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}