﻿:root {
    --main-radius: 15px;
    --main-padding: 5px;
    --sub-color: #B6CEFC;
    --white-color: #fff;
    /* --white-color: #d6cabe;
    --white-color: #ecf3fb;*/
    /*--white-color: #f2f2f2;*/
    /*--first-color: #4d82cc;*/
    --first-color: #237ca8;
    --bg-colorMain: #f1f1f1;
    /*--bg-colorMain: #fff;*/
    --bg-colorMain-active: #fc6044;
    --body-color: #0078c8;
    --icon-color: #17a2b8;
    --z-fixed: 100;
}

@font-face {
    font-family: 'fa-regular-400';
    src: url('../FontAwesome/webfonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: 'gob-cl';
    src: url('../../node_modules/gobdigital-cl/gob.cl/src/fonts/gob-cl.woff') format('woff');
}


html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: var(--bg-colorMain);
    color: var(--body-color);
}

*, *:before, *:after {
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
}


body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 85%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
/*
sub {
    bottom: -0.25em
}
*/
sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }
/*
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}*/

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
/* End extract */
html, body {
    font-family: Arial;
    font-size: 15px;
    line-height: 1.5;
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.serif {
    font-family: serif
}

.sans-serif {
    font-family: sans-serif
}

.cursive {
    font-family: cursive
}

.monospace {
    font-family: monospace
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0 0 0;
}

.image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit
}


#ImgExample {
    width: 100%;
    height: 100%;
    border: 0.85px solid #0000004f;
    border-radius: 25px;
}


.top_navbar {
    background: var(--white-color);
    height: 60px;
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99 !important;
    border-bottom: 2px solid #c3c3c3;
    /*color: #fff;*/
}

    .top_navbar .logo_img {
        width: 265px;
        position: relative;
    }

        .top_navbar .logo_img img {
            max-width: 145px;
            border-radius: 5px;
            position: absolute;
            left: 20%;
            top: 20%;
        }

    .top_navbar .menu {
        width: 100%;
        height: 100%;
        display: flex;
        /*justify-content: space-between;*/
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

        .top_navbar .menu .NavTitle {
            color: var(--body-color);
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
            text-align: center;
            width: 1060px; /*comentar si causa defectos*/
        }

        /*===============*/
        /*DropDown Perfil*/
        /*===============*/


        .top_navbar .menu .nav_right > ul {
            display: flex;
            /*padding-top: 15px;*/
            list-style: none !important;
            position: absolute;
            top: -10px;
            right: 0;
        }

        .top_navbar .menu ul li a {
            display: block;
            margin: 0 15px;
            width: 50px;
            height: 50px;
            line-height: 45px;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 25%;
        }

            .top_navbar .menu ul li a:hover {
                background: #fc6044;
                color: #fff;
            }

        /*        .top_navbar .menu .nav_right ul li.nr_li {
            margin-left: 25px;
            cursor: pointer;
            color: #fff;
            font-size: 20px;
            position: relative;
        }*/

        .top_navbar .menu .nav_right ul li.nr_li {
            margin-left: 25px;
            cursor: pointer;
            color: #fff;
            font-size: 20px;
            position: relative;
        }

        .top_navbar .menu .dd_menu {
            position: absolute;
            width: 25rem;
            right: 0px;
            top: 50px;
            display: flex;
            border-left: hidden;
            /*background-image: -webkit-linear-gradient(left, rgba(0,0,0, 0) 0%, #fff 25%, #fff 100%);*/
            /*border-radius: 15px;*/
            /*box-shadow: 0px 0px 3px rgba(0,0,0,0.25);*/
            display: none;
            /*color: var(--first-color);*/
            color: var(--body-color);
        }

.Personal {
    font-size: 12px;
}

    .Personal .third .col {
        margin: 0 auto !important;
    }

        .Personal .third .col a {
            font-size: 20px;
            margin: 0 auto !important;
            /*width: 100%;*/
        }

            .Personal .third .col a:hover {
                /*margin: 0 auto !important;*/
                /*width: 50px;*/
            }

.top_navbar .menu .dd_menu .dd_left {
    background: var(--white-color);
    padding: 20px 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left: -10px;
}

    .top_navbar .menu .dd_menu .dd_left li {
        color: #fff;
        padding: 7.5px;
        list-style: none !important;
    }

.top_navbar .menu .dd_menu .dd_right {
    padding: 15px 20px;
}

    .top_navbar .menu .dd_menu .dd_right .item {
        margin-bottom: 10px;
        color: black;
        border-radius: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        text-decoration: none;
        background-size: 0% .1em;
        cursor: pointer;
    }

        .top_navbar .menu .dd_menu .dd_right .item:hover {
            color: black;
            background: #fff;
            border-radius: 0;
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: left;
            text-decoration: none;
            background: linear-gradient(var(--white-color), var(--white-color)) bottom / 100% .1em no-repeat;
            transition: 0.5s background-size;
        }

.top_navbar .menu .dd_menu:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 30px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
}

.top_navbar .menu .dd_main a.icon_main {
    /*background-color: #237ca8;*/
    background-color: var(--body-color);
}

.top_navbar .menu .dd_main.active {
    background-color: transparent;
    background-color: transparent;
}

    .top_navbar .menu .dd_main.active a.icon_main {
        background: #fc6044 !important;
        color: #fff;
    }

    .top_navbar .menu .dd_main.active .dd_menu {
        display: flex;
        flex-direction: column;
        border: 2px solid var(--body-color);
        border-radius: 25px;
    }

.top_navbar .menu .dd_menu {
    transition: .3s ease;
}



















.Table-Data {
    width: 100%;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid;
    background-color: #fff;
    white-space: normal;
}


    .Table-Data tbody tr td.ColHeader {
        background-color: #0dbb78;
        text-align: left;
        font-weight: 700;
        text-transform: capitalize;
    }

    .Table-Data td {
        padding: 7px 10px;
        border: 1px solid #000;
        background: #fff;
        vertical-align: top;
        display: flex;
        width: 100%;
        height: 100%;
    }

        .Table-Data td i {
            font-size: 18px;
            margin-right: 10px;
        }

/*


.colHeader {
    text-align: left;
    border: 1px solid #ccc;
}*/

.topRadius {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bottomRadius {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*.Table-Data tbody tr td {
        background-color: #fff;
    }

        .Table-Data tbody tr td.ColHeader {
            background-color: #0dbb78;
            text-align: left;
            font-weight: 700;
            text-transform: capitalize;
            width: max-content;
            white-space: nowrap;
        }
    .Table-Data td {
        text-align: center;
    }

*/


.table, .table-all {
    /*    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    border: 1px solid #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/


    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 10.5px;
    display: block;
    border-radius: 8px;
    margin: 0 auto;
    text-transform: capitalize;
    position: relative;
}

.table-all {
    border: 1px solid #ccc
}

    .bordered tr, .table-all tr {
        border: 1px solid #ddd;
    }

.striped > tbody > tr:nth-child(even) {
    background-color: #f1f1f1
}

.table-all tr:nth-child(odd) {
    background-color: #fff
}

.table-all > tr:nth-child(even) {
    background-color: #f1f1f1
}

.hoverable tbody tr:hover, .ul.hoverable li:hover {
    background-color: #ccc
}

.centered tr th, .centered tr td {
    text-align: center
}

.table td, .table th, .table-all td, .table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: middle
}


.BtnForm {
    align-items: center;
    border: 0;
    border-radius: 10px;
    box-shadow: rgba(45, 35, 66, .4) 5px 6px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
    /*margin: 1rem 0 1rem 0;*/
}

    .BtnForm:focus {
        box-shadow: rgba(45, 35, 66, .4) 5px 6px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    }

    .BtnForm:hover {
        /*box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;*/
        transform: translateY(-2px);
    }

    .BtnForm:active {
        box-shadow: rgba(45, 35, 66, .4) 5px 6px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
        transform: translateY(2px);
    }


.form_container {
    padding: 10px;
    text-align: left;
}

.form_wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
}

.form_wrapper .title_container {
    text-align: center;
    margin: -15px -15px 15px;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.form_wrapper h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}

.form_wrapper .row {
    margin: 10px -15px;
}

    .form_wrapper .row > div {
        padding: 0 15px;
        box-sizing: border-box;
    }

.form_wrapper .col_half {
    width: 50%;
    float: left;
}

.form_wrapper label {
    display: block;
    margin: 0 0 5px;
}

.form_wrapper .input_field, .form_wrapper .textarea_field {
    position: relative;
}

    .form_wrapper .input_field > span, .form_wrapper .textarea_field > span {
        position: absolute;
        left: 0;
        top: 0;
        color: #333;
        height: 100%;
        border-right: 1px solid #ccc;
        text-align: center;
        width: 30px;
    }

    .form_wrapper .textarea_field > span {
        border-bottom: 1px solid #ccc;
        max-height: 35px;
    }

        .form_wrapper .input_field > span > i, .form_wrapper .textarea_field > span > i {
            padding-top: 12px;
        }

.form_wrapper input[type], textarea {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

.form_wrapper textarea {
    height: 8em;
}

    .form_wrapper textarea:focus,
    .form_wrapper input[type]:focus {
        -webkit-box-shadow: 0 0 2px 1px rgba(252, 96, 68, 0.5);
        -moz-box-shadow: 0 0 2px 1px rgba(252, 96, 68, 0.5);
        box-shadow: 0 0 2px 1px rgba(252, 96, 68, 0.5);
        border: 1px solid #fc6044;
    }

        .form_wrapper input[type]:focus + span {
            color: #fc6044;
            border-right: 1px solid #fc6044;
        }

.form_wrapper .btn {
    margin: 0 auto;
    display: block;
}

.btn, .button, .action {
    border: none;
    display: inline-block;
    /*padding: 8px 16px;*/
    padding: 15px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

    .btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.btn, .button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .disabled, .btn:disabled, .button:disabled {
        cursor: not-allowed;
        opacity: 0.3
    }

        .disabled *, :disabled * {
            pointer-events: none
        }

        .btn.disabled:hover, .btn:disabled:hover {
            box-shadow: none
        }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-primary {
    color: #fff;
    background-color: var(--body-color);
    border-color: #4cae4c;
}

.btn-sucursal {
    color: #fff !important;
    background-color: #FF4B2B !important;
    border-color: #4cae4c !important;
}

/* Botón Clave única*/

/* Boton estilo de base */
.btn-cu {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}
    /*Icono ClaveÚnica*/
    .btn-cu .cl-claveunica {
        display: inline;
        float: left;
        /*text-indent: -9999px;*/
    }

        .btn-cu .cl-claveunica::before {
            font-family: 'gob-cl';
            content: '\EA0E'
        }

    /*Texto ClaveÚnica*/
    .btn-cu .texto {
        padding-left: 3px;
        text-decoration: underline;
    }

    /* Tamaño M */
    .btn-cu.btn-m {
        width: 160px;
        min-width: 160px;
        max-height: 42px;
        padding: 8px 18px 8px 15px !important;
        font-size: 16px;
        line-height: 1.6em;
    }

        .btn-cu.btn-m .cl-claveunica {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-size: 24px 24px;
        }

    .btn-cu.btn-color-estandar {
        background-color: #0F69C4;
        color: #FFF;
    }

        .btn-cu.btn-color-estandar:hover {
            background-color: #0C549C;
            color: #FFF;
        }

        .btn-cu.btn-color-estandar:active {
            background-color: #093F75;
            color: #FFF;
        }

        .btn-cu.btn-color-estandar:focus {
            background-color: #0C549C;
            color: #FFF;
            outline: 1px dashed #000;
        }

/*.btn-ClaveUnica {
    color: #fff;*/ /*
    background-color: #FF4B2B;
    border-color: #4cae4c;*/
/*background-image: url('../img/btn ClaveUnica.png');
    width: 200px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}*/




.btn-table {
    /*    color: #fff !important;
    padding: 2px;
    border-radius: 5px;
    background-color: var(--body-color);
    text-decoration: none;
    min-width: 125px;
    margin: 5px auto;*/
    color: #0078c8 !important;
    text-decoration: none;
    padding: 4px;
    font: bold;
}

.badge, .tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.badge {
    border-radius: 50%
}

.ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .ul li {
        padding: 8px 16px;
        border-bottom: 1px solid #ddd
    }

        .ul li:last-child {
            border-bottom: none
        }

.tooltip, .display-container {
    position: relative
}

    .tooltip .text {
        display: none
    }

    .tooltip:hover .text {
        display: inline-block
    }

.ripple:active {
    opacity: 0.5
}

.ripple {
    transition: opacity 0s
}

.input {
    padding: 8px;
    display: block;
    border: none;
    /*border-bottom: 1px solid #ccc;*/
    width: 100%
}

.select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.dropdown-click, .dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .dropdown-hover:hover .dropdown-content {
        display: block
    }

    .dropdown-hover:first-child, .dropdown-click:hover {
        background-color: #ccc;
        color: #000
    }

        .dropdown-hover:hover > .button:first-child, .dropdown-click:hover > .button:first-child {
            background-color: #ccc;
            color: #000
        }

.dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.check, .radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.sidebar {
    height: 100%;
    width: 23rem;
    background-color: var(--white-color) !important;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
    padding-top: 5rem;
    border-right: 2px solid #c3c3c3;
    font-size: 16px;
    line-height: 3.5rem;
    list-style: none !important;
}

    /*    .sidebar ul {
        list-style: none;
        width: 100px;
        z-index: 2 !important;
    }

    .sidebar a {
        text-decoration: none;
        background: #fff;
        color: #2e4ead;
        text-transform: uppercase;
        padding: 20px 70px 20px 20px;
        margin: 8.5px 0;
        width: 325px;
        margin-left: -295px;
        box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.75);
        position: relative;
        transition: 0.5s ease;
        font-size: 14px;
    }*/

    .sidebar a span {
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: center;
        width: 50px;
        height: 50px;
        border-radius: 25%;
        /*border-radius: 50%;*/
        /*background-color: #23a86d;*/
        /*background-color: #237ca8;*/
        background-color: var(--body-color);
        font-size: 1.25rem;
        margin-right: 10px;
        /*line-height: 55px;*/
        box-shadow: -7px 3px 6px 0px rgb(0 0 0 / 75%);
    }

    .sidebar a {
        margin-bottom: 10px;
        color: var(--first-color) !important;
        border-radius: 0;
        width: 100%;
        height: 77px;
        margin: 0;
        padding: 0;
        text-align: left;
        text-decoration: none;
        background-size: 0% .1em;
        cursor: pointer;
    }

        .sidebar a:hover span,
        .sidebar a span.active {
            color: #fff;
            background: #fc6044;
        }

    .sidebar .bar-item a:hover {
        color: black;
        background: #fff;
        border-radius: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        text-decoration: none;
        background: linear-gradient(#237CA8, #237CA8) bottom / 100% .1em no-repeat;
        transition: 0.15s background-size;
    }

/*        .sidebar a span {
            float: right;
            width: 70px;
            height: 100%;
            line-height: 55px;
            text-align: center;
            color: #fff;
            background: var(--white-color);
            position: absolute;
            right: 0;
            top: 0;
        }

            .sidebar a span.active {
                color: #fff;
                background: #fc6044;
            }

            .sidebar a span i {
                font-size: 18px;
            }*/

/*.sidebar a:hover {
            width: 325px;
            margin-left: -40px;
        }*/

.bar-block .dropdown-hover, .bar-block .dropdown-click {
    width: 100%
}

    .bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
        min-width: 100%
    }

    .bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
        width: 100%;
        text-align: left;
        padding: 8px 16px
    }

.main, #main {
    /*transition: margin-left .4s;*/
    margin-left: 23rem;
    /*    padding-top: 65px;
    padding-left: 15px;
    padding-right: 15px;*/
    padding: 65px 25px 25px 25px;
    /*padding: 65px 25px 65px 25px;*/
    background-color: var(--bg-colorMain);
    color: var(--body-color) !important;
}

.modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4)
}

.modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.bar {
    width: 100%;
    overflow: hidden;
}

.center .bar {
    display: inline-block;
    width: auto
}

.bar img {
    width: 150px;
}

/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}*/

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 0 auto;
}

.bar span.Title {
    text-align: center;
    font-size: 14px;
    margin: auto;
    padding: 8px 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bar .bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    border: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

#ImgPrincipal {
    margin: 25px auto;
    height: 375px;
    box-shadow: 0px 0px 35px #000;
    border-radius: 25px;
}

/*.bar-item a {
    text-decoration: none;
}

.bar-item .item {
    color: black;
    background: #fff;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    background: linear-gradient(#237CA8, #237CA8) bottom / 100% .1em no-repeat;
    transition: 5.5s background-size !important;
}*/



.bar .dropdown-hover, .bar .dropdown-click {
    position: static;
    float: left
}

.bar .button {
    white-space: normal
}

.bar-block .bar-item {
    /*width: 100%;*/
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
    /*    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 99;*/
}

/*.bar-block a.active::before,
.bar-block a.active::after {
    content: "";
    position: relative;
    display: block;
    background-color: var(--white-color) !important;
    left: -17px;
    width: 17rem;
    overflow: hidden;
}

a.active::before {
    top: -8px;
    height: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom-right-radius: 35px;
}

a.active::after {
    bottom: -8px;
    height: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-top-right-radius: 35px;
}*/


.bar-block.center .bar-item {
    text-align: center
}

.block {
    display: block;
    width: 100%
}

.responsive {
    display: block;
    overflow-x: auto
}

/*.container:after, .container:before,*/ .panel:after, .panel:before, .row:after, .row:before, .row-padding:after, .row-padding:before,
.cell-row:before, .cell-row:after, .clear:after, .clear:before, .bar:before, .bar:after {
    content: "";
    display: table;
    clear: both
}

.col, .half, .third, .twothird, .threequarter, .quarter {
    float: left;
    width: 100%
}

.col-s1 {
    width: 8.33333%
}

.col-s2 {
    width: 16.66666%
}

.col-s3 {
    width: 24.99999%
}

.col-s4 {
    width: 33.33333%
}

.col-s5 {
    width: 41.66666%
}

.col-s6 {
    width: 49.99999%
}

.col-s7 {
    width: 58.33333%
}

.col-s8 {
    width: 66.66666%
}

.col-s9 {
    width: 74.99999%
}

.col-s10 {
    width: 83.33333%
}

.col-s11 {
    width: 91.66666%
}

.col-s12 {
    width: 99.99999%
}

.ListRadios {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .ListRadios div {
        padding: 5px;
    }


.certificates {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .certificates a {
        text-decoration: none;
    }

    .certificates .BigButton {
        background-color: var(--body-color);
        border: none;
        color: white;
        margin: 15px 15px;
        cursor: pointer;
        border-radius: 15px;
        width: 195px;
        height: 200px;
        text-transform: uppercase;
        box-shadow: 0px 10px 10px #000, 0px 0px 3px #136C60 inset;
    }

        .certificates .BigButton .IconBtn {
            margin-top: 45px;
            margin-bottom: 10px;
            font-size: 1.9rem;
        }

        .certificates .BigButton .Text {
            font-size: 1.2rem;
        }

    .certificates a .BigButton:hover {
        background-color: #fc6044;
        transform: scale(0.95,0.95);
        cursor: pointer;
        color: white;
        text-decoration: none;
        border-radius: 15px;
    }


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
    float: right;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: -15px;
    left: 0;
    right: 0;
    bottom: 15px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3.5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.success:checked + .slider {
    background-color: var(--body-color);
}


input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

#GroupRadio {
    padding: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

    #GroupRadio li {
        font-weight: bold;
        font-size: small;
        text-align: left !important;
        margin: 20px 10px 20px 0 !important;
        width: calc(100%/2.5);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



/* Step Form*/
/*
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #000000;
        background-color: initial;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative;
    }

    #progressbar #solicitud:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f044";
    }

    #progressbar #files:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f574";
    }

    #progressbar #metodo:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f4c0";
    }

    #progressbar #finalizar:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f00c";
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #0dbb78;
    }
*/














#msform {
    text-align: center;
    position: relative;
    max-width: 1100px;
    /*margin-top: 30px;*/
}

    #msform .fieldset {
        /*background: white;*/
        border: 0 none;
        /*border-radius: 0px;*/
        /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
        /*padding: 20px 0;*/
        box-sizing: border-box;
        /*width: 95%;*/
        margin: auto;
        /*position: relative;*/
    }

        #msform .fieldset:not(:first-of-type) {
            display: none;
        }

    /*
    #msform input, #msform textarea {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 13px;
    }

        #msform input:focus, #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid #ee0979;
            outline-width: 0;
            transition: All 0.5s ease-in;
            -webkit-transition: All 0.5s ease-in;
            -moz-transition: All 0.5s ease-in;
            -o-transition: All 0.5s ease-in;
        }*/


    #msform .action-button {
        /*width: 100px;*/
        font-weight: bold;
        border: 0 none;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px var(--body-color);
        }

    #msform .action-button-previous {
        width: 100px;
        background: #C5C5F1;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 25px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button-previous:hover, #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
        }


.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


#progressbar {
    display: flex;
    /*margin: 30px 0 0 0;*/
    margin: 15px 0 0 0;
    overflow: hidden;
    counter-reset: step;
    padding: 0;
    /*word-break: break-word;*/
}

    #progressbar li {
        list-style-type: none;
        color: var(--body-color) !important;
        text-transform: uppercase;
        font-size: 9px;
        font-weight: 700;
        width: 33.33%;
        float: left;
        position: relative;
        letter-spacing: 1px;
        background-color: initial;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 24px;
            height: 24px;
            line-height: 26px;
            display: block;
            font-size: 12px;
            color: white;
            background: var(--body-color);
            border-radius: 25px;
            margin: 0 auto 10px auto;
            position: relative;
            z-index: 2;
        }


        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: var(--body-color);
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: 1;
        }


        #progressbar li:first-child:after {
            content: none;
        }


        #progressbar li.active:before, #progressbar li.active:after {
            background: var(--bg-colorMain-active);
            color: white;
        }


.inf__drop-area * {
    box-sizing: border-box;
}

.inf__drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    /*width: 450px;*/
    width: 100%;
    min-width: 200px;
    max-width: 100%;
    border: 1px dashed var(--body-color);
    border-radius: 3px;
    padding: 0 20px;
    transition: 0.2s;
    cursor: pointer;
}

/*    .inf__drop-area.is-active {
        background-color: rgba(0, 20, 20, 0.03);
    }*/

input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

    input[type="file"]:focus {
        outline: none;
    }
/*
.inf__btn {
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding: 5px 12px;
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
}*/

.inf__hint {
    /*flex: 1;*/
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--body-color);
}

    .inf__hint:before {
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        content: '\f0c6\00a0\00a0';
    }

.half > .LegendTitle {
    border: 1px solid black;
    padding: 5px 15px 5px 15px;
    width: auto;
    border-radius: 12px;
}


.half > .LegendBody {
    border: 1px solid black !important;
    border-radius: 10px;
    /*margin: 0 25px 0 25px;*/
    padding: 0;
}

    .half > .LegendBody li {
        margin-bottom: 5px;
    }

        .half > .LegendBody li ol {
            text-align: justify;
            word-break: break-word;
            margin: 0 25px 0 0;
        }

    .half > .LegendBody ol li ol {
        list-style-type: lower-alpha;
    }



#legendinfo {
    background-color: #fff;
    border: 1px black solid;
    border-radius: 4px;
    font-size: 17px;
    width: 60% !important;
    font-weight: 800;
    color: black;
    margin: 10px auto 10px auto;
}

.tab {
    display: flex;
    list-style: none;
    /*justify-content: space-around;*/
    justify-content: flex-start;
    /*border: 1px solid #c4c4c4;*/
    border-radius: 20px;
    padding: 0;
    /*padding: 5px;*/
}

    .tab li {
        display: inline-block;
        margin: 0 5px;
        padding: 5px;
        border: 1px solid #c4c4c4;
        border-radius: 20px;
        cursor: pointer;
        position: relative;
        background: linear-gradient(to right, #fff 50%, var(--body-color) 50%);
        background-size: 200% 100%;
        background-position: 0 0;
        text-align: center;
    }

        .tab li.active {
            color: #ffffff;
            -webkit-transition: background-position .2s ease-out;
            -moz-transition: background-position .2s ease-out;
            transition: background-position .2s ease-out;
            background-position: -100% 0;
        }


/*.divFlex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}*/

/*==========================*/
/*Nivel Seguridad Contraseña*/
/*==========================*/

.Mensaje {
    position: absolute;
    width: auto !important;
    padding: 5px;
    align-content: center;
    border-radius: 15px;
}

.Segura {
    position: absolute;
    /* left: 227px;
    top: 299.5px;*/
}

.Aceptable {
    position: absolute;
    /*left: 207px;
    top: 299.5px;*/
}

.Insegura {
    position: absolute;
    /*left: 215px;
    top: 299.5px;*/
}

.MensajeRepit {
    position: absolute;
    width: auto !important;
    align-content: center;
    border-radius: 15px;
    padding: 5px;
}

.Coinciden {
    position: absolute;
    /*left: 210px;
    top: 369.5px;*/
}

.No_Coinciden {
    position: absolute;
    /*left: 180px;
    top: 369.5px;*/
}

.Solicitud {
    /*width: 680px;*/
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    margin: 5px 0;
    padding: 0;
}

.linkButton {
    text-decoration: none;
    border: 1px solid var(--body-color);
    padding: 20px 5px;
    word-break: break-word;
    border-radius: 15px;
}

/* MEDIAS QUERY*/

@media(max-width: 425px) {
    .infoBtn {
        bottom: 5px !important;
        right: 5px !important;
        padding: 10px 10px;
        border-radius: 50%;
    }

        .infoBtn i {
            font-size: 24px;
            padding-left: 3px;
        }

        .infoBtn a {
            display: none;
        }
}

@media (min-width:601px) {


    .col-m1 {
        width: 8.33333%
    }

    .col-m2 {
        width: 16.66666%
    }

    .col-m3, .quarter {
        width: 24.99999%
    }

    .col-m4, .third {
        width: 33.33333%
    }

    .col-m5 {
        width: 41.66666%
    }

    .col-m6, .half {
        width: 49.99999%
    }

    .col-m7 {
        width: 58.33333%
    }

    .col-m8, .twothird {
        width: 66.66666%
    }

    .col-m9, .threequarter {
        width: 74.99999%
    }

    .col-m10 {
        width: 83.33333%
    }

    .col-m11 {
        width: 91.66666%
    }

    .col-m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {

    .col-l1 {
        width: 8.33333%
    }

    .col-l2 {
        width: 16.66666%
    }

    .col-l3 {
        width: 24.99999%
    }

    .col-l4 {
        width: 33.33333%
    }

    .col-l5 {
        width: 41.66666%
    }

    .col-l6 {
        width: 49.99999%
    }

    .col-l7 {
        width: 58.33333%
    }

    .col-l8 {
        width: 66.66666%
    }

    .col-l9 {
        width: 74.99999%
    }

    .col-l10 {
        width: 83.33333%
    }

    .col-l11 {
        width: 91.66666%
    }

    .col-l12 {
        width: 99.99999%
    }
}

.rest {
    overflow: hidden
}

.stretch {
    margin-left: -16px;
    margin-right: -16px
}

.content, .auto {
    margin-left: auto;
    margin-right: auto
}

.content {
    max-width: 980px
}

.auto {
    max-width: 1140px
}

.cell-row {
    display: table;
    width: 100%
}

.cell {
    display: table-cell
}

.cell-top {
    vertical-align: top
}

.cell-middle {
    vertical-align: middle
}

.cell-bottom {
    vertical-align: bottom
}

.hide {
    display: none !important
}

.show-block, .show {
    display: block !important
}

.show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .auto {
        max-width: 95%
    }

    ul.data-card li ul.data-card-text li:nth-child(1) {
        width: 100% !important;
    }

    ul.data-card li ul.data-card-text li:nth-child(2) {
        width: 100% !important;
        text-align: left !important;
    }

    #GroupRadio li {
        width: 100%;
    }
}


@media (max-width:600px) {

    #InfoContact {
        width: 265px !important;
        max-width: 350px;
    }

    .header-info {
        padding-top: 20px !important;
    }

    .top_navbar .menu .dd_menu {
        width: 20rem;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0, 0) 0%, #fff 20%, #fff 100%);
    }

        .top_navbar .menu .dd_menu .bar-block {
            display: inline-flex;
        }

            .top_navbar .menu .dd_menu .bar-block .quarter {
                width: 5rem;
            }

    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }

    .form_wrapper label {
        margin: 10px 0;
    }

    .modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .modal {
        padding-top: 30px
    }

    .dropdown-hover.mobile .dropdown-content, .dropdown-click.mobile .dropdown-content {
        position: relative
    }

    .hide-small {
        display: none !important
    }

    .mobile {
        display: block;
        width: 100% !important
    }

    .bar-item.mobile, .dropdown-hover.mobile, .dropdown-click.mobile {
        text-align: center
    }

        .dropdown-hover.mobile, .dropdown-hover.mobile .btn, .dropdown-hover.mobile .button, .dropdown-click.mobile, .dropdown-click.mobile .btn, .dropdown-click.mobile .button {
            width: 100%
        }

    .container-info {
        margin-top: 2em;
    }


    ul.data-card li ul.data-card-text li {
        display: block !important;
        font-size: 0.9em;
        margin-top: 1em;
    }

        ul.data-card li ul.data-card-text li:nth-child(1) {
            width: 100% !important;
        }

        ul.data-card li ul.data-card-text li:nth-child(2) {
            width: 100% !important;
            text-align: left !important;
        }

        ul.data-card li ul.data-card-text li input {
            height: 25px;
            margin: auto;
        }

    .ButtonReturn {
        display: block;
    }

    .where {
        display: block !important;
        padding: 10px 20px 0px 20px !important;
    }

    .header-right .title-card .edit {
        text-align: left !important;
        padding: 5px 0;
    }

    .wrapper {
        min-width: 100% !important;
        /*padding: 0px !important;*/
    }

        .wrapper .form .inputfield {
            /*  margin-bottom: 15px;
            display: flex;
            align-items: center;*/
            display: block !important;
            /*margin: 25px 0 !important;*/
            padding: 15px 0 !important;
            position: relative;
        }

    .table-responsive table tbody td {
        white-space: normal !important;
    }

    .tblMobile {
        border: 0;
        overflow: unset !important;
    }

        .tblMobile caption {
            font-size: 1.3em;
        }

        .tblMobile thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .tblMobile tr {
            border-bottom: 3px solid #ddd;
            border: 1.5px solid var(--body-color) !important;
            display: block;
            margin-bottom: .625em;
            border-radius: 10px;
            overflow: hidden;
        }

        .tblMobile th {
            border-bottom: 1px solid #ddd;
            width: 100%;
            background-color: /*#333*/ var(--body-color);
            font-size: .8em;
            /*text-align: right !important;*/
        }

        .tblMobile td:first-child {
            border-bottom: 1px solid #ddd;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            font-size: .8em;
            color: var(--body-color);
            font-size: 15px;
            word-break: break-word;
            /*text-align: right !important;*/
        }

        .tblMobile td:not(:first-child) {
            border-bottom: 1px solid #ddd;
            display: flex;
            flex-direction: column;
            font-size: .8em;
            /*text-align: right !important;*/
        }

        .tblMobile td.tblCollapsible:first-child::after {
            font-family: "Font Awesome 5 Pro";
            font-size: 15px;
            content: "\f0fe";
        }

        .tblMobile td.tblCollapsible.activeCollapse:first-child::after {
            font-family: "Font Awesome 5 Pro";
            font-size: 15px;
            content: "\f146";
        }

        .tblMobile td:not(:first-child)::before {
            content: attr(data-label)" : ";
            width: 100%;
            background-color: var(--body-color);
            color: #ffffff;
            text-align: left;
            padding: 4.5px;
            padding-left: 10px;
            font-weight: bold;
            text-transform: uppercase;
        }

        /*collapsible*/
        .tblMobile tbody tr td.tblContentHide {
            /*visibility: hidden;*/
            display: none;
        }

        .tblMobile tbody tr td.tblContentShow {
            /*visibility: visible;*/
            display: flex;
        }

    #FilaMensaje {
        display: flex;
        flex-flow: column;
    }

    #divMensaje {
        order: 1;
    }

    #Formulario {
        order: 2;
    }

    #Contact {
        margin-top: 50px;
    }


    .certificates {
        display: block;
    }

        .certificates a {
            text-decoration: none;
        }

        .certificates .BigButton {
            background-color: #ffffff;
            box-shadow: none;
            display: flex;
            flex-direction: row;
            /*justify-content: space-between;*/
            justify-content: space-evenly;
            color: var(--body-color);
            border: 1.5px solid var(--body-color) !important;
            width: 100%;
            height: auto;
            margin: 15px 0;
            display: flex;
            align-items: center;
            padding: 10px;
        }

            .certificates .BigButton .IconBtn {
                margin: 0;
                font-size: 20px;
            }

            .certificates .BigButton .Text {
                font-size: 15px;
            }

        .certificates a .BigButton:hover {
            background-color: #fc6044;
            transform: scale(0.95,0.95);
            cursor: pointer;
            color: white;
            text-decoration: none;
            border-radius: 15px;
        }


    #GroupRadio {
        display: block;
        max-height: 200px;
        overflow: hidden;
        overflow-y: visible;
    }

        #GroupRadio li {
            width: 100%;
        }

    .inf__hint {
        max-width: 175px;
    }


    .LegendBody ol li {
        margin: 0.5em;
    }

    .tab.l {
        display: flex;
        list-style: none;
        justify-content: space-around;
        border: 1px solid #c4c4c4;
        border-radius: 20px;
        padding: 5px;
        flex-direction: column;
    }


    /* .tab li {
        margin: 4px 9px;
        padding: 0;
    }*/
    /*    #GroupRadio {
        padding: 0;
        max-height: 200px;
        overflow: hidden;
        overflow-y: visible;
    }

        #GroupRadio li {
            font-weight: bold;
            font-size: small;
            text-align: left !important;
            margin: 20px 10px 20px 0 !important;
            width: initial !important;
        }*/

    /*    .slider {
        margin-top: -20px;
        margin-bottom: 20px;
    }*/

    /*
            .tblMobile td:last-child {
                border-bottom: 0;
            }*/
    /*    .table-responsive {
        overflow: unset;
    }

    .table-responsive {
        overflow: unset !important;
    }

        .table-responsive table .cf:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .table-responsive table * html .cf {
            zoom: 1;
        }

        .table-responsive table *:first-child + html .cf {
            zoom: 1;
        }

        .table-responsive table {
            width: 100%;
            border-collapse: collapse;
            border-spacing: 0;
        }

            .table-responsive table th,
            .table-responsive table td {
                margin: 0;
                vertical-align: top;
            }

            .table-responsive table th {
                text-align: left;
            }

        .table-responsive table {
            display: block;
            position: relative;
            width: 100%;
        }

            .table-responsive table thead {
                display: block;
                float: left;
                width: 150px;
            }

            .table-responsive table tbody {
                display: block;
                width: auto;
                position: relative;
                overflow-x: auto;
                white-space: nowrap;
            }

            .table-responsive table thead tr {
                display: block;
            }

            .table-responsive table th {
                display: block;
                text-align: right;
            }

            .table-responsive table tbody tr {
                display: inline-block;
                vertical-align: top;
            }

            .table-responsive table td {
                display: block;
                min-height: 1.25em;
                text-align: left;
            }*/
}

@media (max-width: 768px) {
    .NavTitle {
        display: none;
    }

    .modal-content {
        width: 500px
    }

    .modal {
        padding-top: 50px
    }

    .container-form .cover {
        display: none;
    }

    .form-content .login-form,
    .form-content .signup-form {
        width: 100% !important;
    }

    .form-content .signup-form {
        display: none;
    }

    .container-form #flip:checked ~ .forms .signup-form {
        display: block;
    }

    .container-form #flip:checked ~ .forms .login-form {
        display: none;
    }

    ul.data-card li ul.data-card-text li:nth-child(1) {
        width: 100% !important;
        text-align: left !important;
    }

    ul.data-card li ul.data-card-text li:nth-child(2) {
        width: 100% !important;
        text-align: left !important;
    }
    /*collapsible*/

    .fade-in {
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: .95s;
    }

    @keyframes fadeInOpacity {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}


@media (min-width:993px) {
    .NavTitle {
        text-align: center;
    }

    .modal-content {
        width: 900px
    }

    .hide-large {
        display: none !important
    }

    .sidebar.collapse {
        display: block !important
    }

    .header-right {
        padding-left: 3em;
        /*      float: left;
        width: 50%;*/
        width: 100%;
        padding: 2em;
    }

    .container-info {
        background: rgba(47, 44, 44, 0.58);
        margin-top: 3em;
    }

    ul.data-card li ul.data-card-text li {
        display: inline-block;
        font-size: 0.9em;
        margin-top: 1em;
    }
}

@media (max-width:992px) and (min-width:601px) {
    .NavTitle {
        display: none;
    }

    .hide-medium {
        display: none !important
    }


    ul.data-card li ul.data-card-text li:nth-child(1) {
        width: 100% !important;
        text-align: left !important;
    }

    ul.data-card li ul.data-card-text li:nth-child(2) {
        width: 100% !important;
        text-align: left !important;
    }
}

@media (max-width:992px) {
    .sidebar.collapse {
        display: none;
        width: 100%;
    }

    .main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .auto {
        max-width: 100%
    }

    .InfPersonal {
        display: block !important;
    }

    .TitleHeading {
        text-align: center !important;
    }

    .inLine {
        justify-content: space-between
    }
}

@media (max-width:993px) {
    ul.data-card li ul.data-card-text li:nth-child(1) {
        width: 100% !important;
        text-align: left !important;
    }

    ul.data-card li ul.data-card-text li:nth-child(2) {
        width: 100% !important;
        text-align: left !important;
    }
}

@media screen and (max-height: 450px) {
    #InfoContact {
        width: 550px !important;
        bottom: 60px !important;
    }

    .show {
        display: flex !important;
    }
}

/*
@media (max-width:1205px) {

}*/

.top, .bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.top {
    top: 0
}

.bottom {
    bottom: 0
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2
}

.display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%)
}

.display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%)
}

.display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.display-container:hover .display-hover {
    display: block
}

.display-container:hover span.display-hover {
    display: inline-block
}

.display-hover {
    display: none
}

.display-position {
    position: absolute
}

.circle {
    border-radius: 50%
}

.round-small {
    border-radius: 2px
}

.round, .round-medium {
    border-radius: 4px
}

.round-large {
    border-radius: 8px
}

.round-xlarge {
    border-radius: 16px
}

.round-xxlarge {
    border-radius: 32px
}
/*
.row-padding {
    display: flex;
    align-items: baseline;
}*/

.row-padding, .row-padding > .half, .row-padding > .third, .row-padding > .twothird, .row-padding > .threequarter, .row-padding > .quarter, .row-padding > .col {
    padding: 0 8px;
    /*display: flex;*/
}
/*
.container, .panel {
    padding: 0.01em 16px
}
*/
.panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.code, .codespan {
    font-family: Consolas,"courier new";
    font-size: 16px
}

.code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.card /*, .card-2*/ {
    max-width: max-content; /*ajustar width al máximo de contenido*/
    /*border: 1px solid #000;*/
    border-radius: 15px !important;
    /*background: linear-gradient(to right, #fff, #e9ecef );*/
    background-color: #fff;
    /*box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)*/
    box-shadow: 0 0px 15px 1px rgb(0 0 0 / 50%);
    margin: 0 10px;
}

}

.card-data {
    /*height: 26rem !important;*/
    max-width: 100% !important;
    width: 100% !important;
}

.card-header {
    border-radius: 14px 14px 0 0 !important;
    /*border-bottom: 1px solid !important;*/
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 15px 5px 15px;
    color: rgba(0, 61, 108, 0.82);
    /*background-color: #e2e2e2 !important;*/
}

.card-header-line {
    background: -webkit-linear-gradient(left, rgba(255, 75, 43, 1) 0%, rgba(250, 110, 85, 1) 50%, rgba(225, 151, 133, 1) 85%, rgba(0, 0, 0, 0) 100%);
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}

.card-body {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
}

/*
.card-4, .hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}*/


.spin {
    animation: spin 2s infinite linear
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.animate-input {
    transition: width 0.4s ease-in-out
}

    .animate-input:focus {
        width: 100% !important
    }

.opacity, .hover-opacity:hover {
    opacity: 0.60
}

.opacity-off, .hover-opacity-off:hover {
    opacity: 1
}

.opacity-max {
    opacity: 0.25
}

.opacity-min {
    opacity: 0.75
}

.greyscale-max, .grayscale-max, .hover-greyscale:hover, .hover-grayscale:hover {
    filter: grayscale(100%)
}

.greyscale, .grayscale {
    filter: grayscale(75%)
}

.greyscale-min, .grayscale-min {
    filter: grayscale(50%)
}

.sepia {
    filter: sepia(75%)
}

.sepia-max, .hover-sepia:hover {
    filter: sepia(100%)
}

.sepia-min {
    filter: sepia(50%)
}

.tiny {
    font-size: 10px !important
}

.small {
    font-size: 12px !important
}

.medium {
    font-size: 15px !important
}

.large {
    font-size: 18px !important
}

.xlarge {
    font-size: 24px !important
}

.xxlarge {
    font-size: 36px !important
}

.xxxlarge {
    font-size: 48px !important
}

.jumbo {
    font-size: 64px !important
}

.left-align {
    text-align: left !important
}

.right-align {
    text-align: right !important
}

.justify {
    text-align: justify !important
}

.center {
    text-align: center !important;
    justify-content: center !important;
}

.border-0 {
    border: 0 !important
}

.border {
    border: 1px solid #ccc !important
}

.border-top {
    border-top: 1px solid #ccc !important
}

.border-bottom {
    border-bottom: 1px solid #ccc !important
}

.border-left {
    border-left: 1px solid #ccc !important
}

.border-right {
    border-right: 1px solid #ccc !important
}

.topbar {
    border-top: 6px solid #ccc !important
}

.bottombar {
    border-bottom: 6px solid #ccc !important
}

.leftbar {
    border-left: 6px solid #ccc !important
}

.rightbar {
    border-right: 6px solid #ccc !important
}

.section, .code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.margin {
    margin: 16px !important
}

.margin-top {
    margin-top: 16px !important
}

.margin-bottom {
    margin-bottom: 10px !important
}

.margin-left {
    margin-left: 16px !important
}

.margin-right {
    margin-right: 16px !important
}

.padding-small {
    padding: 4px 8px !important
}

.padding {
    padding: 8px 16px !important
}

.padding-large {
    padding: 12px 24px !important
}

.padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.padding-top-64 {
    padding-top: 64px !important
}

.padding-top-48 {
    padding-top: 48px !important
}

.padding-top-32 {
    padding-top: 32px !important
}

.padding-top-24 {
    padding-top: 24px !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.transparent, .hover-none:hover {
    background-color: transparent !important
}

.hover-none:hover {
    box-shadow: none !important
}


/* Colors */
.amber, .hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.aqua, .hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.blue, .hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.active, .hover-active:hover {
    color: #fff !important;
    background-color: #fc6044;
}

.light-blue, .hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.brown, .hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.cyan, .hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.blue-grey, .hover-blue-grey:hover, .blue-gray, .hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.green, .hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.light-green, .hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.indigo, .hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.khaki, .hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.lime, .hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.orange, .hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.deep-orange, .hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.pink, .hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.purple, .hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.deep-purple, .hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.red, .hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.sand, .hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.teal, .hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.yellow, .hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.white, .hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.black, .hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.mainColor {
    background-color: var(--white-color) !important;
    border-bottom: 2px solid #fff;
}

.grey, .hover-grey:hover, .gray, .hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.light-grey, .hover-light-grey:hover, .light-gray, .hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.dark-grey, .hover-dark-grey:hover, .dark-gray, .hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.pale-red, .hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.pale-green, .hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.pale-yellow, .hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.pale-blue, .hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}


.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}


/*==========*/
/* CSS Login*/
/*==========*/
.container-form {
    max-width: 850px;
    padding: /*40px*/ 20px 20px;
    width: 100%;
}

.container {
    position: relative;
    /*max-width: 850px;*/
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    perspective: 2700px;
    border-radius: 25px;
    margin: 0 auto;
}

.container-form .cover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    z-index: 98;
    transition: all 1s ease;
    transform-origin: left;
    transform-style: preserve-3d;
}

.container #flip:checked ~ .cover {
    transform: rotateY(-180deg);
}

.container .cover .front,
.container .cover .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--body-color);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 25px;
}

.cover .back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

.container .cover::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: -1;
    z-index: 12;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.container .cover::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: -1;
    z-index: 12;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.container .cover::after {
    opacity: -1;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

.container .cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
}

.container .cover .text {
    position: absolute;
    z-index: 130;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cover .text .text-1,
.cover .text .text-2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.cover .text .text-2 {
    font-size: 15px;
    font-weight: 500;
}

.container-form .forms {
    height: 100%;
    width: 100%;
    background: #fff;
}

.container-form .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content .login-form,
.form-content .signup-form {
    width: calc(100% / 2 - 25px);
}

.forms .form-content .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

    .forms .form-content .title:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2.5px;
        border-radius: 10px;
        width: /*25px*/ 90%;
        background-image: -webkit-linear-gradient(left, #fc6044 0%, #ff7c64 50%, rgba(0,0,0, 0) 100%);
    }

/*.forms .signup-form .title:before {
    width: 20px;
}*/

.forms .form-content .input-boxes {
    margin-top: 30px;
}

.forms .form-content .input-box {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}

.form-content .input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

    .form-content .input-box input:focus,
    .form-content .input-box input:valid {
        border-color: #fc6044;
    }

.form-content .input-box i {
    position: absolute;
    color: #333;
    font-size: 17px;
    left: 8px;
    top: 13px;
}

/* NO AFECTA AL ICONO AL HACER HOVER EN EL INPUT*/
.input-box input:focus + i {
    color: #fc6044 !important;
}

.forms .form-content .text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

    .forms .form-content .text a {
        text-decoration: none;
        color: var(--first-color);
    }

        .forms .form-content .text a:hover {
            text-decoration: underline;
        }

.forms .form-content .button {
    color: #fff;
    margin-top: 40px;
}

/*.forms .form-content .button input {*/
/*        color: #fff;
        background: #7d2ae8;
        border-radius: 6px;
        padding: 0;
        cursor: pointer;
        transition: all 0.4s ease;*/
/*border-radius: 20px;
        border: 1px solid #FF4B2B;
        background-color: #FF4B2B;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        padding: 12px 45px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: transform 80ms ease-in;
        margin: 20px;
        outline: none;
    }

        .forms .form-content .button input:active {
            transform: scale(0.95);
        }*/

/*.BtnForm {
    align-items: center;
    border: 0;
    border-radius: 10px;
    box-shadow: rgba(45, 35, 66, .4) 5px 6px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
    margin: 1rem 0 1rem 0;
}*/

/*.BtnForm:focus {
        box-shadow: rgba(45, 35, 66, .4) 5px 6px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    }

    .BtnForm:hover {*/
/*box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;*/
/*transform: translateY(-2px);
    }

    .BtnForm:active {
        box-shadow: rgba(45, 35, 66, .4) 5px 6px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
        transform: translateY(2px);
    }*/


/*
.forms .form-content label {
    color: var(--first-color);
    cursor: pointer;
}


    .forms .form-content label:hover {
        text-decoration: underline;
    }*/

.forms .form-content .login-text,
.forms .form-content .sign-up-text {
    text-align: center;
    margin-top: 25px;
}

    .forms .form-content .login-text label,
    .forms .form-content .sign-up-text label {
        color: var(--first-color);
        cursor: pointer;
    }

.container #flip {
    display: none;
}




.footable {
    background: #fff;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 15px 15px;
    font-size: 0.80em;
    font-family: sans-serif;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
    width: 100% !important;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

    .footable tbody tr td {
        border-bottom: 1px solid #dddddd;
    }

    /*.footable  tbody  tr:first-child td {
    padding: 10px;
    border-radius: 10px 0 0 0;
}*/

    .footable tbody tr td {
        padding: 10px;
    }

    .footable tbody tr:first-child {
        padding: 10px;
    }

    .footable td.fitwidth {
        /*white-space: nowrap;*/
    }

    .footable td.thReembolso {
        background-color: var(--body-color);
        color: #ffffff;
        /*text-align: justify;*/
    }

td.th {
    background-color: #0dbb78;
    color: #ffffff;
    width: 30%;
    /*text-align: justify;*/
}

.footable .roman {
    list-style-type: lower-roman !important;
}

.footable .square {
    list-style-type: square !important;
    margin-left: -2em;
}

/*Tamaño Fijo para Select año móvil*/
.footable tbody tr td .Select {
    margin-left: 55px !important;
    width: 185px !important;
}


/*.InfPersonal {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5% 90%;
    grid-template-columns: 5% 90%;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    align-items: center;
    justify-items: center;
}*/


.BigIcon {
    background-color: #17a2b8;
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
}

    .BigIcon i {
        line-height: 65px;
        font-size: 45px;
        color: #fff;
    }

.TitleHeading {
    font-size: 24px;
    line-height: 30px;
}

.SubTitleHeading {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    /*white-space: nowrap;*/
}

.inLine {
    display: flex;
}

.container-info {
    background: #fff;
    padding: 1em 0;
    border-radius: 15px;
    box-shadow: 0 0px 15px 1px rgb(0 0 0 / 50%);
    overflow: hidden;
    height: 100%;
    /*max-width: 700px*/
}

    .container-info .MinAltura {
        min-height: 300px;
    }

ul.data-card-text {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C3C3C3;
}


    ul.data-card-text.column {
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px solid #C3C3C3;
    }

        ul.data-card-text.column li .input-boxes,
        ul.data-card-text.column li .input-box {
            margin: 0;
        }

            ul.data-card-text.column li .input-box input {
                padding: 0;
            }

ul.data-card {
    padding: 0;
}

ul.high {
    padding: 0 10px 0 10px;
    /*min-height: 245px !important;*/
}

ul.high-medium {
    padding: 0;
    min-height: 170px !important;
}

.header-right {
    padding: 0;
    padding-left: .5em;
    padding-right: .5em;
}

    .header-right .title-card {
        font-size: 1.25em;
        color: /*rgba(0, 61, 108, 0.82)*/ var(--body-color);
        /*margin-top: 0.8em;*/
        padding: 10px;
        letter-spacing: 1.5px;
        line-height: 20px;
        padding-bottom: 10px;
        /*text-transform: capitalize;*/
        background: -webkit-linear-gradient(left, rgba(255, 75, 43, 1) 0%, rgba(250, 110, 85, 1) 50%, rgba(225, 151, 133, 1) 85%, rgba(0, 0, 0, 0) 100%);
        background-size: 100% 2px;
        background-position: bottom 0 left 0,bottom 5px left 0;
        background-repeat: no-repeat;
    }

        .header-right .title-card .edit {
            text-align: right;
        }

        .header-right .title-card a {
            text-decoration: none;
        }

/*ul.data-card {*/
/*margin-top: 2em;
padding-top: 0.5em;*/
/*}*/

ul.data-card li {
    display: block;
    height: fit-content;
    /*border-bottom: 1px solid #C3C3C3;*/
}

    ul.data-card li:last-of-type {
        padding-bottom: .5rem;
    }


    ul.data-card li ul.data-card-text li {
        display: inline-block;
        font-size: .9em;
        color: #000;
        margin-top: 10px;
        font-weight: 400;
        border-bottom: none !important;
    }

        ul.data-card li ul.data-card-text li:nth-child(odd) {
            /*width: 25%;*/
            font-weight: bold;
            font-size: small
        }

        ul.data-card li ul.data-card-text li:nth-child(even) {
            text-align: right;
            /*width: 74%;*/
        }

/*            ul.data-card li ul.data-card-text li a {
                color: #fff;
                text-decoration: none;
            }*/

/*                ul.data-card li ul.data-card-text li a:hover {
                    color: #00a78e;
                }*/

ul.data-card-text b {
    color: var(--body-color);
}

#InfoContact {
    position: fixed;
    background: #fff;
    width: 350px;
    border-radius: 10px;
    /*box-shadow: 0 1px 15px rgb(32 33 36 / 28%);*/
    box-shadow: 0 0px 15px 1px rgb(0 0 0 / 50%);
    bottom: 65px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

.header-info {
    /*background: linear-gradient(to right top,#6f96f3,#164ed2);*/
    background: var(--body-color);
    color: #fff;
    padding: 13px;
}

.info-icon {
    position: relative;
    padding-left: 10px;
}

    .info-icon img {
        border-radius: 100%;
        width: 50px;
        float: left;
        margin: 0 10px 0 0
    }


a.info-container {
    padding: 10px;
    display: flex;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 2.5s
}

.info-text {
    padding-left: 20px;
}

    .info-text span {
        display: block
    }

#get-label, span.info-label {
    font-size: 12px;
    color: #888
}

#get-nama, span.info-container {
    /*margin: 5px 0 0;*/
    font-size: 15px;
    font-weight: 700;
    color: #222
}

#get-label, #get-nama {
    color: #fff
}

span.my-number {
    display: none
}


.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 1.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 1.5s;
    transform: scale(1);
    opacity: 1
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}


.infoBtn {
    background: var(--body-color);
    color: #fff;
    position: fixed;
    z-index: 98;
    bottom: 5px;
    right: 5px;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
    cursor: default;
}

    .infoBtn:hover {
        cursor: pointer;
    }

    .infoBtn a {
        text-decoration: none;
    }

.footer-info {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    /*text-align: center;*/
    border-top: 1px solid #ddd;
}


.ButtonReturn {
    display: inline-block;
    width: 100px;
    padding: 0 8px;
}


.return {
    width: 75px !important;
    /* height: 50px; */
    border: 1px solid var(--body-color);
    border-radius: 15px;
    text-align: center;
    height: 30px !important;
    /* font-size: 15px; */
    /*padding: 10px 0 5px 0;*/
    background: #fff;
}

    .return a {
        text-decoration: none;
        width: 100%;
        font-size: 24px;
        padding: 3px;
    }

.where {
    display: inline-block;
    padding: 0 8px;
    margin: -10px;
}


.wrapper {
    /*min-width: 550px;*/
    width: 100%;
    background: #fff;
    /*margin: 50px auto;*/
    /*box-shadow: 2px 2px 4px rgba(0,0,0,0.125);*/
    /*padding: 30px;*/
    /*padding: 0 15px 10px 15px;*/
}

    .wrapper .title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #fec107;
        text-transform: uppercase;
        text-align: center;
    }

    .wrapper .form {
        width: 100%;
    }

        .wrapper .form .inputfield {
            /*  margin-bottom: 15px;
            display: flex;
            align-items: center;*/
            display: flex;
            align-items: center;
            /*height: 45px;*/
            width: 100%;
            margin: 5px 0;
            position: relative;
        }

            .wrapper .form .inputfield label {
                width: 200px;
                color: var(--body-color);
                margin-right: 10px;
                font-size: 1em;
                font-weight: bold;
            }

            .wrapper .form .inputfield input {
                /*height: 100%;*/
                width: 100%;
                outline: none;
                border: none;
                padding: 0 10px;
                font-size: .9em;
                font-weight: 500;
                border-bottom: 2px solid rgba(0,0,0,0.2);
                transition: all 0.3s ease;
            }

                .wrapper .form .inputfield input:focus,
                .wrapper .form .inputfield input:valid {
                    border-color: #fc6044;
                }

            /*            .wrapper .form .inputfield .input,
            .wrapper .form .inputfield .textarea {
                width: 100%;
                outline: none;
                border: 1px solid #d5dbd9;
                font-size: 15px;
                padding: 8px 10px;
                border-radius: 3px;
                transition: all 0.3s ease;
            }*/

            /*  .wrapper .form .inputfield .textarea {
                width: 100%;
                height: 125px;
                resize: none;
            }*/

            .wrapper .form .inputfield .custom_select {
                position: relative;
                width: 100%;
                height: 37px;
            }

                .wrapper .form .inputfield .custom_select:before {
                    content: "";
                    position: absolute;
                    top: 15px;
                    right: 10px;
                    border: 8px solid;
                    border-color: #d5dbd9 transparent transparent transparent;
                    pointer-events: none;
                }

                .wrapper .form .inputfield .custom_select select {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    border: 0px;
                    padding: 8px 30px;
                    font-size: 15px;
                    border: 1px solid #d5dbd9;
                    border-radius: 3px;
                }

#showData {
    width: 100% !important;
    max-height: 550px;
    margin: 5px auto;
}

/*.wrapper .form .inputfield .input:focus,
                    .wrapper .form .inputfield .textarea:focus,
                    .wrapper .form .inputfield .custom_select select:focus {
                        border: 1px solid #fec107;
                    }*/

/*          .wrapper .form .inputfield p {
                font-size: 14px;
                color: #757575;
            }*/

/*            .wrapper .form .inputfield .check {
                width: 15px;
                height: 15px;
                position: relative;
                display: block;
                cursor: pointer;
            }

                .wrapper .form .inputfield .check input[type="checkbox"] {
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 0;
                }

                .wrapper .form .inputfield .check .checkmark {
                    width: 15px;
                    height: 15px;
                    border: 1px solid #fec107;
                    display: block;
                    position: relative;
                }

                    .wrapper .form .inputfield .check .checkmark:before {
                        content: "";
                        position: absolute;
                        top: 1px;
                        left: 2px;
                        width: 5px;
                        height: 2px;
                        border: 2px solid;
                        border-color: transparent transparent #fff #fff;
                        transform: rotate(-45deg);
                        display: none;
                    }

                .wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark {
                    background: #fec107;
                }

                    .wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark:before {
                        display: block;
                    }*/

/*            .wrapper .form .inputfield .btn {
                width: 100%;
                padding: 8px 10px;
                font-size: 15px;
                border: 0px;
                background: #fec107;
                color: #fff;
                cursor: pointer;
                border-radius: 3px;
                outline: none;
            }

                .wrapper .form .inputfield .btn:hover {
                    background: #ffd658;
                }

            .wrapper .form .inputfield:last-child {
                margin-bottom: 0;
            }
*/

/* tabla mobile*/

.tblMobile {
    /*    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;*/
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    /*min-width: 400px;*/
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    color: #565656;
}

    .tblMobile caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    .tblMobile thead tr {
        background-color: var(--body-color);
        color: #ffffff;
        text-align: center;
    }

        .tblMobile thead tr th {
            font-size: .85em;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

    .tblMobile th,
    .tblMobile td {
        /* padding: .625em;
        text-align: center;*/
        padding: 12px 15px;
    }

    .tblMobile tbody td {
        word-break: break-all;
        white-space: nowrap
    }

    /* .tblMobile tbody tr {
        border: 1px solid #858585;
    }*/

    .tblMobile tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    .tblMobile tbody tr:last-of-type {
        border-bottom: 2px solid var(--body-color);
    }

    .tblMobile tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }

/*Tabla normal*/
.table-responsive table {
    /*    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;*/
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    /*min-width: 400px;*/
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    color: #565656;
    max-height: 200px;
}

    .table-responsive table thead tr {
        background-color: var(--body-color);
        color: #ffffff;
        text-align: center;
    }

        .table-responsive table thead tr th {
            font-size: .85em;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

    .table-responsive table th,
    .table-responsive table td {
        /* padding: .625em;
        text-align: center;*/
        padding: 12px 15px;
    }

    .table-responsive table tbody td {
        /*        word-break: break-all;
        white-space: nowrap*/
    }

    /*    .table-responsive table tbody tr {
        border: 1px solid #858585;
    }*/

    .table-responsive table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    .table-responsive table tbody tr:last-of-type {
        border-bottom: 2px solid var(--body-color);
    }

    .table-responsive table tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }

/*
.table-responsive {
    width: 100%;
    border-collapse: collapse;
}

    .table-responsive tbody tr {
        color: #000;
    }

        .table-responsive tbody tr a {
            color: #000;
        }


        .table-responsive tbody tr:nth-of-type(even) {
            background: #eee;
        }

    .table-responsive thead th {
        background: #333 var(--body-color);
        color: white;
        font-weight: bold;
    }

    .table-responsive tbody td, .table-responsive thead th {
        padding: 5px;
        border: 1px solid #ccc;
        text-align: center;
    }
*/



/*@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {*/

/* Force table to not be like tables anymore */
/*table, thead, tbody, th, td, tr {
        display: block;
    }*/

/* Hide table headers (but not display: none;, for accessibility) */
/*thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {*/
/* Behave  like a "row" */
/*border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td:before {*/
/* Now like a table header */
/*position: absolute;*/
/* Top/left values mimic padding */
/*top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }*/

/*
	Label the data
	*/
/*        td:nth-of-type(1):before {
            content: "First Name";
        }

        td:nth-of-type(2):before {
            content: "Last Name";
        }

        td:nth-of-type(3):before {
            content: "Job Title";
        }

        td:nth-of-type(4):before {
            content: "Favorite Color";
        }

        td:nth-of-type(5):before {
            content: "Wars of Trek?";
        }

        td:nth-of-type(6):before {
            content: "Secret Alias";
        }

        td:nth-of-type(7):before {
            content: "Date of Birth";
        }

        td:nth-of-type(8):before {
            content: "Dream Vacation City";
        }

        td:nth-of-type(9):before {
            content: "GPA";
        }

        td:nth-of-type(10):before {
            content: "Arbitrary Data";
        }*/
/*}*/















/*.tbl {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    .tbl tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    .tbl th,
    .tbl td {
        padding: .625em;
        text-align: center;
    }

    .tbl th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }*/
/*
@media screen and (max-width: 600px) {
    .tbl {
        border: 0;
    }

        .tbl caption {
            font-size: 1.3em;
        }

        .tbl thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .tbl tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .tbl td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            .tbl td::before {
                
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .tbl td:last-child {
                border-bottom: 0;
            }
}*/



.showData {
    margin: 5px auto;
    border-radius: 4px;
    max-width: fit-content;
    max-height: fit-content;
    padding: 20px 0;
}

    .showData .table-wrapper {
        overflow-y: scroll;
        overflow-x: scroll;
        height: fit-content;
        max-height: 66.4vh;
        border-radius: 10px 10px 0 0;
    }

        .showData .table-wrapper table {
            min-width: max-content;
            border-collapse: separate;
            border-spacing: 0px;
            font-size: 12px;
        }

            .showData .table-wrapper table thead {
                position: sticky;
                top: 0px;
                background-color: var(--body-color);
                color: #FFFFFF;
                text-align: center;
                font-weight: normal;
                text-transform: uppercase;
            }

            .showData .table-wrapper table th {
                padding: 5px 10px;
            }

            .showData .table-wrapper table td {
                padding: 12px 10px;
            }

            .showData .table-wrapper table td {
                text-align: left;
                border: 1px solid rgb(177, 177, 177);
            }


.table-responsive {
    overflow-x: auto;
}

/*.table-responsive table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;*/
/*border: 1px solid rgb(0, 0, 0);*/
/*white-space: nowrap;*/
/*}

        .table-responsive table th, td {
            text-align: center;
            padding: 8px;
        }

        .table-responsive table tbody tr:nth-child(even) {
            background-color: #f2f2f2;*/
/*background-color: #e7e7e7;*/
/*}*/
/*============*/
/*Card Warning*/
/*============*/

.card-warning {
    font-size: 14px;
    border-radius: 10px !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset !important;
}

.Warning {
    background-image: -webkit-gradient(cxxinear, left top, left bottom, from(#daebff), to(#c3dae5 ));
    background-image: -webkit-linear-gradient(top, #daebff, #c3dae5 );
    background-image: -moz-linear-gradient(top, #daebff, #c3dae5 );
    background-image: -o-linear-gradient(top, #daebff, #c3dae5 );
    background-image: linear-gradient(to bottom, #daebff, #c3dae5 );
    -webkit-box-shadow: 0 0px 15px 1px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0px 15px 1px rgb(0 0 0 / 50%);
    box-shadow: 0 0px 15px 1px rgb(0 0 0 / 50%);
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-top: none;
    margin-top: 3em;
    padding: 5px 10px 5px 10px;
}


/* ===== Scrollbar CSS ===== */

* {
    scrollbar-width: auto;
    scrollbar-color: var(--body-color) #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 15px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--body-color);
        border-radius: 10px;
        border: 3px solid #ffffff;
    }
