#datos-parciales{
    width:100%;
}

/* Scrollbar estilizado para el contenedor horizontal */
.scrollable-x {
    -ms-overflow-style: none; /* IE/Edge: hide default scrollbar */
    scrollbar-width:initial ; /* Firefox: thin scrollbar */
    scrollbar-color: rgba(30,63,101,0.35) rgba(0,0,0,0); /* Firefox: thumb color + track color */
}

    /* WebKit (Chrome, Safari, Edge Chromium) */
    .scrollable-x::-webkit-scrollbar {
        height: 8px; /* alto para scroll horizontal */
        background: transparent;
    }

    .scrollable-x::-webkit-scrollbar-track {
        background: transparent;
    }

    .scrollable-x::-webkit-scrollbar-thumb {
        background: rgba(30,63,101,0.25); /* color del pulgar */
        border-radius: 6px;
        border: 2px solid rgba(255,255,255,0); /* espacio alrededor si hace falta */
        transition: background-color 0.2s ease;
    }

        .scrollable-x::-webkit-scrollbar-thumb:hover {
            background: rgba(30,63,101,0.4);
        }

    /* Opcional: mejora visual en contenedores oscuros */
    .scrollable-x.dark::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.18);
    }
.table-datos {
    width: auto; /* que la tabla mida su ancho real */
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 5px 0;
}

    /*.table-datos tr {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;*/ /* espacio entre "columnas" cuando se envuelven */
        /*align-items: flex-start;
        border-bottom: 1px #C2D4E5 solid !important;
    }*/

.tr-head {
    font-weight:bolder;
}
.table-datos td {
    border-bottom: 1px #C2D4E5 solid !important;
    padding: 5px 10px 7px 3px;
    /* padding: 0 0 20px 15px;*/
    font-size: 0.875rem;
    line-height: 1.3rem;
    white-space: nowrap;
}
    .table-datos a {
        color: inherit;
        text-decoration: none;        
    }

.td-a{
    background-color: #C2D4E5;
    border-radius: 15px 15px;
    border: 1px solid #e3effa !important;
}

.custom-button {
    background-color: #C2D4E5;
    border-radius: 15px 15px;
    border: 1px solid #e3effa !important;
    padding: 7px;
    color: inherit;
    font-family: inherit;
    font-weight: bolder;
    margin-bottom:20px;
}
    .custom-button:hover, .td-a:hover {
        background-color: #aac3da;
    }

    .datos-datos {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

.datos-datos div{
    display: block;
    text-align: left;
    border-bottom: 1px #C2D4E5 solid;
    background: #FFF;
    border-radius: 3px;
    width: 100%;
    padding: 5px 0 7px;
    font-size: 0.875rem;
    line-height: 1.1rem;
    
}

    .datos-datos h1 {
        color: #1E3F65;
        font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-weight: 400;
        font-size: 0.875rem;
        margin-bottom: 20px;
    }

.form1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 370px;
    gap: 20px;
    
}


.form1 .subt-registro{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 370px;
    gap: 5px;
}


.form1 form{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 370px;
    gap: 20px;
}

.form1 label{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    font-weight: 400;
    font-size: 0.875rem;
}

.form1 label input{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 38px;
    background: #EBF4FC;
    border: none;
    padding: 0 20px;
    font-weight: 400;
    font-size: 0.75rem;
    border-radius: 5px;
    color: #1E3F65;
    outline: none;
    transition: background-color 0.3s ease;
}

.form1 label input:focus{
    background-color: #FFFFFF; 
  box-shadow: 0 0 10px 3px rgba(235, 244, 252, 0.9); 
  outline: none;
}

.form1 button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 38px;
    background: #1E3F65;
    border: none;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 5px;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
    transition: all .2s linear;
}

.form1 button:hover{
          opacity: 0.5;
      }

.form1 label select{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
	/*line-height: 38px;*/
    background: #EBF4FC;
    border: none;
    padding: 0 20px;
    font-weight: 400;
    font-size: 0.75rem;
    border-radius: 5px;
    color: #1E3F65;
    outline: none;
    transition: background-color 0.3s ease;
}

.form1 label select:focus{
    background-color: #FFFFFF; 
  box-shadow: 0 0 10px 3px rgba(214, 214, 214, 0.9); 
  outline: none;
}

.datos-datos .caja-bt-adjuntar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    gap:20px;
}

.caja-bt-adjuntar button, .input-archivo input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    height: 38px;
    background: #0A99FF !important;
    border: none;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 5px;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
    transition: all .2s linear;
}

.caja-bt-adjuntar span{
    font-size: 0.75rem;
    line-height: 1rem;
    color: #0A99FF !important;
}

@media(max-width:810px) {
    .form1 form {
        width: 100%;
        max-width: 100% !important;
    }
}
