/* =========================================================
   ACCESO A LA INFORMACIÓN PÚBLICA - TRANSPARENCIA
   Clases propias para evitar conflictos con la plantilla
   ========================================================= */

.transp-page {
    background: #f7f9fc;
}

/* ---------- INTRODUCCIÓN ---------- */

.transp-intro {
    padding: 25px 0 15px;
}

.transp-title {
    color: #123b5d;
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 15px;
    position: relative;
    padding-bottom: 15px;
}

.transp-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 4px;
    background: #d39b2c;
    border-radius: 5px;
}

.transp-subtitle {
    color: #607080;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-top: 20px;
}

/* ---------- TARJETA DERECHO ---------- */

.transp-right-card {
    background: linear-gradient(135deg, #123b5d, #185b82);
    color: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(18,59,93,.18);
    height: 100%;
}

.transp-right-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 10px;
}

.transp-right-card h3 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
}

.transp-right-card p {
    color: rgba(255,255,255,.92);
    line-height: 1.75;
    text-align: justify;
}

/* ---------- ACCESOS ---------- */

.transp-access {
    padding: 15px 0;
    background: #fff;
}

.transp-section-title {
    text-align: center;
    margin-bottom: 25px;
}

.transp-section-title h2 {
    color: #123b5d;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.transp-section-title p {
    color: #687887;
    font-size: 15px;
}

/* ---------- TARJETAS DE ACCESO ---------- */

.transp-access-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    min-height: 285px;
    margin-bottom: 30px;
    border: 1px solid #e6ebf0;
    box-shadow: 0 7px 22px rgba(0,0,0,.07);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.transp-access-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #d39b2c;
}

.transp-access-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

.transp-access-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    margin: 5px auto 20px;
    font-size: 30px;
}

/* Colores propios */

.transp-pdf .transp-access-icon {
    background: #f9eaea;
    color: #b63b3b;
}

.transp-natural .transp-access-icon {
    background: #e8f2fa;
    color: #17638d;
}

.transp-juridica .transp-access-icon {
    background: #f8f0df;
    color: #9a711d;
}

.transp-access-card h3 {
    color: #123b5d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.transp-access-card p {
    color: #667583;
    line-height: 1.7;
    min-height: 65px;
}

/* ---------- BOTONES ---------- */

.transp-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    transition: .3s;
}

.transp-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.transp-btn-pdf {
    background: #b63b3b;
    color: #fff !important;
}

.transp-btn-natural {
    background: #17638d;
    color: #fff !important;
}

.transp-btn-juridica {
    background: #9a711d;
    color: #fff !important;
}

/* ---------- QUÉ PUEDES SOLICITAR ---------- */

.transp-info-section {
    padding: 25px 0;
    background: #f7f9fc;
}

.transp-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    border-top: 4px solid #17638d;
}

.transp-info-card.exception {
    border-top-color: #b63b3b;
}

.transp-info-card h3 {
    color: #123b5d;
    font-size: 21px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.transp-info-card h3 i {
    margin-right: 8px;
}

.transp-info-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.transp-info-card li {
    color: #536473;
    line-height: 1.7;
    margin-bottom: 12px;
    text-align: justify;
}

.transp-info-card li i {
    margin-right: 7px;
}

/* ---------- PASOS ---------- */

.transp-steps {
    padding: 25px 0;
    background: #fff;
}

.transp-step {
    text-align: center;
    padding: 15px;
    position: relative;
}

.transp-step-number {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #123b5d;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin: 0 auto 15px;
}

.transp-step h4 {
    color: #123b5d;
    font-weight: 700;
}

.transp-step p {
    color: #687887;
    line-height: 1.6;
    font-size: 14px;
}

/* ---------- NORMATIVA ---------- */

.transp-normativa {
    padding: 25px 0;
    background: #123b5d;
}

.transp-normativa h2 {
    color: #fff;
    font-weight: 800;
    margin-top: 0;
}

.transp-normativa p {
    color: rgba(255,255,255,.88);
    line-height: 1.7;
}

.transp-norma-item {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 15px;
}

.transp-norma-item i {
    color: #d39b2c;
    font-size: 20px;
    margin-right: 10px;
}

.transp-norma-item strong {
    color: #fff;
}

.transp-norma-item span {
    color: rgba(255,255,255,.82);
}

/* ---------- AYUDA ---------- */

.transp-help {
    background: #d39b2c;
    padding: 30px 0;
}

.transp-help h3 {
    color: #123b5d;
    font-weight: 800;
    margin: 0 0 8px;
}

.transp-help p {
    color: #3f4d59;
    margin: 0;
}

.transp-help-btn {
    display: inline-block;
    background: #123b5d;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 700;
    margin-top: 8px;
}

/* ---------- RESPONSIVE ---------- */

@media(max-width:767px) {

    .transp-title {
        font-size: 27px;
    }

    .transp-access-card {
        min-height: auto;
    }

    .transp-right-card {
        margin-top: 25px;
    }

}
/*** formulario **/
.aip-container{
	font-family:'Inter',sans-serif;
    max-width:1100px;
    margin:auto;
    padding:8px 0px;
}

#enviarAIPNatural{
    background:#fff;
    border-radius:20px;
    padding: 10px 40px;
    box-shadow: 0 10px 40px rgba(13,110,253,.08), 0 2px 8px rgba(0,0,0,.04); 
	border:1px solid rgba(13,110,253,.06);
}

#enviarAIPJuridica{
    background:#fff;
    border-radius:20px;
    padding: 10px 40px;
    box-shadow: 0 10px 40px rgba(13,110,253,.08), 0 2px 8px rgba(0,0,0,.04); 
	border:1px solid rgba(13,110,253,.06);
}

/* HEADER */

.aip-header{
    margin-bottom:2px;
}

.logo-aip{
    width:120px;
    margin-bottom:5px;
}

.aip-header h1{
    font-size:36px;
    font-weight:700;
    color:#0d6efd;
    margin-bottom:0px;
}

.aip-header p{
    color:#777;
    font-size:12px;
	text-align: center;
}

/* TITULOS */

.section-form-title{
    display:flex;
    align-items:center;
    gap:12px;
    background:linear-gradient(135deg,#0d6efd,#3d8bfd);
    color:#fff;
    padding:8px 12px;
    border-radius:12px;
    margin:10px 0 10px;
    font-size:15px;
    font-weight:700;
}

.section-form-title i{
    font-size:22px;
}

.section-form-title_rep{
    display:flex;
    align-items:center;
    gap:12px;
    background:linear-gradient(135deg,#9C051E,#F71115);
    color:#fff;
    padding:8px 12px;
    border-radius:12px;
    margin:10px 0 10px;
    font-size:15px;
    font-weight:700;
}

.section-form-title_rep i{
    font-size:22px;
}


/* INPUTS */

.form-control-rv{
    border-radius:10px;
    border:1px solid #dfe6e9;
    min-height:30px;        /* 🔥 antes era más alto */
    padding:5px 15px;       /* 🔥 controla tamaño real */
    font-size:14px;         /* más compacto */
    box-shadow:none;
    transition:0.2s;
	width:100%;
	background:#fcfdff;
}

.form-control-rv:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 3px rgba(13,110,253,.12);
}

```css
/* INPUT BLOQUEADO */
.input-disabled{
    background:#edf2f7 !important;

    color:#8a8a8a !important;

    border:1px dashed #b8c2cc !important;

    cursor:not-allowed;

    opacity:.85;

    box-shadow:none !important;
}

/* INPUT DISABLED NATIVO */
.form-control-rv:disabled{
    background:#edf2f7;

    color:#8a8a8a;

    border:1px dashed #b8c2cc;

    cursor:not-allowed;

    opacity:.9;
}
```


/* TEXTAREA */

textarea.form-control-rv{
    min-height:110px;   /* antes 140px */
    padding:10px 12px;
	border-radius:10px;
}

/* LABELS */

label{
    font-weight:600;
    color:#2d3436;
    margin-bottom:5px;   /* antes 8px */
    font-size:13px;
}
/* PLACEHOLDER */
.form-control-rv::placeholder{
    color:rgba(0,0,0,0.35);
    opacity:1;
}

/* BOOTSTRAP */
.form-control::placeholder{
    color:rgba(0,0,0,0.35);
    opacity:1;
}

/* RADIOS */

.radio-inline{
    margin-right:20px;
    font-weight:500;
}

/* ALERTAS */

.element-separator{
    background:#fff8e1;
    border-left:5px solid #ffc107;
    padding:15px;
    border-radius:10px;
}

.element-separator ul{
    padding-left:20px;
}

.element-separator li{
    margin-bottom:15px;
    line-height:1.7;
    color:#555;
}

/* BOTON */

.btn-theme-colored{
    background:linear-gradient(135deg,#0d6efd,#0056d6);
    border:none;
    padding:14px 40px;
    border-radius:50px;
    font-size:17px;
    font-weight:700;
    transition:0.3s;
}

.btn-theme-colored:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 18px rgba(13,110,253,.3);
}

.btn-bloqueado{
    pointer-events: none !important;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

/* INPUT GROUP */

.input-group-addon{
    background:#0d6efd;
    color:#fff;
    border:none;
    border-radius:0 12px 12px 0;
}

/* CONTENEDOR DEL RADIO */
.radio-custom{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-right:10px;
    cursor:pointer;
    font-weight:600;
    color:#444;
    position:relative;
    padding:5px 5px;
    border:1px solid #dfe6e9;
    border-radius:12px;
    transition:all .3s ease;
    background:#fff;
}

/* OCULTAR RADIO ORIGINAL */
.radio-custom input[type="radio"]{
    display:none;
}

/* CIRCULO */
.radio-custom .radio-circle{
    width:20px;
    height:20px;
    border:2px solid #0d6efd;
    border-radius:50%;
    position:relative;
    transition:.3s;
}

/* PUNTO INTERNO */
.radio-custom .radio-circle::after{
    content:'';
    width:10px;
    height:10px;
    background:#0d6efd;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0);
    transition:.3s;
}

/* ACTIVO */
.radio-custom input[type="radio"]:checked + .radio-circle::after{
    transform:translate(-50%,-50%) scale(1);
}

/* CARD ACTIVA */
.radio-custom:has(input[type="radio"]:checked){
    background:#eef4ff;
    border-color:#0d6efd;
    color:#0d6efd;
    box-shadow:0 3px 8px rgba(13,110,253,.15);
}

/* HOVER */
.radio-custom:hover{
    border-color:#0d6efd;
    transform:translateY(-2px);
}
/*** radio DNI**/
.radio-custom_doc{
    display:inline-flex;
    align-items:center;
    gap:5px;
    margin-right:10px;
    cursor:pointer;
    font-weight:600;
    color:#444;
    position:relative;
    padding:5px 5px;
    border:1px solid #80EDB4;
    border-radius:12px;
    transition:all .3s ease;
    background:#fff;
}
/* OCULTAR RADIO ORIGINAL */
.radio-custom_doc input[type="radio"]{
    display:none;
}

/* CIRCULO */
.radio-custom_doc .radio-circle{
    width:20px;
    height:20px;
    border:2px solid #80EDB4;
    border-radius:50%;
    position:relative;
    transition:.3s;
}

/* PUNTO INTERNO */
.radio-custom_doc .radio-circle::after{
    content:'';
    width:10px;
    height:10px;
    background:#044A26;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0);
    transition:.3s;
}

/* ACTIVO */
.radio-custom_doc input[type="radio"]:checked + .radio-circle::after{
    transform:translate(-50%,-50%) scale(1);
}

/* CARD ACTIVA */
.radio-custom_doc:has(input[type="radio"]:checked){
    background:#fff;
    border-color:#044A26;
    color:#044A26;
    box-shadow:0 3px 8px rgba(13,110,253,.15);
}

/* HOVER */
.radio-custom_doc:hover{
    border-color:#80EDB4;
    transform:translateY(-2px);
}
/* RADIO DESHABILITADO */
.radio-custom_doc:has(input[type="radio"]:disabled){
    background:#f5f5f5;
    border-color:#d6d6d6;
    color:#9a9a9a;
    cursor:not-allowed;
    opacity:.75;
    transform:none;
    box-shadow:none;
}

/* CÍRCULO DESHABILITADO */
.radio-custom_doc:has(input[type="radio"]:disabled) .radio-circle{
    border-color:#c8c8c8;
}

/* PUNTO INTERNO SI ESTÁ SELECCIONADO Y DESHABILITADO */
.radio-custom_doc:has(input[type="radio"]:disabled:checked) .radio-circle::after{
    background:#9a9a9a;
}

/* SIN EFECTO HOVER */
.radio-custom_doc:has(input[type="radio"]:disabled):hover{
    transform:none;
    border-color:#d6d6d6;
}

.radio-group{
    display:flex;
    flex-direction:row;
    align-items:center;
    flex-wrap:wrap;
    gap:1px;
}

/* OPCIONAL: evitar que bajen de línea */
.radio-group.inline-nowrap{
    flex-wrap:nowrap;
}

.seguro-group .radio-custom{
    min-width:180px;
}
.form-group{
    margin-bottom:10px;
}

.input-group .form-control{
    height:38px;
}

.input-group-addon{
    padding:6px 10px;
}
/* FECHA MODERNA */
.date-wrapper{
    position:relative;
    width:100%;
}

.input-date{
    padding-right:45px !important;
    border-radius:10px !important;
    height:36px;
}
.input-date::placeholder{
    color:rgba(0,0,0,0.35);
    opacity:1;
}

/* ICONO */
.calendar-icon{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:#0d6efd;
    pointer-events:none;
    font-size:16px;
}

/* ICONO NATIVO */
.input-date::-webkit-calendar-picker-indicator{
    position:absolute;
    right:10px;
    width:40px;
    height:40px;
    opacity:0;
    cursor:pointer;
}

/* SOLO GENERO */
.genero-inline{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
}

/* ITEMS GENERO */
.genero-item{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:6px 5px;

    border-radius:10px;

    white-space:nowrap;
}
/* TEXTO DE AYUDA */
.input-help{
    display:block;
    font-size:11px;
    color:#8a8a8a;
    line-height:1.4;
	padding-left:4px;
}
.input-help-radio{
    display:block;

    font-size:11px;
    color:#8a8a8a;

    padding-left:4px;
    line-height:1.4;
}
/* SELECT MODERNO */
.form-select-rv{
    width:100%;
    height:36px;

    padding:4px 14px;

    border:1px solid #dfe6e9;
    border-radius:10px;

    background-color:transparent;

    font-size:12px;
    color:#444;

    outline:none;
    box-shadow:none;

    transition:.25s ease;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    cursor:pointer;

    /* flecha personalizada */
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%230d6efd' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='%230d6efd' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 12px center;

    padding-right:40px;
}

/* FOCUS */
.form-select-rv:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 3px rgba(13,110,253,.12);
}

/* OPTION */
.form-select-rv option{
    color:#333;
}
/* CONTENEDOR */
.enviar-inline{
    display:flex;
    gap:10px;
    align-items:center;
}

/* BASE */
.enviar-item{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:4px 14px;
    border-radius:15px;
    border:1px solid #dfe6e9;

    cursor:pointer;
    transition:.25s;
    font-weight:600;
    background:#fff;
}

/* OCULTAR RADIO */
.enviar-item input{
    display:none;
}

/* CÍRCULO */
.radio-circle{
    width:18px;
    height:18px;
    border-radius:50%;
    border:2px solid #999;
    position:relative;
}

.radio-circle::after{
    content:'';
    position:absolute;
    width:8px;
    height:8px;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0);
    transition:.2s;
}

/* ===================== */
/* SI (VERDE) */
/* ===================== */
.enviar-item input[value="1"]:checked + .radio-circle{
    border-color:#28a745;
}

.enviar-item input[value="1"]:checked + .radio-circle::after{
    background:#28a745;
    transform:translate(-50%,-50%) scale(1);
}

.enviar-item:has(input[value="1"]:checked){
    background:#e9f9ee;
    border-color:#28a745;
    color:#28a745;
}

/* ===================== */
/* NO (ROJO) */
/* ===================== */
.enviar-item input[value="0"]:checked + .radio-circle{
    border-color:#dc3545;
}

.enviar-item input[value="0"]:checked + .radio-circle::after{
    background:#dc3545;
    transform:translate(-50%,-50%) scale(1);
}

.enviar-item:has(input[value="0"]:checked){
    background:#fdecec;
    border-color:#dc3545;
    color:#dc3545;
}
.seguro-inline{
    display:flex;
    flex-wrap:wrap;   /* 🔥 clave: permite salto de línea */
    gap:10px;
    align-items:center;
}
/* RESPONSIVE */

@media(max-width:768px){

    #enviareclamo{
        padding:25px;
    }

    .reclamo-header h1{
        font-size:28px;
    }

    .section-form-title{
        font-size:16px;
    }

}
/* CONTENEDOR */
.buscar-reclamo-box{
	font-family:'Inter',sans-serif;
    max-width:700px;
    margin:0px auto;
    background:#fff;
    border-radius:18px;
    padding:20px;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
    border:1px solid #edf2f7;
}
/* TITULO */
.buscar-title{
    text-align:center;
    margin-bottom:15px;
}
.buscar-title h2{
    color:#0d6efd;
    font-size:30px;
    font-weight:800;
    margin-bottom:2px;
}
.buscar-title p{
    color:#777;
    font-size:14px;
    margin:0;
}

/* FORMULARIO */
.buscar-form{
    display:flex;
    gap:12px;
    align-items:center;
    flex-wrap:wrap;
}

/* INPUT */
.buscar-input{
    flex:1;
    min-width:220px;
    height:52px;
    border-radius:14px;
    border:1px solid #dfe6e9;
    padding:0 15px;
    font-size:15px;
    transition:.25s ease;
    outline:none;
}

.buscar-input:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 4px rgba(13,110,253,.12);
}

/* BOTON */
.buscar-btn{
    height:52px;
    padding:0 28px;
    border:none;
    border-radius:14px;
    background:linear-gradient(135deg,#0d6efd,#0056d6);
    color:#fff;
    font-weight:700;
    font-size:15px;
    transition:.25s ease;
}

.buscar-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(13,110,253,.25);
}

/* ICONO */
.buscar-btn i{
    margin-right:8px;
}

/* TEXTO AYUDA */
.buscar-help{
    margin-top:12px;
    font-size:13px;
    color:#8a8a8a;
    text-align:center;
}
/* CARD PRINCIPAL */

.card-reclamo{
	font-family:'Inter',sans-serif;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-top:20px;
    animation:fadeCard .4s ease;
}

/* HEADER */
.card-reclamo-header{
    background:linear-gradient(135deg,#0d6efd,#0056d6);
    padding:25px;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}
.card-reclamo-header h3{
    margin:0;
    font-size:28px;
    font-weight:800;
	color:#fff;
    letter-spacing:.5px;
}
/* BODY */
.card-reclamo-body{
    padding:20px;
}

/* ITEMS */
.info-item{
    background:#f8f9fc;
    border-radius:15px;
    padding:10px 14px;
    margin-bottom:12px;
    line-height:1.1;
    border:1px solid #edf1f7;
}

.info-item strong{
    display:block;
    color:#0d6efd;
    margin-bottom:5px;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

/* RESPUESTA */

.respuesta-box{
    background:#eef6ff;
    border-left:5px solid #0d6efd;
    padding:20px;
    border-radius:15px;
    line-height:1.8;
    margin-top:10px;
}

/* BADGES */
.badge{
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
}

/* BOTON */

.btn-otro-reclamo{
    border:none;
    background:linear-gradient(135deg,#0d6efd,#0056d6);
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
    box-shadow:0 5px 15px rgba(13,110,253,.2);
}

.btn-otro-reclamo:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(13,110,253,.3);
}

/* ANIMACION */

@keyframes fadeCard{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* RESPONSIVE */
@media(max-width:768px){
    .buscar-form{
        flex-direction:column;
    }
    .buscar-btn{
        width:100%;
    }
    .buscar-input{
        width:100%;
		height:48px;
        padding:12px 18px;
        font-size:16px;
        border-radius:14px;
    }

    .buscar-title h2{
        font-size:24px;
    }
	.card-reclamo-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .card-reclamo-header h3{

        font-size:22px;
    }

    .card-reclamo-body{

        padding:20px;
    }
}
.table-busqueda{
    font-size: 13px;
    margin-bottom: 0;
}

.table-busqueda thead th{
    background: #f4f6f9;
    color: #3f4254;
    font-weight: 600;
    border-bottom: 2px solid #e4e6ef;
    padding: 10px 8px;
    white-space: nowrap;
}

.table-busqueda tbody td{
    padding: 8px;
    vertical-align: middle;
}

.table-busqueda tbody tr:hover{
    background: #f8f9fc;
}

/* Tablet */
@media (max-width: 992px){

    .table-busqueda{
        font-size: 12px;
    }

    .table-busqueda thead th,
    .table-busqueda tbody td{
        padding: 6px;
    }

}

/* Celular */
@media (max-width: 768px){

    .table-busqueda{
        font-size: 11px;
    }

    .table-busqueda thead th,
    .table-busqueda tbody td{
        padding: 4px;
    }

}

.section-form-title-not{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;      /* Permite saltar de línea */
    gap:12px;
    background:linear-gradient(135deg,#0d6efd,#3d8bfd);
    color:#fff;
    padding:10px 15px;
    border-radius:12px;
    margin:10px 0;
    font-size:15px;
    font-weight:700;
}

.section-form-title-not .titulo{
    display:flex;
    align-items:center;
    gap:10px;
    flex:1 1 500px;
}

.section-form-title-not .acciones{
    display:flex;
    justify-content:flex-end;
    flex:0 1 auto;
}
.section-form-title_ate{
    display:flex;
    align-items:center;
    gap:12px;
    background:linear-gradient(135deg,#063602,#179E0D);
    color:#fff;
    padding:8px 12px;
    border-radius:12px;
    margin:10px 0 10px;
    font-size:15px;
    font-weight:700;
}

.section-form-title_ate i{
    font-size:22px;
}
.select-bloqueado{
    pointer-events: none;
    background-color: #f8f9fa !important;
    color: #495057;
    cursor: not-allowed;
}
/* Contenedor flexible en una sola línea */
.rango-fechas-group {
  display: flex;
  align-items: center;
  gap: 8px; /* Espacio uniforme entre los elementos */
  width: 100%;
}

/* Hace que ambos inputs se dividan el espacio por igual */
.rango-fechas-group .form-control-rv {
  flex: 1;
  min-width: 0; /* Previene que el input de fecha se desborde */
}

/* Estilo para el texto "a" del centro */
.rango-separador {
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 500;
  user-select: none;
}

.form-card{
    background:#FFF;
    border-radius:15px;
    padding:25px;
    margin-bottom:25px;
    box-shadow:var(--shadow-sm);
    border:1px solid var(--border);
}
.form-card-title{
    font-size:20px;
    font-weight:700;
    color:var(--primary);
    margin-bottom:20px;
    display:flex;
    align-items:center;
}

.form-card-title i{
    margin-right:10px;
    font-size:22px;
}
.logo-circle{

    width:140px;

    height:140px;

    background:#FFF;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

    border:5px solid rgba(255,255,255,.6);

}

.logo-circle img{

    max-width:90px;

    max-height:90px;

    object-fit:contain;

}

.dropzone{

    border:2px dashed #3b82f6;

    border-radius:10px;

    background:#f8fbff;

    min-height:220px;

}

.dropzone .dz-message{

    font-size:16px;

    color:#64748b;

}

.document-preview{

    margin-top:0px;

}

.document-card{

    background:#fff;

    border:1px solid #dce7f5;

    border-left:6px solid #0d6efd;

    border-radius:12px;

    padding:22px;

    display:flex;

    align-items:center;

    gap:0px;

    box-shadow:0 4px 15px rgba(0,0,0,.08);

}
.document-details{
	padding:14px;	
	border-radius:12px; 
	border:1px solid #3b82f6;
	border-left:3px solid #3b82f6;
	font-size: 13px;
}
.document-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#fdecec;

    color:#dc3545;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:45px;

    flex-shrink:0;

}


.document-info{
    flex:1;
    padding:10px;
}

.document-info h5{

    margin-bottom:8px;

    font-weight:700;

    color:#2c3e50;

}

.document-info small{

    color:#6c757d;

    display:block;

    margin-bottom:10px;

}

.doc-ok{

    color:#198754;
	font-size : 10px;
    font-weight:400;

}

.document-actions{

    display:flex;

    flex-direction:column;

    gap:10px;

}

.upload-box{

    position:relative;

    border:2px dashed #B7C8DD;

    border-radius:14px;

    background:#FAFCFE;

    padding:45px;

    text-align:center;

    cursor:pointer;

    transition:.3s;

}

.upload-box:hover{

    background:#EEF7FF;

    border-color:var(--primary);

}

.upload-box i{

    font-size:60px;

    color:var(--primary);

    margin-bottom:15px;

}

.upload-box h5{

    font-weight:700;

}

.upload-box p{

    color:#64748B;

    margin-bottom:0;

}

.upload-box input[type=file]{

    position:absolute;

    inset:0;

    opacity:0;

    cursor:pointer;

}

.file-selected{

    margin-top:15px;

    background:#ECFDF5;

    border-left:5px solid #22C55E;

    padding:15px;

    border-radius:10px;

    display:none;

}

.file-selected strong{

    color:#15803D;

}


/*******************************************
CHECK
********************************************/

.custom-check{

    display:flex;

    align-items:center;

    padding:15px;

    background:#FFE3E3;

    border-radius:10px;

}

.custom-check input{

    width:20px;

    height:20px;

    margin-right:12px;

}
.justificado{
	text-align:justify;
}