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-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.fondo-r {
    background: linear-gradient(135deg,#1A4275,#183867);
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    font-family: Segoe UI,Tahoma,Geneva,Verdana,sans-serif;
    background-image: url('/img/Fondo-R.jpg');
}

.card-coming {
    background: white;
    color: #333;
    border: none;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    padding: 50px;
}

.logo {
    max-width: 280px;
}

h1 {
    color: #1A4275;
    font-weight: 700;
}

.subtitle {
    color: #6c757d;
    font-size: 1.1rem;
}

.count-box {
    background: #1A4275;
    color: white;
    border-radius: 15px;
    padding: 20px;
    min-width: 95px;
}

    .count-box h2 {
        margin: 0;
        font-size: 2.2rem;
        font-weight: bold;
    }

    .count-box span {
        font-size: .85rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.progress {
    height: 8px;
    border-radius: 20px;
}

.progress-bar {
    background: #4F8A42;
}

footer {
    color: #888;
    font-size: .9rem;
}