
.text-celeste {
	color: #51ace2;
}

a.text-celeste:hover {
	color: #2e9bdc;
} 

.bg-celeste {
	background-color: #51ace2;

}

.bg-naranja {
	background-color: #e89724;
	
}

.btn-primary:hover {
	background: red !important;
}