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;
    
}




.alinear {
    display: inline-block !important;
    float: left !important;
    margin-bottom: 1%;
}

.form-control {
    width: 90%;
}


/* ---------------------------------------------------
    Toast Alerts
----------------------------------------------------- */
#toast-alert {
    max-width: 100% !important;
    width: 300px !important; /* Ancho del toast */
    position: fixed !important; /* Cambiar a posición fija */
    bottom: 1.3rem !important; /* Posición en la parte inferior */
    right: 1.3rem !important; /* Posición en la parte derecha */
    z-index: 9999 !important; /* Asegurarse de que esté en la parte superior */
}

.toast-body {
    color: #198754; /* Cambia el color del texto para que sea legible */
    padding: 10px; /* Añade espacio alrededor del contenido del toast */
}



