.c-font-blue {
  color: #009ea0 !important;
}

/* Cambiar fondo aplicado con ::after */
.c-bg-after-blue,
.c-bg-after-blue::after {
  background-color: #009ea0 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-justified > .active > a,
.nav-justified > .active > a:focus,
.nav-justified > .active > a:hover {
  background-color: #009ea0 !important;
  border-color: #009ea0 !important;
  color: white !important; /* texto blanco para contraste */
}
.c-btn-green {
  background-color: #009ea0 !important;
  border-color: #009ea0 !important;
  color: #ffffff !important;
}

.c-btn-green:hover {
  background-color: #007f81 !important; /* una versión más oscura para el hover */
  border-color: #007f81 !important;
  
}
.c-bg-green
{
	   background-color: #009ea0 !important;
	
}

.c-font-green{
	color:#009ea0 !important;
}
.c-bg-white{
	background-color:#009ea0;
	color:#009ea0;
}

.btn-btn-lg,.btn-default{
	background-color:#009ea0 !important;
	color:black;
}