
.root-0{
    background-color: #eeeeee;
    width: 100%;
    border: 10px solid blue;

}

.root-1{
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.root-2{
    flex-direction: column;
    flex: 1 1 0%;
    display: flex;
    height: inherit;
    border: 10px solid yellow;

}

.cabecera-conf{
    background-color: beige;
    display: flex;
    padding-left: 26px;
    padding-right: 32px;
    min-width: 992px;
    height: 64px;
}
.cabecera-row{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 0;
}

.cabecera-col{
    flex: 0 0 auto;
}


.cuerpo-general{
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

.cuerpo-cont-grande{
    display: flex;
    width: 100%;
  //*  max-width: 520px;*/
    padding: 32px;
    margin: auto;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 16px;
    border: 1px solid red;
}



/*********** LOGOTIPO ************/
.cabecera-col-logo{
    display: inline-flex;
    align-self: center;
}

.logo-cabecera{
    width: 89px;
    height: 33px;
    margin-left: 12px;
    position: relative;
    border-radius: 12px;
}

/*********************************/


.pie-conf{
    background-color: red;
}


.cabecera-boton{
    display: inline-flex;
    align-self: center;
    position: relative;
    border-radius: 12px;

}


/************ LOGIN ***************/
.login-contenedor{
    width: 100%;
    display: flex;
    padding: 32px;
    margin: auto;
    align-self: center;
    max-width: 500px;
    border-radius: 19px;
/*    border: 1px solid red;*/
}

.login.cuadro{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 10px solid blue;
}

.login-cabecera{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.login-logo{
    display: flex;
    flex-direction: column;
    align-self: center;
}

.login-boton{
    display: flex;
    flex-direction: column;
    align-self: center;
}


/******** LO NUEVO **********/
.body-vsf{
    background-color: #00000063;
    background-color: #E9E9E9;
/*    border: 1px solid yellow;*/
    color: #1f2937;
    font-family: roboto,sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .036em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    height: 100%;
    margin: 0;
    padding: 0;
    direction: ltr;
    display: block;
}

.contenedor-pagina-vsf{
    width: inherit;
}

.cabecera-vsf{
    background-color: black;
 /*   border: 1px solid red;*/

}

.cabecera-fila{

}


.header-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 0;
}


.header-col--logo {
    display: inline-flex;
}
.header-col.header-col--menu {
    width: auto;
    flex: 1 1 auto;
}

.horizontal-navbar {
    height: calc(100% - 0px);
    max-height: calc(100% - 0px);
}

.horizontal-navbar .menu-items li {
    margin: 0;
    padding: 0;
    position: relative;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    color: white;
}


.horizontal-navbar .menu-items {
    gap: 8px;
}

/********** Tarjetas menu principal **********/
.tarjeta-contenedor{
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
/*    width: 100%;*/
    display: inline-flex;
 /*   padding: 32px;*/
/*    margin: auto;*/
/*    align-self: center;*/
/*    max-width: 200px;*/
 /*   min-width: 200px;*/
/*    max-height: 100px;*/
    min-height: 100px;

    background: whitesmoke;
    border-radius: 19px;
 /*   border: 1px solid red;*/
    box-shadow: 0 0 150px 0 rgba(0,0,0,0.1),
    0 32px 64px -48px rgba(0,0,0,0.5);
    border: 0.1px solid beige;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.tarjeta-contenedor_bck2{
    margin-top: 10px;
    margin-left: 10px;
    width: 100%;
    display: grid;
    /*   padding: 32px;*/
    /*    margin: auto;*/
    /*    align-self: center;*/
    max-width: 250px;
    min-width: 250px;
    max-height: 200px;
    min-height: 200px;

    background: whitesmoke;
    border-radius: 19px;
    /*   border: 1px solid red;*/
    box-shadow: 0 0 150px 0 rgba(0,0,0,0.1),
    0 32px 64px -48px rgba(0,0,0,0.5);
    border: 0.1px solid beige;
    position: relative;
    overflow: hidden;
}
.tarjeta-contenedor-backup{
    margin-top: 10px;
    margin-left: 10px;
    width: 100%;
    display: flex;
    /*   padding: 32px;*/
    /*    margin: auto;*/
    /*    align-self: center;*/
    max-width: 250px;
    min-width: 250px;
    max-height: 200px;
    min-height: 200px;

    background: white;
    border-radius: 19px;
    /*   border: 1px solid red;*/
    box-shadow: 0 0 150px 0 rgba(0,0,0,0.1),
    0 32px 64px -48px rgba(0,0,0,0.5);
    border: 0.1px solid beige;

}
.tarjeta-imagen{
 /*   width: 100%;*/
    border-radius: 19px 19px 0px 0px;
 /*   border: 1px solid red;*/

    max-width: 250px;
    min-width: 250px;
    max-height: 135px;
    min-height: 135px;
    vertical-align: middle;
}

.tarjeta-imagen-backup{
    /*   width: 100%;*/
    border-radius: 19px 19px 0px 0px;
    /*   border: 1px solid red;*/

    max-width: 250px;
    min-width: 250px;
    max-height: 125px;
    min-height: 125px;
}

.tarjeta-texto{
    margin-top: 15px;
    text-align: center;
    font-family: "Roboto Condensed";
    text-decoration: none;
/*    color: black;*/

}

.tarjeta-texto:hover h5{
    text-decoration: none;
}


.tarjeta-contenedor:hover{
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: 600ms ease;
    border: 1px solid black;
    background-color: black;
    -webkit-text-fill-color: whitesmoke;
    -webkit-text-decoration-style: dotted;
    text-decoration: none;
}

.tarjeta-contenido{
    width: 100%;
    display: flex;
    border: 1px solid yellow;
    align-self: center;
    border-radius: 19px;

}

.grow img{
/*    transition: 1s ease;*/
}

.grow img:hover{
/*    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;*/
}

.grow a:hover{
    color: white;

}

.cuerpo-general-inicio{
/*    display: flex;*/
    display: block;
    flex: 1 1 0%;
    max-width: 100%;
    width: 100%;
min-width: 530px;
/*    flex-flow: row wrap;*/
    align-content: center;
    justify-content: center;
}

.grupo-tarjetas{
/*    display: inline-flex;*/
    display: inline;
    flex-direction: column;
    flex-flow: row wrap;
/*    max-width: 30%;*/
    margin-right: 2px;

    max-width: 270px;
/*    min-width: 210px;
    max-height: 100px;
    min-height: 100px;
*/
}

.contenido-pagina-wrapper{
    align-items: center;
    display: block;
    flex-flow: wrap;
}

.contenido-pagina{


}


/****************** GENERICAS VICSOFT *****************/
#contenedorInterior {
    padding-top: 80px;
    min-height: 100vh;
/*    border: 1px solid red;*/
}

.interiorContenedor {
    text-align: center;
/*    display: flex;*/
    display: inherit;
    flex: 1;
    flex-direction: column;
    padding-left: 25px;
    transition: all .25s;
    background: var(--dark-grey-2, #F0F3F5);
    min-height: calc(90vh + 80px);
 /*   border: 1px solid blue;*/

}

.divH1 {
    color: #312c51;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 35px;
}

.divH1 .derechaH1 {
    display: flex;
    column-gap: 15px;
}

.divlimites {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    text-align: left;
}

.chincheta {
    text-align: center;
    font-size: 14px;
    padding: 10px 10px 10px 45px;
    color: #33304D;
    margin: 20px;
    background-image: url(/images/info_outline_24px.png) !important;
    background-repeat: no-repeat !important;
    background-position: 15px 10px !important;
    border-radius: 5px;
    border: 1px solid var(--primary-base, #009DD6);
    background-color: var(--primary-light, #F0FBFF) !important;
}

.titulo-pagina {
    text-align: center;
    font-size: 24px;
    padding: 10px 10px 10px 45px;
    color: #33304D;
    margin: 20px;
    margin-bottom: 5px;
/*    background-image: url(/images/info_outline_24px.png) !important;*/
    background-repeat: no-repeat !important;
    background-position: 15px 10px !important;
    border-radius: 5px;
    border: 2px solid var(--primary-base, #009DD6);
    background-color: var(--primary-light, #cbe5ee) !important;

}

.fondoTransparente {
    background: transparent !important;
}

.interiorContenedor h3 {
    color: #222033;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    margin-left: 20px;
}

.interiorContenedor>section h3 {
    border-bottom: solid 1px #A3B7C1;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#contenedorWDF h3 {
    border: 0px;
    margin: 0px;
}


.flexdirecolumna {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.paddinglaterales20 {
    padding-left: 20px;
    padding-right: 20px;
}
.fondoblancoconborde {
    background: #FFF;
    padding-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--dark-grey-4, #A3B7C1);
}

.form {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}


.form .field-group.inline.nowrap {
    flex-wrap: nowrap;
}
.form .field-group.inline {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
}
.form .field-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}


.vsf-input-field {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.25rem;
    flex-shrink: 0;
    text-align: left;
}



.form .field-group label {
}
.vsf-input-field label, .vsf-textarea-field label {
    color: var(--dark-grey-5, #3D515C);
    font-size: 15px;
    font-weight: 100;
}

.form .field-group.inline.nowrap .vsf-input-field {
    flex-grow: 1;
}
label {
    left: 10px !important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}

label {
    cursor: default;
}

.vsf-input-field-sin-salto {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.25rem;
    flex-shrink: 0;
    text-align: left;
    border: 1px solid;

}



.vsf-input-field input[type="text"], .vsf-input-field input[type="password"] {
    width: 100%;
    background-color: transparent;
    color: black;
    padding: 8px 0 0 20px;
    font-size: 16px;
    font-weight: 100;
    outline: none;
    border-radius: 0.25rem;
    border: 1px solid var(--dark-grey-4, #A3B7C1) !important;
    background: #FFF;
    display: flex;
    padding: 10px 35px 10px 20px;
    align-items: center;
    gap: 3rem;
    align-self: stretch;
}

input[type="text"], input[type="password"] {
    background-color: var(--color-grey);
    border-radius: 5px;
    border: 1;
    font-size: 16px;
    font-weight: 100;
    height: 52px;
    padding: 0 10px;
}

input[type="text" i] {
    padding-block: 1px;
    padding-inline: 2px;
}


input {
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-variant-alternates: ;
    font-variant-position: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    font-optical-sizing: ;
    font-kerning: ;
    font-feature-settings: ;
    font-variation-settings: ;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding-block: 1px;
    padding-inline: 2px;
}

.campoGris {
    height: 52px;
    background-color: #22203310;
    font-size: 16px !important;
    font-weight: 100;
}



/********** boton **********/
.button.with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type="button"].button-blue-nuevo, input[type="submit"].button-blue-nuevo, button.button-blue-nuevo, a.button-blue-nuevo {
    background-color: #009DD6;
    border-color: #009DD6;
    color: #fff;
    margin: auto;
    margin-bottom: 0px;
    font-weight: 400;
}
input[type="button"], input[type="submit"], button, .button {
    border: 0;
    background-color: var(--color-white);
    border-radius: 5px;
    border: 1px #007FAD solid;
    color: #007FAD;
    padding: 9px 12px;
    font-weight: 700;
    font-size: 16px;
    height: 52px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}


.fondoBlanco {
    background: #fff;
}
.cajaBorde {
    border-radius: 5px;
    border: 1px solid var(--dark-grey-4, #A3B7C1);
    padding: 20px;
}

button.button-fondomagenta, a.button-fondomagenta {
    background-color: #FD426E;
    color: #fff;
    border-color: #FD426E;
}


.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 9999999999;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.sweet-alert {
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: #999 0 0 30px -5px;
}

*, ::after, ::before {
    box-sizing: border-box;
}



.contenedor-graficos{
    background-color: rgb(202, 224, 253);
    background-color: rgb(228, 238, 252);
    display: block;
    border-radius: 16px;
    max-width: 90%;
    max-height: 35%;
 /*   min-width: 350px;*/
    width: 100%;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1), 0 32px 64px -48px rgba(0,0,0,0.5);
    text-align: center;
    align-items: center;
}


/**************** TARJETAS DE MENU SECUNDARIO **************/
.tarjeta-contenedor-sec{
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 5px;
    /*    width: 100%;*/
    display: inline-flex;
    /*   padding: 32px;*/
    /*    margin: auto;*/
    /*    align-self: center;*/
    /*    max-width: 200px;*/
    /*   min-width: 200px;*/
    /*    max-height: 100px;*/
    min-height: 60px;

    background: #f7ecb5;
    border-radius: 19px;
    /*   border: 1px solid red;*/
    box-shadow: 0 0 150px 0 rgba(0,0,0,0.1),
    0 32px 64px -48px rgba(0,0,0,0.5);
    border: 0.1px solid #f7ecb5;
    position: relative;
    overflow: hidden;

}

.tarjeta-imagen-sec{
    /*   width: 100%;*/
    border-radius: 19px 19px 0px 0px;
    /*   border: 1px solid red;*/

    max-width: 150px;
    min-width: 150px;
    max-height: 45px;
    min-height: 45px;
    vertical-align: middle;

}

.tarjeta-contenedor-sec:hover{
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: 600ms ease;
    border: 1px solid black;
    background-color: #f7e1b5;
    -webkit-text-fill-color: whitesmoke;
    -webkit-text-decoration-style: dotted;
}

.tarjeta-imagen-sec-bck{
    /*   width: 100%;*/
    border-radius: 19px 19px 0px 0px;
    /*   border: 1px solid red;*/

    max-width: 250px;
    min-width: 250px;
    max-height: 135px;
    min-height: 135px;
    vertical-align: middle;
}
.tarjeta-texto-sec{
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-family: "Roboto Condensed";
    color: black;

}
/*******************************************/

/* TABLA PERSONALIZADA */

.vic-blue-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0;
    font-size: 1.0em;
    font-family: Calibri;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.vic-blue-table thead tr {
    background-color: #4181FA !important;
    color: #ffffff;
    text-align: left;
    position: sticky;
    top: 0; /* Esto asegura que se quede en la parte superior */
    z-index: 100; /* Esto asegura que la cabecera se mantenga por encima del contenido cuando se desplace */
}

.vic-blue-table th, .vic-blue-table td {
    padding: 12px 15px;
}

.vic-blue-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.vic-blue-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.vic-blue-table tbody tr:last-of-type {
    border-bottom: 2px solid #0099CC;
}

.vic-blue-table tbody tr.active-row {
    font-weight: bold;
    color: #0099CC;
}

/********** NUEVOS BOTONES SECUNDARIOS **************/
.boton-naranja {
    width: 246.23px; /* Ancho del botón ajustado */
    padding: 10px 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #f57c00; /* Naranja medio */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    text-decoration: none; /* Asegura que no haya subrayado en estado normal */
    display: inline-block; /* Permite aplicar dimensiones al enlace */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Sombra ligera para dar profundidad */
    margin: 5px;
    text-align: center;
}

.boton-naranja:hover, .boton-naranja:active, .boton-naranja:focus {
    background-color: #ff9800; /* Un tono de naranja más intenso para mayor contraste en hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Sombra más pronunciada para efecto de elevación */
    transform: scale(1.05); /* Efecto de crecimiento al pasar el mouse */
    text-decoration: none; /* Refuerza que no haya subrayado al hacer hover */
}

.boton-naranja:active {
    background-color: #e65100; /* Un tono de naranja más oscuro para active */
    transform: scale(0.95); /* Efecto de reducción al hacer clic */
}