html {
    font-size: 14px;
}

:root {
    --brand-navy: #1f2a44;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.id-como-pagar {
    align-items: center;
    border: 2px solid var(--andes-color-blue-500, #009ee3);
    border-radius: 50%;
    box-sizing: border-box;
    color: var(--andes-color-blue-500, #009ee3);
    display: flex;
    flex-shrink: 0;
    font-size: 15px;
    height: 26px;
    justify-content: center;
    margin-right: 16px;
    width: 26px;
    margin-top: 10px;
}

.card .bi {
    vertical-align: middle;
}


.img-background{

}