

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');
/******************* 
Global Styles 
*******************/
/*@import url(../css/icons/font-awesome/css/fontawesome-all.css);
@import url(../css/icons/simple-line-icons/css/simple-line-icons.css);
@import url(../css/icons/weather-icons/css/weather-icons.min.css);
@import url(../css/icons/linea-icons/linea.css);
@import url(../css/icons/themify-icons/themify-icons.css);
@import url(../css/icons/flag-icon-css/flag-icon.min.css);
@import url(../css/icons/material-design-iconic-font/css/materialdesignicons.min.css);*/
@import url(../css/pages/file-upload.css);

* {
    outline: none;
}

@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: normal;
    src: url('../lib/fonts-google/Prompt-Regular.ttf') format('truetype');
}

body {
    background: #fff;
    font-family: 'Prompt', sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #67757c;
    font-weight: 300;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover,
a:focus {
    text-decoration: none;
}

a.link {
    color: #455a64;
}

    a.link:hover, a.link:focus {
        color: #398bf7;
    }

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

.img-rounded {
    border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
    line-height: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #455a64;
    font-family: Nunito Sans;
    font-weight: 400;
}

h1 {
    line-height: 40px;
    font-size: 36px;
}

h2 {
    line-height: 15px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4 {
    line-height: 22px;
    font-size: 18px;
}

h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}

h6 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

.sup-number {
    background: #2a3159;
    padding: 3px 6px;
    color: #f3f3f4;
    left: -3px;
    border-radius: 5px;
}
.container h2 {
    font-weight: bold;
}
.tooltip .tooltiptext {
    width: 520px;
    background-color: #36733C;
    color: #fff;
    position: absolute;
    z-index: 1000;
}

.tooltip.ticopay-ok .tooltip-inner {
    background-color: #36733C;
}

.tooltip.ticopay-ok.top > .tooltip-arrow,
.tooltip.ticopay-ok.right > .tooltip-arrow,
.tooltip.ticopay-ok.bottom > .tooltip-arrow,
.tooltip.ticopay-ok.left > .tooltip-arrow {
    border-left-color: #36733C;
}

.tooltip.ticopay-azul .tooltip-inner {
    background-color: #38427c;
}

.tooltip.ticopay-azul.top > .tooltip-arrow,
.tooltip.ticopay-azul.right > .tooltip-arrow,
.tooltip.ticopay-azul.bottom > .tooltip-arrow,
.tooltip.ticopay-azul.left > .tooltip-arrow {
    border-left-color: #38427c;
}

.tooltip.ticopay-info .tooltip-inner {
    background-color: #1a7bb9;
}

.tooltip.ticopay-info.top > .tooltip-arrow,
.tooltip.ticopay-info.right > .tooltip-arrow,
.tooltip.ticopay-info.bottom > .tooltip-arrow,
.tooltip.ticopay-info.left > .tooltip-arrow {
    border-left-color: #1a7bb9;
}

.tooltip.ticopay-edit .tooltip-inner {
    background-color: #fbbc05;
}

.tooltip.ticopay-edit.top > .tooltip-arrow,
.tooltip.ticopay-edit.right > .tooltip-arrow,
.tooltip.ticopay-edit.bottom > .tooltip-arrow,
.tooltip.ticopay-edit.left > .tooltip-arrow {
    border-left-color: #fbbc05;
}

.tooltip.ticopay-no-action .tooltip-inner {
    background-color: #dfe1e6;
    color: #404040;
}

.tooltip.ticopay-no-action.top > .tooltip-arrow,
.tooltip.ticopay-no-action.right > .tooltip-arrow,
.tooltip.ticopay-no-action.bottom > .tooltip-arrow,
.tooltip.ticopay-no-action.left > .tooltip-arrow {
    border-left-color: #dfe1e6;
}

.tooltip.delete .tooltip-inner {
    background-color: #c80404;
}

.tooltip.delete.top > .tooltip-arrow,
.tooltip.delete.right > .tooltip-arrow,
.tooltip.delete.bottom > .tooltip-arrow,
.tooltip.delete.left > .tooltip-arrow {
    border-left-color: #c80404;
}

table > thead > tr > th,
table > tbody > tr > td {
    font-size: 13px;
}


.table-responsive .list tbody > tr > td {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
}

.display .details thead > tr > th {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

.display .details tbody > tr > td {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

.dataTables_filter {
    float: right;
    padding-bottom: 10px;
}

.dataTables_scroll {
    padding-top: 25px
}

.card-header .tools-header .tools {
    float: right;
    font-size: 13px;
    display: flex;
    margin-right: 20px
}

.card-header .tools {
    float: right;
    font-size: 13px;
    display: flex;
    margin-right: 20px
}

.pagination-container {
    float: right;
}

.ms-choice > div {
    top: 5px;
}

.ms-choice {
    height: 37px !important;
    border: 1px solid #bdc0c7 !important;
    border-radius: 0px !important;
}

    .ms-choice > span {
        top: 6px !important;
    }

.ms-drop ul > li.hide-radio:hover {
    color: #fff !important;
    background-color: #007bff;
}

    .ms-drop ul > li.hide-radio:hover span {
        color: #ffffff;
    }


.ms-drop ul > li.hide-radio.selected {
    color: #444444 !important;
    background-color: #ffffff !important;
}

    .ms-drop ul > li.hide-radio.selected span {
        color: #444444;
    }

.tooltip-arrow,
.ticopay-tooltip + .tooltip > .tooltip-inner {
    background-color: #36733C;
}

.hidden-button{
    display:none;
}

/*******************
Labels
*******************/
.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
    white-space: nowrap;
    letter-spacing: 1px;
}

.ticopay-group {
    height: 40px;
    width: 100%
}

.ticopay-resumen {
    height: 40px;
    width: 100%;
    font-size: 12px !important;
    padding: 4px 4px !important;
}

.hidden {
    display: none;
}

.page-item > a {
    font-size: 1.077rem;
    line-height: 14px;
    font-weight: 400;
    padding: .7692rem .9231rem;
    color: #404040;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-left: 4px;
}

.page-item.active a {
    z-index: 1;
    color: #fff;
    background-color: #230945;
    border-color: #230945;
}

input[type="file"] {
    display: none;
}

.table-modal {
    font-size: 14px;
    text-align: justify;
    width: 100%
}

.bg-ticopay-blue {
    background-color: #2A3159 !important;
}
.disabled-link2 {
    background-color: #dfe1e6 !important;
    border-color: #c2c4ca !important;
    cursor: no-drop !important;
}

.disabled-link {
    background-color: #dfe1e6 !important;
    border-color: #c2c4ca !important;
    pointer-events: none !important;
    cursor: none !important;
}
/*************************
    text-color
**************************/

.text-info-15 {
    color: #1a7bb9;
    font-size: 20px;
    position: absolute;
    /*width: 100%;*/
    padding-left: 2px
}

/*************************
    select-add
**************************/
div.ms-parent.select-add {
    width: calc(100% - 35.55px) !important;
}
div.ms-parent.selectNumberDocumentModal.select-add {
    width: calc(100% - 35.55px) !important;
}
div.ms-parent.btn-select-add {
    width: calc(100% - 35.55px) !important;
}
@media screen and (min-width: 1442.98px) and (max-width: 1518.98px) {
    div.ms-parent.select-add {
        width: calc(100% - 35.55px) !important;
    }
}
@media (min-width: 889px) {
    div.ms-parent.select-add {
        width: calc(100% - 35.55px) !important;
    }
}

@media (max-width: 889px) {
    div.ms-parent.select-add {
        width: calc(100% - 35.55px) !important;
    }
}
/*************************
    btn estilos ticopay
**************************/
.ticopay-btn {
    width: 100%;
    margin-bottom: 2px;
    border-radius: 50px
}

.ticopay-btn-sm {
    width: 100%;
    height: 30px;
    font-size: 12px;
    margin-bottom: 4px;
    border-radius: 50px;
    line-height: 0px;
}

.ticopay-btn-Touch {
    /* Tamaño */
    width: 100px !important;
    height: 100px !important;
    /* Letra */
    font-size: 100%;
    padding: 0px 0px;
    line-height: 0.5em;
}

@media only screen and (min-width: 1920px) {
    .ticopay-btn-Touch {
        /* Tamaño */
        width: 125px !important;
        height: 125px !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .ticopay-btn-Touch {
        /* Tamaño */
        width: 75px !important;
        height: 75px !important;
    }
}


.ticopay-btn-ok {
    background-color: #230945;
    border-color: #230945;
    color: #fff;
    font-size: 1.1rem;
    min-width: calc(100vw - 90vw);
    padding-left: 55px
}

    .ticopay-btn-ok:hover {
        color: #fff;
        border-color: #1a5db9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0, 127, 248, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 127, 248, 0.20);
        box-shadow: 0 14px 26px -12px rgba(0, 119, 248, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 127, 248, 0.20);
        border: 1px solid rgba(54, 98, 115, 0.71);
    }


.ticopay-btn-info {
    background-color: #230945;
    border-color: #230945;
    color: #fff;
    font-size: 1.1rem;
    min-width: calc(100vw - 90vw);
    padding-left: 55px
}

    .ticopay-btn-info:hover {
        color: #fff;
        background-color: #1a7bb9;
        border-color: #1a5db9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0, 127, 248, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 127, 248, 0.20);
        box-shadow: 0 14px 26px -12px rgba(0, 119, 248, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 127, 248, 0.20);
        border: 1px solid rgba(54, 98, 115, 0.71);
    }

.ticopay-btn-edit {
    background-color: #230945;
    border-color: #e19b20;
    color: #fff;
    font-size: 1.1rem;
    min-width: calc(100vw - 90vw);
    padding-left: 55px
}

    .ticopay-btn-edit:hover {
        color: #fff;
        background-color: #ffb22b;
        border-color: #e19b20;
        -webkit-box-shadow: 0 14px 26px -12px rgba(248, 175, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 190, 0, 0.20);
        box-shadow: 0 14px 26px -12px rgba(248, 213, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 190, 0, 0.20);
        border: 1px solid rgba(115, 97, 54, 0.71);
    }

.ticopay-btn-delete {
    background-color: #c80404;
    border-color: #b40707;
    color: #fff;
    font-size: 1.1rem;
    min-width: calc(100vw - 90vw);
    padding-left: 55px
}

    .ticopay-btn-delete:hover {
        color: #fff;
        background-color: #c80404;
        border-color: #b40707;
        -webkit-box-shadow: 0 14px 26px -12px rgba(248, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 23, 0, 0.20);
        box-shadow: 0 14px 26px -12px rgba(248, 23, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 30, 0, 0.20);
        border: 1px solid rgba(115, 54, 54, 0.71);
    }

.ticopay-btn-no-action {
    background-color: #dfe1e6;
    border-color: #c2c4ca;
    color: #404040;
    font-size: 1.1rem;
    min-width: calc(100vw - 90vw);
    padding-left: 55px
}

    .ticopay-btn-no-action:hover {
        color: #404040;
        background-color: #dfe1e6;
        border-color: #c2c4ca;
        -webkit-box-shadow: 0 14px 26px -12px rgba(142, 121, 121, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(142, 121, 121, 0.20);
        box-shadow: 0 14px 26px -12px rgba(142, 121, 121, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(142, 121, 121, 0.20);
        border: 1px solid rgba(167, 167, 167, 0.71);
    }

.card-header .tools .icon {
    color: #fff;
    /*font-size: 1.1rem;*/
}

.btn-label-sm {
    position: fixed;
    left: 0%;
    top: 0%;
    display: inline-block;
    padding: 5px 19px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
    text-align: center;
}

.btn-label {
    /*position: initial;*/
    /*position: relative;
    left: -10px;
    top: 0;*/
    /*transform: translate(-10px, 0);*/
    /*display: inline-block;*/
    padding: 10px 20px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
    /*text-align: right;*/
    /*width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: inherit;*/ /* Indiferente */
    /*align-self: flex-start;*/ /* Y (relacionado con align-items) */
    /*position: absolute; 
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: inherit; 
    left: 0; 
    top: 0; 
    transform: translate(0, 0); 
    text-align: center;
    background-color: green;
    color: white;*/
    position: absolute;
    left: 0;
    display: inline-block;
    text-align:right
}

.btn-label:after{ 
  position:absolute;
  left:0;
  top:45%;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  display:inline-block;
}

.tools-btn{
    display:inline;
}

.btn-block > .btn-label {
    white-space: nowrap;
    left: calc(79% - 100%);
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
   
}

.toggle.btn {
    min-width: 1.7rem;
    min-height: 2.75rem;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

/*************************************************
Layout content
**************************************************/
.content-ticopay {
    padding: 0;
}

.card {
    margin-bottom: 12px;
}

.ticopay-title {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    text-shadow: 4px 4px 4px #aaa;
}

.ticopay-title-footer {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
}

.col-form-label {
    font-size: 1.1rem;
}

/*.page-head {
    padding: 0px !important;
}*/

.card-body p {
    /*padding: -5px;*/
    text-align: center;
}

    .card-body h3 {
        font-weight: lighter;
        color: #230945;
        text-align: center;
    }

.card-button {
    padding: 15px 15px;
}

.detail-list {
    margin: 0;
}

.title {
    /*text-shadow: 4px 4px 4px #aaa;*/
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#login-logo {
    height: 300px;
    width: 600px
}

@media screen and (min-width:350px) and (max-width:991.98px) {
    #login-logo {
        height: 30vh;
        width: 80vw
    }
}


.container {
    padding-right: 0px;
    padding-left: 0px;
}

.text-bold-900 {
    font-weight: 900 !important;
}

.mh-50 {
    min-height: 50px;
}

.mh-140 {
    min-height: 140px;
}

.mh-150 {
    min-height: 150px;
}

.mh-215 {
    min-height: 215px;
}
/**********************************
CheckBox
**********************************/
.custom-control-input:checked ~ .custom-control-label::after {
    background: #2A3159;
    font-weight: 900;
    color: #fff;
}

.custom-control-sm .custom-control-input ~ .custom-control-label::before {
    width: 1.49rem;
    height: 1.49rem;
}

.custom-control-sm .custom-control-input:checked ~ .custom-control-label::after {
    width: 1.49rem;
    height: 1.49rem;
    font-size: 13px;
    right: 0;
    line-height: 1.2;
    vertical-align: top;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: url(ticontablesvg/fonts/SVG-check.svg);
    font-size: 1.5rem;
    /* font-family: "Material-Design-Iconic-Font"; */
    margin: 0 0;
    font-weight: 100;
    text-align: center;
    line-height: 1.0;
}

.dropdown-menu {
    background-color: #dfe1e6;
}

    .dropdown-menu > .dropdown-item .icon {
        font-size: 1.231rem;
        line-height: normal;
        vertical-align: middle;
        margin-right: 8px;
        color: #696969;
    }

/*****************
background-menu
******************/

.background-menu-ok {
    background-color: #230945;
}

    .background-menu-ok > .dropdown-item {
        color: #fff;
    }

        .background-menu-ok > .dropdown-item .icon {
            font-size: 1.231rem;
            line-height: normal;
            vertical-align: middle;
            margin-right: 8px;
            color: #ffffff;
        }

        .background-menu-ok > .dropdown-item:hover {
            color: #fff;
            background-color: #2c9247;
            border-color: #34a853;
        }

.background-menu-info {
    background-color: #1a7bb9;
}

    .background-menu-info > .dropdown-item {
        color: #fff;
    }

        .background-menu-info > .dropdown-item .icon {
            font-size: 1.231rem;
            line-height: normal;
            vertical-align: middle;
            margin-right: 8px;
            color: #ffffff;
        }

        .background-menu-info > .dropdown-item:hover {
            color: #fff;
            background-color: #1272ae;
            border-color: #1a7bb9;
        }

.background-menu-edit {
    background-color: #ffb22b;
}

    .background-menu-edit > .dropdown-item {
        color: #fff;
    }

        .background-menu-edit > .dropdown-item .icon {
            font-size: 1.231rem;
            line-height: normal;
            vertical-align: middle;
            margin-right: 8px;
            color: #ffffff;
        }

        .background-menu-edit > .dropdown-item:hover {
            color: #fff;
            background-color: #e6a128;
            border-color: #1a7bb9;
        }

.background-menu-delete {
    background-color: #c80404;
}

    .background-menu-delete > .dropdown-item {
        color: #fff;
    }

        .background-menu-delete > .dropdown-item .icon {
            font-size: 1.231rem;
            line-height: normal;
            vertical-align: middle;
            margin-right: 8px;
            color: #ffffff;
        }

        .background-menu-delete > .dropdown-item:hover {
            color: #fff;
            background-color: #b50606;
            border-color: #c80404;
        }

.background-menu-no-action {
    background-color: #dfe1e6;
}

    .background-menu-no-action > .dropdown-item {
        color: #fff;
    }

        .background-menu-no-action > .dropdown-item .icon {
            font-size: 1.231rem;
            line-height: normal;
            vertical-align: middle;
            margin-right: 8px;
            color: #ffffff;
        }

        .background-menu-no-action > .dropdown-item:hover {
            color: #fff;
            background-color: #c3c6ce;
            border-color: #dfe1e6;
        }

.be-nav-tabs-sub > .nav-item.parent > .nav-link::after {
    position: absolute;
    content: "+";
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.7rem;
    vertical-align: middle;
    margin-top: 1px;
    padding-left: 8px;
   
}

.custom-checkbox {
    margin-top: 12px
}

.ticopay-label {
    padding-left: 0;
    padding-right: 8px;
    text-align: right;
}

.ticopay-label-left {
    padding-left: 5px;
    padding-right: 8px;
    padding-top: 20px;
}

.ticopay-label-p0 {
    padding-left: 0;
    padding-right: 5px;
    padding-top: 0px
}

.be-top-header .be-icons-nav {
    margin-right: 10px;
}

.be-user-nav > li.dropdown > a img {
    max-width: 110px;
    max-height: 50px;
    border-radius: 0;
    padding-left: 5px;
}

.navbar-expand .be-user-nav > li.dropdown > a {
    padding-left: 0px;
    padding-right: 10px;
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu {
    margin-top: 7px;
}

.be-user-nav > li.dropdown .dropdown-menu .user-info {
    background-color: #2A3159;
}

.be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
    border-bottom-color: #2A3159;
}

.be-nav-tabs-sub > .nav-item > .nav-link.sub-active {
    color: #8c8585;
    font-weight: 500;
    height:50px;
    border-bottom: 3px solid rgba(42, 49, 89, 0.53);
}

.dropdown-menu > .dropdown-item.subnivel-active {
    border-left: 2px solid rgba(42, 49, 89, 0.53);
    color: #8c8585;
    background: #f3f3f4;
}

.be-sub-header .navbar-nav > .nav-item + .nav-item {
    margin-left: 0;
}

.ticopay-toggleButton-xs {
    width: 100%;
    height: 32px;
}

.ticopay-toggle-section {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px
}
/*************************************************
btn-ticopay colores 
**************************************************/

.button {
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
}

.btn-ticopay-verde {
    color: #36733C;
    background-color: #fff;
    border-color: #fff
}

    .btn-ticopay-verde:hover {
        color: #fff;
        background-color: #3f8e47;
        border-color: #b3b3b3
    }

    .btn-ticopay-verde.focus, .btn-ticopay-verde:focus {
        -webkit-box-shadow: 0 0 0 .15rem #36733C;
        box-shadow: 0 0 0 .15rem rgba(54, 115, 60, 0.50)
    }

    .btn-ticopay-verde.disabled, .btn-ticopay-verde:disabled {
        color: rgba(54, 115, 60, 0.89);
        background-color: #b3b3b3;
        border-color: #b3b3b3
    }

    .btn-ticopay-verde:not(:disabled):not(.disabled).active, .btn-ticopay-verde:not(:disabled):not(.disabled):active, .show > .btn-ticopay-verde.dropdown-toggle {
        color: #aaa;
        background-color: #36733C;
        border-color: #36733C
    }

        .btn-ticopay-verde:not(:disabled):not(.disabled).active:focus, .btn-ticopay-verde:not(:disabled):not(.disabled):active:focus, .show > .btn-ticopay-verde.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .15rem #36733C;
            box-shadow: 0 0 0 .15rem rgba(54, 115, 60, 0.50)
        }

.btn-ticopay-azul {
    color: #fff;
    background-color: #2A3159;
    border-color: #2A3159
}

    .btn-ticopay-azul:hover {
        color: #fff;
        background-color: #38427c;
        border-color: #38427c
    }

    .btn-ticopay-azul.focus, .btn-ticopay-azul:focus {
        -webkit-box-shadow: 0 0 0 .15rem #2A3159;
        box-shadow: 0 0 0 .15rem rgba(42, 49, 89, 0.50)
    }

    .btn-ticopay-azul.disabled, .btn-ticopay-azul:disabled {
        color: rgba(42, 49, 89, 0.89);
        background-color: #b3b3b3;
        border-color: #b3b3b3
    }

    .btn-ticopay-azul:not(:disabled):not(.disabled).active, .btn-ticopay-azul:not(:disabled):not(.disabled):active, .show > .btn-ticopay-azul.dropdown-toggle {
        color: #aaa;
        background-color: #1a5db9;
        border-color: #1a5db9
    }

        .btn-ticopay-azul:not(:disabled):not(.disabled).active:focus, .btn-ticopay-azul:not(:disabled):not(.disabled):active:focus, .show > .btn-ticopay-azul.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .15rem #2A3159;
            box-shadow: 0 0 0 .15rem rgba(42, 49, 89, 0.50)
        }

/*************************************************
Modal al estilo ticopay
**************************************************/

.modal-dialog.ticopay-modal-70 {
    width: 70%;
}

.modal-dialog.ticopay-modal-80 {
    width: 80%;
}


.modal-dialog.ticopay-modal-95 {
    width: 95%;
}

@media (min-width: 576px) {
    .modal-dialog.ticopay-modal-70 {
        width: 70% !important;
    }

    .modal-dialog.ticopay-modal-80 {
        max-width: 80% !important;
    }

    .modal-dialog.ticopay-modal-95 {
        max-width: 95% !important;
    }
}

.modal-content-95,
.modal-content-80,
.modal-content-70 {
    position: relative;
    border-radius: 3px;
    margin: 30px auto;
    /*max-width: 70%;*/
    min-width: 50%;
}

.modal-content-95,
.modal-content-80,
.modal-content-70 {
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.3);
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
    overflow: hidden;
    background-color: #fff;
    color: #404040;
    border: none;
}

.modal-content-95,
.modal-content-80,
.modal-content-70 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    outline: 0;
}

textarea {
    resize: none;
}

.modal-header {
    padding-bottom: 0px;
}

.modal-body .text-center p {
    margin: 0 25px 15px;
}

.colored-header-primary .modal-dialog .modal-content-95 .modal-header,
.colored-header-primary .modal-dialog .modal-content-80 .modal-header,
.colored-header-primary .modal-dialog .modal-content-70 .modal-header,
.colored-header-primary .modal-dialog .modal-content .modal-header {
    padding-bottom: 16px;
    background-color: #38427c;
}

.modal-header .text-white {
    color: #fff !important;
}

.ticopay-modal-ok {
    border: 2px solid #36733C;
    -webkit-box-shadow: 0 0 0 .15rem #36733C;
    box-shadow: 0 0 0 .15rem rgba(29, 178, 58, 0.50)
}

/*custon modal*/
.ticopay-modal-grey {
    border: 2px solid #ccc;
    -webkit-box-shadow: 0 0 0 .15rem #2A3159;
    box-shadow: 0 0 0 .15rem rgba(42, 49, 89, 0.50);
}

.ticopay-modal-green {
    border: 2px solid #36733C;
    -webkit-box-shadow: 0 0 0 .15rem #2A3159;
    box-shadow: 0 0 0 .15rem rgba(42, 49, 89, 0.50);
}

.ticopay-modal-red {
    border: 2px solid #c80404;
    -webkit-box-shadow: 0 0 0 .15rem #2A3159;
    box-shadow: 0 0 0 .15rem rgba(42, 49, 89, 0.50);
}

.ticopay-modal-yellow {
    border: 2px solid #ffee2b;
    -webkit-box-shadow: 0 0 0 .15rem #2A3159;
    box-shadow: 0 0 0 .15rem rgba(42, 49, 89, 0.50);
}


.ticopay-modal-blue {
    border: 2px solid #070bb4;
    -webkit-box-shadow: 0 0 0 .15rem #2A3159;
    box-shadow: 0 0 0 .15rem rgba(42, 49, 89, 0.50);
}

.ticopay-btn-grey {
    background-color: #808080;
    border-color: #808080;
    color: #fff;
    font-size: 1.1rem;
}

    .ticopay-btn-grey:hover {
        color: #fff;
        background-color: #808080;
        border-color: #808080;
        -webkit-box-shadow: 0 14px 26px -12px rgba(248, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 23, 0, 0.20);
        box-shadow: 0 14px 26px -12px rgba(81, 87, 81, 0.70), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(81, 87, 81, 0.70);
        border: 1px solid rgba(81, 87, 81, 0.70);
    }



.btn-ticopay-grey {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

    .btn-ticopay-grey:hover {
        color: #fff;
        background-color: #c4c4c4;
        border-color: #c4c4c4
    }

    .btn-ticopay-grey.focus, .btn-ticopay-grey:focus {
        -webkit-box-shadow: 0 0 0 .15rem #2A3159;
        box-shadow: 0 0 0 .15rem rgba(133, 133, 134, 0.50)
    }

    .btn-ticopay-grey.disabled, .btn-ticopay-grey:disabled {
        color: rgba(142, 121, 121, 0.20);
        background-color: #c4c4c4;
        border-color: #c4c4c4
    }

    .btn-ticopay-grey:not(:disabled):not(.disabled).active, .btn-ticopay-grey:not(:disabled):not(.disabled):active, .show > .btn-ticopay-grey.dropdown-toggle {
        color: #aaa;
        background-color: #1a5db9;
        border-color: #1a5db9
    }

        .btn-ticopay-grey:not(:disabled):not(.disabled).active:focus, .btn-ticopay-grey:not(:disabled):not(.disabled):active:focus, .show > .btn-ticopay-grey.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .15rem #2A3159;
            box-shadow: 0 0 0 .15rem rgba(42, 49, 89, 0.50)
        }


.ticopay-modal-delete {
    border: 2px solid #c80404;
    -webkit-box-shadow: 0 0 0 .15rem #c80404;
    box-shadow: 0 0 0 .15rem rgba(200, 4, 4, 0.50);
}

.zmdi-notifications:before {
    content: '\f1fe';
}

.form-control.select-62 {
    width: 48%;
    padding: 0 6px 0 0;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 15px 7px;
    font-size: 1.5rem;
    line-height: 22px;
    border-radius: 2px;
}

.panel-footer {
    padding-top: 15px
}


/*************************************************
padding-right -> pr-#
**************************************************/
.pr-15 {
    padding-right: 15px;
}


/*******************
message
*******************/

.message {
    font-size: 1.1rem;
    text-align: center;
}

    .message > strong {
        font-weight: 900;
    }


/*******************
    link-table
*******************/

.table > tbody > tr > td > .link-table > span,
.link-table > span {
    color: #fff;
    font-size: 1.1rem;
    text-shadow: -6px 5px 10px rgba(85, 85, 85, 0.79);
}

.table > tbody > tr > td > .link-table,
.link-table {
    padding-top: 1.2rem;
    pointer-events: auto;
    cursor: pointer;
}

.table > tbody > tr > td > .link-table-ok,
.link-table-ok {
    font-size: 1.5rem;
    padding: .7692rem .9692rem;
    background-color: #230945;
    border: 1px solid rgba(54, 115, 60, 0.79);
    border-radius: 5px;
}

    .table > tbody > tr > td > .link-table-ok:hover,
    .link-table-ok:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(54, 115, 60, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(54, 115, 60, 0.20);
        box-shadow: 0 14px 26px -12px rgba(54, 115, 60, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(54, 115, 60, 0.20);
        border: 1px solid #36733C;
    }

.table > tbody > tr > td > .link-table-info,
.link-table-info {
    font-size: 1.5rem;
    padding: .7692rem .9692rem;
    background-color: #230945;
    border: 1px solid rgba(26, 123, 185, 0.79);
    border-radius: 5px;
}

    .table > tbody > tr > td > .link-table-info:hover,
    .link-table-info:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(26, 123, 185, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 123, 185, 0.20);
        box-shadow: 0 14px 26px -12px rgba(26, 123, 185, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 123, 185, 0.20);
        border: 1px solid #186fa7;
    }

.table > tbody > tr > td > .link-table-delete,
.link-table-delete {
    font-size: 1.5rem;
    padding: .7692rem .9692rem;
    background-color: #c80404;
    border: 1px solid rgba(200, 4, 4, 0.79);
    border-radius: 5px;
}

    .table > tbody > tr > td > .link-table-delete:hover,
    .link-table-delete:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(200, 4, 4, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(200, 4, 4, 0.20);
        box-shadow: 0 14px 26px -12px rgba(200, 4, 4, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(200, 4, 4, 0.20);
        border: 1px solid #a40303;
    }


.table > tbody > tr > td > .link-table-edit,
.link-table-edit {
    font-size: 1.5rem;
    padding: .7692rem .9692rem;
    background-color: #230945;
    border: 1px solid rgba(251, 188, 5, 0.72);
    border-radius: 5px;
}

    .table > tbody > tr > td > .link-table-edit:hover,
    .link-table-edit:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(255, 178, 43, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 178, 43, 0.20);
        box-shadow: 0 14px 26px -12px rgba(255, 178, 43, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 178, 43, 0.20);
        border: 1px solid #c48921;
    }


.table > tbody > tr > td > .link-table-no-action,
.link-table-no-action {
    font-size: 1.5rem;
    padding: .7692rem .9692rem;
    background-color: #230945;
    border: 1px solid rgba(178, 180, 186, 0.72);
    border-radius: 5px;
}


    .table > tbody > tr > td > .link-table-no-action span,
    .link-table-no-action > span {
        color: #000;
    }

    .table > tbody > tr > td > .link-table-no-action:hover,
    .link-table-no-action:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(178, 180, 186, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(178, 180, 186, 0.20);
        box-shadow: 0 14px 26px -12px rgba(178, 180, 186, 0.85), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(178, 180, 186, 0.20);
        border: 1px solid #dfe1e6;
    }


.table .resumen-invoice td, .table .resumen-invoice th {
    padding: 0px 0px;
}

.table-responsive > .resumen-invoice > tbody > tr > td {
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.table-responsive tbody > tr > td {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

.display tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}


.preloader {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
}
.container-preloader {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    border-radius: 50%;
    left: 0;
    position: fixed;
    top: 0;
}

.container-loader {
    height: 12em;
    position: fixed;
    width: 12em;
    border-radius: 50%;
    background: #fff;
}

.container-title {
    align-items: flex-end;
    display: flex;
    position: fixed;
    height: 55%;
}

.title-loader {
    top:10%;
    text-align:center;
    color: #2A3159;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    /*-webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);*/
}

.loader__label {
    margin: -1.5em 0 0 50%;
}

.form-cron {
    height: 29px;
    padding: 6px 12px;
    color: #404040;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d8de;
}

.table tr {
    cursor: pointer;
}

.table td.hiddenRow {
    padding: 0px;
}

.hiddenRow {
    /*padding: 0 10px !important;*/
    background-color: #fff;
    font-size: 13px;
}

ul {
    display: block;
    list-style-type: none;
}

    ul li {
        padding-bottom: 2px;
    }

/*******************
    detail-invoice
*******************/

.detail-invoice tbody tr td {
    vertical-align: middle;
}

.detail-invoice tbody tr > .etiqueta {
    text-align: center;
}

.detail-list {
    padding-right: 0px;
    padding-left: 0px;
}

/*******************
    label
*******************/

.ticopay-blue {
    background-color: #1a7bb9;
    border-color: #1a7bb9;
    color: #FFF;
}

.ticopay-green {
    background-color: #36733C;
    border-color: #36733C;
    color: #FFF;
}

.ticopay-yellow {
    background-color: #ffb22b;
    border-color: #ffb22b;
    color: #FFF;
}

.ticopay-red {
    background-color: #c80404;
    border-color: #c80404;
    color: #FFF;
}

.ticopay-grey {
    background-color: #dfe1e6;
    border-color: #dfe1e6;
    color: #404040;
}

.ticopay-orange {
    background-color: #f58233;
    border-color: #f58233;
    color: #FFF;
}

.ticopay-lilac {
    background-color: #72379c;
    border-color: #72379c;
    color: #FFF;
}

.ticopay-crimson {
    background-color: #990000;
    border-color: #990000;
    color: #FFF;
}

.ticopay-brown {
    background-color: #7c3f16;
    border-color: #7c3f16;
    color: #FFF;
}

.ticopay-black {
    background-color: #000000;
    border-color: #000000;
    color: #FFF;
}

/*******************
    badge
*******************/


.badge {
    font-family: 'Prompt', sans-serif;
    font-weight: 300
}

.dashboard-item {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(42,49,89,0.68);
    -moz-box-shadow: 0px 3px 5px 0px rgba(42,49,89,0.68);
    box-shadow: 0px 3px 5px 0px rgba(42,49,89,0.68);
}

.header-card-dashboard {
    padding-bottom: 0;
    margin-bottom: 0;
}

.no-margins {
    padding: 0;
    margin: 0;
}

.card-body.card-body-dashboard {
    height: 60px;
    padding: 0px 20px 0px;
    text-align: right;
    font-family: 'Prompt', sans-serif;
    font-weight: 300
}


    .card-body.card-body-dashboard h2 {
        line-height: 15px;
    }

.input-group .row .pd-1 {
    padding: 1px 0px !important;
}

/*.card-header-divider {
    margin: 0 0 0px;
}*/

.accordion .card-body {
    padding: 0px;
}

.accordion .card-header button {
    font-size: 1.385rem;
    font-weight: 300;
    padding: 5px 5px;
    display: block;
    color: #455a64;
    width: 100%;
    color: #404040;
    background-color: transparent;
    text-align: left;
}

    .accordion .card-header button[aria-expanded=true] {
        color: #455a64;
    }

.accordion {
    margin-bottom: 0px;
    padding: 0px;
}

    .accordion .card-header h5 button .icon {
        float: right;
        color: #FFFFFF;
    }

.accordion-tab .row div {
    cursor: pointer
}

    .accordion-tab .row div h3 i {
        padding: 5px 9px;
        /*border-radius: 50%;*/
        /*background: #36733C;*/
        color: #fff;
    }

    .accordion-tab .row div h3 i {
        padding: 5px 9px;
        /*border-radius: 50%;*/
        /*background: #230945;*/
        color: #fff;
    }

.accordion-tab .row[aria-expanded=false] div h3 .icon,
.accordion .card-header h5 button[aria-expanded=false] .icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.form-control-sm {
    font-size: 0.99rem;
}
/*****************
pd-x
******************/

.card-body .pdl-0 {
    padding: 0px;
}

.pdl-5 {
    padding-left: 5px;
}

.pdl-10 {
    padding-left: 10px;
}

/*******************
    media
*******************/
@media screen and (min-width: 992.98px) and (max-width: 1069px) {
    .ticopay-label {
        padding-left: 0;
        padding-right: 8px;
        text-align: left;
    }

    .be-sub-header .navbar-nav > .nav-item > .nav-link,
    .be-nav-tabs-sub > .nav-item > .nav-link,
    .dropdown-menu {
        font-size: 0.91rem;
    }

    h3 {
        font-size: 18px;
    }

    .col-form-label {
        font-size: 0.99rem;
    }
}

/*@media screen and (min-width: 950px) and (max-width: 1100px) {
    .be-sub-header .navbar-nav > .nav-item > .nav-link {
        font-size: 0.91rem;
    }
}

@media (min-width: 889px) {
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
}

@media (max-width: 889px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}*/

/*@media (min-width: 899px) {
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
         display: flex!important; 
        -ms-flex-pack: auto;
         flex-basis: auto; 
    }
}*/

.nav-tabs {
    background-color: #230945 !important;
    border-bottom: 2px solid #230945;
}

.nav .nav-tabs .nav-ticopay-blue {
    background-color: #2A3159 !important
}

.nav-tabs > li.nav-item a.nav-link {
    padding: 11px 20px;
    margin-right: 0;
    min-width: 60px;
    text-align: center;
    border-radius: 0;
    color: #ffffff;
    border-width: 0;
}

    .nav-tabs > li.nav-item a.nav-link.active {
        background: #230945;
        /*color: #404040;*/
        border-bottom: 4px solid #2A3159 !important;
    }

    .nav-tabs > li.nav-item a.nav-link:hover {
        color: #dfe1e6
    }

.accordion .card-header button i {

    color: #fff;
}

div.ms-parent {
    width: 100% !important
}

/*.card-header .tools-header {
    display: inline-flex;
    width: 100%;
    align-items:center
}*/

#createNotificationnull{
    list-style: none;
}


/*.card {
    background-color: white;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-border {
    color: #988f8f;
    min-width: 100%;
    border: 1px solid #2a3159;
    box-shadow: 0 20px 40px -14px rgba(42, 49, 89, 0.25);
}

.card_content {
    padding: 1rem;
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}

.card_title {
    color: #988f8f;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #988f8f;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}

.card_left {
    float:left;
    padding: 60px;
    position: relative;
}

.card_right {
    float: right;
    padding: 40px;
}

.container_cards {
    margin: 0 auto;
    display: flex;
    top: 3rem;
    position: relative;
}

@media(max-width: 1000px) {
    .container_cards {
        flex-direction: column;
    }
}

@media(max-width: 780px) {
    .container_cards {
        width: 300px;
    }
}*/
.container {
    width: 100%;
    margin: auto;
    flex: 1;
}

.pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin: 50px 0;
}

.planPricing {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column; /* Organiza los elementos en columnas */
    justify-content: space-between; /* Distribuye el contenido de manera uniforme */
    align-items: center;
    padding: 30px;
    min-height: 400px; /* Altura mínima uniforme para todas las tarjetas */
    max-width: 320px; /* Ancho máximo uniforme */
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

    .planPricing:hover {
        transform: translateY(-10px);
    }

    .planPricing h3 {
        font-size: 28px;
        margin-bottom: 20px;
        color: #2A3159;
        text-align: center; /* Aseguramos que el texto esté centrado */
        word-wrap: break-word; /* Permite que el texto largo se divida en varias líneas */
        line-height: 1.2; /* Ajusta el espacio entre líneas para una mejor legibilidad */
        max-width: 100%; /* Asegura que el texto no se desborde del contenedor */
    }

    .planPricing .price {
        font-size: 22px;
        color: #2A3159;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .planPricing .tax {
        font-size: 16px;
        color: #888;
        margin-bottom: 10px;
    }

    .planPricing p {
        font-size: 14px;
        color: gray;
        margin-bottom: 15px;
    }

    .planPricing .btn {
        background-color: #2A3159;
        border-color: #2A3159;
        color: #FAC811;
        padding: 12px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 16px;
        width: 90%; /* Cambié el ancho para reducirlo un poco */
        display: block;
        margin-top: auto;
        transition: background-color 0.3s ease;
        text-align: center;
    }

    .planPricing .key {
        font-size: 14px;
        color: #555;
        margin-top: 8px;
    }

    .planPricing strong {
        font-size: 36px;
    }
@media (max-width: 1024px) {
    .planPricing {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .planPricing {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .planPricing .btn {
            width: 100%; /* Ajuste para pantallas pequeñas */
        }
}

@media (max-width: 1024px) {
    .pricing {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pricing {
        grid-template-columns: 1fr;
    }
}