.table-responsive {
    width: 100%;
    overflow-x: auto;
}
.table {
    min-width: 1600px;
    font-size: 0.70em; /* Antes 1.15em */
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.table th, .table td {
    white-space: nowrap;
    padding: 14px 12px;
    vertical-align: middle !important;
}

.container, .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body {
    background: #f8f9fa;
}

html,
body.login-bg {
    min-height: 100%;
}

html,
body.login-bg {
    height: 100%;
    min-height: 100%;
}

body.login-bg {
    width: 100%;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0;
    background-image: url('../img/wallpaper.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-color: transparent !important;
    overflow-x: hidden;
}

body.login-bg .center-vertical {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.login-bg .center-content {
    width: 100%;
}

body.otraimagen-bg{
 
    background-image: url('../img/index.jpg');
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-color: transparent !important;
}

 

.login-panel {
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    padding: 32px 24px;
    margin-top: 32px;
}

.btn {
    border-radius: 20px;
}
.btn-success {
    background-color: #FEC90E !important;
    border-color: #FEC90E !important;
    color: #333 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #e6b10c !important;
    border-color: #e6b10c !important;
    color: #333 !important;
}

.card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

input, select, textarea {
    border-radius: 8px !important;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

.footer-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 999;
    text-align: right;
    padding-right: 30px;
}

.form-filtros-separador {
    margin-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
}

.permiso-grupo {
    margin-bottom: 8px;
    white-space: normal;
}

.permiso-check {
    display: inline-block;
    margin: 4px 12px 4px 0;
    white-space: normal;
    font-weight: normal;
}

.auditoria-pregunta {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 14px;
    padding: 14px;
}

.auditoria-pregunta__meta {
    color: #666;
    font-size: 12px;
    margin-bottom: 6px;
}

.auditoria-criterios label {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px;
    margin: 4px 6px 4px 0;
    min-width: 130px;
    background: #fafafa;
}

.auditoria-criterios input {
    margin-right: 6px;
}

.auditoria-admin-table {
    table-layout: auto;
}

.auditoria-admin-table th,
.auditoria-admin-table td {
    white-space: normal;
    vertical-align: top !important;
}

.auditoria-admin-table .punto-input {
    min-width: 90px;
}

.auditoria-admin-table .requisito-input {
    min-width: 170px;
}

.auditoria-admin-table .pregunta-input {
    min-width: 360px;
}

.auditoria-admin-table .evidencia-input {
    min-width: 360px;
}

.auditoria-admin-table .procesos-asignados {
    min-width: 760px;
}
