.cls-control {
    display: block;
    width: 100% !important;
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5c5c5c;
    border-radius: 1px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.cls-control-blue {
    display: block;
    width: 100% !important;
    height: 24px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.cls-control-blue:hover, .cls-control-blue:focus {
    display: block;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}


}

.disableSelect{
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;

    pointer-events:none;
}

.cls-control-blue  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: cadetblue;
    opacity: 1; /* Firefox */
}

.cls-control-blue  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: cadetblue;
}

.cls-control-blue  ::-ms-input-placeholder { /* Microsoft Edge */
    color: cadetblue;
}

.cls-control-main {
    display: block;
    width: 100% !important;
    height: 26px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.cls-control-form {
    display: block;
    width: 100% !important;
    height: 22px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;
}

.cls-control-form-admin {
    display: block;
    width: 100% !important;
    height: 22px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #97979a;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cls-control-form-sm {
    display: block;
    width: 100% !important;
    height: 19px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;
}

.cls-control-checkbox {
    display: block;
    float: left;
    width: 18px;
    height: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-top: 9px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;
}

.cls-textarea-form {
    display: block;
    width: 100% !important;
    height: 60px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.5px solid #007bff;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;
}

.cls-textarea-form-black {
    display: block;
    width: 100% !important;
    height: 60px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #97979a;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;
}

.cls-textarea-form-lg {
    display: block;
    width: 100% !important;
    height: 120px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.5px solid #007bff;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;
}

.cls-textarea-form-md {
    display: block;
    width: 100% !important;
    height: 60px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.5px solid #007bff;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;
}

.cls-textarea-form-2 {
    display: block;
    width: 100% !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 0.5px solid #007bff;*/
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;
}

.cls-textarea-form-3 {
    display: block;
    width: 100% !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin-right: 20px !important;
}

.cls-btn {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cls-btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.cls-btn:hover {
    text-decoration: none;
}

.cls-btn-main {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 12px;
}

.cls-btn-main-sm {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px 8px;
}

.cls-btn-main-xsm {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px 2px;
}

.cls-btn-main-big {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cls-btn-modal-error {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 12px;
    width: 100%;
    color: white;
}



.cls-btn-red {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.cls-btn-red-strong {
    background-color: #d92c28;
    border-color: #fc0b03;
}

.cls-btn-green-strong {
    background-color: #81e33d;
    border-color: #4ef803;
}

.cls-btn-cart {
    background-color: black;
    border-color: gray;
}

.cls-btn-red-white {
    background-color: #d9534f;
    border-color: #d9534f;
    color: white;
}

.cls-btn-gray-light {
    background-color: rgb(168, 168, 168);
    color: white;
}

.cls-btn-blue {
    background-color: #007bff;
    border-color: #2e6da4;
}

.cls-btn-blue-admin {
    background-color: #007bff;
    border-color: #2e6da4;
    color: white;
}

.cls-btn-blue-white {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff;
}

.cls-btn-gray-white {
    background-color: #8b8a8a;
    border-color: #e2e0e0;
    color: #ffffff;
}

.cls-btn-blue-pos {
    background-color: #0186c7;
    border-color: #0186c7;
    color: #ffffff;
}

.cls-btn-dark-blue {
    background-color: #0a113b;
    color: white;
}

.cls-btn-dark-red {
    background-color: #ec0707;
    color: white;
}

.cls-btn-gray {
    background-color: rgb(239, 239, 239);
    color: #333;
}

.cls-btn-dark-gray {
    background-color: rgb(196, 196, 196);
    color: #333;
}

.cls-btn-turquesa {
    background-color: #24a29c;
    border-color: #29cdd5;
}

.cls-btn-blue-5 {
    background-color: #374080;
    border-color: #2e6da4;
    color: white;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 45px;
    border: 1px solid blue;
}

.cls-btn-green {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.cls-btn-blue-2 {
    background-color: #007bff;
    border-color: #2e6da4;
    color: white;
    font-size: 16px;
    padding: 6px;
    border-radius: 2px;
    border: 1px solid blue;
}

.cls-btn-blue-3 {
    background-color: #007bff;
    border-color: #2e6da4;
    color: white;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 45px;
    border: 1px solid blue;
}

.cls-btn-green {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.cls-label {
    font-family:  "Courier New", Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    color: #5c5c5c !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
}

.cls-label-gris-xl-bold {
    font-family:  system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 18px;
    color: #777 !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
    font-weight: bold;
}

.cls-label-gris-md-bold {
    font-family:  system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 15px;
    color: #777 !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
    font-weight: bold;
}

.cls-label-gris {
    font-family:  system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
    color: #777 !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
}

.cls-label-gris-sm {
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #777 !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
}

.cls-label-checkbox {
    display: block;
    float: left;
    font-family:  "Courier New", Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    color: #5c5c5c !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
    font-weight: 600;
}

.cls-label-bold {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
    font-weight: 600;
    color: black;
}

.cls-label-bold-sm {
    font-family:  "Courier New", Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 13px;
    color: #5c5c5c !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
    font-weight: 600;
}

.cls-label-desc {
    font-family:  "Courier New", Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 12px;
    color: #5c5c5c !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
    font-weight: 100;
}

.cls-label-bold-blue {
    font-family:  "Courier New", Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    color: black !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
    font-weight: 600;
}




.cls-label-gray {
    font-family:  "Courier New", Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    color: #1a1a1a !important;
    letter-spacing: 0.2px;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
}

.cls-txt-right {
    text-align: right;
}

.cls-table table, .cls-table td, .cls-table th {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}

.cls-table th {
    font-weight: bold;
}

.cls-table td, .cls-table th {
    font-size: 13px;
}

.cls-title-1 {
    font-size: 35px;
    color: #252850;
    font-weight: bold;
    text-align: center;
}

.cls-titulo {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: #252850;
}

.cls-parent {
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


.cls-parent:after {
    content: "";
    display: block;


}

@media screen and (min-width: 1200px) {
    .col-2, .col-3, .col-3-3, .col-5, .col-10, .col-12, .col-12-5, .col-15, .col-17, .col-18, .col-20, .col-22, .col-25, .col-30, .col-32,  .col-33, .col-34, .col-35, .col-37, .col-40, .col-45, .col-50, .col-55, .col-60, .col-70, .col-75, .col-80, .col-90, .col-100 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 1100px) {
    .col-2, .col-3, .col-3-3, .col-5, .col-10, .col-12, .col-12-5, .col-15, .col-17, .col-18, .col-20, .col-25, .col-30, .col-32, .col-33, .col-34, .col-35, .col-37, .col-40, .col-45, .col-50, .col-55, .col-60, .col-70, .col-75, .col-80, .col-90, .col-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media screen and (min-width: 901px) {
    .col-2 { width: 2%; }
    .col-3 { width: 3%; }
    .col-3-3 { width: 3.33%; }
    .col-5 { width: 5%; }
    .col-10 { width: 10%; }
    .col-12 { width: 12%; }
    .col-12-5 { width: 12.5%; }
    .col-15 { width: 15%; }
    .col-17 { width: 17%; }
    .col-18 { width: 18%; }
    .col-20 { width: 20%; }
    .col-25 { width: 25%; }
    .col-30 { width: 30%; }
    .col-32 { width: 32%; }
    .col-33 { width: 33%; }
    .col-34 { width: 34%; }
    .col-35 { width: 35%; }
    .col-37 { width: 37%; }
    .col-40 { width: 40%; }
    .col-45 { width: 45%; }
    .col-55 { width: 55%; }
    .col-50 { width: 50%; }
    .col-60 { width: 60%; }
    .col-70 { width: 70%; }
    .col-75 { width: 75%; }
    .col-80 { width: 80%; }
    .col-90 { width: 90%; }
    .col-100 { width: 100%; }

    .col-2, .col-3, .col-3-3, .col-5, .col-10, .col-12, .col-12-5, .col-15, .col-17, .col-18, .col-20, .col-25, .col-30, .col-32, .col-33, .col-34, .col-35, .col-37, .col-40, .col-45, .col-50, .col-55, .col-60, .col-70, .col-75, .col-80, .col-90, .col-100 {
        padding-left: 10px;
        padding-right: 10px;
    }


}

@media (max-width: 500px) {
    .col-25-md {
        width: 100%;
    }

    .col-50-md {
        width: 100%;
    }
}

@media (min-width: 501px) {
    .col-25-md {
        width: 50%;
    }

    .col-50-md {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-25-md {
        width: 25%;
    }

    .col-50-md {
        width: 50%;
    }
}

.col-25-md, .col-50-md {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.cls-div-only-btn {
    margin-top: 21px !important;
}

@media screen and (max-width: 900px) {
    .col-2 { width: 2%; }
    .col-3 { width: 3%; }
    .col-3-3 { width: 3.33%; }
    .col-5 { width: 5%; }
    .col-10 { width: 100%; }
    .col-12 { width: 100%; }
    .col-12-5 { width: 100%; }
    .col-15 { width: 100%; }
    .col-17 { width: 100%; }
    .col-18 { width: 100%; }
    .col-20 { width: 100%; }
    .col-25 { width: 100%; }
    .col-30 { width: 100%; }
    .col-32 { width: 100%; }
    .col-33 { width: 100%; }
    .col-34 { width: 100%; }
    .col-35 { width: 100%; }
    .col-37 { width: 100%; }
    .col-40 { width: 100%; }
    .col-45 { width: 100%; }
    .col-50 { width: 100%; }
    .col-55 { width: 100%; }
    .col-60 { width: 100%; }
    .col-70 { width: 100%; }
    .col-75 { width: 100%; }
    .col-80 { width: 100%; }
    .col-90 { width: 100%; }
    .col-100 { width: 100%; }

    .col-2, .col-3, .col-3-3, .col-5, .col-10, .col-12, .col-12-5, .col-15, .col-17, .col-18, .col-20, .col-25, .col-30, .col-32, .col-33, .col-34, .col-35, .col-37, .col-40, .col-45, .col-50, .col-55, .col-60, .col-70, .col-75, .col-80, .col-90, .col-100 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cls-div-space {
        display: none !important;
    }

    .cls-div-only-btn {
        margin-top: 0 !important;
    }

}

.col-2, .col-3, .col-3-3, .col-5, .col-10, .col-12, .col-12-5, .col-15, .col-17, .col-18, .col-20, .col-25, .col-30, .col-32, .col-33, .col-34, .col-35, .col-37, .col-40, .col-45, .col-50, .col-55, .col-60, .col-70, .col-75, .col-80, .col-90, .col-100 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-bottom: 10px;
}

.col-100-plain {
    width: 100%;
}

.col-80-plain {
    width: 80%;
}

.col-70-plain {
    width: 70%;
}

.col-60-plain {
    width: 60%;
}

.col-50-plain {
    width: 50%;
}

.col-40-plain {
    width: 40%;
}

.col-30-plain {
    width: 30%;
}

.col-25-plain {
    width: 25%;
}

.col-20-plain {
    width: 20%;
}

.col-15-plain {
    width: 15%;
}

.col-10-plain {
    width: 10%;
}

.col-3-3-plain {
    width: 33.33333333333333%;
}

.col-100-plain, .col-80-plain, .col-70-plain, .col-60-plain, .col-50-plain, .col-40-plain, .col-30-plain, .col-25-plain,
.col-20-plain, .col-10-plain, .col-15-plain, .col-3-3-plain {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    float: left;
}

.cls-clear {
    clear: both;
}

.cls-modal {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
    display: none;

    overflow-y: scroll;
    height: auto;
}

.cls-modal-body {
    height: auto;
    background: white;
    padding-top: 30px;
    padding-bottom: 15px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cls-modal-body-error {
    height: auto;
    background: white;
    padding-top: 30px;
    padding-bottom: 15px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    color: #636363;
    font-family: 'Varela Round', sans-serif;
}

.cls-modal-contenedor {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-left: 25%;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
}

.cls-modal-contenedor-xl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin-left: 10%;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
}

.cls-modal-contenedor-sm {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    margin-left: 30%;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
    padding-bottom: 40px;
}

.cls-modal-contenedor-xs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    margin-left: 35%;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
    padding-bottom: 40px;
}

.cls-diseno-modal-txt {
    margin-top: 30px;
}

@media screen and (max-width: 900px) {
    .cls-diseno-modal-txt {
        margin-top: 0;
    }

    .cls-modal-contenedor {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        background-color: white;
        height: auto;
        margin-left: 0;
    }
}

.cls-modal-header {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cls-modal-header-plain {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff;
    color: #636363;
}


.cls-modal-content-header {
    text-align: center;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.cls-modal-content-header-plain {
    text-align: center;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.cls-modal-contenido {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cls-modal-footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}


.cls-modal-footer-error {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}

.cls-msg-control-dan {
    display: none;
    background: #dc3545;
    color: white;
    padding: 6px;
    font-family:  "Courier New";
    font-size: 14px;
}

.cls-msg-control-dan-visible {
    background: #dc3545;
    color: white;
    padding: 6px;
    font-family:  "Courier New";
    font-size: 14px;
}

.cls-msg-error {
    color: darkred;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.cls-msg-succ {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.cls-txt-small {
    font-size: 10px;
}

.cls-td-icon {
    text-align: center;
}

.cls-td-icon a {
    font-size: 19px;
    color: blue;
    text-align: center;
}




/*Detale de pago*/
.cls-detalle-pago {
    border-radius: 4px;
    border: 1px solid #343a40;
}

.cls-header-pago {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000000;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid #343a40;
}

.cls-celda-pago {
    margin-top: 13px;
    border-top: 1px solid #dee2e6;
    padding-top: 13px;
}

.cls-footer-pago {
    margin-top: 25px;
    border-radius: 4px;
    border-top: 1px solid #4a4c4a;
}

.cls-txt-left {
    text-align: left !important;
}

.cls-txt-center {
    text-align: center !important;
}

.cls-txt-right {
    text-align: right !important;
}

.cls-txt-bold {
    font-weight: bold;
}

.cls-txt-semi-bold {
    font-weight: 500;
}

.cls-txt-red {
    color: red;
}

.cls-txt-gray-light {
    color: #8d8c8c;
}

.cls-txt-size12 {
    font-size: 12px;
}

.cls-txt-size13 {
    font-size: 13px;
}

.cls-txt-size14 {
    font-size: 14px;
}

.cls-txt-size15 {
    font-size: 15px;
}

.cls-txt-size16 {
    font-size: 16px;
}

.cls-mb-5 {
    margin-bottom: 5px !important;
}

.cls-mt-5 {
    margin-top: 5px !important;
}

.cls-borde-final {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.cls-titulo-v1 {
    color: #776b6b;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

.cls-close-icon {
    float: right;
}

.cls-close-icon-plain {
    float: right;
    font-weight: bold;
}

.cls-close-icon-plain:hover {
    color: #000;
}