/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-footer {
    background: #2a229d;
}
.bs-footer__link__icon {
    color: #739bcc;
}
.bs-footer__logo, .bs-footer__title {
    color: #739bcc;
}
.bs-footer__top-section {
    background: black;
}
.bs-footer__description, .bs-footer__link {
    color: white;
}
.btn-primary:hover {
    background: black;
    color: white;
}
.bs-title-home {
    color: #3933ae;
}
.badge-warning {
    background-color: #2317a3;
}
.btn-danger, .badge-danger {
    background: #2a229d;
    border-color: #2a229d;
}
.btn-search-mobile:hover {
    color: #5c7ca3;
}
.btn-secondary {
    background: #739bcc;
    border-color: #739bcc;
}
