﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('root.css');

HTML {
    height: 100%;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.container-elements-3 {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
    overflow: hidden;
    cursor: pointer;
}

.pago-border-botttom {
    display: flex;
    padding-bottom: 4px;
    border-bottom: solid 1px var(--color-secondary-3);
}

.pago-comentarios {
    display: flex;
    padding-top: 4px;
    border-top: solid 1px var(--color-secondary-3);
}

    .pago-comentarios .title {
        margin-right: 4px;
        white-space: nowrap;
    }

    .pago-comentarios .comentario {
        white-space: normal;
        word-break: break-word;
        flex: 1;
    }

pagos-preliquidaciones {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-block: 6px;
    text-align: left;
}

.com-registros {
    padding: 0.1rem 0.25rem;
}

    .com-registros > td {
        padding-block: 0.1rem;
    }

.com-actions {
    cursor: pointer;
    width: 90px;
}

    .com-actions > div {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

.com-icons {
    width: 24px !important;
    height: 24px !important;
}

/*  .com-icons svg {
        fill: var(--color-secondary-2);
    }*/

.com-container-data {
    font-size: 14px;
    text-align: left;
    width: 325px;
}

.com-data-historical {
    font-size: 12px;
    cursor: pointer;
    gap: 0.1rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

.com-data-operador {
    display: inline-block;
    width: 15ch;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.parametros-flotante {
    position: relative;
    z-index: 5;
    width: max-content !important;
}

.com-comentario {
    width: auto;
    font-size: 14px;
}

.com-comentario-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.com-editor-container {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
}

.com-params-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.com-params-header {
    border: 1px solid #d1d1d1;
    border-bottom: none;
    background-color: #f8f8f8;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    line-height: 17px;
    color: #484848;
}

.com-comentario-params-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid transparent;
    border-bottom: none;
    cursor: pointer;
    padding: 5px 8px;
}

    .com-comentario-params-toggle.show {
        background-color: white;
        border: 1px solid #d1d1d1;
        border-bottom: none;
        border-radius: 10px 10px 0px 0px;
        position: relative;
        z-index: 2;
    }

.com-params-item-container {
    flex: 1;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 0.5rem;
    overflow: visible;
}

    .com-params-item-container.flotante {
        min-width: 300px;
        max-width: 450px;
        position: absolute;
        top: calc(100% - 0.5px);
        right: 0;
        border-radius: 10px 0 10px 10px;
        border: 1px solid #d1d1d1;
        box-shadow: -1px 4px 3px #33333350;
        z-index: 1;
        padding: 15px;
    }

        .com-params-item-container.flotante .com-param-item-hidden-toggle {
            align-self: end;
            cursor: pointer;
        }

    .com-comentario-params-toggle .hidden, .com-params-item-container.hidden {
        display: none;
    }

.com-param-item {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    justify-content: space-between;
}

    .com-param-item.hidden {
        display: none;
    }

.com-param-value {
    border-radius: 0.33em;
    border: var(--color-secondary-3) 1px solid;
    padding-inline: 0.5rem;
    background-color: #ffffff;
    height: 1.8rem;
    color: var(--color-black-3);
    display: flex;
    align-items: center;
    overflow: hidden;
}

BODY {
    font-size: 14px;
    font-family: var(--font-family-primary), Arial, Helvetica, sans-serif;
    height: 100%;
    background-position: center center;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    color: black;
}

.page-container-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background-color: var(--color-backgroundcolor-body-1);
}

.page-head-1 {
}

.page-body-1 {
    width: 100%;
    flex: 1;
    display: flex;
    overflow: hidden;
}

.page-content {
    width: 100%;
    flex: 1;
    display: flex;
    position: relative;
    overflow: hidden;
}


*:focus {
    outline: none;
    /*box-shadow: 0 0 2px gray;*/ /*Afecta a los input radio*/
}

.notSdadowFocus:focus {
    box-shadow: none !important;
}



p {
    margin: 0px;
}

h1 {
    margin: 0px;
    font-size: 22px;
}

h2 {
    margin: 0px;
}

.fab-btn-number-counter {
    bottom: 1.25rem;
    right: 1.25rem;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary-2);
    height: 40px;
    color: #ffffff;
    width: 40px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
}

/***********************ESTILOS DE LOGIN**************************/
body {
    overflow: hidden;
}

#body_login {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container_login {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 25rem;
    border: solid white 2px;
    border-radius: 0.25rem;
    padding: 1rem 2rem;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px;
}

.header_login {
    height: 10%;
}

.main_login {
    height: 80%;
}

.footer_login {
    height: 10%;
}

.footer-fixed {
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.only_desktop {
    display: inline;
}

.only_mobile {
    display: none;
}

@media screen and (max-height: 500px) {

    #id_text_footer_login {
        display: none;
    }
}

.btn_login {
    width: 12.125rem !important;
    height: 36px;
}

#divRegistrar .btnNormal_O {
    width: 12.125rem !important;
    height: 36px;
}

.logo_login {
    height: 2.75rem;
    width: 9.75rem;
    justify-content: center;
}

.containerCards {
    display: flex;
    flex-direction: column;
    height: 99%;
    width: 100%;
    overflow: auto;
}

.option-container {
    display: flex;
    flex-direction: column;
}

.option {
    padding: 0.5rem;
    color: var(--color-black-2);
    cursor: pointer;
}

    .option:hover {
        background-color: var(--color-primary-5)
    }

.option-selected {
    font-weight: 600;
    text-decoration: underline;
}

/********************************VIDRIO DE BLOQUEOS Y SPINNER*********************************/
.overlay_bloqueo_base {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #666666;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay_bloqueo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--color-primary-2), var(--color-primary-2)) top / 4px 8px no-repeat, conic-gradient(var(--color-primary-4) -25%, var(--color-primary-2));
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: s3 1s infinite linear;
    margin: 5px;
}


@keyframes s3 {
    100% {
        transform: rotate(1turn)
    }
}


.overlay_bloqueo_msg {
    color: #d6d3d3;
    opacity: 0.9;
}

/***********************************************************************************************************************/

/****************** BOTONES ******************/

/**** Btn solo texto ****/
.btn-normal {
    min-width: 115px;
    height: 2rem;
    padding-inline: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: var(--font-family-primary);
    font-weight: 600;
    text-align: center !important;
    border-radius: 0.25rem;
    border: none !important;
    background-color: var(--color-primary-2);
    box-shadow: 0px 2px 5px #c7c7c7;
    cursor: pointer;
    transition: background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out !important;
}

    .btn-normal:hover {
        background-color: var(--color-primary-1);
        box-shadow: 0px 3px 6px #bdbdbd;
    }

    .btn-normal:active {
        background-color: var(--color-primary-1);
        box-shadow: none;
    }

.btn-outline {
    min-width: 115px;
    height: 2rem;
    padding-inline: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary-2);
    font-family: var(--font-family-primary);
    font-weight: 600;
    text-align: center !important;
    border-radius: 0.25rem;
    border: 2px solid var(--color-primary-2) !important;
    background-color: #fff;
    box-shadow: 0px 2px 5px #c7c7c7;
    cursor: pointer;
    transition: background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out !important;
}

    .btn-outline:hover {
        color: #fff;
        border: 2px solid var(--color-primary-1) !important;
        background-color: var(--color-primary-1);
        box-shadow: 0px 3px 6px #bdbdbd;
    }

    .btn-outline:active {
        color: #fff;
        background-color: var(--color-primary-1);
        box-shadow: none;
    }

/**** Btn icono + texto ****/
.btn-normal-icon {
    min-width: 115px;
    height: 2rem;
    padding-inline: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: var(--font-family-primary);
    font-weight: 600;
    text-align: center !important;
    border-radius: 0.25rem;
    border: none !important;
    background-color: var(--color-primary-2);
    box-shadow: 0px 2px 5px #c7c7c7;
    cursor: pointer;
    transition: background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out !important;
}

    .btn-normal-icon nv-img svg {
        padding-top: 2px;
        fill: #fff;
    }

    .btn-normal-icon:hover {
        background-color: var(--color-primary-1);
        box-shadow: 0px 3px 6px #bdbdbd;
    }

    .btn-normal-icon:active {
        background-color: var(--color-primary-1);
        box-shadow: none;
    }

.btn-normal-only-icon {
    font-size: 0;
    padding-inline: 24px 24px;
    min-width: auto;
    gap: 0
}


.btn-outline-icon {
    min-width: 115px;
    height: 2rem;
    padding-inline: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--color-primary-2);
    font-family: var(--font-family-primary);
    font-weight: 600;
    text-align: center !important;
    border: 2px solid var(--color-primary-2) !important;
    border-radius: 0.25rem;
    background-color: #fff;
    box-shadow: 0px 2px 5px #c7c7c7;
    cursor: pointer;
    transition: background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out !important;
}

    .btn-outline-icon nv-img svg {
        padding-top: 2px;
        fill: var(--color-primary-2);
    }

    .btn-outline-icon:hover {
        color: #fff;
        border: 2px solid var(--color-primary-1) !important;
        background-color: var(--color-primary-1);
        box-shadow: 0px 3px 6px #bdbdbd;
    }

    .btn-outline-icon:active {
        background-color: var(--color-primary-1);
        box-shadow: none;
    }

    .btn-outline-icon:hover nv-img svg {
        fill: #fff;
    }

/**clase para iconos de botones*/
.img_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

    .img_btn svg {
        fill: var(--color-secondary-2);
    }

input[type=text]:focus {
    box-shadow: 0 0 1px gray;
}

input[type=password]:focus {
    box-shadow: 0 0 1px gray;
}

input[type=button]:focus {
    box-shadow: 0 0 1px gray;
    border: 0px;
    border: solid #B0B0B0 1px !important
}


input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=button] {
    background-color: var(--color-primary-2) !important; /* Color original */
    color: white;
    border: none;
    padding: 0.2rem;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Montserrat';
    border-radius: 0.25rem;
    box-shadow: rgba(29, 35, 40, 0.1) 0px 3px 5px 0px;
    font-weight: 600;
}

    input[type=button]:hover {
        background-color: var(--color-primary-1) !important; /* Nuevo color cuando se pasa el mouse */
        transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out !important;
    }

input[type='checkbox'] {
    accent-color: var(--color-primary-2);
    margin-block: 0px;
    cursor: pointer;
    height: 1rem;
    width: 1rem;
}

.checkbox_left {
    margin-inline: 0rem 0.5rem;
}

.checkbox_right {
    margin-inline: 0.5rem 0rem;
}

select:focus {
    box-shadow: 0 0 2px gray;
}



select {
    border: #D0D0D0 1px solid;
    border-radius: 0.33em;
    padding-inline: 0.8rem;
    height: 1.75rem;
}



input, textarea {
    border-radius: 0.33em;
    font-size: 14px;
    font-family: var(--font-family-primary), Arial, Helvetica, sans-serif;
    border: var(--color-secondary-3) 1px solid;
    padding-inline: 0.5rem;
    height: 1.75rem;
    background-color: #ffffff;
    color: var(--color-black-3);
}

    input:disabled {
        background-color: var(--color-secondary-5) !important;
    }

    input[type=radio] {
        height: auto !important;
        width: 10px !important;
    }

table {
    font-size: 14px;
}

.tb1 {
    width: 99.99%;
    background-color: var(--color-secondary-5);
    font-size: 14px;
}

    .tb1 TR {
    }

        .tb1 TR TD {
            vertical-align: middle;
            box-shadow: 0 0 1px #f4f4f4;
            text-align: left;
        }

    .tb1 input:disabled {
        background-color: rgba(239, 239, 239, 0.6) !important;
    }

/****************************************CLASES DE PLANTILLAS DE GRILLAS*****************************************/

.body_template_xsl {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.div_container_template_xsl {
    width: 100%;
    flex: 1;
    overflow-y: auto
}

.divPages {
    width: 100%;
    text-align: right !Important;
    position: sticky;
    bottom: 0;
    z-index: 1000;
    background-color: #f2f2f2;
    padding: 0.25rem;
    display: flex;
    justify-content: flex-end;
}

.footer_table {
    width: 100%;
    bottom: 0;
    background-color: #f2f2f2;
    padding: 0.25rem;
    display: flex;
    justify-content: flex-end;
}

.tbPages a {
    text-decoration: none;
    color: black;
}

.tbPages tr td {
    width: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: transform 0.2s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.tdPageSelected {
    text-align: center;
    color: var(--color-primary-2);
    font-weight: 700;
    pointer-events: none;
}



.tb3 > thead {
    position: sticky;
    top: 0px;
    z-index: 1;
    width: 100%;
}

.tb3 {
    width: 99.99%;
    background-color: #ffffff;
    font-size: 14px;
    border-collapse: collapse;
    color: var(--color-black-3);
    table-layout: fixed;
}

    .tb3 > thead > tr {
        border-collapse: separate;
    }

    .tb3 > tbody > tr > td {
        vertical-align: middle;
        text-align: left;
        padding: 0.3rem 0.25rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .tb3 > thead > tr > th {
        vertical-align: middle;
        text-align: left;
        padding: 0.5rem 0.25rem;
        background-color: var(--color-secondary-3);
        text-align: left;
        font-weight: 400;
        color: var(--color-secondary-1);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .tb3 > thead > tr > th:last-child {
            border-right: none;
        }

    .tb3 input:disabled {
        background-color: rgba(239, 239, 239, 0.6) !important;
    }

.highlightTROver > tbody > tr:hover > td {
    background-color: var(--color-secondary-4);
    cursor: default;
}

.highlightTDOver > tbody > tr > td:hover {
    background-color: var(--color-secondary-4);
    cursor: default;
}

.highlightEven tr:nth-child(odd) {
    background: #ffffff;
}


.highlightEven tr:nth-child(even) {
    background: var(--color-secondary-5);
}

.highlightOdd > tbody > tr:nth-child(odd) {
    background: var(--color-secondary-5);
}

.highlightOdd > tbody > tr:nth-child(even) {
    background: #ffffff;
}

/********** clase de marco del frame general de los frames que abren en frame_ref**********/

.wrapper {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.container-head-actions {
    width: 100%;
    padding: 0.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-items: start;
    border: none;
}

.div-title-cab-frame {
    font-size: 16px;
    font-weight: 600;
}

.win-frame {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0.4rem;
}

.subtitle-frame {
    margin: 0px !Important;
    padding: 0.25rem 0rem;
    text-align: left;
    color: var(--color-black-2);
    border-radius: 0.33em;
    font-weight: 600;
}

/************************************************************************************************************/

.tbLabelNormal TD {
    vertical-align: middle;
    font: 1em Arial, Helvetica, sans-serif;
    border-radius: 0.33em;
}

.layout_fixed {
    table-layout: fixed
}

    .layout_fixed > tbody > tr > td {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0.25rem 0rem;
    }

    .layout_fixed > thead > tr > th {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0.5rem 0.25rem;
    }


/*********************************************/
table.scroll {
    table-layout: fixed;
}

    table.scroll tr td {
        overflow: hidden;
    }

/********************************************/
.table_header {
    margin: 0px;
    padding: 0.25rem;
    background-color: var(--color-secondary-3);
    text-align: center;
    color: var(--color-secondary-1);
    border-radius: 0.33em;
}

.tbLabel TD {
    margin: 0px !Important;
    padding: 0.25rem;
    background-color: var(--color-secondary-3) !Important;
    text-align: center;
    color: var(--color-secondary-2);
    border-radius: 0.33em;
}

.tbLabel TH {
    margin: 0px !Important;
    text-align: left;
    color: var(--color-black-2);
    padding: 0.25rem 0rem;
    font-weight: 600;
}

.tbLabel0 TD {
    margin: 0px !Important;
    background-color: var(--color-primary-4);
    text-align: center;
    color: var(--color-secondary-1);
    border-radius: 0.33em;
    height: 20px;
    font-weight: 500;
    padding: 0.5rem 0.25rem;
}

.Tit1 {
    BACKGROUND-COLOR: var(--color-secondary-4) !Important;
    FONT-SIZE: 0.85rem;
    font-weight: 600;
    color: var(--color-secondary-2);
    border-radius: 0.33em;
    padding: 0px 0.35em 0px 0.35em;
}

.Tit2 {
    BACKGROUND-COLOR: var(--color-secondary-5);
    FONT-SIZE: 0.85rem;
    font-weight: 500;
    color: var(--color-secondary-2);
    padding: 0px 0.35em 0px 0.35em;
    border-radius: 0.33em;
}

.Tit3 {
    MARGIN: 0px !Important;
    FONT-SIZE: 0.85rem;
    font-weight: 600;
    color: var(--color-secondary-2);
    BORDER: 1px var(--color-secondary-3) Solid;
    BACKGROUND-COLOR: var(--color-primary-4);
    padding: 0.3rem;
    border-radius: 0.3rem;
}

.Tit4 {
    margin: 0px !Important;
    border: 1px var(--color-secondary-3) Solid !Important;
    background-color: #ffffff !Important;
    padding: 0px 0.35em 0px 0.35em;
    font-weight: 600;
    color: var(--color-secondary-2);
}

.Tit5 {
    padding-left: 0.55rem;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-black-2);
}

.title_section_form {
    font-weight: bold;
    color: gray;
}


.tb2 {
    WIDTH: 100%;
    BACKGROUND-COLOR: #E9F0F4;
    font: 1em Arial, Helvetica, sans-serif;
    border: 0px
}

    .tb2 TR TD {
        BACKGROUND-COLOR: #E9F0F4;
        VERTICAL-ALIGN: middle;
        font: 1em Arial, Helvetica, sans-serif;
    }

.tr_cel TD {
    background-color: #F0FFFF !Important
}

.tb_O {
    BORDER: 0px;
    PADDING: 0px;
    MARGIN: 0px;
    MARGIN: 0px;
    WIDTH: 100%;
    FONT-SIZE: 1em;
    BACKGROUND-COLOR: #E9F0F4
}

    .tb_O tr {
        BORDER: 0px;
        PADDING: 0px;
        MARGIN: 0px
    }

        .tb_O tr td {
            BORDER: 0px;
            PADDING: 0px;
            MARGIN: 0px
        }

.tbLabel_O {
    HEIGHT: 12px;
    BACKGROUND-COLOR: #E9F0F4
}

.tbLabel0_O {
    HEIGHT: 24px;
    BACKGROUND-COLOR: #E9F0F4
}

.tbLabel_O TD {
    FONT-SIZE: 1em !Important;
    FONT-WEIGHT: bolder;
    WHITE-SPACE: nowrap;
    TEXT-ALIGN: center
}

.tbLabel0_O TD {
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: center
}




span:focus {
    background-color: white;
}

/*.btnBase-2
.btnTB_N {
    font-family: var(--font-family-primary);
    text-align: center !important;
    width: 100%;
    height: 100%;
}*/

.btnBase-2 {
    cursor: pointer !important;
    color: var(--color-primary-2);
    border: 2px solid var(--color-primary-2);
    border-radius: 0.3rem;
    font-size: 14px;
    box-shadow: rgba(29, 35, 40, 0.1) 0px 3px 5px 0px;
}

    .btnBase-2:hover {
        border: 2px solid var(--color-primary-4);
        background-color: var(--color-primary-4);
        color: var(--color-primary-1);
        transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out !important;
        box-shadow: rgba(29, 35, 40, 0.1) 0px 3px 5px 0px;
    }

/****************************************GOOGLE MAPS****************************************/
/*******************************************INICIO*******************************************/
.pac-containerpac-container {
    -moz-border-radius: 0.33em;
    -webkit-border-radius: 0.33em;
    border-radius: 0.33em;
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    overflow: hidden;
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
    background-image: none !important;
    height: 0px;
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: none;
    font-size: 0.8em;
    color: black !important;
}

    .pac-item:hover {
        cursor: pointer !important;
        background-color: #F1F1F1;
    }

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px;
}

.pac-icon-marker {
    background-position: -1px -161px;
}

.pac-item-query {
    font-size: 1.5em;
    padding-right: 3px;
    color: #111D2D
}

.pac-matched {
    font-weight: 700;
}

.pac-item-selected {
    background-color: #b7b7b7;
}

    .pac-item-selected .pac-icon-marker {
        background-position: -18px -161px;
    }


/*********************************************BOTONES CON CONTADORES*********************************************/
/****************************************************************************************************************/
.btn-counter {
    cursor: pointer;
    display: flex;
    position: relative;
    width: 24px;
    height: 24px;
}

.img-btn-counter {
    object-fit: fill;
}

.btn-number-counter {
    background-color: var(--color-primary-2);
    height: 20px;
    color: #ffffff;
    width: 20px;
    position: absolute;
    bottom: 0.9rem;
    right: -0.6rem;
    border-radius: 50%;
    text-align: center;
}

/**contenedor de botones de acciones de comentarios*/
.container-btns-comentarios {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/****************************************GOOGLE MAPS****************************************/
/*******************************************FINAL*******************************************/
.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row-center-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex-row-center-start {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.flex-row-center-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-row-center-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.flex-row-center-around {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.flex-column-end-around {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
}

.flex-column-start-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.flex-column-end-center {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.flex-column-start-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-row-start-start {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-row-end-around {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
}

.flex-row-end-between {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.flex-column-center-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-column-center-between {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.flex-column-center-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.flex-column-start-evenly {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
}

.flex-column-end-between {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.flex-row-start-between {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.flex-row-start-around {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

/**********************************ESTILOS DE LA CABECERA**********************************/

.cabecera {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-backgroundcolor-banner) !important;
    height: 4rem;
    width: 100%;
}

.logo_cabecera {
    height: 100%;
    cursor: pointer;
    width: auto;
}

.div-user {
    border-radius: 50%;
    border: solid white 1px;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
}

    .div-user img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.section_container {
    margin-inline: 2rem;
    gap: 1.5rem;
}

.user_actions {
    gap: 1rem;
    padding-right: 2rem;
}


/**********************************CLASES PARA HACER MENUS RIGHT Y LEFT COLAPSABLES Y **********************************/
.menu_responsive {
    display: none;
}

.div_menu_responsive {
    display: flex;
}

.menu-item-hover:hover {
    background-color: #f0f0f0; /* Cambia el color de fondo al pasar el mouse */
    cursor: pointer; /* Cambia el cursor a un puntero */
}

.canvas_menu {
    position: relative;
    bottom: 0rem;
    width: 235px;
    height: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.menu-mobile {
    width: 100%;
    padding: 0.5rem;
    flex: 1;
    border-radius: 0.4rem;
    border: 1px solid #ddd;
    overflow: auto;
    background-color: #ffffff;
    box-shadow: 0px 3px 11px var(--color-secondary-3)
}

.div_container {
    width: 99%;
    padding: 1rem 2rem 1rem 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.divider {
    width: 0px;
    cursor: col-resize;
}
/********************************CLASES DE BOTONES********************************/

.div-Tlist-Btn-1 {
    width: 10rem;
    height: 2rem !important;
}

/********************************CLASE DE CONTENEDOR DE ELEMENTOS***********************************/
.div-container-elements-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    gap: 0.5rem;
}

.container-elements-1 {
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.container-elements-2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}


/********************************CLASE DE CONTENEDOR DE FORMULARIO***********************************/
.field-container {
    width: 400px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.cardField {
    flex: 1;
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.4rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

    .cardField span {
        margin-right: 4px;
        font-size: 14px;
        font-weight: 700;
    }

.container-form-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0.5rem;
}

.container_input_1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0.3rem;
    gap: 0.5rem;
}

.container_input_text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0.5rem 0.5rem 0.5rem 0.3rem;
    gap: 1rem;
}


.form-field-1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
}


    .form-field-1 input {
        width: 100%;
    }

        .form-field-1 input[type="checkbox"]:focus {
            outline: none;
            box-shadow: none;
        }

.container-form-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 350px));
    justify-content: center;
    margin: 10px 0;
    padding-inline: 5px;
    gap: 10px;
}

.form-field-2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
}



    .form-field-2 input {
        width: 100%;
    }

/***/
.container-form-3 {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
    justify-content: center;
    margin: 5px 0;
    padding-inline: 5px;
    gap: 10px;
}

.form-field-3 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
    flex: 1 1 calc(50% - 10px); /* 50% del ancho menos el gap */
    min-width: 200px;
}

.text-data {
    font-weight: 400;
}

.form-field-2 input {
    width: 100%;
}
/***/

.info-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
    justify-content: center;
    padding-inline: 5px;
    gap: 1rem;
    white-space: nowrap;
}

.info-card {
    display: flex;
    gap: 0.25rem;
    width: 100%;
}


.info-card-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.row-filter {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.select-section {
    display: flex;
    justify-content: start;
    align-items: start;
}

.filter-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* Asegura que los elementos estén alineados a la izquierda */
    gap: 10px; /* Espaciado entre los elementos */
}

.btn-search-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

/*********************************CLASES DE INPUTS**********************************/


.cont-input-entrance-1 {
    width: 100%;
}

    .cont-input-entrance-1 input {
        height: 2rem;
    }

        .cont-input-entrance-1 input:disabled {
            background-color: var(--color-secondary-5) !important;
        }

.form-1-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.form-1-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.form-1-group-title {
    font-weight: 600;
    width: 100%;
    text-align: start;
}

.form-1-group-field {
    width: 100%;
}


/*************************************TARJETAS***************************************/

.card-1-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    background-color: var(--color-secondary-5);
    border: 1px solid var(--color-primary-4);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
}

/*********************************ESTILOS DE SCROLL**********************************/

::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary-2);
    border-radius: 8px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--color-secondary-1);
    }

.menu-mobile::-webkit-scrollbar {
    width: 2px;
}

/************************************************************************************/
.text_link {
    font-family: var(--font-family-primary);
    /*font-size: 14px;*/
    font-weight: 600;
    color: var(--color-primary-2);
    cursor: pointer;
}

    .text_link:hover {
        color: var(--color-primary-1);
        transition: color .1s ease-in-out, ease-in-out, box-shadow .1s ease-in-out !important;
    }

    .text_link:active {
        opacity: 0.7;
        transition: opacity .1s ease-in-out, ease-in-out, box-shadow .1s ease-in-out !important;
    }

.head_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.body_form {
    flex: 1;
    width: 100%;
    gap: 0.75rem;
}

.foot_form {
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/******hasta aca*/

.divider {
    width: 0px;
    cursor: col-resize;
}

.canvas_frame_ref {
    flex: 1;
    padding-block: 0.5rem;
}

.shadow-container {
    width: 100%;
    padding: 0.5rem;
    color: var(--color-black-2);
    border-radius: 0.4rem;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu-left-containers {
    width: 100%;
    padding: 0.5rem;
    color: var(--color-black-2);
    border-radius: 0.4rem;
    border: 1px solid #ddd;
    background-color: #ffffff;
    box-shadow: none;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out !important;
}

    .menu-left-containers:hover {
        box-shadow: rgba(29, 35, 40, 0.1) 0px 3px 5px 0px;
    }

#btn_dropdown {
    background-image: url(/FW/image/icons/file_plus_white.svg);
    width: 10rem;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.btn-link {
    display: flex;
    padding: 0.3rem;
    color: var(--color-primary-2);
    cursor: pointer;
    gap: 0.25rem;
    white-space: nowrap;
}

    .btn-link:hover {
        color: var(--color-primary-1);
        text-shadow: none;
        transition: color .1s ease-in-out, ease-in-out, box-shadow .1s ease-in-out !important;
    }

        .btn-link:hover nv-img svg {
            fill: var(--color-primary-1);
            transition: fill .1s ease-in-out
        }

    .btn-link:active {
        opacity: 0.7;
        text-shadow: none;
        transition: opacity .1s ease-in-out, ease-in-out, box-shadow .1s ease-in-out !important;
    }

/**** clase para los iframe ****/
.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.is-table-mobile {
    display: none;
}

.is-table-desktop {
    display: table-cell;
}

.is-mobile {
    display: none;
}

.is-desktop {
    display: flex;
}

icon-ejecutarABMRegistro {
    width: 90px;
    padding-left: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*.container_body_top {
    height: calc(100vh - 7.3rem);
}*/
/* Estilos solo para checkboxes con la clase .custom-checkbox */
input.custom-checkbox {
    appearance: none;
    -moz-appearance: none;
    width: 28px;
    height: 14px;
    cursor: pointer;
    background-color: var(--color-secondary-5);
    border-radius: 10px;
    border: 1px solid var(--color-secondary-3);
    margin-right: 5px;
    position: relative;
}

    /* Estilos para el indicador dentro del checkbox */
    input.custom-checkbox::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 10px;
        background-color: var(--color-secondary-3);
        transition: all 0.3s;
        left: 1px; /* Ajustado para que el círculo esté dentro del switch */
        top: 50%;
        transform: translateY(-50%);
    }

    /* Estilos cuando el checkbox está activado */
    input.custom-checkbox:checked {
        background-color: var(--color-primary-5);
        border: solid 1px var(--color-primary-2);
    }

        /* Movimiento del indicador cuando está seleccionado */
        input.custom-checkbox:checked::after {
            transform: translate(12px, -50%);
            background-color: var(--color-primary-2);
        }

        input.custom-checkbox:checked:disabled {
            background-color: var(--color-secondary-4);
            border: 1px solid var(--color-secondary-3);
        }

            input.custom-checkbox:checked:disabled::after {
                background-color: var(--color-secondary-3);
            }


@media (min-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(6,1fr);
    }
}

@media (max-width: 768px) {

    BODY {
        font-size: 14px;
    }

    .page-container-1 {
        gap: 0;
    }

    .container-head-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    input, textarea {
        font-size: 16px;
    }

    .canvas_frame_ref {
        padding-block: 0;
    }

    .container-td-table {
        display: flex;
        flex-direction: column;
    }

    .com-container-data {
        overflow: visible !important;
    }

    .container-td-table > span {
        display: inline-block;
        white-space: normal;
        word-wrap: break-word;
    }

    /*        .container-td-table > div > span {
            display: inline-block;
            white-space: normal;
            word-wrap: break-word;
        }*/

    .parametros-flotante {
        top: 50%;
        transform: translateY(-50%);
        right: -5%;
        width: max-content !important;
    }

    .logo_cabecera {
        width: 50%;
    }


    .only_desktop {
        display: none;
    }

    .only_mobile {
        display: inline;
    }

    .is-table-mobile {
        display: table-cell;
    }

    .is-table-desktop {
        display: none;
    }

    .is-mobile {
        display: flex;
    }

    .is-desktop {
        display: none !Important;
    }

    .menu_responsive {
        display: flex;
    }

    .div_menu_responsive {
        display: none;
    }

    .div-Tlist-Btn-1 {
        width: 8rem;
        height: 2rem !important;
    }


    .tb1 {
        width: 99.99%;
        background-color: white;
        border-spacing: 3px;
        border-collapse: collapse;
    }

        .tb1 TR {
            background: #ffffff;
            height: 25px;
        }

            .tb1 TR TD {
                vertical-align: middle;
                box-shadow: 0 0 1px #f4f4f4;
                text-align: left;
            }

        .tb1 input:disabled {
            background-color: rgba(239, 239, 239, 0.7) !important;
        }

    .img_btn {
        height: 1.75rem;
        width: auto;
    }

    .cont-form-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .canvas_menu {
        position: absolute;
        height: 100%;
        display: flex;
        top: 0;
        background-color: var(--color-backgroundcolor-body-2);
        transition: transform 0.3s ease;
    }

    .field-container {
        width: 100%;
    }

    .cardField {
        width: 100%;
        height: auto;
        padding: 0.5rem;
        gap: 3px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 1rem;
    }


    /* MENU IZQUIERDO */
    #canvas_menu_left {
        /*left: 0;
        transform: translateX(-100%);*/
        display: none;
        box-shadow: -8px 22px 32px var(--color-secondary-1) !important;
    }

        /* Cuando se muestra el menu izquierdo */
        #canvas_menu_left.menu-visible {
            /*transform: translateX(0%);*/
            display: flex;
        }

    /* MENU DERECHO */
    #canvas_menu_right {
        right: 0;
        transform: translateX(100%);
        box-shadow: 8px 16px 32px var(--color-secondary-1) !important;
    }

        /* Cuando se muestra el menu derecho */
        #canvas_menu_right.menu-visible {
            transform: translateX(0%);
        }

    .main_login {
        max-width: 90%;
        margin: 0 auto;
    }

    .container-elements-1 {
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 0.5rem 0.5rem 0.5rem 0rem;
        gap: 0.5rem;
    }

    .head-frame {
        height: 4.5rem;
    }

    .section_container {
        margin-inline: 0rem;
        gap: 0rem;
    }

/*    #user_actions {
        flex: 1;
        justify-content: space-around;
    }*/

    #img_left_menu, #img_right_menu {
        margin: 0 10px;
        cursor: pointer;
    }

    /*    .com-container-data {
        width: 85%;
    }*/
}

@media (max-width: 480px) {
    .container-form-2 {
        grid-template-columns: 1fr;
        padding-inline: 0.5rem;
    }

    .container-form-3 {
        flex-direction: column;
    }

    .form-field-3 {
        flex: 1 1 100%;
    }

    .container_login {
        height: 100%;
        width: 100%;
        padding-inline: 1rem;
    }

    .canvas_menu {
        width: 80%;
    }

    /*    .com-actions {
        width: 25%;
    }*/

    .com-container-data {
        width: 75%;
    }
}

/****** SVG - Icons ******/
nv-img {
    width: 16px;
    display: flex;
}

    nv-img svg {
        width: 100% !important;
        height: 100% !important;
    }

.nvImg-size12 {
    width: 12px !important;
    height: 12px !important;
}

.nvImg-size14 {
    width: 14px !important;
    height: 14px !important;
}

.nvImg-size18 {
    width: 18px !important;
    height: 18px !important;
}

.nvImg-size20 {
    width: 20px !important;
    height: 20px !important;
}

.nvImg-size22 {
    width: 22px !important;
    height: 22px !important;
}

.nvImg-size24 {
    width: 24px !important;
    height: 24px !important;
}

.nvImg-white svg {
    fill: #ffffff;
}

nv-img.menu {
    padding-top: 2px;
}

.nvImg-gray2 svg {
    fill: var(--color-secondary-2);
}

.nvImg-gray3 svg {
    fill: var(--color-secondary-3);
}

.nvImg-primary2 svg {
    fill: var(--color-primary-2);
}

.nvImg-secondary2 svg {
    fill: var(--color-secondary-2);
}

.nvImg-blue svg {
    fill: #1200ff;
}

.nvImg-blak svg {
    fill: #000000;
}

.nvImg-orange svg {
    fill: #e76f51;
}

.nvImg-green svg {
    fill: #2da442;
}

.nvImg-red svg {
    fill: red;
}

.icon-btn.nvImg-primary2:hover svg {
    fill: var(--color-primary-1) !important;
    transition: ease-in-out 0.08s all;
    cursor: pointer;
}

.icon-btn:active svg {
    fill: var(--color-primary-1) !important;
    cursor: pointer;
}

.icon-btn:hover svg {
    opacity: 0.9;
    fill: var(--color-primary-2) !important;
    transition: ease-in-out 0.08s all;
    cursor: pointer;
}
/******** Formulario horizontal *******/
.form-3-container-row {
    display: flex;
    padding: 0.5rem;
}

.form-3-wrapper-row {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex: 1;
}

.form-3-container-column {
    display: flex;
    padding: 0.5rem;
    flex-direction: column;
}

.form-3-wrapper-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem;
}

.form-3-container-column .form-3-container-actions {
    width: 100%;
    justify-content: center;
}

/**** Clase para label horizontal ****/
.form-3-field-row {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.form-3-field-w100 {
    min-width: 100px;
}
/*************************************/

/**** Clase para label vertical ******/
.form-3-field-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.1rem;
}

.form-3-label {
    font-size: 12px;
    padding-left: 0.3rem;
    font-weight: normal;
}
/*************************************/

.form-3-field-row .form-3-label {
    font-size: 14px;
    font-weight: normal;
}

.form-3-input-fecha {
    width: 150px;
}

.form-3-container-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .form-3-container-row {
        flex-direction: column;
        align-items: flex-end;
        gap: 1rem;
    }

    .form-3-wrapper-row {
        flex-wrap: wrap;
        gap: 0.5rem 0rem;
        justify-content: space-between;
    }


    .form-3-field-row {
        align-items: flex-start;
        flex-direction: column;
        min-width: 48%;
        height: auto;
    }

    .form-3-field-w100 {
        width: 100%;
    }

    .form-3-input {
        width: 100%;
    }

    .form-3-field-column {
        width: 48% !important;
        height: auto
    }

        .form-3-field-column .form-3-label {
            padding-left: 0.3rem;
        }

    .form-3-input-fecha {
        width: 100%;
    }

    .form-3-container-column .form-3-container-actions {
        width: 100%;
        justify-content: center;
    }

    .com-3-container-column {
        width: 100%;
    }

    .com-3-container-row {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .com-3-field-row {
        height: auto;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .com-3-desktop {
        display: none !important;
    }

    .com-3-descripcion {
        width: 200px !important;
    }
}
/* NUEVO BRANDING*/
.form-row {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center
}

.full-width {
    flex: 100%;
}

.form-group input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    text-align: center
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
}

    .form-checkbox label {
        display: flex;
        align-items: center;
    }

.footer-pie {
    margin-top: 32px;
    padding: 12px;
    background-color: #f0f0f0;
    text-align: left;
    font-size: 14px;
    color: #333;
}


.textarea-form {
    min-height: 50px;
    min-width: 345px;
    max-width: 345px;
    max-height: 100px
}

.dropdown-component {
    position: relative;
    display: flex;
    justify-content: center;
    width: 24px;
}

.dropbtn {
    width: 24px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    right: 0;
    top: 30px;
    padding: 0.5rem;
    border-radius: 0.4rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

    .dropdown-content.show {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

.dropdown-item {
    padding: 0.3rem;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 0.3rem;
    cursor: pointer;
}

    .dropdown-item:hover {
        background-color: #e7e7e7;
    }

        .dropdown-item:hover svg {
            fill: var(--color-primary-2);
        }

/* Estilos del desplegable para exportar del tCampo_head */
.export-dropdown {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 24px;
}

.export-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    right: 0;
    top: 30px;
    padding: 0.5rem;
    border-radius: 0.4rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

    .export-dropdown-content.show {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

.export-item {
    padding: 0.3rem;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 0.3rem;
    cursor: pointer;
}

    .export-item:hover {
        background-color: #e7e7e7;
    }

        .export-item:hover svg {
            fill: var(--color-primary-2);
        }

@media (max-width: 600px) {
    .pagination {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        gap: 0.3rem;
    }
}



/******** Formulario horizontal *******/
.form-3-container-row {
    display: flex;
    padding: 0.5rem;
}

.form-3-wrapper-row {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex: 1;
}

.form-3-container-column {
    display: flex;
    padding: 0.5rem;
    flex-direction: column;
}

.form-3-wrapper-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem;
}

.form-3-container-column .form-3-container-actions {
    width: 100%;
    justify-content: center;
}

/**** Clase para label horizontal ****/
.form-3-field-row {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.form-3-field-w100 {
    width: auto;
}
/*************************************/

/**** Clase para label vertical ******/
.form-3-field-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.1rem;
}

.form-3-label {
    font-size: 12px;
    padding-left: 0.3rem;
    font-weight: normal;
}
/*************************************/

.form-3-field-row .form-3-label {
    font-size: 14px;
    font-weight: normal;
}

.form-3-input-fecha {
    width: 150px;
}

.form-3-container-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .form-3-container-row {
        flex-direction: column;
        align-items: flex-end;
        gap: 1rem;
    }

    .form-3-wrapper-row {
        flex-wrap: wrap;
        gap: 0.5rem 0rem;
        justify-content: space-between;
    }


    .form-3-field-row {
        align-items: flex-start;
        flex-direction: column;
        min-width: 48%;
        height: auto;
    }

    .form-3-field-w100 {
        width: 100%;
    }

    .form-3-input {
        width: 100%;
    }

    .form-3-field-column {
        width: 48% !important;
        height: auto
    }

        .form-3-field-column .form-3-label {
            padding-left: 0.3rem;
        }

    .form-3-input-fecha {
        width: 100%;
    }

    .form-3-container-column .form-3-container-actions {
        width: 100%;
        justify-content: center;
    }
}


.tabs-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tabs-items {
    padding-top: 0.5rem;
    width: 100%;
}

.tabs-actions {
    display: flex;
    align-items: center;
}

.tabs-items-actions {
    display: flex;
    width: 100%;
}

.tabs-content {
    flex: 1;
    height: 5rem;
    border: solid 1px var(--color-secondary-4);
    border-radius: 0 0 0.3rem 0.3rem;
    padding: 0.5rem;
    width: 100%;
}

.btn-nuevo-mobile {
    display: none
}

/************ ESTILOS PARA TABLAS C/ FOOTER ************/

.contenedor-general {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--color-backgroundcolor-body-1);
    gap: 0.5rem
}

.contenedor-seccion {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0.4rem;
    border: 1px solid #ddd;
    background-color: white;
    box-shadow: none;
    overflow: auto;
    transition: all .3s ease-in-out;
}

    .contenedor-seccion:hover {
        box-shadow: rgba(29, 35, 40, 0.1) 0px 3px 5px 0px;
    }

.contenedor-seccion.footer-table-v2 {
    max-height: 52.8px;
    align-items: center;
    overflow:hidden;
    padding: .5rem;
}

.container-spans {
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .container-spans span {
        font-weight: 600
    }

@media (max-width: 768px) {
    .contenedor-seccion.footer-table-v2 {
        flex-direction: column;
        align-items: center;
        max-height: fit-content;
        gap: .5rem;
    }

    .btn-nuevo-mobile {
        display: flex;
        align-items: center;
    }
}

/*-----------------ESTILOS PARA IOS/MACOS by Kne :) -----------------*/

@supports (-webkit-touch-callout: none) {
    html, body {
        -webkit-overflow-scrolling: auto !important;
    }


    .body_template_xsl,
    .flex-column-center,
    iframe {
        max-height: 100% !important;
        min-height: 0 !important;
    }

    input[type="date"] {
        -webkit-appearance: none;
        appearance: none;
        position: relative;
        padding-right: 2.5rem;
    }

        input[type="date"]::-webkit-date-and-time-value {
            text-align: left;
            color: #444;
        }
}

/**** Clase para comentario vertical ****/
.com-3-container-column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.com-3-field-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.1rem;
}

/**** Clase para comentario horizontal ****/
.com-3-container-row {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.com-3-field-row {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

/**** Clase para titulo comentario ****/
.com-3-tit5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-black-2);
}

/**** Clase para p del comentario ****/

.com-3-field-row-numerico {
    align-items: flex-start !important;
}

.com-3-field-row-texto {
    align-items: flex-end !important;
}

.com-3-descripcion {
    display: inline-block;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



