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;
}

.text-center {
    text-align: center;
}
/* Estilos básicos para el PDF */
body {
    background: none !important; /* Quitar cualquier fondo */
    color: #000 !important;      /* Asegurar que el texto sea legible */
}

/* Eliminar bordes y sombras si hay contenedores */
.container, .card {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Ajustar el tamaño del contenido para el PDF */
.page-content {
    margin: 0;
    padding: 0;
}
