p {
    color: var(--bg-body-text);
    font-size: 14px;
}

label {
    font-size: 13px;
}

html[data-ua*="Mac OS"] .main-row {
    height: inherit;
}

html[data-ua*="iPhone"] .main-row {
    height: inherit;
}

html[data-ua*="iPad"] .main-row {
    height: auto;
}

html:not([data-ua*="Mac OS"]) .main-row {
    height: 100%;
}


a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

body {
    background-color: var(--bg-body);
}

.text-underline {
    text-decoration: underline;
}

.font-weight-medium {
    font-weight: 600;
}

thead {
    font-size: 14px;
    background-color: var(--bg-thead) !important;
    color: var(--black-800);
}

tbody {
    font-size: 14px;
}

.fs-10 {
    font-size: 10px;
}

.fs-17 {
    font-size: 17px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-27 {
    font-size: 27px;
}

.fs-18 {
    font-size: 18px;
}

.pointer {
    cursor: pointer;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary-aux {
    color: var(--aux2);
}

.text-light-body {
    color: var(--bg-body-text);
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--primary);
    background-color: var(--primary);
}

.br-05rem {
    border-radius: .5rem;
}

.checkList {
    background-color: var(--white-900);
    padding: .25rem;
    margin: .15rem;
    border-radius: 3px;
}

a {
    cursor: pointer;
}

.btn-primary {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    font-weight: 600;
    padding: .25rem;
}

.btn-primary:hover:not(:disabled) {
    background-color: var(--primary-dark) !important;
    color: var(--white) !important;
    font-weight: 600;
    padding: .25rem;
}

.btn-outline-primary {
    background-color: var(--white) !important;
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    font-weight: 600;
    padding: .25rem;
}

.btn-outline-primary:hover:not(:disabled) {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border-color: var(--primary) !important;
    font-weight: 600;
    padding: .25rem;
}

.btn-secondary {
    background-color: var(--secondary) !important;
    color: var(--white) !important;
    border-color: var(--secondary) !important;
    font-weight: 600;
    padding: .25rem;
}

.btn-secondary:hover:not(:disabled) {
    background-color: var(--secondary-dark) !important;
    color: var(--white) !important;
    border-color: var(--secondary-dark) !important;
    font-weight: 600;
    padding: .25rem;
}

.btn-outline-secondary {
    background-color: var(--white) !important;
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    font-weight: 600;
    padding: .25rem;
}

.btn-outline-secondary:hover:not(:disabled) {
    background-color: var(--secondary) !important;
    color: var(--white) !important;
    border-color: var(--secondary) !important;
    font-weight: 600;
    padding: .25rem;
}

.shadow-bottom {
    box-shadow: 1px 2px 3px -1px var(--box-shadow-bottom);
}

/* DataTable */
table.dataTable thead th {
    border-bottom: 0 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid var(--white-800);
}

.dataTables_wrapper .datatable-cont-inputs .dataTables_length select {
    border: 0;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 19%);
    padding: .25rem;
    border-radius: 2px;

}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    text-align: center !important;
    float: none !important;
    outline: none !important;
}

.dataTables_wrapper .dataTables_info {
    font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: var(--white);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 20%) !important;
    border: 0;
    border-radius: 0.2em;
    padding: .25rem .70rem;
    margin-left: .25rem;
}

/* .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background-color: var(--white) !important;
  } */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--primary) !important;
    border: 0;
    color: var(--white) !important;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--primary-dark) !important;
    color: var(--white) !important;
    border: 0 !important;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--buttons-pagination-hover) !important;
    border: 0;
    color: var(--text) !important;
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 8%); */
}

.dataTables_wrapper .dataTables_filter {
    margin-left: auto;
    margin-right: .5rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    cursor: pointer !important;
    /* margin-right: 0.3em; */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    cursor: pointer !important;
    margin-left: 0.3em !important;
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 8%); */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background-color: var(--buttons-pagination-hover) !important;
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 8%) !important; */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.expand-button[aria-expanded="false"]::after {
    font-family: "Boxicons";
    content: "\ee2a";
    cursor: pointer;
}

.expand-button[aria-expanded="true"]::after {
    font-family: "Boxicons";
    content: "\edfd";
    cursor: pointer;
}

/* DataTable detalle */

.bg-detalle-pagos {
    background-color: var(--white-800);
}

.bg-detalle-total {
    background-color: var(--black-200);
}

.popover-header {
    font-size: 14px;
}

.multiselect.dropdown-toggle {
    font-size: 13px;
    border: 1px solid var(--white-750);
}

.w-5 {
    width: 5%;
}

/* Home Public */
.bg-img-1 {
    opacity: 0.2 !important;
    position: absolute;
    left: -30px;
    top: 2px;
}

.bg-img-1-error {
    opacity: 0.2 !important;
    position: absolute;
    left: -30px;
    top: 2px;
}

.bg-img-2 {
    position: absolute;
    left: 77px;
    top: 0;
    z-index: 1;
}

#carousel-home .item p {
    margin-bottom: 0 !important;
}

/* owl */
.owl-carousel {
    background-color: var(--white);
}

.owl-stage-outer {
    border-radius: .5rem;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    left: 4px !important;
    bottom: 68px !important;
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    font-size: 30px !important;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    right: 6px !important;
    bottom: 68px !important;
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    font-size: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active {
    background: var(--primary) !important;
}

.owl-carousel .owl-dots button.owl-dot {
    background: var(--white-400) !important;
    border-radius: 20px !important;
    margin-right: 4px !important;
    padding: 4px !important;
    position: relative !important;
    top: -22px !important;
    border: none !important;
}

.owl-prev span,
.owl-next span {
    font-size: 1em;
    color: var(--primary) !important;
    font-weight: 600;
    position: relative;
    z-index: 50;
}

.owl-dots {
    display: flex;
    justify-content: center;
}

.margin-top-card {
    margin-top: 3.8rem;
}

.badge-primary {
    background-color: var(--primary) !important;
}

.badge-secondary {
    color: var(--secondary) !important;
    background-color: var(--primary-light) !important;
}

/* Right Menu */
.right-menu {
    position: fixed;
    right: -311px;
    top: 0;
    width: 311px;
    background: var(--secondary);
    color: var(--white);
    bottom: 0;
    z-index: 10000;
    box-shadow: 0 0 9px var(--box-shadow-menu);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.right-menu.open {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
}

.right-menu.open .close {
    position: absolute;
    left: -34px;
    font-size: 31px;
    top: 30px;
    color: var(--white);
    opacity: 1;
    cursor: pointer;
}

.right-menu li .sidebar-items:hover {
    color: var(--primary-light);
}

.menu-open::before {
    content: "";
    background-color: var(--backdrop);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.menu-icon {
    font-size: 25px;
}

.right-menu ul {
    list-style: none;
}

.right-menu ul li {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.7rem;
    cursor: pointer;
    color: var(--black-800);
}

/* MEGA MENU */
.mega-menu {
    background: url(" https://cdn.quipux.com/simit2/resources/images/img-mega-menu.png"), var(--white);
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 153px;
    right: 329px;
    width: 600px;
    bottom: 0;
    z-index: 1051;
    display: flex;
    flex-direction: column;
    color: var(--black-800);
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    overflow-y: auto;
    box-shadow: 0 0 9px var(--box-shadow-menu);
    border-left: 1px solid rgba(222, 227, 231, 0.56);
    height: 420px;
    animation-name: slide;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: .5s;
    background-repeat: no-repeat;
    background-position-y: bottom;
    transition: all 0.3s;
}

.mega-menu.open,
.mega-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
    -ms-transform: translate(3%, 0);
    transition: all 0.3s;
}

.mega-menu-open::before {
    content: "";
    background-color: var(--backdrop);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.mega-menu.closed {
    display: none;
}

.mega-menu ul li {
    cursor: pointer;
}

.mega-menu.tab-content:hover {
    cursor: default;
}

.box-shadow-sm {
    box-shadow: 0px 3px 5px 1px var(--box-shadow-strong);
}

.input-main {
    box-shadow: 0px 3px 5px 1px var(--box-shadow-strong);
    border-radius: 5px;
}

.bg-primary {
    background-color: var(--secondary) !important;
}

.items-menu .link-menu[aria-selected="true"] .mega-menu-arrow::after,
.items-menu .link-menu[aria-expanded="true"] .mega-menu-arrow::after,
.items-menu .link-menu[aria-selected="false"] .mega-menu-arrow::after,
.items-menu .link-menu[aria-expanded="false"] .mega-menu-arrow::after {
    font-family: 'Boxicons';
    font-size: 12px;
}

.items-menu .link-menu[aria-selected="false"] .mega-menu-arrow::after,
.items-menu .link-menu[aria-expanded="false"] .mega-menu-arrow::after {
    content: "\e9f9";
}

.items-menu .link-menu[aria-selected="true"] .mega-menu-arrow::after,
.items-menu .link-menu[aria-expanded="true"] .mega-menu-arrow::after {
    content: "\e9fc";
}

.nav-item .link-menu {
    color: var(--white);
    padding: .15rem 1.5rem;
}

.nav-item .link-menu.active,
.nav-item .link-menu[aria-expanded="true"] {
    background-color: var(--white) !important;
    color: var(--primary-dark) !important;
    padding: .5rem 1.5rem;
}

.padding-main {
    padding-top: 6rem;
}

.main-title {
    font-size: 2.5rem;
}

.info-list li::before {
    content: "\eb56";
    font-family: 'Boxicons';
    color: var(--secondary);
    font-weight: bold;
    font-size: .8rem;
    position: absolute;
    left: 18px;
}

.position-fixed-banner {
    position: initial;
}

.banner-fixed {
    position: initial;
    z-index: 9999;
    top: 52px;
}

.main-layout-content {
    padding-top: 0;
}

.owl-dots {
    background-color: var(--bg-body);
}

@media (max-width: 336px) {
    .banner-accesibilidad a > em.bx-phone::before,
    .banner-accesibilidad a > em.bx-mobile-alt::before {
        content: '';
    }
    .banner-accesibilidad a > em.bx-phone::before {
        content: ' | ';
        margin: 0 -7px; 
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .group-paz-salvo .input-group>.input-group-append {
        flex: 0 0 50% !important;
    }

    .margin-top-info-detalle {
        margin-top: 7rem;
    }

    .padding-main-construccion {
        padding-top: 4rem;
    }

    .btn-primary,
    .btn-outline-primary {
        padding: .5rem;
    }

    .position-fixed-banner {
        position: fixed;
        z-index: 1000;
    }

    .main-header {
        position: fixed;
        width: 100%;
    }

    .cont-left-sidebar>ul {
        overflow-y: scroll;
        height: 75vh;
    }

    .cont-left-sidebar .nav-item .card {
        border-radius: 0 !important;
    }
}

@media (min-width: 320px) and (max-width: 410px) {
    .group-paz-salvo .input-group>.input-group-append {
        flex: 0 0 43% !important;
    }

    .card-enlaces {
        flex-direction: column;
    }

    .card-enlaces a:nth-child(n) {
        margin-top: .25rem;
    }

    .padding-main-error {
        padding-top: 5rem;
    }
}

@media (min-width: 320px) and (max-width: 543px) {
    .main-header {
        top: 3.8rem;
    }
}

@media (min-width: 544px) and (max-width: 768px) {
    .main-header {
        top: 1.938rem;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .padding-main-construccion {
        padding-top: 4rem;
    }

    .btn-primary,
    .btn-outline-primary {
        padding: .5rem;
    }

    .position-fixed-banner {
        position: fixed;
        z-index: 1000;
    }

    .main-header {
        position: fixed;
        width: 100%;
        top: 1.938rem;
    }

    .btn-photo-edit {
        top: 53px !important;
    }
}

@media (min-width: 320px) and (max-width: 600px) {

    .padding-main {
        padding-top: 9.5rem;
    }

    .main-title {
        font-size: 2rem;
    }

    .margin-top-card {
        margin-top: 2rem;
    }

    .bg-main-section {
        padding: 6.5rem 1.25rem 1.25rem !important;
    }

    .margin-top-detalle {
        margin-top: 0 !important;
    }

    .logo_p2p {
        width: 27% !important;
        margin: 0.5em 0em;
    }

    .bg-img-1 {
        top: -22px;
    }

    .card-carousel-1 p,
    .card-carousel-2 p,
    .card-carousel-3 p {
        font-size: 16px !important;
        margin-bottom: 2rem !important;
    }

    .card-info p,
    .card-info-videos p {
        font-size: 15px;
    }

    .pass-wrapper {
        width: 92% !important;
    }

    /* Responsive datatable */
    .table-multas-responsive,
    .table-acuerdos-responsive,
    .table-cursos-responsive {
        border: 0
    }

    .table-multas-responsive thead,
    .table-acuerdos-responsive thead,
    .table-cursos-responsive thead {
        border: none;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-multas-responsive td,
    .table-acuerdos-responsive td,
    .table-cursos-responsive td {
        display: block;
        font-size: 1em;
        text-align: right !important;
        min-height: 1.5rem;
    }

    .table-multas-responsive td::before,
    .table-acuerdos-responsive td::before,
    .table-cursos-responsive td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: none;
    }

    .table-multas-responsive td:last-child,
    .table-acuerdos-responsive td:last-child,
    .table-cursos-responsive td:last-child {
        border-bottom: 0;
    }

    .repeteable-table .repeteable-row td:last-child {
        border-bottom: 1px solid var(--light-color);
    }

    .repeteable-table .repeteable-row td:first-child {
        border-top: 0;
    }

    /* Responsive Progress Resolución */
    div.vertical-line {
        width: 1px !important;
        position: absolute !important;
        border-left: 1px solid var(--secondary);
        left: 30px !important;
        top: 17px !important;
    }

    .resprogressbar li {
        text-align: left !important;
        font-size: 14px !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding-left: 72px !important;
        margin-bottom: 1.5rem !important;
    }

    .resprogressbar li .detail::before {
        position: absolute !important;
        margin-left: -49px !important;
        top: 8px !important;
    }

    .progressbar li .detail::before {
        position: absolute !important;
        margin-left: -49px !important;
        top: -18px !important;
    }

    .resprogressbar li.current.proximo {
        transform: translateY(0px) !important;
    }

    ul.resprogressbar.list-unstyled::after {
        top: 0;
        bottom: 0;
        left: 30px !important;
        width: 12px !important;
        right: initial !important;
        border-left: 1px dashed var(--white-600) !important;
        border-bottom: none !important;
        height: 188px;
    }

    .resprogressbar li .detail,
    .progressbar li .detail {
        margin-bottom: .25rem !important;
    }

    .progressbar li {
        text-align: left !important;
        font-size: 14px !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding-left: 72px !important;
        margin-bottom: 3rem !important;
    }

    .progressbar li:after {
        top: -120px !important;
        bottom: 0;
        left: 30px !important;
        width: 12px !important;
        right: initial !important;
        border-left: 1px solid var(--secondary) !important;
        border-bottom: none !important;
        height: 111px !important;
    }

    .progressbar li.current::after {
        border-left: 1px solid var(--secondary) !important;
    }

    .progressbar li .habiles {
        position: relative !important;
        top: -6px !important;
        left: 2px !important;
    }

    .progressbar li .valor {
        left: 74px !important;

    }

    .progressbar li.is-done .detail::before {
        background-color: var(--secondary) !important;
        border-color: var(--secondary) !important;
    }

    .progressbar li.current .detail::before {
        background-color: var(--white) !important;
        border: 4px solid var(--secondary) !important;
    }

    .progressbar li.no-state::after {
        border-left: 1px dashed var(--white-600) !important;
    }

    .progressbar li.current::after {
        border-left: 1px solid var(--secondary) !important;
    }

    .progressbar li:first-child::after {
        content: none !important;
    }

    .table-multas-responsive tbody tr:nth-child(odd),
    .table-acuerdos-responsive tbody tr:nth-child(odd),
    .table-cursos-responsive tbody tr:nth-child(odd) {
        background-color: var(--black-025) !important;
    }

    .padding-card-pago tbody tr td:first-child {
        padding-right: 3rem !important;
    }

    .card-pago-exitoso .padding-card-pago tbody tr td:first-child {
        padding-right: 1rem !important;
    }

    .padding-card-pago {
        padding: .5rem 1rem .5rem 1rem !important;
    }

    .right-menu {
        right: -309px !important;
        width: 309px !important;
    }
}

@media (min-width: 765px) and (max-width: 780px) {
    .padding-main {
        padding-top: 5.5rem;
    }

    .bg-main-section {
        padding: 6.5rem 1.25rem 1.25rem !important;
    }

    .main-title {
        font-size: 2rem;
    }

    .margin-top-card {
        margin-top: 2rem;
    }

    .bg-img-1 {
        top: -26px;
    }

    .card-carousel-1 p,
    .card-carousel-2 p,
    .card-carousel-3 p {
        font-size: 18px !important;
    }

    .card-info p,
    .card-info-videos p {
        font-size: 16px;
    }

    .logo_p2p {
        width: 45% !important;
    }

    .progressbar li .valor {
        top: -33px !important;
        left: 24px !important;
    }

    .progressbar li {
        width: 25% !important;
    }

    .progressbar li .detail {
        font-size: 13px !important;
    }

    .mega-menu {
        width: 415px !important;
        right: 323px !important;
    }

    .padding-card-pago {
        padding: .5rem 1rem .5rem 1rem !important;
    }

    .padding-card-pago table tbody tr td {
        padding: .25rem 3.25rem !important;
    }

    .padding-card-pago table {
        margin: auto !important;
    }

    .multiselect {
        width: 103px !important;
    }
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 670px;
    }

    .modal-xs {
        max-width: 360px;
    }

    .nav-item .item-link:hover {
        background-color: var(--white);
        color: var(--primary);
        padding: .5rem 1.7rem !important;
    }
}

@media (min-width: 320px) and (max-width: 410px) {
    .card-enlaces {
        flex-direction: column;
    }

    .card-enlaces a:nth-child(n) {
        margin-top: .25rem;
    }

    .padding-main-error {
        padding-top: 5rem;
    }
}

@media (max-width: 765px) {
    .social-network-responsive {
        position: absolute;
        bottom: 19px;
        left: 83px;
        font-size: 1.5rem;
        display: flex;
    }
}

@media (max-width: 479px) {

    .uk-notify {
        left: 0;
        right: 0;
        width: 100%;
        min-width: 90%;
        max-width: 90%;
        margin: 0 auto;
        top: 80px;
    }
}

@media (min-width: 1024px) {
    .dropdown-transparencia-atencion:hover .dropdown-transparencia {
        display: block;
        top: 22px;
    }

    .dropdown-atencion-ciudadano:hover .dropdown-atencion {
        display: block;
        top: 22px;
    }

    .dropdown-transparencia-atencion:hover .dropdown-transparencia {
        display: block;
        top: 22px;
    }

    .position-fixed-banner {
        position: fixed;
        z-index: 1000;
    }

    .banner-fixed {
        position: fixed;
        z-index: 999;
        top: 32px !important;
    }

    .main-layout-content {
        padding-top: 94px;
    }

    .bg-img-1 {
        top: 0px;
        left: -31px;
    }

    .bg-img-1-error {
        top: -30px;
        left: -63px;
    }
}

@media (min-width: 1024px) and (max-width: 1060px) {
    .padding-main {
        padding: 2.5rem 0 !important;
    }
}

.checkbox.check-primary input[type=checkbox]:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox input[type="checkbox"]:focus+label {
    color: #2c2c2c;
}

.checkbox input[type="checkbox"]:focus+label:before {
    background-color: var(--white-850);
}

.checkbox input[type=checkbox][disabled]+label {
    opacity: 0.65;
}

.checkbox input[type=checkbox][disabled]+label:before {
    background-color: var(--white-900);
}

.checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    min-width: 17px;
    min-height: 17px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}

.radio label:before,
.checkbox label:before {
    -webkit-box-sizing: inherit;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    background-color: var(--white);
    border: 1px solid var(--white-750);
}

a.text-secondary:hover {
    color: var(--primary);
}

.w-13 {
    width: 13% !important;
}

.bg-main-section {
    background-color: var(--rgba-secondary);
    padding: 2rem;
    ;
}

.bg-estado-section {
    background-color: var(--rgba-secondary);
    padding: .35rem 1.25rem;
}

.bg-estado-section label {
    font-size: 14px;
}

.bg-estado-section span {
    font-size: 16px;
}

.footer {
    background-color: #EEEEEE;
    padding: 1.5rem 1rem;
}

.footer p {
    margin-bottom: .25rem;
    font-size: 13px;
}

.footer h6 {
    font-size: 15px;
}

/* .footer span{
    font-size: 12px;
    color: var(--white-300);
} */

.card {
    border-radius: .5rem !important;
}

.main-header {
    z-index: 1000;
    background-image: linear-gradient(to right, var(--aux1) 50%, var(--secondary) 50%, var(--secondary) 76%, var(--aux-header) 76%);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 100% 7px;
}

.w-12 {
    width: 12%;
}

.m-r-4r {
    margin-right: 4rem;
}

.modal-main-header {
    background-color: var(--bg-header-modal);
    color: var(--secondary);
}

.table.dataTable thead .sorting_asc {
    background-image: url(" https://cdn.quipux.com/simit2/resources/images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url(" https://cdn.quipux.com/simit2/resources/images/sort_desc.png");
}

table.dataTable thead .sorting {
    background-image: url(" https://cdn.quipux.com/simit2/resources/images/sort_both.png");
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after {
    content: "" !important;
}

table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc {
    padding-right: 19px !important;
}

table.dataTable thead .sorting_asc:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Boxicons' !important;
    opacity: 0.5;
}

.table-responsive{
    overflow-x: hidden;
}

.banner-accesibilidad {
    padding: .1rem 0;
}

.banner-accesibilidad a {
    color: var(--white);
}

select:focus {
    outline: 0 !important;
}

.multiselect {
    width: 210px;
}

.selectBox select {
    width: 100%;
}

.overSelect {
    position: relative;
    left: inherit;
    right: inherit;
    top: -39px;
    bottom: inherit;
    height: 40px;
    margin-bottom: -39px;
}

.checkboxes {
    position: absolute;
    display: none;
    border: 1px #ece9e9 solid;
    background: var(--white);
    width: inherit;
    z-index: 1;
    list-style: none;
}

.checkboxes label {
    display: block;
}

.checkboxes label:hover {
    cursor: pointer;
}

.error {
    border: 1px solid #f70000 !important;
}

.text-dark {
    color: var(--black-600) !important;
}

/* Proyección */
.bg-step {
    background-color: var(--bg-step);
    box-shadow: inset 0 5px 11px -2px rgba(230, 230, 230, 1);
}

.contenedor {
    width: 100%;
    z-index: 1;
    position: relative;
}

.progressbar li {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    font-size: 14px;
}

.progressbar li .valor {
    position: absolute;
    top: -25px;
    left: 80px;
    font-weight: bold;
    font-size: 17px;
}

/* Proyección resolución */
.cont {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 3rem;
}

.resprogressbar li {
    float: left;
    width: calc(100% / 3);
    position: relative;
    text-align: center;
    font-size: 14px;
}

.resprogressbar li.current.proximo {
    transform: translateX(0px);
}

.resprogressbar li .valor {
    font-weight: bold;
    font-size: 17px;
}

.resprogressbar li .detail::before {
    content: "";
    width: 1em;
    height: 1em;
    border: 2px solid var(--white-400);
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background: var(--white);
    color: var(--white-400);
    top: 8px;
}

.resprogressbar li:first-child:after {
    content: none;
}

.resprogressbar li.is-done .detail:before {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.resprogressbar li.current .detail:before {
    background-color: var(--white);
    ;
    border: 4px solid var(--secondary);
}

.resprogressbar li.current:after {
    border-bottom: 1px solid var(--secondary);
}

.resprogressbar li.current .detail {
    color: var(--secondary);
}

.resprogressbar li.no-state::after {
    border-bottom: 1px dashed var(--white-600);
}

.progressbar li.no-state .detail {
    color: var(--white-600);
}

ul.resprogressbar.list-unstyled::after {
    content: "";
    position: absolute;
    width: 66%;
    border-bottom: 1px dotted var(--white-600);
    top: 31px;
    left: 20px;
    right: 0;
    z-index: -1;
    margin: auto;
}

ul.resprogressbar.list-unstyled::after {
    content: "";
    position: absolute;
    width: 65%;
    border-bottom: 1px dashed rgb(175, 175, 175);
    top: 31px;
    left: 20px;
    right: 0;
    z-index: -1;
    margin: auto;
}

li.current.proximo {
    transform: translateX(200px);
}

.progressbar li .detail::before {
    content: "";
    width: 1em;
    height: 1em;
    border: 1px solid var(--white-600);
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background: var(--bg-step);
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid var(--secondary);
    top: 7px;
    left: -50%;
    z-index: -1;
}

/* ul.progressbar.list-unstyled:after{
    top: 0 !important;
    bottom: 0 !important;
    left: 30px !important;
    width: 12px !important;
    right: initial !important;
    border-left: 1px dashed var(--white-600) !important;
    border-bottom: none !important;
} */
.progressbar li:first-child:after {
    content: none;
}

.progressbar li.is-done .detail:before {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.progressbar li.current .detail:before {
    background-color: var(--white);
    border: 4px solid var(--secondary);
}

.progressbar li .detail {
    font-weight: 600;
}

.progressbar li.current:after {
    border-bottom: 1px solid var(--secondary);
}

.progressbar li.current .detail,
.resprogressbar li.current .detail {
    color: var(--primary);
}

.progressar li .badge,
.resprogressbar li .badge {
    padding: .35rem .8rem !important;
}

.progressbar li.current .badge,
.resprogressbar li.current .badge {
    color: var(--primary) !important;
    background-color: var(--rgba-primary);

}

.progressbar li.is-done .badge,
.resprogressbar li.is-done .badge {
    color: var(--black-400) !important;
    background-color: var(--white-700);
}

.progressbar li.no-state .badge,
.resprogressbar li.no-state .badge {
    color: var(--black-400) !important;
    background-color: var(--white-700);
}

.progressbar li.no-state:after,
.resprogressbar li.no-state:after {
    border-bottom: 1px dashed var(--white-600);
}

.progressbar li.no-state .detail,
.resprogressbar li.no-state .detail {
    color: var(--black-300);
}

.progressbar li.is-done .detail,
.resprogressbar li.is-done .detail {
    color: var(--black-700);
}

.progressbar li.no-state .valor,
.resprogressbar li.no-state .valor {
    color: var(--black-300);
}

.progressbar li .habiles {
    position: absolute;
    top: -10px;
    right: -40px;
    font-size: 11px;
    color: var(--black-500);
    width: 80px;
}

.dataTable td[colspan="7"] {
    padding: 0;
}

.list-detalle {
    font-size: 14px;
}

.list-detalle li {
    margin-bottom: .5rem;
}

.col-sticky {
    position: sticky;
    top: 110px;
}

.margin-top-detalle {
    margin-top: 3.25rem;
}

.step-vertical {
    background-color: var(--white-900);
    padding-top: .5rem;
}

.step-vertical li {
    display: flex;
    font-weight: 600;
}

.step-vertical .fecha {
    font-size: 13px;
    min-width: 84px;
}

.step-vertical .fecha-detail {
    font-size: 11px;
}

.step-vertical .detail {
    position: relative;
    padding-bottom: .35rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: right;
}

.step-vertical .detail::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    transform: translateX(50%);
    border-radius: 50%;
    background: var(--white);
    border: 1px var(--white-350) solid;
    width: .8em;
    height: .8em;
}

.step-vertical .title {
    padding: 0 1.5em 1.5em 1.5em;
    position: relative;
}

.step-vertical .title::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    border-left: 1px var(--white-350) dashed;
}

.is-done .detail::after {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.is-done .title::before {
    border-left: 1px solid var(--secondary);
}

.current-item .detail::after {
    border: 3px solid var(--secondary);
    background-color: var(--white);
}

li.no-state .title,
.no-state .detail,
.no-state .fecha {
    color: var(--white-400);
}

/* Alerts */

.uk-notify {
    position: fixed;
    top: 80px;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.active-session .uk-notify {
    top: 100px;
}

.uk-notify-top-right,
.uk-notify-bottom-right {
    left: auto;
    right: 10px;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
    text-align: center;
    width: 100%;
}

.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
    top: auto;
    bottom: 10px;
}

.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px !important;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: .8rem .7rem;
    min-width: 40%;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
    transition: all .3s;
    transform: scale(1);
    height: auto;
    line-height: 1.3
}

.uk-notify-message:hover {
    transform: scaleX(1.03);
}

.uk-notify-message>.uk-close {
    visibility: hidden;
    float: right;
    position: relative;
    top: -5px;
    right: -7px;
    font-size: 21px;
}

.uk-notify-message:hover>.uk-close {
    visibility: visible;
}

.uk-notify-message>div {
    display: flex;
    align-items: center;
    color: var(--black-900);
}

.uk-notify-message>div .bx {
    font-size: 28px;
    margin-right: 0.6rem;
    line-height: 0;
    padding: 1rem 0;
    border-radius: 50px;
}

.uk-notify-message-primary {
    border-left: 6px solid var(--primary);
}

.uk-notify-message-warning {
    border-left: 6px solid var(--aux);

}

.uk-notify-message-success {
    border-left: 6px solid var(--aux4);

}

.uk-notify-message-danger {
    border-left: 6px solid var(--aux3);

}

.uk-notify-message-primary>div .bx {
    color: var(--primary);
}

.uk-notify-message-success>div .bx {
    color: var(--aux4);
}

.uk-notify-message-warning>div .bx {
    color: var(--aux);
}

.uk-notify-message-danger>div .bx {
    color: var(--aux3);
}

.uk-close::before {
    content: "\ec4e";
    font-family: "Boxicons" !important;
}

.alert-transparent {
    background-color: transparent;
    border: 1px solid var(--black-075);
    color: var(--black-400);
}

.alert-transparent .alert-icon {
    color: var(--black-300);
    font-size: 22px;
}

.resolucion-progressbar li {
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
    font-size: 14px;
}

.banner-accesibilidad .bx-handicap,
.banner-accesibilidad .bxl-facebook,
.banner-accesibilidad .bxl-twitter,
.banner-accesibilidad .bxl-youtube,
.banner-accesibilidad .bxl-instagram,
.navbar .bx-home {
    font-size: 1.3em;
}

.dropdown-item:active {
    background-color: var(--primary-dark);
    color: var(--white) !important;
}

.card-pago-exitoso .card-header {
    color: var(--aux4);
    background-color: var(--aux4-light);
    text-align: center;
    font-size: 20px;
    border-bottom: 0;
    font-weight: 600;
}

.card-pago-erroneo .card-header {
    color: var(--aux3);
    background-color: var(--aux3-light);
    ;
    text-align: center;
    font-size: 20px;
    border-bottom: 0;
    font-weight: 600;
}

.loader {
    z-index: 999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;

}

.loader:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid var(--white-700);
    border-top-color: var(--primary);
    border-bottom-color: var(--primary);
    ;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    position: absolute;
    top: 47%;
    left: 47%;


}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.logo_p2p {
    width: 20%;
    display: -webkit-inline-box;
    margin-left: 0.5em;
}

.height-encuesta {
    height: 35rem;
}

.w-135 {
    width: 135px;
}

.w-180 {
    width: 180px !important;
}

.w-90 {
    width: 90px !important;
}

.w-105 {
    width: 105px !important;
}

.w-150 {
    width: 150px;
}

.w-23 {
    width: 23px;
}

.dataTables_wrapper .table-hover tbody tr:hover {
    background-color: rgba(65, 122, 255, 10%);
}

.pp-text-primary {
    color: var(--secondary) !important;
}

.mega-menu .tab-pane ul li {
    margin-bottom: .5rem;
    font-size: 14px;
}

.field-icon {
    float: right;
    padding-right: .5rem;
    margin-top: -24px;
    font-size: 18px;
    position: relative;
    z-index: 1;

}

.iti {
    width: 100%;
}

.iti input {
    position: initial !important;
}

.iti__flag-container {
    border-right: 1px solid var(--white-600) !important;
}

.pass-graybar {
    background-color: var(--white-600);
}

.pass-wrapper {
    margin-top: 0.05em;
    width: 88%;
}

.pass-text {
    font-size: .75em;
    color: var(--aux3);
}

.modal {
    overflow-y: auto !important;
}

div.vertical-line {
    height: 100%;
    position: relative;
    border-bottom: 1px solid var(--secondary);
    top: 31px;
    left: 17%;
}

.introjs-nextbutton,
.introjs-prevbutton {
    text-shadow: none !important;
    padding: .25rem .5rem !important;
    border: 1px solid var(--primary) !important;
}

.introjs-button:focus {
    box-shadow: none !important;
}

.dropdown-guias-uso .dropdown-menu {
    display: none;
}

.dropdown-guias-uso:hover .dropdown-menu {
    display: block;
}

.dropdown-videos .dropdown-menu {
    display: none;
}

.dropdown-videos:hover .dropdown-menu {
    display: block;
}

.dropdown-atencion,
.dropdown-transparencia .dropdown-guias-uso .dropdown-menu {
    border: 0;
    box-shadow: 0px 0px 4px 1px #dfdfdf;
}

.dropdown-atencion .dropdown-item,
.dropdown-transparencia .dropdown-item {
    font-size: 15px;
    padding-left: .5rem;
    color: var(--black-500);
}

.mega-menu ul li {
    font-weight: 400;
}

.initStep7 {
    left: 0;
    top: -95px;
    width: 450px;
    height: 116%;
    position: absolute;
    display: none;
}

.pago {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: right;
}

.pago-error {
    color: var(--aux3);
}

.pago-exito {
    color: var(--aux4);
}

.grecaptcha-badge {
    transform: translateX(-1000px);
}

.title-pago-error {
    font-size: 26px;
    text-align: center;
    color: var(--aux3);
}

.title-pago-exito {
    font-size: 26px;
    text-align: center;
    color: var(--aux4);
}
.title-pago-pendiente{
    font-size: 26px;
    text-align: center;
    color: var(--aux5);
}

.bg-respuesta-pago {
    position: absolute;
    right: 68px;
    top: -227px;
    z-index: 1;
}

.bg-respuesta-pago-exitoso {
    position: absolute;
    right: 68px;
    top: -202px;
    z-index: 1;
}

.padding-card-pago {
    padding: .5rem 20rem .5rem 1rem;
    color: var(--bg-body-text);
}

.padding-card-pago tbody tr td:first-child {
    font-weight: 600;
    padding-right: 7rem;
}

.padding-card-pago tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--white-800);
}

.padding-card-pago table tbody tr td {
    padding: .25rem;
    vertical-align: sub;
}

.card-pago-exitoso .padding-card-pago table tbody tr td {
    padding: .2rem;
}

.card-pago-exitoso .padding-card-pago tbody tr td:first-child {
    padding-right: 5rem;
}

.dropdown-responsive-menu {
    position: static;
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
}

.dropdown-responsive-menu a {
    padding-left: .5rem;
    padding-top: 0;
}

.introjs-tooltiptext {
    white-space: break-spaces !important;
}

.dropdown-videos .dropdown-menu {
    display: none;
}

.dropdown-videos:hover .dropdown-menu {
    display: block;
}

.footer span {
    font-size: 12px;
    color: var(--white-300);
}

.footer .redes-footer {
    width: 25px;
    height: 25px;
    border: 1px solid var(--white-150);
    border-radius: 30px;
    background-color: transparent;
    font-size: 1rem;
    color: var(--white-150);
    margin-right: .75rem;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
}

.footer .redes-footer:hover {
    border: 1px solid var(--white-075);
    color: var(--white-075);
}

.footer .redes-footer.instagram:before {
    content: "\e930";
    font-family: 'boxicons';
}

.footer .redes-footer.twitter:before {
    content: "\e962";
    font-family: 'boxicons';
}

.footer .redes-footer.facebook:before {
    content: "\e920";
    font-family: 'boxicons';
}

.footer .redes-footer.youtube:before {
    content: "\e970";
    font-family: 'boxicons';
}

.pt-08rem {
    padding-top: .8rem;
}

.pb-07rem {
    padding-bottom: .7rem;
}

.text-black {
    color: var(--text-black);
}

.group-paz-salvo .input-group>.input-group-append {
    flex: 0 0 62%;
}

/* perfil */

.profile {
    -webkit-box-shadow: 0px 3px 6px var(--box-shadow-light);
    box-shadow: 0px 3px 6px var(--box-shadow-light);
    width: 35%;
}

.btn-photo-edit {
    background-color: white;
    padding: 0.3em;
    border-radius: 6.3em;
    -webkit-box-shadow: 0px 3px 6px var(--box-shadow-light);
    box-shadow: 0px 3px 6px var(--box-shadow-light);
    text-align: center;
    width: 2em;
    height: 2em;
    color: var(--primary);
    left: -2.7em;
    position: relative;
    top: 105px;
}

.progress {
    height: 0.5rem !important;
}

.form-control+.input-group-addon:not(:first-child) {
    border-top-right-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
}

.datepicker-here {
    background-color: transparent;
}

.icon-calendar {
    padding-top: 9px;
    margin-left: -26px;
    padding-right: 8px;
}

.uk-notify-cuenta {
    position: fixed;
    top: 80px;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-notify-message-cuenta {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px !important;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: .8rem .7rem;
    min-width: 40%;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
    transition: all .3s;
    transform: scale(1);
    height: auto;
    line-height: 1.3
}

.uk-notify-message-success-cuenta {
    border-left: 6px solid var(--aux4);

}


div[disabled=disabled] {
    pointer-events: none;
    opacity: 0.4;
}
.acordion-secondary > .card > div .card-pagos:after {
    font-family: "Boxicons";
    content: "\ea1d";
    font-size: 26px;
    font-weight: 600;
}
.acordion-secondary > .card > div .card-davi:after {
    font-family: "Boxicons";
    content: "\ece8";
    font-size: 22px;
    font-weight: 600;
}
.card-sticky {
    position: sticky;
    top: 142px;
}
/* Paginador */
.page-leght{
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
}
.page-leght-select{
    border: 0;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 19%);
    padding: 0.25rem;
    border-radius: 2px;
    margin-left: 10px;
}
.pagination-custom{
    display: flex;
    justify-content: center;
    padding-bottom: 3px;
}
.custom-button-pagination{
    background-color: var(--white);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 20%) !important;
    border: 0;
    border-radius: 0.2em;
    padding: 0.25rem 0.7rem;
    margin-left: 0.25rem;
}
.page-buttons-container > .number-pagination{
    background-color: var(--white);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 20%) !important;
    border: 0;
    border-radius: 0.2em;
    padding: 0.25rem 0.7rem;
    margin-left: 0.25rem;
}
.page-buttons-container > .number-pagination.active{
    background: var(--primary) !important;
    border: 0;
    color: var(--white) !important;
    font-weight: 600;
}
.button-next::before{
    content: 'Siguiente';
}
.button-prev::before{
    content: 'Anterior';
}
#multaTable > thead > tr{
    display:table-row!important;
}

@media screen and (max-width: 543px) {
    .button-next::before{
        content: '>';
    }
    .button-prev::before{
        content: '<';
    }
    .page-leght{
        margin-bottom: 20px;
    }
    .header__navbar {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .navbar__items-container {
        row-gap: 5px;
    }
     .colum-revert{
    flex-direction: column-reverse;
    }

}

@media (min-width: 992px) and (max-width: 1073px) {
    .puntos__card div:nth-child(2) {
        padding-top: 0.5rem;
    }
    .puntos__card div:nth-child(3) {
        padding-bottom: 0.5rem;
    }
}

@media screen and (max-width: 820px) {
    .colum-revert{
    flex-direction: column-reverse;
    }
}
#pagination-container {
    text-align: center;
    margin-top: 20px;
}
#pagination li {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}  
#pagination li.active {
    font-weight: bold;
    text-decoration: underline;
}