/********** TIPOGRAFIAS **********/

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed-Italic';
    src: url('../fonts/RobotoCondensed-Italic.woff2') format('woff2'), url('../fonts/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed-Bolditalic';
    src: url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'), url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'), url('../fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed-Lightitalic';
    src: url('../fonts/RobotoCondensed-LightItalic.woff2') format('woff2'), url('../fonts/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


/* Aplicacion tipografia base y otros elementos transversales */

*,
*:before,
*:after {
    font-family: RobotoCondensed;
    box-sizing: border-box;
}


/* Algunas definiciones generales */

dl,
ol,
ul,
p,
.doc * {
    margin: 0;
    padding: 0;
}

p {
    font-family: 'RobotoCondensed-Light';
    color: #505050;
    font-size: 1em;
}

input[type=checkbox] {
    margin-right: .3em;
}

.fullwidth {
    width: 100%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wrapword {
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

textarea,
input[type="text"],
select {
    width: 100%;
    border-radius: 0;
    border-color: #969798;
}

textarea {
    resize: none;
}

.link {
    color: #1F4D6D;
}

.link:hover {
    color: #1F4D6D;
    text-decoration: underline;
}

.center {
    text-align: center;
}

.actions.center {
    align-items: center;
    justify-content: center;
}

.section-separator {
    padding: 2em;
}

.separator {
    height: 1em;
    width: 1em;
}

.separatorx2 {
    height: 1.5em;
    width: 1.5em;
}

.separatorx3 {
    height: 2em;
    width: 2em;
}

.separatorx4 {
    height: 3em;
    width: 3em;
}

.msj {
    padding: 1em;
    background: #eaeaea;
    border-radius: 0.5em;
    margin-bottom: 1em;
    color: #337AB7;
    font-size: .9em;
    font-family: RobotoCondensed;
    display: flex;
}

.msj .icon {
    width: 2em;
    min-width: 2em;
    background: transparent url("../img/icon-info.svg") no-repeat center center;
    display: flex;
}

.msj .text {
    flex-grow: 1;
    padding-left: 1em;
}

.msj h6 {
    text-align: center;
}

.msj a {
    text-decoration: underline;
}

.msj.info {
    background-color: #E6F7FF;
}

.msj.info a {
    color: #337AB7;
    font-weight: bold;
}

span.error {
    color: #FF7280;
    font-family: 'RobotoCondensed-Light';
    font-size: 0.8em;
}

.question span.error {
    visibility: hidden;
}

.question span.error.active {
    visibility: visible;
}

input.error {
    border: 1px solid #FF7280 !important;
}


/********** MODIFICACION PLUG-INS **********/


/* Calendario */

.card-fullcalendar {
    border-style: none;
}

.card-body {
    padding: 0;
}

.card-body * {
    font-family: 'RobotoCondensed-Light';
}

.fc .fc-toolbar h2 {
    color: #858585;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'RobotoCondensed-Bold';
}

.fc-day-header {
    color: #858585;
    text-transform: lowercase;
}


/* .fc-toolbar.fc-header-toolbar .fc-left {
    margin-left: calc(50% - 50px);
} */

.fc-event,
.fc-event-dot {
    background-color: #AEE0FF !important;
    border-radius: 0 !important;
    border-style: none !important;
}

.fc-sticky,
.fc-content,
.fc-content * {
    color: #000000 !important;
}

.fc-col-header-cell-cushion,
.fc-daygrid-day-number,
.fc-day-number {
    color: #2979AC !important;
}

.fc-content {
    font-size: 12px !important;
    font-family: 'RobotoCondensed' !important;
}

.fc-button-primary {
    background: #d8f0ff !important;
    color: #505050 !important;
}

.fc-button {
    font-size: 0.8em !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    text-shadow: none !important;
    border-color: #337AB7 !important;
}

.fc-button-active,
.fc-state-active {
    background: #AEE0FF !important;
    color: #000000 !important;
}

.fc-day-other {
    background: #F5F5F5 !important;
}

.fc-icon {
    vertical-align: initial !important;
}

.fc-icon-chevron-left:before {
    content: "<" !important;
    font-family: 'RobotoCondensed-Light' !important;
    font-size: 22px !important;
    line-height: 90% !important;
}

.fc-icon-chevron-right:before {
    content: ">" !important;
    font-family: 'RobotoCondensed-Light' !important;
    font-size: 22px !important;
    line-height: 90% !important;
}



/* menu */

header .top-nav {
    justify-content: center;
    margin-right: 1em;
}

header .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: flex-end;
}

header .menu>li a {
    background: #EAEAEA;
    color: #003658;
    font-family: 'RobotoCondensed-Light';
    font-size: 0.9em;
    padding: 0.3em 1.5em;
    margin: 0 0.5px;
    transition: .3s;
    text-decoration: none;
}

header .menu>li a:hover,
header .menu>li a.activo {
    background: #003658;
    color: #FFF;
    cursor: pointer;
}

header .otros-accesos {
    align-items: center;
}

header .otros-accesos a {
    color: #003658;
    font-size: .8em;
    margin-right: 1.5em;
}

header .otros-accesos a:hover {
    text-decoration: none;
}

header .otros-accesos a img {
    width: 1.88em;
}

header .login {
    justify-content: center;
    align-items: center;
}

header .nombre-usuario {
    color: #003658;
    line-height: 1.8em;
    padding: 0.3em;
}

header .burger-menu-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .login input[type=button],
header .login a {
    text-transform: uppercase;
    font-size: 0.75em;
    border-radius: 4px;
    padding: 0.5em 1.7em;
    height: 2.67em;
    margin-right: 1em;
}

header .login .btn-login {
    background: #FFF;
    border: solid 1px #003658;
    color: #003658;
}

header .login .btn-claveunica {
    border-style: none;
    color: #FFF;
    background: #3067BE;
    padding: 0.3em 1.7em;
    text-transform: inherit;
}

header #menu-toggle {
    display: none;
}

header .burger-menu,
header .burger-menu::before,
header .burger-menu::after {
    display: block;
    background: #003658;
    position: absolute;
    height: 4px;
    width: 1.8em;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

header .burger-menu::before {
    content: '';
    margin-top: -8px;
}

header .burger-menu::after {
    content: '';
    margin-top: 8px;
}

header #menu-toggle:checked+.burger-menu-container .burger-menu::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

header #menu-toggle:checked+.burger-menu-container .burger-menu {
    background: rgba(255, 255, 255, 0);
}

header #menu-toggle:checked+.burger-menu-container .burger-menu::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}


/* separacion menu publico/privado */

header .top-nav-bar {
    background: #EAEAEA;
    height: 4px;
}

header .top-nav-bar.hide-desktop {
    height: auto;
}


/* Elementos ocultos en escritorio */

.hidden,
.hide,
.hide-desktop {
    display: none !important;
}


/* Stepper o pasos */

.wrapper-progressBar {
    width: 100%
}

.progressBar {
    display: flex;
    padding: 0;
}

.progressBar li {
    list-style-type: none;
    width: 33%;
    position: relative;
    text-align: center;
    color: #595a59; /*00B050*/
    font-size: .75em;
}

.progressBar li:before {
    content: " ";
    line-height: 2em;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0.3em auto 0px;
    background: #FFFFFF
}

.progressBar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ddd;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressBar li:first-child:after {
    content: none;
}


/* barra previa al paso*/

.progressBar .done:after,
.progressBar .active:after {
    background: #4FD98D;
}

.progressBar .none:after {
    background: #D9D9D9;
}

.progressBar .finished:after,
.progressBar .archived:after,
.progressBar .suspended:after,
.progressBar .conciliation:after {
    background: transparent;
}

/* circulo paso */

.progressBar li.none:before {
    border: solid 4px #E6E6E6;
    background: #E6E6E6;
}

.progressBar li.done:before {
    border: solid 4px #4FD98D;
    background: #4FD98D;
}

.progressBar li.active:before {
    border: solid 4px #4FD98D;
    background: #FFFFFF;
}

.progressBar li.finished:before {
    border: solid 4px #b01e1e;
    background: #b01e1e;
}

.progressBar li.archived:before {
    border: solid 4px #8b8888;
    background: #8b8888;
}

.progressBar li.suspended:before {
    border: solid 4px #ffe311;
    background: #ffe311;
}

.progressBar li.conciliation:before {
    border: solid 4px #ff9811;
    background: #ff9811;
}

.progressBar li.resource:before {
    border: solid 4px #013b54;
    background: #013b54;
}

/* Estados e info */

.progressBar li span {
    width: 100%;
    display: block;
}

.progressBar .suceso {
    display: none;
    position: absolute;
    top: -1.5em;
    width: 100%;
    justify-content: center;
}

.progressBar .suceso.activo {
    display: flex;
    color: #505050;
}

.suceso-doc {
    margin: 0 .5em;
}

.suceso-tooltip {
    position: relative;
    display: inline-block;
}

.suceso-tooltip:hover {
    border-bottom: dotted 1px #505050;
}

.suceso-tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 8px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    opacity: .8;
    bottom: 1.5em;
    white-space: nowrap;
    left: -70px;
}

.suceso-tooltip:hover .tooltiptext {
    visibility: visible;
}

.progressBar .days {
    color: #858585;
}

.progressBar .days {
    font-size: .9em;
    position: absolute;
    top: 2em;
    right: -50%;
}

.progressBar .step {
    color: #505050;
    font-weight: bold;
}


/********** CONTENIDO DE PAGINAS **********/

.contenedor-principal {
    margin: 2em 1.5em;
    min-height: calc(100vh - 620px);
}

.contenedor-principal>section {
    margin-bottom: 3em;
}


/* Sub titulo secciones */

.contenedor-principal h1,
.contenedor-principal h1 *,
.contenedor-principal h2,
.contenedor-principal h2 * {
    font-family: 'RobotoCondensed-Light';
}

.contenedor-principal h2 {
    color: #858585;
    font-size: 1.5em;
    margin-bottom: 1em;
    width: 100%;
}

.contenedor-principal h1 {
    color: #6a6464;
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: bold;
}

.contenedor-principal h2 {
    color: #003658;
    font-size: 1.5em;
}

.contenedor-principal h2.flex {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #d4d4d4;
}

.contenedor-principal .info-adicional {
    display: flex;
    font-size: 0.88em;
    margin-bottom: 2em;
}

.contenedor-principal .info-adicional>span {
    margin-right: 1em;
    color: #1F4D6D;
}

.contenedor-principal .info-adicional .ministros {
    color: #858585;
}


/* Pestanas */


/* by JQ */
.js-tabs ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    display: flex;
}

.js-tabs ul#tabs-nav li {
    font-weight: bold;
    padding: 0.5em;
    border-style: none;
    background: #EAEAEA;
    color: #003658;
    font-size: 0.85em;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: .25em;
    flex-grow: 1;
}

.js-tabs ul#tabs-nav li:last-child {
    margin-right: 0;
}

.js-tabs ul#tabs-nav li:hover,
.js-tabs ul#tabs-nav li.active {
    background: #2979AC;
    color: #FFFFFF;
}

.js-tabs ul#tabs-nav li:hover a,
.js-tabs ul#tabs-nav li.active a {
    color: #FFFFFF;
}

.js-tabs #tabs-nav li a {
    text-decoration: none;
    color: #003658;
}

/**/
.js-tabs-cc ul#tabs-nav-cc{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    display: flex;
}

.js-tabs-cc ul#tabs-nav-cc li {
    font-weight: bold;
    padding: 0.5em;
    border-style: none;
    background: #EAEAEA;
    color: #003658;
    font-size: 0.85em;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: .25em;
    flex-grow: 1;
}

.js-tabs-cc ul#tabs-nav-cc li:last-child {
    margin-right: 0;
}

.js-tabs-cc ul#tabs-nav-cc li:hover,
.js-tabs-cc ul#tabs-nav-cc li.active {
    background: #2979AC;
    color: #FFFFFF;
}

.js-tabs-cc ul#tabs-nav-cc li:hover a,
.js-tabs-cc ul#tabs-nav-cc li.active a {
    color: #FFFFFF;
}

.js-tabs-cc #tabs-nav-cc li a {
    text-decoration: none;
    color: #003658;
}


/* by CSS */

.tabbed {
    /* overflow-x: hidden; */
    /* hide the radio inputs */
    margin: 32px 0;
}

.tabbed [type="radio"] {
    display: none;
    /* hiding the inputs */
}

.tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

.tabs .tab {
    flex: 33.33%;
    /* dividir 100% en la cantidad de pestanas*/
    margin-right: .25em;
}

.tabs .tab:last-child {
    margin-right: 0;
}

.tabs .tab>label {
    margin-bottom: -1px;
    padding: .5em;
    border-style: none;
    background: #EAEAEA;
    color: #003658;
    font-size: 0.85em;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.tabs .tab:hover label {
    border-top-color: #333;
    color: #333;
}

.tab-content {
    display: none;
    color: #777;
    padding: 1em;
    border: solid 1px #d4d4d4;
}

.tab-content .col-6:first-child {
    border-right: solid 1px #2979AC;
}


/* Pestanas */

.tabbed [type="radio"]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked~.tabs .tab:nth-of-type(3) label {
    background: #2979AC;
    color: #FFF;
}


/* Pestana activa */

.tabbed [type="radio"]:nth-of-type(1):checked~.tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked~.tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked~.tab-content:nth-of-type(3) {
    display: block;
}

.filters {
    display: flex;
}

.filters .col-2:first-child {
    padding-left: 0;
}

.filters .col-2:last-child {
    padding: 0;
}

.question,
.question * {
    transition: .3s;
}

.question {
    position: relative;
    margin: 1em 0;
}

.question label {
    transform-origin: left center;
    color: #969798;
    box-sizing: border-box;
    padding: .5em;
    display: block;
    position: absolute;
    top: -0.9em;
    z-index: 2;
    pointer-events: none;
    font-size: .8em;
    background: #fff;
    left: 0.5em;
    line-height: 100%;
}

.question.select label {
    margin-top: 0px;
}

.question input[type="text"],
.question input[type="password"],
.question select {
    border: 1px solid #969798;
    line-height: 0;
    font-size: 1em;
    display: block;
    padding: 10px 15px;
    color: #1F4D6D;
    position: relative;
    z-index: 1;
    background: none;
    min-width: 12em;
}

.question textarea {
    border: 1px solid #969798;
    padding: 10px 15px;
}

.question input[type="file"] {
    border: 1px solid #969798;
    padding: 15px 15px;
    width: 100%;
}

.filters .question input[type="text"],
.filters .question select {
    width: 100%;
}

.question input[type="text"]:focus {
    border: 1px solid #969798;
}

.flex>.question {
    width: 90%;
}

.add .flex>.question {
    width: auto;
}

.question.file {
    display: flex;
    align-items: center;
    height: 43px;
}

select option:first-child {
    display: none;
}

.filters button {
    margin-top: 35px;
    border: 1px solid #969798;
    line-height: 0;
    font-size: 1em;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 15px;
    color: #1F4D6D;
    position: relative;
    z-index: 1;
}

.btn-doc {
    border-style: none;
    background: #EAEAEA;
    padding: 0.55em 1.65em 0.55em 2.85em;
    border-radius: 0.2em;
    margin-right: 1em;
    color: #004E70;
    font-size: .9em;
    transition: .3s;
    background-position: 1em 0.3em !important;
    background-repeat: no-repeat !important;
}

.btn-doc:hover {
    background: #004E70;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-doc:last-child {
    margin-right: 0;
}

.icon-folderbox,
.icon-folderbox:hover {
    background-image: url('../img/icon-forlderbox-white.svg');
}

.icon-user-include {
    background-image: url('../img/icon-user-include.svg');
}

.icon-user-include:hover {
    background-image: url('../img/icon-user-include-white.svg');
}

.icon-add-doc {
    background-image: url('../img/icon-add-doc.svg');
}

.icon-add-doc:hover {
    background-image: url('../img/icon-add-doc-white.svg');
}

.icon-map {
    background-image: url('../img/icon-map.svg');
}

.icon-map:hover {
    background-image: url('../img/icon-map-white.svg');
}

.icon-download-files {
    background-image: url('../img/icon-download-file.svg');
}

.icon-yt {
    background-image: url('../img/icon-youtube.svg');
}

.icon-yt:hover {
    background-image: url('../img/icon-youtube-white.svg');
}

.icon-download {
    background-image: url('../img/icon-download-file.svg');
}

.icon-download:hover {
    background-image: url('../img/icon-download-file-white.svg');
}

.acciones-doc {
    padding: 0.6em 0 0.6em 1em;
}

.acciones-doc [class^="col-"] {
    text-align: center;
}


/* Scroll de documentos */

.scroll-docs {
    overflow-y: auto;
    height: 34em;
    width: 90%;
    border-top: solid 1px #333639;
    border-bottom: solid 1px #858585;
    position: relative;
}

.scroll-docs .toggle-doc-view {
    position: sticky;
    top: 35%;
    left: 100%;
    background-color: #505050;
    color: #969798;
    padding: 0.3em 0.1em;
    border-radius: 0.1em;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 99;
    width: 18px;
}

.colapsable * {
    transition: .5s;
}

.collapsed .scroll-docs .toggle-doc-view:after {
    content: '>';
    font-family: 'RobotoCondensed-Light';
}

.expanded .scroll-docs .toggle-doc-view:after {
    content: '<';
    font-family: 'RobotoCondensed-Light';
}

.colapsable {
    display: flex;
    padding-right: 0;
}

.doc {
    display: flex;
    padding: 0.2em .5em 0.7em 0;
    border-bottom: solid 1px #eaeaea;
}

.doc.active {
    background-color: #333639;
}

.doc.active .doc-content p .tipo-doc {
    color: #FFFFFF;
}

.doc.active .title h6,
.doc.active .doc-content p .glosa,
.doc.active .doc-content p .date,
.doc.active .doc-content p .fojas-num {
    color: #858585;
}

.doc img {
    margin: .5em;
}

.doc .doc-content {
    flex-grow: 2;
}

.doc .doc-content .title {
    font-size: .95em;
}

.doc .doc-content .title,
.doc .doc-content p {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.title h3,
.title h6,
.sub-title h3,
.sub-title h6 {
    color: #1F4D6D;
    font-family: 'RobotoCondensed-Light';
}

.document-view.row {
    margin-right: inherit;
}

.doc .doc-content .title h6 {
    font-family: 'RobotoCondensed-Bold';
}

.doc .doc-content p {
    padding-right: .9em;
}

.doc .doc-content p,
.doc .doc-content p span {
    font-size: 0.94em;
    line-height: 120%;
}

.doc .doc-content p,
.doc .doc-content p * {
    font-family: 'RobotoCondensed-Light';
}

.colapsable.collapsed .doc .doc-content .title,
.colapsable.collapsed .doc .doc-content p {
    justify-content: space-between;
}

.colapsable.expanded .doc .doc-content p {
    padding-right: inherit;
}

.colapsable.expanded .doc .doc-content .title,
.colapsable.expanded .doc .doc-content p {
    width: calc(100% / 3);
}

.colapsable.expanded .doc .doc-content p,
.colapsable.expanded .doc .doc-content p span {
    width: calc(100% / 2);
}

.colapsable.expanded .doc .doc-content p,
.colapsable.expanded .doc .doc-content p span {
    flex-grow: 1;
}

.doc .doc-content p .tipo-doc {
    color: #000000;
}

.doc .doc-content p .date,
.doc .doc-content p .fojas-num {
    color: #505050;
}

.fojas>span {
    font-family: 'RobotoCondensed-Light';
    text-transform: capitalize;
    margin-bottom: 1em;
}

.doc-foja {
    display: flex;
    margin-bottom: 0.3em;
    cursor: pointer;
}

.doc-foja>* {
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.selected {
    background-color: darkgray;
    border-radius: 5px;
    padding: 3px 5px 2px 0px;
    color: white !important;
}

.doc-foja .doc-view span {
    text-align: center;
    line-height: 100%;
    margin-left: 5px;
}

.doc .doc-content p .glosa {
    color: #1F4D6D;
}




/* Colapsable expandido */

.colapsable.expanded.col-4 {
    flex: 100%;
    max-width: 100%;
}

.colapsable.expanded.col-4 .scroll-docs {
    width: 100%;
}

.colapsable.expanded.col-4 .doc {
    padding: 0;
    position: relative;
}

.colapsable.expanded.col-4 .doc img {
    width: 1.5em;
}

.colapsable.expanded.col-4 .doc .doc-content {
    flex-grow: 1;
    display: flex;
}

.colapsable.expanded.col-4 .doc .doc-content .title a {
    position: absolute;
    right: .5em;
}

.colapsable.expanded>.fojas {
    border: solid .3em #323638;
    padding: 0;
}

.colapsable.expanded>.fojas * {
    display: none;
}

.colapsable.expanded~.embed-pdf {
    display: none;
}

.sub-title {
    display: flex;
    border-bottom: solid 1px #EAEAEA;
    justify-content: space-between;
    align-items: center;
}

.sub-title h3 {
    font-size: 1.2em;
}

.person {
    margin: 1em;
}

.person .title {
    display: flex;
    align-items: center;
}

.person p {
    display: flex;
    flex-direction: column;
    /* margin-left: 1em; */
}

.person p span {
    font-family: 'RobotoCondensed-Light';
}

.person p .rut {
    color: #004E70;
    font-size: .9em;
}

.person p .email {
    font-size: .8em;
}

.inner-sub-title {
    font-family: 'RobotoCondensed-Light';
    font-size: 1.2em;
    color: #858585;
}

.person .title h6 {
    margin: 0;
    flex-grow: 2;
    font-family: 'RobotoCondensed-Bold';
}

.demandantes-demandados {
    margin-bottom: 2em;
}

.fluid-list {
    display: flex;
    flex-wrap: wrap;
}

.fluid-list>* {
    margin: .5em 1.5em .5em 0;
}

.sub-section {
    margin-bottom: 2em;
}

.sub-section h3 {
    font-family: 'RobotoCondensed-Light';
    color: #085A89;
    font-size: 1.2em;
}

.box {
    border: solid 1px #AEAEAE;
    padding: 1em !important;
}

.box-title-outside {
    color: #2979AC;
}

.box-title-outside.calendar-sibling {
    margin-bottom: 1.5em;
}

.accordion-body .box {
    border-style: none;
    padding: 0 !important;
}

.box span {
    font-size: .88em;
}

.box .table-header {
    border-bottom: solid 1px #858585;
}

.box [class^="table-"]>.row {
    padding: .5em 0;
    margin: 0;
    border-bottom: solid 1px #EAEAEA;
}

.box span {
    color: #1F4D6D;
}

.tab-accordion .box {
    margin-bottom: 1em;
    transition: .3s;
}

.tab-accordion .box.active {
    margin-bottom: 0;
    transition: .3s;
}

.row .actions {
    position: absolute;
    right: 0;
    top: 0.5em;
}

.add {
    color: #858585;
    text-decoration: none;
}

.add:hover {
    color: #858585;
    text-decoration: underline;
}

.table-body span,
.dark {
    color: #000000 !important;
    font-weight: bold;
}

.add .flex {
    justify-content: flex-start;
}

 .flex-end {
     display: flex;
     justify-content: flex-end;
     align-items: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.question.date input {
    background: transparent url('../img/icon-calendar.svg') no-repeat right;
    width: 100%;
}

.flow {
    flex-wrap: wrap;
    gap: 0 1em;
    justify-content: flex-start;
}

.flow>* {
    flex: 20%;
    max-width: 24%;
}

.flow .question input {
    width: 100%;
}


/* Switches */

.toggles {
    text-align: center;
}

.toggle {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 2em;
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 48px;
    height: 24px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: .25em;
    left: .25em;
    transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked~.toggle-switch {
    background: #BDDFFF;
}

.toggle-checkbox:checked~.toggle-switch:before {
    left: 1.7em;
    background: #1F4D6D;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-right: .25em;
}

.toggle-checkbox:checked~.toggle-label {
    color: #1F4D6D;
}


/* ACORDEONES */


/* by JS */

.stepper-v .col-1 {
    max-width: 4em;
}

.stepper-v .accordion,
.stepper-v .accordion-body {
    margin: 0;
}

.accordion-header,
.box-accordion h3 {
    cursor: pointer;
    width: 100%;
    border: solid 1px #AEAEAE;
    transition: 0.4s;
    margin: 0;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-position: right 1em top 1em;
}

.box-accordion h3 {
    border-style: none;
}

.search .accordion,
.useful {
    transition: 0.4s;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-position: right 1em top 1em;
}

.accordion.row.active .accordion-header {
    border-bottom: none;
}

.search .active.accordion,
.active .accordion-header,
.active.useful,
.box-accordion h3.active {
    background-image: url(../img/minus.svg);
}

.search .accordion {
    background-position: right 1em top 1.2em;
}

.search .active.accordion {
    background-position: right 1em top 1.6em;
}

.search .actions .btn-primary,
.search .actions .btn-secondary {
    width: 23.33%;
}

.search .accordion-body {
    margin: 0 !important;
    min-height: 79px;
}

.accordion-header.active {
    background-image: url(../img/minus.svg);
    border-bottom: none;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 1em;
}

.stepper-v .accordion-body {
    padding: 0;
}

.accordion-body.row {
    margin-bottom: 2em;
}

.accordion.active~.accordion-body {
    margin-bottom: 2em;
}

.search .accordion-body {
    padding: 0;
}

.accordion-body.row .box-bottom {
    border: solid 1px #AEAEAE;
    border-top: none;
}

.accordion-body:last-child,
.accordion-body.empty {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.accordion-body:last-child {
    background-color: #FFFFFF;
}

.accordion-body.empty {
    padding: 0 !important;
}

.accordion-header.active~.accordion-body {
    border: solid 1px #AEAEAE;
    border-top: none;
}

.accordion-body-air {
    padding: 16px;
}


/* by CSS3 */

.accordion ul li i:before,
.accordion ul li i:after,
.accordion p {
    transition: all 0.25s ease-in-out;
}

.accordion .flipIn,
.accordion ul li,
.accordion h1 {
    animation: flipdown 0.5s ease both;
}

.accordion .no-select,
.accordion h3 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-content .accordions h3,
.accordion h3,
.search h3,
h3.accordion {
    font-size: 1.1em;
    display: block;
    margin: 0;
    cursor: pointer;
    color: #085A89;
    font-family: 'RobotoCondensed-Light';
    padding: 16px;
}

.box.box-accordion {
    padding: 0 !important;
    margin-bottom: 1.5em;
}

.search h3 {
    border-bottom: solid 1px #085A89;
    padding-right: 2.5em;
    margin-bottom: 1em;
    text-align: right;
}

.tab-content .accordions h3 {
    border-top: solid 1px #858585;
}

.accordion .box h3 {
    line-height: 100%;
}

.accordion .no-data {
    color: #858585;
}

.accordion.row>[class^="col-"],
.accordion-body.row>[class^="col-"] {
    padding: 0;
}

.box-accordion .accordion.active~.accordion-body {
    padding: 1em;
}

.accordion p {
    color: rgba(48, 69, 92, 0.8);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
}

.accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.accordion ul li {
    position: relative;
    padding: 0;
    margin: 0;
    border-top: 1px solid #858585;
}

.accordion ul li:last-child {
    border-bottom: 1px solid #858585;
}

.accordion ul.box li {
    border-style: none;
}

.accordion ul li:last-of-type {
    padding-bottom: 0;
}

.accordion ul li i {
    position: absolute;
    transform: translate(-12px, 0);
    top: 1em;
    right: 1em;
}

.accordion ul.box li i {
    top: 0;
    right: 0;
}

.accordion ul.box .row {
    overflow: visible;
}

.accordion ul li i:before,
.accordion ul li i:after {
    content: "";
    position: absolute;
    background: #085A89;
    width: .1em;
    height: 1em;
}

.accordion ul li i:before {
    transform: translate(2px, 0) rotate(90deg);
}

.accordion ul li i:after {
    transform: translate(2px, 0) rotate(-90deg);
}

.accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.accordion ul li input.disbled {
    pointer-events: none;
    cursor: default !important;
}

.accordion ul li input.disbled~i {
    display: none;
}

.accordion ul li input[type=checkbox]:checked~p {
    color: transparent;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    height: 0px;
    transform: translate(0, 50%);
}

.accordion ul li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(90deg);
}

.accordion ul li input[type=checkbox]:checked~i:after {
    transform: translate(2px, 0) rotate(0deg);
}

.table-body {
    position: relative;
}


/* STEPPER VERTICAL */

.stepper-v {
    background: transparent url("../img/dashed-line-v.svg") repeat-y left 22px bottom 11px;
}

.stepper-lg {
    width: 3em;
    height: 3em;
    border: solid 4px #BDBDBD;
    border-radius: 50%;
    background: #FFFFFF url("../img/warning.svg") no-repeat center center;
}

.stepper-lg.active {
    background-image: none;
}

.stepper-lg.active {
    border-color: #2979AC;
    background-image: url("../img/circle-blue.svg");
}

.stepper-lg.done {
    border-color: #4FD98D;
    background-image: url("../img/ticket.svg");
}

.last-step {
    background: #FFFFFF;
}

.box.causas {
    padding: 0 !important;
}

.calendar-sibling~.box.causas {
    height: 614px;
    overflow-y: scroll;
}

.causa {
    padding: 1em;
    border-bottom: 1px solid #EAEAEA;
}

.causa:last-child {
    border-bottom: none;
}

.causa .nombre-causa {
    color: #1F4D6D;
    font-size: .86em;
    letter-spacing: -1%;
}

.causa .datos-causa {
    font-size: .86em;
}

.causa .datos-causa .rol,
.causa .datos-causa .tipo {
    color: #000000;
    font-family: "RobotoCondensed-Bold";
}

.causa .datos-causa .fecha {
    color: #858585;
    letter-spacing: -0.4px;
}


/* MODAL Y BTN DE ACCION */

.modal {
    z-index: 999;
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate(9999px);
    opacity: 0;
}

.modal.active {
    transition: opacity .3s linear;
    transform: translate(0);
    opacity: 1;
}

.modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 1.5em 2em;
    width: 600px
}

.modal-content-anuncio {
    margin: auto;
    background-color: #E6F7FF;
    position: relative;
    padding: 0.5em 0.5em;
    width: 80%
}

.modal-video {
    width: 626px;
}

.modal-header {
    padding: 0;
    border-style: none;
}

.modal-close {
    /*position: absolute;*/
    right: 1em;
    top: 0.7em;
    font-family: arial;
    font-stretch: 150% !important;
    font-weight: 300;
    color: #858585;
}

.modal-close:hover {
    text-decoration: none;
    color: #505050;
}

.modal-body {
    padding: 0;
}

.modal-body .content .question>select{
    width: 100%;
    border-radius: 0;
}
.modal-body .content .question>input {
    width: 100%;
    border-radius: 0;
}

.modal-header h4 {
    color: #003658;
    font-family: 'RobotoCondensed-Light';
    font-size: 1.5em;
    padding: 0;
    line-height: 100%;
}

.modal .box .table-responsive,
.accordion-body .table-responsive {
    margin: 0;
}

.modal .box .table-responsive th {
    border-top: none;
    padding-top: 0;
}

.blocked {
    overflow: hidden;
}

.actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 1em 1em;
}

.btn {
    font-size: .75em;
    text-transform: uppercase;
    padding: .5em 1.5em;
    text-decoration: none;
    border-style: none;
    min-width: 9em;
    margin-right: 1em;
    cursor: pointer;
}

.btn:last-child {
    margin-right: 0;
}

.btn-primary {
    background-color: #085A89;
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #2979AC;
    color: #FFFFFF;
}

.btn-secondary {
    color: #085A89;
    border: solid 1px #085A89;
    background: transparent;
}

.btn-secondary:hover {
    color: #FFFFFF;
    border: solid 1px #085A89;
    background: #085A89;
}

.btn-auxiliar {
    color: #085A89;
}

.btn-auxiliar:hover {
    color: #2979AC;
    text-decoration: underline;
}

.btn-search {
    min-width: inherit;
    height: 41px;
}

.search-inside-field>div {
    position: relative;
}

.search-inside-field .btn-search {
    position: absolute;
    right: 0;
    z-index: 1;
    border-radius: 0;
}

.inactive,
.inactive:hover {
    background: #C0C0C0;
    pointer-events: none;
}


/* Modal Swal */

[class^=swal2] h2 {
    font-size: 1.4em !important;
}

[class^=swal2] .swal2-html-container {
    font-size: 1em !important;
}

.swal2-icon {
    transform: scale(0.7) !important;
    margin: 0.5em auto 0 !important;
}

.swal2-actions {
    flex-direction: row-reverse;
}

button.swal2-styled {
    margin: 0 1em !important;
}

.swal2-styled.swal2-confirm {
    /* CTA Primario (OK) */
    transition: .3s !important;
    font-size: .75em !important;
    text-transform: uppercase !important;
    padding: .5em 1.5em !important;
    text-decoration: none !important;
    border-style: none !important;
    min-width: 9em !important;
    margin-right: 1em !important;
    cursor: pointer !important;
    border: solid 1px #085A89 !important;
    background-color: #085A89 !important;
    color: #FFFFFF;
}

.swal2-confirm:hover {
    background-color: #2979AC !important;
    color: #FFFFFF !important;
}

.swal2-deny {
    /* CTA Secundario (No) */
    transition: .3s !important;
    font-size: .75em !important;
    text-transform: uppercase !important;
    padding: .5em 1.5em !important;
    text-decoration: none !important;
    border-style: none !important;
    min-width: 9em !important;
    cursor: pointer !important;
    color: #085A89 !important;
    border: solid 1px #085A89 !important;
    background: transparent !important;
}

.swal2-deny:hover {
    color: #FFFFFF !important;
    border: solid 1px #085A89 !important;
    background: #085A89 !important;
}

.swal2-cancel {
    /* CTA Auxialy (Cancel) */
    transition: .3s !important;
    font-size: .75em !important;
    text-transform: uppercase !important;
    padding: .5em 1.5em !important;
    text-decoration: none !important;
    border-style: none !important;
    min-width: 9em !important;
    cursor: pointer !important;
    color: #085A89 !important;
    border-style: none !important;
    background: transparent !important;
}

.swal2-cancel:hover {
    background: transparent !important;
    text-decoration: underline !important;
}


/* Tables */

.table thead th {
    border-bottom: solid 1px #858585;
}

.table td,
.table th {
    padding: 0.45rem;
}

.table thead th,
.data-label .label {
    color: #1F4D6D;
    font-size: .88em;
    font-weight: 300;
}

.table .cell-detail,
.table .cell-detail span {
    color: #000000;
}

.data-label .data {
    color: #000000;
    font-size: .88em;
    font-weight: 300;
}

.tex-right {
    text-align: right !important;
}

.dataTables_info {
    margin-right: 1em;
}

.dataTables_info,
.dataTables_paginate {
    display: inline-block !important;
}

.dataTables_paginate {
    font-size: 14px;
}


/* Mapa en SVG */

.map-wrapper {
    position: relative;
}

.map-wrapper .region-names>span {
    position: absolute;
    font-size: 0.9em;
    font-family: 'RobotoCondensed';
    color: #858585;
}

.map-wrapper .region-names .region-AP {
    top: 1.3em;
    left: 15em;
}

.map-wrapper .region-names .region-TA {
    top: 5em;
    left: 16em;
}

.map-wrapper .region-names .region-AN {
    top: 11em;
    left: 17.5em;
}

.map-wrapper .region-names .region-AT {
    top: 23em;
    left: 15.2em;
}

.map-wrapper .region-names .region-CO {
    top: 31em;
    left: 12.4em;
}

svg#map-chile g path.map-region:hover {
    cursor: pointer;
    opacity: 1;
}

svg#map-chile g path.map-region {
    fill: #2979AC;
    opacity: .6;
    stroke: #FFFFFF;
    stroke-width: 1px;
    stroke-miterlimit: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

svg#map-chile g path.map-region.active {
    cursor: auto;
    opacity: 1;
}

.box-display {
    display: flex;
    justify-content: space-around;
}

.box-display.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-around;
}

.counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 8em;
    height: 8em;
    background-color: #E2F1FF;
    border: solid 1px #2979AC;
    color: #858585;
    font-family: 'RobotoCondensed';
    padding: 1em;
}

.counter-box span {
    font-size: 3em;
    font-family: 'RobotoCondensed-Light';
    line-height: 100%;
}

.counter-box label {
    font-size: 1em;
    margin: 0;
    line-height: 100%;
    text-align: center;
}

.total-box {
    background-color: #2979AC;
    color: #FFFFFF;
}

.clear-search {
    color: #2979AC;
    background: #eaeaea;
    border-radius: 0.2em;
    font-size: 0.6em;
    padding: 0.2em 0.5em;
    text-transform: uppercase;
    margin-left: 1em;
}

.ver-mas {
    color: #085A89;
    text-decoration: underline;
    display: inline-block;
}

.ver-mas:hover {
    color: #007bff;
}

.download-file {
    padding: 0 0 0 1.5em;
    background: url(../img/icon-xsl.svg) no-repeat left;
    margin: 0 auto;
}

.box-display.resumen {
    gap: 1em;
    justify-content: start;
}

.box-display.resumen .box {
    display: flex;
    align-items: center;
    border-color: #2979AC;
    position: relative;
    flex-grow: 1;
}

.box-display.resumen .box.active {
    border-bottom: none;
}

.celeste.active {
    background-color: #f3fbff;
    border-color: #AEAEAE !important;
}

.box-display.resumen span {
    font-size: 2.5em;
    font-family: 'RobotoCondensed-Light';
    color: #858585;
    margin-right: 0.3em;
}

.box-display.resumen label {
    margin: 0;
    color: #858585;
    margin-right: 3em;
}

.box-display.resumen .ver-mas {
    position: absolute;
    right: 1em;
    bottom: 1em;
    font-size: 0.8em;
}

.square {
    background: #2979AC;
    width: 9em;
    height: 9em;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    margin-right: 1em;
    flex-direction: column;
    cursor: pointer;
}

.square.full {
    width: 100%;
    padding: .5em;
    margin: 0;
}

.square img {
    width: 4em;
    height: 4em;
}

.square~.link {
    display: block;
    font-family: 'RobotoCondensed-Bold';
    color: #2979AC;
}

.square~.link span {
    font-family: 'RobotoCondensed-Light';
}

.square span {
    font-family: 'RobotoCondensed';
    color: #fff;
    margin: .5em 0 0 0;
}

.table-responsive {
    margin: 1em 0;
}

.no-border-top th {
    border-style: none !important;
}

.no-margin table {
    margin: 0 !important;
}

.title-actions {
    position: relative;
}

.title-actions .actions {
    position: absolute;
    top: 0;
    right: 0;
}

.subidos {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}


/* Media query para dispositivos moviles */

@media (max-width: 768px) {

    .question {
        min-width: 100%;
    }

    div#box-documentos {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: stretch;
        width: 85%;
        padding-left: 10px;
        max-height: 200px;
    }

    .colapsable {
        display: flex;
        flex-direction: column;
        padding-right: 0;
    }

    .colapsable>.fojas {
        background: #323638;
        padding: 1em .5em;
        color: #858585;
        display: flex;
        flex-direction: row;
        overflow-y: auto;
        overflow: visible;
    }

    #obj-visor-pdf {
        width: 100%;
        height: 400px;
    }

    #obj-visor-pdf-iframe {
        width: 100%;
        height: 400px; /* Usa toda la altura de la ventana */
        max-width: 100%;
        max-height: 100vh;
        overflow: auto;
    }
    .hide-mobile {
        display: none !important;
    }
    .hide-desktop {
        display: inherit !important;
    }
    .mobile-separator {
        margin-bottom: 2em;
    }
    .separator.hide-desktop {
        display: block !important;
        width: 100%;
    }
    header .burger-menu-container {
        display: flex;
    }
    header .menu {
        position: absolute;
        top: 4em;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    header .privado .menu {
        z-index: 999;
    }
    header #menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        opacity: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    header #menu-toggle:checked~.menu li {
        border-bottom: 1px solid #FFF;
        height: 3.5em;
        padding: 1em;
        opacity: 1;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    header .menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: #003658;
        background: #EAEAEA;
    }
    header .menu>li:not(:last-child) {
        border-bottom: 1px solid blue;
    }
    header .menu .btn-claveunica {
        background: #3067BE;
        color: #fff;
    }
    header .privado .burger-menu {
        top: 1.8em;
        right: 0.8em;
    }
    header .top-nav-bar.hide-desktop {
        display: flex !important;
        justify-content: center;
    }
    .contenedor-principal {
        margin: 1em;
    }
    .contenedor-principal h2.flex,
    .contenedor-principal .info-adicional {
        flex-direction: column;
        align-items: baseline;
    }
    .contenedor-principal .info-adicional {
        margin-bottom: 1em;
    }
    .progressBar li {
        display: none;
    }
    .progressBar li.active {
        display: block;
        width: 100%;
        text-align: left;
    }
    .progressBar .active:after {
        display: none;
    }
    .progressBar .active:before {
        width: 7em;
        height: 7em;
        border: solid 8px #4FD98D !important; 
        margin: 0 1em 0 0;
    }
    .progressBar .active span {
        position: absolute;
    }
    .progressBar .active .suceso {
        top: 0.5em;
        left: 8.5em;
        color: #858585;
    }
    .progressBar .active .state {
        top: 1.5em;
        font-size: 1.4em;
        left: 6em;
    }
    .progressBar .active .date {
        top: 3.6em;
        left: 8.5em;
        color: #00B050; 
    }
    .relator,
    .redactor {
        font-size: 1.2em;
    }
    .progressBar {
        overflow: hidden;
    }
    .progressBar .active .step {
        left: 1.4em !important;
        top: 1.6em !important;
        font-size: 1.4em;
    }
    .progressBar .active .step,
    .progressBar .active .step p {
        margin: 0;
        padding: 0;
        line-height: 100%;
    }
    .filters {
        flex-direction: column;
    }
    .pestanas [class^="col-"] {
        max-width: 100%;
        padding: 0;
        flex: inherit;
    }
    .tab-content .row {
        margin: 0;
    }
    .tab-content .col-6:first-child {
        border-right: none;
        border-bottom: solid 1px #2979AC;
    }
    .tab-content .col-6+.col-6 {
        margin-top: 1em;
    }
    .document-view.row {
        margin: 0;
    }
    .scroll-docs {
        width: 100%;
        height: 400px;
    }
    .doc>img {
        width: 2em;
    }
    .colapsable.collapsed .doc .doc-content p,
    .colapsable.collapsed .doc .doc-content p .tipo-doc,
    .colapsable.collapsed .doc .doc-content p .glosa {
        display: block;
    }
    .accordion ul li {
        padding: 1em;
    }
    .accordion ul li:last-of-type {
        padding-bottom: 1em;
    }
    .accordion ul li h3 {
        line-height: 100%;
    }
    .no-data {
        line-height: 100%;
    }
    .box .col-2 {
        flex: 0 0 16.66% !important;
        max-width: 16.66%;
    }
    .box .col-10 {
        flex: 0 0 83.33% !important;
        max-width: 83.33%;
    }
    .box .table-body .row span {
        color: #858585;
        margin-right: 0.5em;
    }
    .flex>.question {
        width: 100% !important;
    }
    .flow>* {
        max-width: 100%;
    }
    .toggle {
        display: block;
        margin: 0 1em 1em 0;
    }
    .table-body [class^="col-"] {
        padding: 0;
    }
    .table-body .row .actions {
        top: 2em;
    }
    .box [class^="table-"]>.row {
        border-top: solid 1px #EAEAEA;
        border-bottom: none;
    }
    .accordions.stepper-v>.row {
        width: 100%;
    }
    .stepper-v .col-1 {
        margin-right: 2em;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .accordions.stepper-v .row>.col-11 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .search .actions .btn-primary {
        width: 100%;
    }
    .data-as-list>.row {
        display: block;
    }
    .data-as-list .row>span {
        display: block;
        max-width: inherit;
    }
    .box .data-as-list>.row {
        border-top: none;
        border-bottom: solid 1px #EAEAEA;
    }
    .box .data-as-list>.row:last-child {
        border-style: none;
    }
    .box-display {
        flex-wrap: wrap;
        gap: 3em 0em;
    }
    .box-display.grid {
        display: flex;
        grid-template-columns: none;
        justify-content: normal;
        flex-direction: column;
    }
    .square {
        float: none;
        margin: 0 auto;
    }
    .square~.link {
        text-align: center;
    }
    .square~.msj {
        margin-bottom: 4em;
    }
    .square.full {
        margin-bottom: 2em;
    }
    /* modal */
    .modal {
        padding: 1em;
    }
    .actions {
        flex-direction: column-reverse;
    }
    .actions .btn {
        width: 100%;
    }
}


/* FIN */

.embed-pdf {
    background: #5C5E63;
}


/* spinner */


/* .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s ease infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */

.be-loading {
    /* position: relative; */
}

.be-loading:after {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 100000;
}

.be-loading .be-spinner {
    display: none;
}

.be-loading-active:after {
    visibility: visible;
    opacity: 1;
    min-height: 100vh;
    position: fixed;
}

.be-loading-active .be-spinner {
    display: block;
}

.be-loading .be-spinner {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 3;
}

.be-spinner svg {
    -webkit-animation: be-spinner-rotation 1.4s linear infinite;
    animation: be-spinner-rotation 1.4s linear infinite;
    stroke: #4285f4;
}

.be-spinner svg .circle {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: be-spinner-turn 1.4s ease-in-out infinite;
    animation: be-spinner-turn 1.4s ease-in-out infinite;
}

@-webkit-keyframes be-spinner-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes be-spinner-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes be-spinner-turn {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes be-spinner-turn {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}


/* FIN spinner */


/*************** Cambios de algunos CSS de Plugings ****************/


/* Cambio de posición de las flechas para el sorting de datos en las tablas*/

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 0 !important;
    padding-left: 30px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    left: 1em;
    top: .5em
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    left: 0.5em;
    top: .5em
}

.fc-event-time {
    display: none !important;
}

.salida .fc-event-main .fc-event-main-frame .fc-event-title-container .fc-event-title {
    color: white !important;
}

.salida .fc-event-main {
    background-color: purple !important;
}

.settings-list>li .switch-button {
    float: right;
    margin-left: 5px;
}


/*------------------------------------------------------------------
  [Switch button]
*/

.switch-button {
    display: inline-block;
    border-radius: 50px;
    background-color: #b3b3b3;
    width: 60px;
    height: 27px;
    padding: 4px;
    position: relative;
    vertical-align: middle;
}

.switch-button input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.switch-button label {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px 1px #FFF inset;
    box-shadow: 0 0 1px 1px #FFF inset;
    background-color: #FFFFFF;
    margin: 0;
    height: 19px;
    width: 19px;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    background-clip: padding-box;
}

.switch-button label:before {
    position: absolute;
    font-size: .8462rem;
    font-weight: 600;
    z-index: 0;
    content: "DESACTIVO";
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 27px;
    top: 0;
    text-align: right;
    padding-right: 10px;
    color: #FFFFFF;
    border-radius: 50px;
}

.switch-button input[type="checkbox"]:checked+span {
    border-radius: 50px;
    background-color: #2979AC;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
}

.switch-button input[type="checkbox"]:checked+span label {
    float: right;
    border-color: #2979AC;
}

.switch-button input[type="checkbox"]:checked+span label:before {
    position: absolute;
    font-size: .8462rem;
    font-weight: 600;
    z-index: 0;
    content: "ACTIVO";
    color: #FFFFFF;
    left: 0;
    text-align: left;
    padding-left: 10px;
}

.switch-button input[type="checkbox"]:focus+span label:before {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(135, 135, 135, 0.3);
    box-shadow: 0 0 0 0.15rem rgba(135, 135, 135, 0.3);
}

.switch-button input[type="checkbox"]:checked:focus+span label:before {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(66, 133, 244, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(66, 133, 244, 0.5);
}

.switch-button.switch-button-yesno label:before {
    content: "NO";
}

.switch-button.switch-button-yesno input[type="checkbox"]:checked+span label:before {
    content: "SI";
}

.switch-button.switch-button-xs {
    height: 20px;
    width: 53px;
    line-height: 16px;
    width: 50px;
}

.switch-button.switch-button-xs label {
    height: 12px;
    width: 12px;
}

.switch-button.switch-button-xs label:before {
    line-height: 21px;
}

.switch-button.switch-button-sm {
    height: 24px;
    width: 57px;
    line-height: 20px;
}

.switch-button.switch-button-sm label {
    height: 16px;
    width: 16px;
}

.switch-button.switch-button-sm label:before {
    line-height: 25px;
}

.switch-button.switch-button-lg {
    height: 30px;
    width: 63px;
    line-height: 26px;
    width: 65px;
}

.switch-button.switch-button-lg label {
    height: 22px;
    width: 22px;
}

.switch-button.switch-button-lg label:before {
    line-height: 31px;
}

.switch-button.switch-button-success {
    background-color: #b3b3b3;
}

.switch-button.switch-button-success label {
    border-color: #ababab;
}

.switch-button.switch-button-success input[type="checkbox"]:checked+span {
    background-color: #34a853;
}

.switch-button.switch-button-success input[type="checkbox"]:checked+span label {
    border-color: #2e9549;
}

.switch-button.switch-button-success input[type="checkbox"]:checked:focus+span label:before {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.5);
}

.switch-button.switch-button-warning {
    background-color: #b3b3b3;
}

.switch-button.switch-button-warning label {
    border-color: #ababab;
}

.switch-button.switch-button-warning input[type="checkbox"]:checked+span {
    background-color: #fbbc05;
}

.switch-button.switch-button-warning input[type="checkbox"]:checked+span label {
    border-color: #e3aa04;
}

.switch-button.switch-button-warning input[type="checkbox"]:checked:focus+span label:before {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(251, 188, 5, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(251, 188, 5, 0.5);
}

.switch-button.switch-button-danger {
    background-color: #b3b3b3;
}

.switch-button.switch-button-danger label {
    border-color: #ababab;
}

.switch-button.switch-button-danger input[type="checkbox"]:checked+span {
    background-color: #ea4335;
}

.switch-button.switch-button-danger input[type="checkbox"]:checked+span label {
    border-color: #e82e1e;
}

.switch-button.switch-button-danger input[type="checkbox"]:checked:focus+span label:before {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.5);
}

.causas_asignadas .lista {
    display: flex;
    flex-direction: row;
}

.causas_asignadas .lista .nombre {
    width: 80%;
}

.causas_asignadas .lista .cantidad {
    color: blue; /* Color de enlace */
    text-decoration: underline; /* Subrayado como un enlace */
    cursor: pointer; /* Cursor de tipo pointer */
}

@media (max-width: 768px) {

    /********** CABECERA **********/


    /* Cabecera */

    header {
        width: 100%;
        flex-direction: column;
    }

    .flex {
        justify-content: space-between;
        align-items: center;
    }

    .flex,
    header,
    .publico,
    .logo,
    .top-nav,
    .otros-accesos,
    header .login {
        display: flex;
    }

    header .logo {
        padding: 0.5em;
    }

    header .logo img {
        width: 70vw;
        margin-top: -20px;
        max-width: 330px;
    }

    header .logo h6 {
        display: flex;
        align-items: center;
        height: 100%;
        color: #003658;
        font-size: 0.8em;
        text-transform: uppercase;
    }

    header .publico {
        display: flex;
        flex-direction: column;
        height: 85px;
        background-color: rgba(0, 77, 113, 0.85);
    }

    header .publico .frame {
        display: none;
    }


    header .publico .frame .boton {
        display: flex;
        height: 51px;
        padding: 10px 0px;
        justify-content: center;
        align-items: center;
        gap: 10px;

        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        cursor: pointer;
    }

    header .publico .frame .active {
        color: #FBB03B;
    }

    header .line {
        width: 100%;
        height: 4px;
        flex-shrink: 0;
        background: #FBB03B;
        position: relative;
        margin-top: -10px;
    }

    header .botonera {
        display: none;
        position: relative;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding-right: 10px;
    }

    header .btn-claveunica {
        border-radius: 10px;
        border: 3px solid #FFF;
        background: #FFF;
        width: 181px;
        height: 48px;
        flex-shrink: 0;
        cursor: pointer;
    }

    header .btn-login {
        display: flex;
        min-width: 180px;
        height: 48px;
        padding: 10px 24px 10px 10px;
        align-items: center;
        gap: 11px;
        flex-shrink: 0;

        border-radius: 10px;
        background: #FBB03B;

        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        cursor: pointer;
    }

    header .botonera .btn-logout{
        cursor: pointer;
        display: flex;
        height: 48px;
        padding: 10px 10px 10px 10px;
        align-items: center;
        border-radius: 10px;
        background: #FBB03B;
    }


    header .botonera .btn-logout img{
        width: 40px;
        height: 40px;
    }
    header .btn-login img{
        width: 44px;
        height: 44px;
    }

    header .btn-claveunica img {
        fill: url('../img/clave_unica_color.svg'), lightgray 0px 0px / 100% 100% no-repeat;
        margin-top: -15px;
        margin-left: -4px;
    }

    .trigger_login {
        cursor: pointer;
    }

    #menu-administrador {
        display: none;
    }

    /** INICIO **/
    .primer_tribunal {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .primer_tribunal img {
        width: 275px;
        margin-top: 21px;
        margin-bottom: 10px;
    }

    .primer_tribunal span {
        color: #004D71;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        font-family: RobotoCondensed;
        text-align: center;

    }

    .informativos {
        display: flex;
        flex-direction: column;
        margin-top: 34px;
        justify-content: space-around;
        gap: 3vh;
    }

    .informativos .ultimos_ingresos {
        border-radius: 10px;
        border: 2px solid #004D71;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 90vw;
    }

    .informativos .estado_diario {
        height: 454px;
        border-radius: 10px;
        border: 2px solid #004D71;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        padding-bottom: 10px;
        width: 90vw;
    }


    .ultimos_ingresos .titulo {
        color: rgba(0, 0, 0, 0.87);
        font-family: RobotoCondensed;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.1px;
        margin-left: 21px;
        margin-top: 20px;
    }

    .ultimos_ingresos .titulo_causa {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        font-family: RobotoCondensed;
        font-size: 15.5px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.4px;
        width: 75vw;
    }

    .ultimos_ingresos .info_causa {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .ultimos_ingresos .info_causa .tipo_causa {
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .ultimos_ingresos .info_causa .fecha_causa {
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .ultimos_ingresos .info_causa .rol_causa {
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .contenedor-causas .ultimos_ingresos_causa {
        display: flex;
    }

    .contenedor-causas .ultimos_ingresos_causa .body_causa {
        padding-left: 21px;
    }

    .ultimos_ingresos .contenedor-causas {
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .ultimos_ingresos .contenedor-causas .botones_causa img {
        cursor: pointer;
    }


    .estado_diario .titulo {
        color: rgba(0, 0, 0, 0.87);
        font-family: RobotoCondensed;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.1px;
        margin-left: 21px;
        margin-top: 24px;
        flex-direction: row;
        justify-content: space-around;
    }

    .estado_diario .contenedor-estados-diarios {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .estado_diario .contenedor-estados-diarios .titulos_estado {
        display: flex;
        padding-left: 13px;
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: 0.4px;
        margin-bottom: 10px;
        flex-direction: row;
        justify-content: space-around;
    }

    .estado_diario .contenedor-estados-diarios .row_estado_diario {
        display: flex;
        padding-left: 13px;
        color: #131313;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.4px;
        flex-direction: row;
        justify-content: space-around;
    }

    .ed_fecha {
        width: 100px;
    }

    .ed_n_causas {
        width: 100px;
    }

    .ed_n_tramites {
        width: 110px;
    }

    .ed_detalle {
        width: 100px;
    }

    .ed_detalle a {
        position: relative;
        top: -8px;
    }

    .ed_detalle a img {
        height: 30px;
    }

    .estado_diario .contenedor-estados-diarios .ed_fecha {
        text-align: left;
    }

    .estado_diario .contenedor-estados-diarios .ed_n_tramites {
        text-align: center;
    }

    .estado_diario .contenedor-estados-diarios .ed_detalle {
        text-align: center;
    }

    .estado_diario .contenedor-estados-diarios .ed_n_causas {
        text-align: center;
    }

    .informativos .botones_inicio {
        border-radius: 36px;
        border: 1px solid var(--gray-divider, #E5E5E5);
        background: var(--white-high-emphasis, #FFF);
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
        width: 90vw;
    }

    .botones_inicio .btn-inicio-border {
        border-radius: 5px;
        border: 4px solid #FBB03B;
        padding: 2px;
    }

    .botones_inicio .btn-inicio {
        display: flex;
        height: 64px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        background: #004D71;

        color: #FFF;
        font-family: RobotoCondensed;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .informativo-inicio {
        max-width: 90vw;
        background-color: #E6F7FF;
        padding: 10px;
        border-radius: 5px;
    }

    .informativo-inicio-titulo {
        color: #315b7c;
        text-align: left;
        text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
        font-family: inherit;
        font-weight: 100;
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .informativo-inicio-body-left {
        display: none;
    }

    .informativo-inicio-footer {
        color: #315b7c;
        text-align: left;
        text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
        font-family: inherit;
        font-weight: 100;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .footer {
        background: #004D71;
        padding: 3vh 4vw;
    }

    .footer .superior {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: space-between;
    }

    .footer .superior .texto {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 3vh;
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .footer .superior .links {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer .superior .links .titulo_links{
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 200px;
    }

    .footer .superior .links .link  {
        display: flex;
        gap: 10px;
        cursor: pointer;
    }


    .footer .superior .links .link a {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .superior .links .link p {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .footer_separador {
        width: 100%;
        height: 4px;
        flex-shrink: 0;
        background: #FBB03B;
        margin-top: 20px;
    }

    .footer .derechos {
        display: flex;
        padding-top: 10px;
        justify-content: space-between;
    }

    .footer .derechos span{
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .derechos .btn-derechos {
        display: inline-flex;
        padding: 10px 24px;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        background: #FBB03B;
        color: #131313;
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .izquierda img {
        width: 90vw;
    }
}
@media (min-width: 768px) and (max-width: 1500px) {

    .colapsable {
        display: flex;
        padding-right: 0;
    }

    .colapsable>.fojas {
        background: #323638;
        padding: 1em .5em;
        color: #858585;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        height: 34em;
        overflow-y: auto;  /* Permite el scroll vertical */
        overflow-x: visible;  /* El contenido desbordado horizontalmente será visible */
    }


    /********** CABECERA **********/
    /* Cabecera */
    header {
        width: 100%;
        flex-direction: column;
    }

    .flex {
        justify-content: space-between;
        align-items: center;
    }

    #box-asiento {
        margin-top: -50px;
    }

    #obj-visor-pdf {
        width: 100%;
        height: 100%;
    }

    .flex,
    header,
    .publico,
    .logo,
    .top-nav,
    .otros-accesos,
    header .login {
        display: flex;
    }

    header .logo {
        padding: 0.5em;
    }

    header .logo img {
        width: 360px;
        margin-top: 20px;
    }

    header .logo h6 {
        display: flex;
        align-items: center;
        height: 100%;
        color: #003658;
        font-size: 0.8em;
        text-transform: uppercase;
    }

    header .publico {
        flex-direction: row;
        height: 117px;
        background-color: rgba(0, 77, 113, 0.85);
    }

    header .publico .frame {
        display: inline-flex;
        align-items: flex-start;
        gap: 30px;
        position: relative;
        top: 33px;
        width: 100%;
        margin-left: 25px;
        height: 51px;
    }


    header .publico .frame .boton {
        display: flex;
        height: 51px;
        padding: 10px 0px;
        justify-content: center;
        align-items: center;
        gap: 10px;

        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        cursor: pointer;
    }

    header .publico .frame .active {
        color: #FBB03B;
    }

    header .line {
        width: 100%;
        height: 4px;
        flex-shrink: 0;
        background: #FBB03B;
        position: relative;
        margin-top: -10px;
    }

    header .botonera {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding-right: 10px;
    }

    header .btn-claveunica {
        border-radius: 10px;
        border: 3px solid #FFF;
        background: #FFF;
        width: 181px;
        height: 48px;
        flex-shrink: 0;
        cursor: pointer;
    }

    header .btn-login {
        display: flex;
        min-width: 180px;
        height: 48px;
        padding: 10px 24px 10px 10px;
        align-items: center;
        gap: 11px;
        flex-shrink: 0;

        border-radius: 10px;
        background: #FBB03B;

        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        cursor: pointer;
    }

    header .botonera .btn-logout {
        cursor: pointer;
        display: flex;
        height: 48px;
        padding: 10px 10px 10px 10px;
        align-items: center;
        border-radius: 10px;
        background: #FBB03B;
    }


    header .botonera .btn-logout img {
        width: 40px;
        height: 40px;
    }

    header .btn-login img {
        width: 44px;
        height: 44px;
    }

    header .btn-claveunica img {
        fill: url('../img/clave_unica_color.svg'), lightgray 0px 0px / 100% 100% no-repeat;
        margin-top: -15px;
        margin-left: -4px;
    }

    /** INICIO **/
    .primer_tribunal {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .primer_tribunal img {
        width: 275px;
        margin-top: 21px;
        margin-bottom: 10px;
    }

    .primer_tribunal span {
        color: #004D71;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        font-family: RobotoCondensed;
    }

    .informativos {
        display: flex;
        gap: 40px;
        margin-top: 34px;
        justify-content: space-around;
        flex-direction: column;
        width: 80vw;
        padding-left: 10vw;
    }

    .informativos .ultimos_ingresos {
        min-width: 400px;
        height: 454px;
        border-radius: 10px;
        border: 2px solid #004D71;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .informativos .estado_diario {
        height: 454px;
        border-radius: 10px;
        border: 2px solid #004D71;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    }


    .ultimos_ingresos .titulo {
        color: rgba(0, 0, 0, 0.87);
        font-family: RobotoCondensed;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.1px;
        margin-left: 21px;
        margin-top: 20px;
    }

    .ultimos_ingresos .titulo_causa {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        font-family: RobotoCondensed;
        font-size: 15.5px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.4px;
        width: 65vw;
        margin-bottom: 10px;
    }

    .ultimos_ingresos .info_causa {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .ultimos_ingresos .info_causa .tipo_causa {
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .ultimos_ingresos .info_causa .fecha_causa {
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .ultimos_ingresos .info_causa .rol_causa {
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .contenedor-causas .ultimos_ingresos_causa {
        display: flex;
    }

    .contenedor-causas .ultimos_ingresos_causa .body_causa {
        padding-left: 21px;
    }

    .ultimos_ingresos .contenedor-causas {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    .ultimos_ingresos .contenedor-causas .botones_causa img {
        cursor: pointer;
    }

    .estado_diario .titulo {
        color: rgba(0, 0, 0, 0.87);
        font-family: RobotoCondensed;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.1px;
        margin-left: 21px;
        margin-top: 24px;
    }

    .estado_diario .contenedor-estados-diarios {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .estado_diario .contenedor-estados-diarios .titulos_estado {
        display: flex;
        padding-left: 13px;
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: 0.4px;
        margin-bottom: 10px;
        flex-direction: row;
        justify-content: space-around;
    }

    .estado_diario .contenedor-estados-diarios .row_estado_diario {
        display: flex;
        padding-left: 13px;
        color: #131313;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.4px;
        flex-direction: row;
        justify-content: space-around;
    }

    .ed_fecha {
        width: 100px;
    }

    .ed_n_causas {
        width: 100px;
    }

    .ed_n_tramites {
        width: 110px;
    }

    .ed_detalle {
        width: 100px;
    }

    .ed_detalle a {
        position: relative;
        top: -8px;
    }

    .ed_detalle a img {
        height: 30px;
    }

    .estado_diario .contenedor-estados-diarios .ed_fecha {
        text-align: left;
    }

    .estado_diario .contenedor-estados-diarios .ed_n_tramites {
        text-align: center;
    }

    .estado_diario .contenedor-estados-diarios .ed_detalle {
        text-align: center;
    }

    .estado_diario .contenedor-estados-diarios .ed_n_causas {
        text-align: center;
    }

    .informativos .botones_inicio {
        height: 454px;
        border-radius: 36px;
        border: 1px solid var(--gray-divider, #E5E5E5);
        background: var(--white-high-emphasis, #FFF);
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-top: 70px;
        align-items: center;
    }

    .botones_inicio .btn-inicio-border {
        border-radius: 5px;
        border: 4px solid #FBB03B;
        padding: 2px;
        width: 50vw;
    }

    .botones_inicio .btn-inicio {
        display: flex;
        height: 64px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        background: #004D71;

        color: #FFF;
        font-family: RobotoCondensed;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .informativo-inicio {
        max-width: 90%;
        background-color: #E6F7FF;
        border-radius: 5px;
        line-height: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .informativo-inicio-titulo {
        color: #315b7c;
        text-align: left;
        text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
        font-family: inherit;
        font-weight: 100;
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .informativo-inicio-footer {
        color: #315b7c;
        text-align: left;
        text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
        font-family: inherit;
        font-weight: 100;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .informativo-inicio-body {
        display: flex;
        flex-direction: row;
    }

    .informativo-inicio-body-left {

    }

    .informativo-inicio-body-right {

    }

    .footer {
        background: #004D71;
        height: 444px;
        padding-left: 89px;
        padding-right: 90px;
        padding-top: 58px;
    }

    .footer .superior {

        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        /* gap: 236px; */
        justify-content: space-between;
    }

    .footer .superior .texto {
        display: flex;
        width: 420px;
        align-items: center;
        gap: 10px;
        margin-top: 57px;
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


    .footer .superior .links {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .footer .superior .links .titulo_links {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 200px;
    }

    .footer .superior .links .link {
        display: flex;
        gap: 10px;
        cursor: pointer;
    }


    .footer .superior .links .link a {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .superior .links .link p {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .footer_separador {
        width: 100%;
        height: 4px;
        flex-shrink: 0;
        background: #FBB03B;
        margin-top: 60px;
    }

    .footer .derechos {
        display: flex;
        padding-top: 10px;
        justify-content: space-between;
    }

    .footer .derechos span {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .derechos .btn-derechos {
        display: inline-flex;
        padding: 10px 24px;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        background: #FBB03B;
        color: #131313;
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #menu-administrador {
        display: block;
    }

    .privado {
        display: none;
    }

    #obj-visor-pdf-iframe {
        width: 100%;
        height: 400px; /* Usa toda la altura de la ventana */
        max-width: 100%;
        max-height: 100vh;
        overflow: auto;
    }

    #pdf-controls {
        display: none;
    }
}
@media (min-width: 1500px) {

    .colapsable {
        display: flex;
        padding-right: 0;
    }

    #box-asiento {
        margin-top: -50px;
    }
    
    .colapsable>.fojas {
        background: #323638;
        padding: 1em .5em;
        color: #858585;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        height: 34em;
        overflow-y: auto;  /* Permite el scroll vertical */
        overflow-x: visible;  /* El contenido desbordado horizontalmente será visible */
    }

    #obj-visor-pdf {
        width: 100%;
        height: 100%;
    }
    /********** CABECERA **********/
    /* Cabecera */
    header {
        width: 100%;
        flex-direction: column;
    }

    .flex {
        justify-content: space-between;
        align-items: center;
    }

    .flex,
    header,
    .publico,
    .logo,
    .top-nav,
    .otros-accesos,
    header .login {
        display: flex;
    }

    header .logo {
        padding: 0.5em;
    }

    header .logo img {
        width: 360px;
        margin-top: 20px;
    }

    header .logo h6 {
        display: flex;
        align-items: center;
        height: 100%;
        color: #003658;
        font-size: 0.8em;
        text-transform: uppercase;
    }

    header .publico {
        flex-direction: row;
        height: 117px;
        background-color: rgba(0, 77, 113, 0.85);
    }

    header .publico .frame {
        display: inline-flex;
        align-items: flex-start;
        gap: 30px;
        position: relative;
        top: 33px;
        width: 100%;
        margin-left: 25px;
        height: 51px;
    }


    header .publico .frame .boton {
        display: flex;
        height: 51px;
        padding: 10px 0px;
        justify-content: center;
        align-items: center;
        gap: 10px;

        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        cursor: pointer;
    }

    header .publico .frame .active {
        color: #FBB03B;
    }

    header .line {
        width: 100%;
        height: 4px;
        flex-shrink: 0;
        background: #FBB03B;
        position: relative;
        margin-top: -10px;
    }

    header .botonera {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        padding-right: 10px;
    }

    header .btn-claveunica {
        border-radius: 10px;
        border: 3px solid #FFF;
        background: #FFF;
        width: 181px;
        height: 48px;
        flex-shrink: 0;
        cursor: pointer;
    }

    header .btn-login {
        display: flex;
        min-width: 180px;
        height: 48px;
        padding: 10px 24px 10px 10px;
        align-items: center;
        gap: 11px;
        flex-shrink: 0;

        border-radius: 10px;
        background: #FBB03B;

        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        cursor: pointer;
    }

    header .botonera .btn-logout {
        cursor: pointer;
        display: flex;
        height: 48px;
        padding: 10px 10px 10px 10px;
        align-items: center;
        border-radius: 10px;
        background: #FBB03B;
    }


    header .botonera .btn-logout img {
        width: 40px;
        height: 40px;
    }

    header .btn-login img {
        width: 44px;
        height: 44px;
    }

    header .btn-claveunica img {
        fill: url('../img/clave_unica_color.svg'), lightgray 0px 0px / 100% 100% no-repeat;
        margin-top: -15px;
        margin-left: -4px;
    }

    /** INICIO **/
    .primer_tribunal {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .primer_tribunal img {
        width: 275px;
        margin-top: 21px;
        margin-bottom: 10px;
    }

    .primer_tribunal span {
        color: #004D71;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        font-family: RobotoCondensed;
    }

    .informativos {
        display: flex;
        /* gap: 80px; */
        margin-top: 34px;
        justify-content: space-around;
    }

    .informativos .ultimos_ingresos {
        min-width: 400px;
        height: 454px;
        border-radius: 10px;
        border: 2px solid #004D71;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .informativos .estado_diario {
        height: 454px;
        border-radius: 10px;
        border: 2px solid #004D71;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    }


    .ultimos_ingresos .titulo {
        color: rgba(0, 0, 0, 0.87);
        font-family: RobotoCondensed;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.1px;
        margin-left: 21px;
        margin-top: 20px;
    }

    .ultimos_ingresos .titulo_causa {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        font-family: RobotoCondensed;
        font-size: 15.5px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.4px;
        min-width: 400px;
        max-width: 440px;
    }

    .ultimos_ingresos .info_causa {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .ultimos_ingresos .info_causa .tipo_causa {
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .ultimos_ingresos .info_causa .fecha_causa {
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .ultimos_ingresos .info_causa .rol_causa {
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .contenedor-causas .ultimos_ingresos_causa {
        display: flex;
    }

    .contenedor-causas .ultimos_ingresos_causa .body_causa {
        padding-left: 21px;
        min-width: 93%;
    }

    .ultimos_ingresos .contenedor-causas {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    .ultimos_ingresos .contenedor-causas .botones_causa img {
        cursor: pointer;
    }

    .estado_diario .titulo {
        color: rgba(0, 0, 0, 0.87);
        font-family: RobotoCondensed;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.1px;
        margin-left: 21px;
        margin-top: 24px;
    }

    .estado_diario .contenedor-estados-diarios {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .estado_diario .contenedor-estados-diarios .titulos_estado {
        display: flex;
        padding-left: 13px;
        color: #004D71;
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: 0.4px;
        margin-bottom: 10px;
    }

    .estado_diario .contenedor-estados-diarios .row_estado_diario {
        display: flex;
        padding-left: 13px;
        color: #131313;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.4px;
    }

    .ed_fecha {
        width: 100px;
    }

    .ed_n_causas {
        width: 100px;
    }

    .ed_n_tramites {
        width: 110px;
    }

    .ed_detalle {
        width: 100px;
    }

    .ed_detalle a {
        position: relative;
        top: -8px;
    }

    .ed_detalle a img {
        height: 30px;
    }

    .estado_diario .contenedor-estados-diarios .ed_fecha {
        text-align: left;
    }

    .estado_diario .contenedor-estados-diarios .ed_n_tramites {
        text-align: center;
    }

    .estado_diario .contenedor-estados-diarios .ed_detalle {
        text-align: center;
    }

    .estado_diario .contenedor-estados-diarios .ed_n_causas {
        text-align: center;
    }

    .informativos .botones_inicio {
        width: 499px;
        height: 454px;
        border-radius: 36px;
        border: 1px solid var(--gray-divider, #E5E5E5);
        background: var(--white-high-emphasis, #FFF);
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-top: 25px;
    }

    .botones_inicio .btn-inicio-border {
        border-radius: 5px;
        border: 4px solid #FBB03B;
        padding: 2px;
    }

    .botones_inicio .btn-inicio {
        display: flex;
        height: 64px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        background: #004D71;

        color: #FFF;
        font-family: RobotoCondensed;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .informativo-inicio {
        max-width: 90%;
        background-color: #E6F7FF;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .informativo-inicio-titulo {
        color: #315b7c;
        text-align: left;
        text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
        font-family: inherit;
        font-weight: 100;
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .informativo-inicio-footer {
        color: #315b7c;
        text-align: left;
        text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
        font-family: inherit;
        font-weight: 100;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .informativo-inicio-body {
        display: flex;
        flex-direction: row;
    }

    .informativo-inicio-body-left {

    }

    .informativo-inicio-body-right {

    }

    .footer {
        background: #004D71;
        height: 444px;
        padding-left: 89px;
        padding-right: 90px;
        padding-top: 30px;
    }

    .footer .superior {

        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        /* gap: 236px; */
        justify-content: space-between;
    }

    .footer .superior .texto {
        display: flex;
        width: 350px;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


    .footer .superior .links {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .footer .superior .links .titulo_links {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 200px;
    }

    .footer .superior .links .link {
        display: flex;
        gap: 10px;
        cursor: pointer;
    }


    .footer .superior .links .link a {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .superior .links .link p {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .footer_separador {
        width: 100%;
        height: 4px;
        flex-shrink: 0;
        background: #FBB03B;
        margin-top: 60px;
    }

    .footer .derechos {
        display: flex;
        padding-top: 10px;
        justify-content: space-between;
    }

    .footer .derechos span {
        color: var(--colors-neutral-white, #FFF);
        font-family: RobotoCondensed;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .footer .derechos .btn-derechos {
        display: inline-flex;
        padding: 10px 24px;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        background: #FBB03B;
        color: #131313;
        font-family: RobotoCondensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #menu-administrador {
        display: block;
    }

    .privado {
        display: none;
    }

    #pdf-controls {
        display: none;
    }
}


header .sub-menu {
    margin-top: 6px;
    display: flex;
    flex-direction: row;
    height: 40px;
    background-color: rgba(0, 77, 113, 0.85);
}

header .sub-menu .frame {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}

header .sub-menu .frame .boton {
    display: flex;
    height: 51px;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

header .sub-menu .frame .active {
    color: #FBB03B;
}

.escrito {
    background-color: #E6F7FF !important;
}


.resumen {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #AEAEAE;
}

.resumen .row_causa {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #AEAEAE;
    padding: 5px;
}

.resumen .row_causa_last {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 5px;
}

.resumen .row_causa .label {
    width: 30%;
}

.resumen .row_causa .value {
    width: 70%;
    display: flex;
    flex-direction: column;

}

