/*** agrega aqui los estilos necesarios para modificar el template ***/

.noUi-connect {
    background: #f62d00;
}

.page-link:hover {
    color: var(--secondary-hover-contrast);
    background: #f62d00;
}

.bs-footer__description, .bs-footer__link {
    color: #b9b9b9;
    padding: .25rem 0;
}

