.bg-yale {
    background-color: #0E4D92 !important;
	color: white;
}
.bg-yale:hover {
    background-color: #0E4D92 !important;
	color: white;
}
.bg-yale:focus {
    background-color: #0E4D92 !important;
	color: white;
}
.bg-air-force {
    background-color: #588BAE !important;
	color: white;
}
.bg-air-force:hover {
    background-color: #588BAE !important;
	color: white;
}
.bg-air-force:focus {
    background-color: #588BAE !important;
	color: white;
}
.bg-white {
    background-color: #ffffff !important;
	color: #3c8dbc;
}
.bg-white:hover {
    background-color: #FFFFFF !important;
	color: #3c8dbc;
}
.bg-white:focus {
    background-color: #FFFFFF !important;
	color: #3c8dbc;
}
.bg-azure {
    background-color: #0080FF !important;
	color: white;
}
.bg-azure:hover {
    background-color: #0080FF !important;
	color: white;
}
.bg-fixia {
    background-color: #006fe6 !important;
	color: white;
}
.bg-fixia:hover {
    background-color: #006fe6 !important;
	color: white;
}
.bg-azure-inverse {
    background-color: white ;
	color: black;
}
.bg-azure-inverse:hover {
    background-color: #0080FF ;
	color: white;
	border: 1px solid #0080FF;
}
.bg-red-inverse{
    background-color: white ;
	color: black;
}
.bg-red-inverse:hover {
    background-color: #dd4b39 ;
	color: white;
	border: 1px solid #dd4b39;
}
.bg-tiffany {
    background-color: #81D8D0 ;
	color: white;
}
.bg-tiffany:hover {
    background-color: #81D8D0 ;
	color: white;
}
.bg-tiffany-inverse {
    background-color: white ;
	color: black;
}
.bg-tiffany-inverse:hover {
    background-color: #81D8D0 ;
	color: white;
	border: 1px solid white;
}
.bg-ciafblue {
    background-color: #007BFF;
	color: white;
	border: 1px solid white;
}
.bg-ciafblue:hover {
    background-color: #007BFF  ;
	color: white;
	border: 1px solid white ;
}
.bg-brown-inverse{
    background-color: white ;
	color: black;
}
.bg-brown-inverse:hover {
    background-color: #f39c12 ;
	color: white;
	border: 1px solid #f39c12;
}
.padre {
  display: flex;
  justify-content: center;
  align-items: center;
}