html {
  font-size: 14px;
}

@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;
}


.form-control,
.form-select {
    background: #f8f9fa;
    border: 1px solid #ccc;
}
/* Formularios visibles en fondo claro */

.form-label {
    color: #111;
    font-weight: 600;
}

.form-check-label {
    color: #111;
}

.form-control {
    color: #111;
}

select.form-select {
    color: #111;
}
/* ===== MODULO PAGO ===== */

.pago-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 10px;
    color: #111;
}

    .pago-box h2 {
        color: #111;
        font-weight: 700;
    }

    .pago-box h4 {
        color: #111;
        margin-top: 25px;
    }

    .pago-box p {
        color: #333;
        margin-bottom: 6px;
    }

    .pago-box strong {
        color: #000;
    }

    .pago-box .alert-warning {
        font-size: 0.95rem;
    }
.card p,
.card span,
.card h5,
.card h4,
.card small,
.card strong {
    color: #111 !important;
}