html,
body {
    background-color: var(--bg-main);
}
body {
    font-family: 'Montserrat';
    font-size: 14px;
    padding-top: 100px;
}

/* PWA styles */
.pwa-android-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: -100px;
    border-radius: 8px;
    margin: auto;
    background-color: var(--white);
    color: var(--dark);
    padding: 5px 15px;
    z-index: 999999999999;
    max-width: 90%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all 0.4s;
    opacity: 0;
    transform: scale(1);
}

.visor-pdf-iframe {
    width: 1100px;
 }
 
 @media (max-width: 768px) {
    .visor-pdf-iframe {
        width: 90vw;
    }
 }

.pwa-android-popup .icon {
    width: 80px;
}

.pwa-android-popup.show {
    top: 90px;
    opacity: 1;
}

.pwa-android-popup:hover {
    transform: scale(1.02);
}
/* modal-ios */
.modal-content-ios{
    border-radius: 1.5em;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    bottom: 3px;
}
.border-bottom{
    border-bottom: 1px solid var(--white-350);
}
.close-modal-ios{
    position: absolute;
    right: 0.5em;
    border-radius: 2.3em;
    width: 25px;
    height: 25px;
    align-items: center;
    padding-top: -1.7em;
    top: 0.5em;
    border: 0px;
}
.pwa-ios-popup, .pwa-android-popup {
    z-index: 9999999;
}
@media ( min-width: 1024px ) {
    .pwa-android-popup {
        top: inherit;
        left: -450px;
        bottom: 30px;
        transition: all 0.2s;
        right: inherit;
        max-width: 450px;
    }
    .pwa-android-popup.show {
        left: 65px;
        top: inherit;
    }
    .pwa-android-popup .icon {
        width: 60px;
    }
}

@media all and (display-mode: standalone) {
    .pwa-ios-popup {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .right-menu.open {
        display: flex;
        flex-direction: column;
    }

    .pb-7 {
        padding-bottom: 7rem;
    }
}
@media not all and (min-resolution:.001dpcm) {
    .menu-tabs-mobile ul{
        padding-bottom: 17px;
}}

/* Lightbox - modals  */

.modal-fullscreen {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    padding: 0;
}
.modal-fullscreen [class*="carousel-control-"] {
    z-index: 9 !important;
    width: 50%;
}

.modal-fullscreen .carousel-control-prev-icon {
    margin-right: auto;
}

.modal-fullscreen .carousel-control-next-icon {
    margin-left: auto;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-y {
    display: flex;
    align-items: center;
}

.cont-popup .close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.3);
    background-color: var(--white);
}


/* Reset */

.grecaptcha-badge {
    bottom: -500px !important;
}
.w-8{
    width: 8%;
}
.-mt-12{
    margin-top: -12px;
}

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

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

.shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

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

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

.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-19{
    font-size: 19px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.border-table-solid{
    border: 1px solid var(--border-light);
}
.border-right-solid{
    border-right: 1px solid var(--border-light);
}
.valid{
    color: var(--primary);
}
.invalid{
    color: var(--danger);
}
/* end reset */

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

label[for="file-input"] {
    display: block;
    margin-bottom: 1em;
    font-size: 1em;
    color: var(--white);
    opacity: 0.9;
    font-weight: bold;
}

input[type="file"] {
    cursor: pointer !important;
    font-size: 12px;
}

input[type="file"]::-webkit-file-upload-button {
    background: var(--primary);
    border: 0;
    padding: 5px 30px;
    cursor: pointer;
    color: var(--white);
    border-radius: 55px 55px 55px 55px;
}

input[type="file"]::-ms-browse {
    background: var(--secondary);
    border: 0;
    padding: 1em 2em;
    cursor: pointer;
    color: var(--white);
    border-radius: 0.2em;
}

.panel-title>a {
    text-decoration: none;
    color: var(--title-color);
    font-size: 14px;
    cursor: pointer;
}

.panel-title>a>div>label {
    cursor: pointer;
}

.card-title:hover {
    background-color: var(--primary);
    color: var(--white);
}

.card[aria-expanded="true"] .card-title {
    background-color: var(--primary);
    color: var(--white);
}


/* Sidebar */

.table td, .table th{
    vertical-align:middle;
}

.table {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
    font-size: 14px;
}

.sidebar-items {
    color: var(--title-color);
}

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

.menu-open::after {
    background-color: var(--white);
}

.login-dropdown {
    width: 350px;
    border: 0px;
}

.cont-main-search input {
    border-radius: 25px;
    border: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
}
.cont-second-search input {
    border-radius: 25px;
    border: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    width: 8rem;
}

/* small cards  */

.card-info .cont-info p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.card-info .cont-info p strong {
    font-weight: bold;
    text-transform: lowercase;
    color: var(--primary);
    display: block;
    font-size: 24px;
}

.card-info .card-footer a {
    font-size: 12px;
}

.title-day {
    font-size: 49px;
    color: var(--title-color);
    margin: 0;
    line-height: 0.8;
}

.title-date {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: var(--title-color);
}



/* Inputs */

.input-radius-l {
    border: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.input-radius-r {
    border: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.input-radius {
    border: 0;
    border-radius: 25px;
}

/* Titles */


/* Buttons */
button:focus {
    outline: 0;
    outline: 0;
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: var(--white);
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.btn-primary:disabled{
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}

.btn-primary {
    background-color: var(--secondary);
    border-radius: 50px;
    color: var(--white);
    box-sizing: initial;
    padding: 0.35rem 2rem;
    border:1px solid var(--secondary-dark);
    box-sizing: border-box;
    font-size: 14px;

}
.btn-primary:hover,
.btn-primary-xs:hover {
    background-color: var(--white);
    background-size: 100% 100%;
    color: var(--secondary);
    border-color:1px solid var(--secondary-dark);

}

.swal2-styled.swal2-confirm{
    background-color: var(--secondary)!important;
    border-radius: 50px!important;
    color: var(--white)!important;
    box-sizing: initial!important;
    padding: 0.35rem 2rem!important;
    border:1px solid var(--secondary-dark)!important;
    box-sizing: border-box!important;
    font-size: 14px!important;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover{
    background-color: var(--white)!important;
    background-size: 100% 100%!important;
    color: var(--secondary)!important;
    border-color:1px solid var(--secondary-dark)!important;
}
.btn-outline-primary{
    background-color: transparent;
    border-radius: 50px;
    color: var(--secondary-dark)!important;
    box-sizing: initial;
    padding: 0.35rem 2rem;
    border-color: var(--secondary-dark);
    box-sizing: border-box;
    font-size: 14px;

}
.btn-outline-primary:hover{
    background-color: var(--secondary);
    border-radius: 50px;
    color: var(--white)!important;
    box-sizing: initial;
    padding: 0.35rem 2rem;
    border-color: var(--secondary);
    box-sizing: border-box;
    font-size: 14px;
}
.btn-secondary {
    font-size: 14px;
    color: var(--light-color);
    padding: 0.35rem 2rem;
    background-color: var(--white);
    border-color: var(--light-color);
    border-radius: 50px;
}

.main-title {
    color: var(--primary);
    font-size: 25px;
    font-weight: 600;
}

.title-carousel {
    color: var(--primary);
    font-size: 20px;
}

.subtitle {
    color: var(--secondary);
    font-size: 18px;
}

.calendar-title {
    color: var(--primary);
    font-size: 22px;
    font-weight: 500;
}


p {
    font-size: 14px;
}

a.text-secondary:hover, a.text-secondary-dark:hover {
    cursor: pointer;
    color: var(--secondary-light) !important;
}


/* Line horizontal green */

.title-separator {
    display: table;
    font-weight: 600;
}

.title-separator::after {
    display: block;
    height: 1px;
    border: 0;
    background-color: var(--primary);
    margin-top: 5px;
    padding: 0;
    width: 100%;
    content: "";
}

.title-separator-liquidacion {
    display: table;
}

.title-separator-liquidacion::after {
    display: block;
    height: 1px;
    border: 0;
    background-color: var(--primary);
    margin-top: 10px;
    padding: 0;
    width: 100%;
    content: "";
}


/*background-contaactenos*/

.wrapper-progressBarLiquidacionPrivada {
    width: 100%;
}

.progressBarLiquidacionPrivada li {
    list-style-type: none;
    float: left;
    width: 25%;
    position: sticky;
    text-align: center;
}

.progressBarLiquidacionPrivada li::before {
    content: " ";
    line-height: 30px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid var(--white-750);
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    background-color: var(--light-color);
}

.progressBarLiquidacionPrivada li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--light-color);
    top: 10px;
    left: -50%;
    z-index: -1;
}

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

.progressBarLiquidacionPrivada li.active {
    color: var(--secondary);
}

.progressBarLiquidacionPrivada li.active:before {
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.progressBarLiquidacionPrivada li.active+li:after {
    background-color: var(--secondary);
}


/* Step by step */

.wrapper-progressBar {
    position: relative;
    width: 100%;
}

.progressBar li {
    list-style-type: none;
    float: left;
    width: 42%;
    position: sticky;
    text-align: center;
    font-size: 11px;
}

.progressBar li::before {
    content: " ";
    line-height: 30px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid var(--white-750);;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    background-color: var(--light-color);
}

.progressBar li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--light-color);
    top: 7px;
    left: -50%;
    z-index: -1;
}

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

.progressBar li.active {
    color: var(--secondary);
}

.progressBar li.active:before {
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.progressBar li.active+li:after {
    background-color: var(--secondary);
}


/* Box */

.box {
    width: auto;
    position: relative;
    background: var(--white);
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Ribbon */

.ribbon-descuento-0, .ribbon-descuento-1, .ribbon-descuento-2 {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-descuento-0 span {
    font-size: 9px;
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: var(--tertiary);
    background: linear-gradient(var(--tertiary) 0%, var(--tertiary) 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon-descuento-0 span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--tertiary);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--tertiary);
}
.ribbon-descuento-0 span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--tertiary);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--tertiary);
}
.ribbon-descuento-1 span {
    font-size: 9px;
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: var(--primary);
    background: linear-gradient(var(--primary) 0%, var(--primary) 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon-descuento-1 span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--primary);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--primary);
}
.ribbon-descuento-1 span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--primary);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--primary);
}

.ribbon-descuento-2 span {
    font-size: 9px;
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: var(--secondary);
    background: linear-gradient(var(--secondary) 0%, var(--secondary) 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon-descuento-2 span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--secondary);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--secondary);
}
.ribbon-descuento-2 span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--secondary);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--secondary);
}
/*Counters List*/

.counter-section {
    counter-reset: section;
    padding: 0;
}

.counter-section>li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.counter-section li:before {
    counter-increment: section;
    content: counter(section) " ";
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-right: 0.7rem;
}
/*Footer-home*/
.footer-home {
    background-image: url("../images/footer-home.png");
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.text-footer {
    position: relative;
    font-size: 12px;
}
.informacion-personal {
    font-weight: 400;
    font-size: 20px;
}
/*filter*/
.filter-blur {
    filter: blur(4px);
}
.payment-response-failed, .payment-response-success {
    font-size: 30px;
    font-weight: 700;
}
.second-payment-response-failed {
    font-size: 18px;
}
.second-payment-response-success {
    font-size: 20px;
}
.table-response-success {
    box-shadow: 0px 2px 7px 1px rgba(214, 214, 214, 1);
}
.caption-code {
    color: var(--primary);
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--secondary);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
.carousel-control-prev {
    left: -17px;
}
.carousel-control-next {
    right: -17px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23004d77' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23004d77' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.table-header {
    background-color: var(--secondary-dark);
    color: var(--white);
    text-align: center;
}
.title-validation {
    color: var(--title-color);
    font-size: 24px;
    font-weight: 500;
}
.txtRegList {
    font-weight: 400;
    font-size: 12px;
    color: var(--white-title);
}

/* Tables  */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--black);
}
/* LOADING */
.nav-pills .nav-link{
    color: var(--title-color);
    font-weight: 500;
}
.nav-pills .nav-link.active{
    color: var(--primary);
    background-color: var(--white);
    border-radius: 0.5rem;
}
.nav-pills .tab-estado, .tab-procesos {
    border-radius: 0.5rem;
}
.nav-both-tabs .nav-tabs .nav-link {
    color: var(--title-color);
    font-weight: 500;
    border: 0;
    background-color: var(--white);
}
.both-tabs, .tab-pane-adeudadas, .tab-pane-pagadas{
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.border-radius-sm {
    border-radius: 0.5rem;
}
.nav-both-tabs .nav-tabs .nav-link.active {
    color: var(--primary);
    font-weight: 500;
    box-shadow: 1px -2px 6px -1px rgba(204, 204, 204, 0.67);
}
.nav-tabs{
    border-bottom: 0 !important;
}
.sk-container-loader {
    display: none;
    top: 40%;
    width: 100%;
    position: fixed;
    overflow: auto;
    z-index: 3060;
    text-align: center;
}
.sk-container-loader.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
}
.sk-container-loader.active+#ly-view-content {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

@media (max-width: 735px) {
    .sk-container-loader {
        margin-left: 0px;
    }
}
.spinner {
    width: 120px;
    height: 120px;
    position: relative;
    display: inline-block;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--secondary);
    background: -webkit-gradient( linear, left top, left bottom, from(var(--primary), to(var(--secondary))));
    background: linear-gradient( to bottom, var(--primary) 44%, var(--secondary) 85%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@color-one', endColorstr='@color-two', GradientType=0);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
    border: 0.5px var(--secondary) solid;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.rotating {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-delay: now;
    -webkit-transition-delay: now;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
a:not([href]):not([tabindex]) {
    visibility: visible;
}
.swal2-title {
    font-size: 1rem !important;
}
.custom-radio {
    display: inline;
}
.custom-radio .custom-control-input {
    z-index: 2;
    left: 0;
    bottom: 0;
}
.collapse-scroll {
    overflow-y: scroll !important;
    max-height: 55vh !important;
}
.gmaps {
    height: 100%;
    width: 100%;
}
@media (max-width: 735px) {
    .gmaps {
        height: 500px;
    }
}
@media (max-width: 576px) {
    .cont-main-search {
        flex-direction: column;
        align-items: center;
        margin: 1rem auto;
        background-color: transparent !important;
        box-shadow: none !important;
        width: 100%;
    }
    .cont-main-search input {
        width: 100% !important;
    }
    .w-8{
        width: 25%;
    }
}
@media (max-width: 576px) {
    .cont-second-search {
        align-items: center;
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .cont-second-search input {
        width: 100% !important;
    }
}
.doc-normatividad {
    color: var(--secondary);
    text-decoration: none;
}
.pointer {
    cursor: pointer;
}
.active-collapse {
    color: var(--primary);
}
.required::after {
    content: "*";
    color: var(--tertiary);
    font-weight: 500;
}
.footer-size {
    font-size: 10px;
}
.modal-background-dark {
    background-color: rgba(0, 0, 0, 0.85);
}
.logo_p2p {
    width: 11%;
    display: -webkit-inline-box;
    margin-left: 0.5em;
}
/* Messages - Alerts */
.uk-notify {
    position: fixed;
    top: 65px;
    z-index: 3060;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.uk-notify-top-center,
.uk-notify-bottom-center {
  text-align: center;
  width: 100%;
}
/* Phones portrait and smaller */
@media (max-width: 479px) {
    .uk-notify {
        left: 0;
        right: 0;
        width: 100%;
        min-width: 90%;
        max-width: 90%;
        margin: 0 auto;
        top: 65px;
    }
}
.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    background-color: var(--white);
    color: var(--black);
    font-size: 14px !important;
    cursor: pointer;
    border-radius: 5px;
    padding: 0.7rem 1rem;
    min-width: 40%;
    max-width: 50%;
    margin: 0 auto;
    box-shadow: 0 3px 6px var(--box-shadow-light);
    width: auto;
    display: inline-block;
    border-left: 6px solid var(--primary);
    transition: all .3s;
    transform: scale(1);
}
.uk-notify-message:hover {
    transform: scaleX(1.04);
}
.uk-notify-message > .uk-close {
    visibility: hidden;
    display: none;
    float: right;
    position: relative;
    top: 0;
    right: 0;
    font-size: 10px;
}
.uk-notify-message:hover > .uk-close {
    visibility: visible;
}
.uk-notify-message > div {
    display: flex;
    align-items: center;
}
.uk-notify-message > div .icon {
    font-size: 40px;
    margin-right: 0.6rem;
    line-height: 0;
    color: var(--white);
    border-radius: 50px;
}
  
.uk-close:before {
    font-family: 'q-line-icons' !important;
    content: "\e91e";
}
.uk-notify-message.uk-notify-message-toast-success,
.uk-notify-message.uk-notify-message-toast-error {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background: var(--white-025);
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid var(--white-025);
  border-radius: 4px;
  min-width: auto;
}
.uk-notify-message.uk-notify-message-toast-success > .uk-close,
.uk-notify-message.uk-notify-message-toast-error > .uk-close {
    -webkit-appearance: none;
    margin: 0 0 0 20px;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background: 0 0;
    display: inline-block;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: .3;
}
html[data-ua*="Mac OS"] .main-row {
    height: inherit;
}

html[data-ua*="iPhone"] .main-row {
    height: auto;
}
html:not([data-ua*="Mac OS"]) .main-row {
    height: 100%;
}
.bg-info{
    background-color: #E7EFF4!important;
}
.bg-custom-modal.modal-content {
    background-color: var(--modal-bg);
    border-radius: 10px;
}
.bg-custom-modal.modal-content td {
    padding: 0.2rem 2rem !important;
}
.bg-custom-modal.modal-content td:last-child {
    text-align: right;
    font-weight: bold;
}
.card-icon {
    color: var(--primary);
    font-size: 30px;
}
.text-card {
    font-size: 12px;
    color: var(--title-color);
}
.text-card-home {
    font-size: 14px;
    color: var(--title-color);
}
.link-calendar {
    display: block;
    transition: all 0.2s;
    color: inherit;
}
.link-calendar:hover {
    transform: scale(1.03) !important;
    transition: all 0.2s;
    text-decoration: none;
    color: inherit;
}
@media (min-width: 320px) and (max-width: 600px) {
    .logo_p2p {
        width: 19%;
        margin: 0.5em 0em;
    }
    
}
@media (min-width: 768px) and (max-width: 1023px) {
    .logo_p2p {
        width: 9%;
        margin: 0.8em 0em;
    }
    .placa-responsive{
        height: auto !important;
    }

}
@media (min-width: 1023px){
    .dropdown-main-informacion:hover .dropdown-informacion{
        display: block;
    } 
    .dropdown-main-atencion:hover .dropdown-atencion{
        display: block;
    }
    .pago-impuesto:hover .dropdown-submenu{
        display: block;
    }
}
/* Responsive logo de Menu en Top nav */
@media (max-width: 320px) {
    .logo-responsive {
        width: 70%;
    }
    .bg-custom-modal.modal-content td {
        padding: 0.1rem 1rem !important;
    }
    .title-modal-font {
        font-size: 16px;
    }
    .navbar-collapse .navbar-nav .li-res {
        display: flex;
        flex-flow: column;
    }
    .navbar-collapse .navbar-nav .li-res2 {
        display: flex;
        flex-flow: column;
    }
}
/* Responsive Liquidacion */
@media (max-width: 768px) {
   
    .navbar-main .nav-item.dropdown .dropdown-menu{
        box-shadow: none !important;
    }
    .dropdown-menu.dropdown-submenu{
        position: static !important;
    }
    .nav-registro > button, .nav-ingresa > button  {
        font-size: 14px;
    }
    .main-header .navbar-collapse .navbar-nav li .inicio-responsive {
        display: none;
    }
    .login-dropdown {
        position: absolute !important;
        left: -50px;
        max-width: auto !important;
        width: 301px;
    }
     .main-header .navbar-collapse .navbar-nav .dropdown-menu-right {
        position: absolute;
        right: -76px;
    }
    .bg-custom-modal.modal-content td {
        padding: 0.2rem 2rem;
    }
    .cont-main-search .btn-primary {
        margin-top: 0 !important;
    }
    .text-card {
        font-size: 14px;
    }
    .icon-motocycle {
        font-size: 30px;
    }
    .card-responsive {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .card-icon {
        font-size: 25px;
    }
    .card-info .cont-info p strong {
        font-size: 27px;
    }
    .input-group .form-control {
        display: block;
        margin-bottom: 10px;
        clear: both;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
        border-radius: 25px !important;
        padding-left: 1.5rem!important;
    }
    .input-group {
        position: relative;
        display: block;
        border-collapse: separate;
        box-shadow: none !important;
        padding-right: 0;
        padding-left: 0;
    }
    .input-group > input {
        width: 100% !important;
    }
}
/* Phones portrait and smaller */
@media (max-width: 320px) {
    .btn-primary,
    .btn-secondary {
        font-size: 0.9rem;
    }
    .title-separator {
        font-size: 16px;
    }
}
.responsive-title {
    font-size: 12px;
    color: var(--gray);
}
.tab-estado,
.tab-procesos {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 2px 11px -7px rgba(0, 0, 0, 1);
    margin-right: 1rem;
}
.tab-estado:hover, .tab-procesos:hover{
    box-shadow: 0px 2px 12px -6px rgba(0, 0, 0, 1);
    transform: scale(1.03) !important;
}
.tab-pane-adeudadas,
.tab-pane-pagadas {
    background-color: var(--white);
}
.font-strong {
    font-weight: 500;
}
.both-tabs {
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.52);
}
.tab-estado a >.active {
    color: var(--primary);
    transform: scale(1.03) !important;
    transition: all 0.2s;
    border-radius: 10px;
}

.tab-procesos a >.active {
    color: var(--primary);
    transform: scale(1.03) !important;
    transition: all 0.2s;
    border-radius: 10px;
}
.fs-13 {
    font-size: 13px;
}
.fs-10 {
    font-size: 10px;
}
.text-neutral {
    color: var(--title-color)
}
.fs-strong {
    font-size: 13px;
    font-weight: 500;
}
.fs-small {
    font-size: 11px !important;
    color: var(--white);
}
.placa-procesos{
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
}
.tab.estado a:active{
    color: var(--primary);
}
.placa-estado{
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
}
.placa-estado:hover{
    transform: scale(1.1) !important;
    transition: all 0.2s;
    background-color: rgba(243, 243, 243, 0.32);
    font-size: 14px;
}
.placa-estado-seleccionado {
    background-color: rgba(243, 243, 243, 0.26);
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.58);
    color: var(--primary);
}
.fs-icon {
    font-size: 0.7rem;
}
.info-placa {
    height: 300px;
}
.info-caracteristicas {
    height: 300px;
}
.info-procesos {
    height: 300px;
}
.scroll-procesos{
    height: 215px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media screen and (max-width: 600px) {
    .placa-responsive{
        height: auto;
    }
    .caracteristicas-responsive{
        height: auto;
    }
    .procesos-responsive{
        height: auto;
    }
    .nav-registro > button, .nav-ingresa > button  {
        font-size: 13px;
    }
    .main-header .navbar-collapse .navbar-nav li .inicio-responsive {
        display: none;
    }
    .login-dropdown {
        position: absolute !important;
        left: -50px;
        max-width: auto !important;
        width: 301px;
    }
    .main-header .navbar-collapse .navbar-nav .dropdown-menu-right {
        position: absolute;
        right: -76px;
    }
    .nav-pills{
        display: flex;
        justify-content: center;
    }
    .nav-pills .tab-estado{
        margin-bottom: 0.5rem;
        width: 12rem;
    }
     .list-placas {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }
    .list-placas li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .table-adeudadas-responsive,
    .table-pagadas-responsive,
    .table-historico-responsive,
    .table-responsive-liquidacion,
    .table-responsive-detalle {
    border: 0
  }
  
  .table-adeudadas-responsive thead,
  .table-historico-responsive thead,
  .table-pagadas-responsive thead,
  .table-responsive-liquidacion thead,
  .table-responsive-detalle thead {
    border: none;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-adeudadas-responsive td,
  .table-historico-responsive td,
  .table-pagadas-responsive td,
  .table-responsive-liquidacion td,
  .table-responsive-detalle td{
    display: block;
    font-size: .8em;
    text-align: right !important;
    min-height: 1.5rem;
  }
  
  .table-adeudadas-responsive td::before{
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-pagadas-responsive td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-historico-responsive td::before{
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-responsive-liquidacion td::before{
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
  }
  .table-responsive-detalle td::before{
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table-adeudadas-responsive td:last-child,
  .table-historico-responsive td:last-child,
  .table-pagadas-responsive td:last-child,
  .table-responsive-liquidacion td:last-child,
  .table-responsive-detalle 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;
  }
}
.color-light {
    color: var(--light-color);
}
.table-historico-responsive .table-rep > .plus-minus-icon::after{
    content: "\f067";
    font-family: "FontAwesome";
}
.table-historico-responsive .table-rep[aria-expanded="true"] > .plus-minus-icon::after{
    content: "\f068";
    font-family: "FontAwesome";
}
.scrollbar::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: var(--white);
}
.scrollbar::-webkit-scrollbar{
	width: 5px;
	background-color: var(--white);
}
.scrollbar::-webkit-scrollbar-thumb{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--primary);
}
.table-procesos thead tr th{
    border-top: 0 !important;
}
.dropdown-menu .dropdown-item:active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.navbar-main .nav-item.dropdown a[aria-expanded="true"]{
    border-bottom: 2px solid var(--secondary);
}
.navbar-main li .dropdown .dropdown-menu li:not(:last-child){
    border-bottom: 1px solid var(--border-color);
}
.navbar-main .nav-item.dropdown .dropdown-menu{
    box-shadow: 0px 0px 5px -1px rgb(173, 173, 173)
}
a.text-primary:focus, a.text-primary:hover{
    color: var(--primary) !important;
}
.col-sticky{
    position: sticky;
    top: 90px;
}
.alert-pago ul li{
    list-style: disc;
    font-size: 13px;
}
.dropdown-menu.dropdown-submenu{
    position: absolute;
    left: 100%;
    top: 73px;
}
.dropdown-menu .pago-impuesto .arrow-impuesto {
    display: inline;
    color: var(--secondary);
    margin-left: 0.5rem;
}
.card-medio{
    border: 0;
    cursor: pointer;
}
.card-medio:hover{
    transform: scale(1.035);
    background-color: var(--black-025);
}
.navbar-light .navbar-nav .nav-link{
    color: var(--title-color) !important;
}
.text-secondary-dark{
    color: var(--secondary-dark);
}
.bg-primary-valle{
    background-color: #E4F5F4!important;
}
.line-height-normal{
    line-height: normal;
}
.modal-header {
    border-bottom: 1px solid var(--primary);
    padding-bottom: 10px;
}
.modal{
    z-index: 3000;
}

/* elementos datatable */

/* elementos datatable */

.dataTables_length label select {
    background-color: var(--white);
    border: none;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 1px 2px 1px #0000001a;
}

.datatable-footer .dataTables_paginate .paginate_button.previous, .datatable-footer .dataTables_paginate .paginate_button.next {
    cursor: pointer!important;
    margin-right: 0.3em;
    box-shadow: 0 3px 6px #00000014;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 1px 9px;
}
.datatable-footer .dataTables_paginate .paginate_button {
    background-color: var(--white);
    color: var(--black);
    box-shadow: 10px 3px 6px #00000014;
    border: 0;
    border-radius: 0.2em;
    padding: 0.25rem 0.7rem;
    margin: 2px;
}
.paginate_button.current {
    color: var(--white)!important;
    background-color: var(--secondary)!important;
    margin-right: 0.3em;
    box-shadow: 0 3px 6px #00000014;
}
.dataTables_paginate{
    display:flex;
    align-items:center;
    justify-content: center;
}
.dataTables_filter > label > input[type=search]{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    box-shadow: 1px 2px 6px #0000002b;
}

.dataTables_wrapper .dataTables_filter label:after {
    font-family: 'q-line-icons';
    color: #919191;
    position: absolute;
    font-size: 18px;
    content: "\e931";
    z-index: 10;
    right: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }

.dataTables_filter > label{
    margin-bottom: 0px;
}
.table thead th{
    font-weight: 500;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-repeat: no-repeat;
    background-position: right -4px center;
    background-image: url('https://cdn.datatables.net/1.11.5/images/sort_both.png');
    background-size: 14px;
}

table.dataTable thead .sorting_asc {
    background-image: url('https://cdn.datatables.net/1.11.5/images/sort_asc.png');
}

table.dataTable thead .sorting_desc {
    background-image: url('https://cdn.datatables.net/1.11.5/images/sort_desc.png');
}

.label-small-table {
    display: none;
}

.form-control{
    font-size: 14px!important;
}
select {
    font-size: 14px !important;
}

.custom-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.collapse-home{
    margin-top: -13px;
    z-index: 3;
    position: absolute;
    width: 100%;
    justify-content: center;
}


.btn-collapse-home{
    border-radius: 2px 2px 16px 16px;
    background-color: #66B257;
    color: var(--white);
    padding: 0.35rem 2rem;
    border: 1px solid #66B257;
    font-size: 14px;
}
.btn-collapse-home:hover{
    background-color: #5fa651;
    color: var(--white);
}

.scroll-card{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 279px;
}

/* table responsive */

@media (max-width: 1230px) {
    table.table>thead {
      display: none;
      width: 100%;
    }
  
    table.table>thead>tr {
      width: 100%;
    }
  
    table.table>thead>tr>th {
      display: block;
      width: 100%;
      border-width: 0px;
    }
  
    table.table>tbody,
    table.table>tfoot {
      width: 100%;
    }
  
    table.table>tbody>tr,
    table.table>tfoot>tr {
      width: 100%;
      border-bottom: solid 1px #e0e0e0;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 8px;
      padding-right: 19px;
      display: block;
    }
  
    table.table>tbody>tr>td,
    table.table>tfoot>tr>td {
      display: block;
      width: 100%;
      border-width: 0px;
      padding-top: 3px;
      padding-bottom: 3px;
    }
  
    table.table>tbody>tr>td .label-small-table,
    table.table>tfoot>tr>td .label-small-table {
      display: inline-block;
      text-transform: lowercase;
      font-weight: bolder;
      margin-right: 10px;
    }
  
    table.table>tbody>tr>td .label-small-table:first-letter,
    table.table>tfoot>tr>td .label-small-table:first-letter {
      text-transform: uppercase;
    }
  
    table.table>tbody>tr>td .label-small-table:after,
    table.table>tfoot>tr>td .label-small-table:after {
      content: ":";
    }

    .table-value > tbody > tr > th {
        display: none;
    }
}
select.select2.is-invalid + .select2.select2-container.select2-container--default span.select2-selection {
    border-color: #dc3545 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px;
}

.iti.iti--allow-dropdown:has(.form-control.is-invalid) ~ .invalid-feedback,
.input-group-prepend:has(.form-control.is-invalid) ~ .invalid-feedback,
.radio-validate.is-invalid ~ .invalid-feedback {
    display: block !important;
}

.alert ::marker {
    all: revert !important;
}