@media (min-width: 1200px) {
    .modal-xl {
        width: 1000px;
    }
}
@media (min-width: 1400px) {
    .modal-XX {
        width: 1400px;
    }
}
@media (min-width: 1000px) {
    .modal-XXESPECIAL {
        width: 1000px;
    }
}
@media (min-width: 1300px) {
    .modal-XXESPECIAL {
        width: 1200px;
    }
}
@media (min-width: 1400px) {
    .modal-XXESPECIAL {
        width: 1400px;
    }
}
.header-fixed {
    width: 100%;
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 250px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 30%;
    float: left;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
am-multiselect .dropdown-menu {
    padding-left: 5px;
    padding-right: 5px;
}

am-multiselect .dropdown-menu > li > a {
    padding: 3px 10px;
    cursor: pointer;
}

am-multiselect .dropdown-menu > li.selected {
    background-color: #add8e6;
}

.table2 {
    table-layout: fixed;
}

.div-table-content {
    height: 300px;
    overflow-y: auto;
}

/*.carousel-active-ficha{
    border: 2px solid #2E2E2E;
    border-radius:5px
}*/
/*    color-menu*/
.treeview-menu li {
    background-color: #193e89;
    color: #444;
    font-size: 12px;
}
.treeview-menu li:hover {
    background-color: #345bb7;
}
.treeview-menu li i {
    font-size: 1em;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    font-size: 1.4em;
}

.treeview-menu li:hover {
    background-color: #345bb7;
}

.skin-black .sidebar-menu > li:hover > a,
.skin-black .sidebar-menu > li.active > a {
    color: #fff;
    background: #22458c;
    border-left-color: #fff;
}
input[type="text"],
input[type="datetime-local"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="datetime"] {
    border-radius: 8px;
    border: 1px solid #ddd;
}
input[type="text"]:focus,
input[type="datetime-local"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus {
    box-shadow: 0.1px 0.1px 0.1px 0px rgba(0, 0, 0, 0.75);
    /*        box-shadow: 0 6px 50px rgba(0,0,0,.05);*/
    border-radius: 8px;
    border: 1px solid #345bb7;
}
.row .box-primary {
    border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;
    box-shadow: 0.1px 0.1px 0.1px 0px rgba(0, 0, 0, 0.75);
}
.btn {
    /*    font-size: 13px;*/
    border-radius: 8px;
    box-shadow: 0.1px 0.1px 0.1px 0px rgba(0, 0, 0, 0.75);
}

.btn-primary :hover {
    background-color: #345bb7;
}
.treeview i {
    font-size: 1.4em;
}
.treeview a span {
    color: #ffffff;
}
.treeview a i {
    color: #ffffff;
}
.color-menu {
    color: #ffffff;
}
.especial {
    color: #ffffff;
}
.especial i {
    font-size: 1.4em;
}
.especial a span {
    /*Color de texto del menu*/
    color: #ffffff;
}
.especial a i {
    color: #ffffff;
}
.table tbody tr td {
    color: black;
    font-weight: 400;
}
/*ul  {
background-color:#2850c6
}*/
/*ul :hover {
    background-color: #0a0
}
ul li :hover {
    background-color: #0a0
}*/
.info-box {
    border-radius: 8px;
}
.label {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
textarea.form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
}
textarea.form-control:focus {
    box-shadow: 0.1px 0.1px 0.1px 0px rgba(0, 0, 0, 0.75);
    /*        box-shadow: 0 6px 50px rgba(0,0,0,.05);*/
    border-radius: 8px;
    border: 1px solid #345bb7;
}
select.form-control {
    border-radius: 8px;
    /*        background-position: 99% 50%;
              background-repeat: no-repeat;
              background-size: 16px;*/
}
select.form-control:focus {
    border-radius: 8px;
    box-shadow: 0.1px 0.1px 0.1px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #345bb7;
    /*        background-position: 99% 50%;
              background-repeat: no-repeat;
              background-size: 16px;*/
}

body {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Quicksand", sans-serif;
}

.btn-primary {
    color: #fafafa;
    background-color: #002149;
    border-color: #002149;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
/*
 * Buttons bostrap 4
 * ----------------------
 */

.addNewColumn:hover aside {
    height: 400px;
    overflow-y: scroll;
}
.btn {
    margin-right: 0.7px;
    margin-left: 0.7px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #002149;
    /*    border: 1px solid transparent;*/
    border: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fafafa;
    background-color: #002149;
    border-color: #002149;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.close2 {
    width: 28px;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.close2:hover,
.close2:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

button.close2 {
    padding: 0;
    cursor: pointer;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border: 1;
    -webkit-appearance: none;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
    color: #002149 !important;
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
}

.btn-success:hover {
    color: #002149 !important;
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}
.btn-cuenti {
    background-color: #ffc600;
    color: #002149;
}

/*.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}*/

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

#btnPagar {
    background-color: #ffc600 !important;
    color: #002149 !important;
}

#btnPagar:hover {
    background-color: #002149 !important;
    color: white !important;
}
.text-primary {
    color: #002149 !important;
}
.novedadesAppMenu {
    display: none;
    gap: 10px;
    position: absolute;
    top: 110px;
    z-index: 100;
    text-align: center;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    width: auto;
    max-width: 400px;
    border-radius: 3px;
    box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.102);
}
@media (min-width: 480px) {
    .novedadesAppMenu {
        right: 8%;
        top: 55px;
    }
}
@media (min-width: 768px) {
    .novedadesAppMenu {
        right: 10%;
        top: 90px;
    }
}
@media (min-width: 1020px) {
    .novedadesAppMenu {
        right: 385px;
        top: 55px;
    }
}
@media (min-width: 1240px) {
    .novedadesAppMenu {
        right: 485px;
    }
}

.novedadesLista {
    display: flex;
    flex-direction: column;
}
.novedadesText::after {
    content: " ";
    width: 95%;
    height: 1px;
    background-color: #c3c3c332;
    display: block;
    margin: 10px auto;
}

.novedadesAppShow {
    display: block;
}

/*
 * Buttons
 * ----------------------
 */

/*.btn.has-icon i, .dropdown-item.has-icon i {
        margin-right: 15px;
        font-size: 20px;
        float: left;
        margin-top: 1px;
}
.btn.has-icon i {
        margin-top: 3px;
        margin-right: 10px;
}
.btn.has-icon-nofloat {
        display: table;
        text-align: right;
}
.btn.has-icon-nofloat i {
        float: none;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        width: 30%;
}
.btn.has-icon-nofloat div {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
        text-align: left;
        padding-left: 10px;
}
.btn {
        font-size: 14px;
        line-height: 23px;
        padding: 5px 23px;
        letter-spacing: .4px;
        box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn:active, .btn:focus, .btn:hover {
        border-color: transparent !important;
}
.btn.btn-shadow {
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
}
.btn>i {
        margin-left: 0 !important;
}
.btn.btn-lg {
        padding: .6rem 1.1rem;
        font-size: 18px;
}
.btn.btn-sm {
        padding: .1rem .7rem;
        font-size: 11px;
}
.btn.btn-icon .ion, .btn.btn-icon .fas, .btn.btn-icon .far, .btn.btn-icon .fab, .btn.btn-icon .fal {
        margin-left: 0 !important;
        font-size: 14px;
}
.btn-action {
        color: #fff !important;
        font-size: 12px;
        padding: 0px 10px;
}
.btn-app {
        border-radius: 3px;
        position: relative;
        padding: 15px 5px;
        margin: 0 0 10px 10px;
        min-width: 80px;
        height: 60px;
        text-align: center;
        color: #666;
        border: 1px solid #ececff;
        background-color: #f6f6f9;
        font-size: 12px;
}
.btn-app>.fa, .btn-app>.glyphicon, .btn-app>.ion {
        font-size: 20px;
        display: block;
}
.btn-app:hover {
        background: #fff;
        color: #838ab6;
        border-color: #ececff !important;
}
.btn-app:active, .btn-app:focus {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        background: #fff;
        color: #838ab6;
        border-color: #ececff !important;
}
.btn-app>.badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400;
}
.btn-social {
        position: relative;
        padding-left: 44px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff !important;
}
.btn-social> :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.2em;
        text-align: center;
        border-right: 1px solid rgba(255,255,255,0.2);
}
.btn-social.btn-lg {
        padding-left: 61px;
}
.btn-social.btn-lg> :first-child {
        line-height: 45px;
        width: 45px;
        font-size: 1.8em;
}
.btn-social.btn-sm {
        padding-left: 38px;
}
.btn-social.btn-sm> :first-child {
        line-height: 28px;
        width: 28px;
        font-size: 1.4em;
}
.btn-social.btn-xs {
        padding-left: 30px;
}
.btn-social.btn-xs> :first-child {
        line-height: 20px;
        width: 20px;
        font-size: 1.2em;
}
.btn-social-icon {
        position: relative;
        padding-left: 44px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 34px;
        width: 34px;
        padding: 0;
}
.btn-social-icon> :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
        padding-left: 61px;
}
.btn-social-icon.btn-lg> :first-child {
        line-height: 45px;
        width: 45px;
        font-size: 1.8em;
}
.btn-social-icon.btn-sm {
        padding-left: 38px;
}
.btn-social-icon.btn-sm> :first-child {
        line-height: 28px;
        width: 28px;
        font-size: 1.4em;
}
.btn-social-icon.btn-xs {
        padding-left: 30px;
}
.btn-social-icon.btn-xs> :first-child {
        line-height: 20px;
        width: 20px;
        font-size: 1.2em;
}
.btn-social-icon> :first-child {
        border: none;
        text-align: center;
        width: 100%;
        color: #fff;
}
.btn-social-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0;
}
.btn-social-icon.btn-sm {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
}
.btn-social-icon.btn-xs {
        height: 22px;
        width: 22px;
        padding-left: 0;
        padding-right: 0;
}
.btn-warning {
        color: #fff;
}
.btn-primary {
        background-color: #5458b3;
        border-color: #5458b3;
}
.btn-primary:focus, .btn-primary:focus:active, .btn-primary:active, .btn-primary:hover {
        background-color: #4c51b1 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #4c51b1;
        border-color: #4c51b1;
}
.btn-outline-primary {
        color: #5458b3;
        background-color: transparent;
        background-image: none;
        border-color: #5458b3;
}
.btn-outline-primary:hover {
        background: #5d61bf;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #5458b3;
        border-color: #5458b3;
}
.btn-danger {
        color: #fff;
        background-color: #ff473d;
        border-color: #ff473d;
}
.btn-danger:focus, .btn-danger:focus:active, .btn-danger:active, .btn-danger:hover {
        background-color: #f73127 !important;
}
.btn-success {
        color: #fff;
        background-color: #22e840;
        border-color: #22e840;
}
.btn-success:focus, .btn-success:focus:active, .btn-success:active, .btn-success:hover {
        background-color: #18da35 !important;
}
.btn-warning {
        color: #fff;
        background-color: #ffb209;
        border-color: #ffb209;
}
.btn-warning:focus, .btn-warning:focus:active, .btn-warning:active, .btn-warning:hover {
        color: #fff !important;
        background-color: #f8c90f !important;
}
.btn-info {
        color: #fff;
        background-color: #01b8ff;
        border-color: #01b8ff;
}
.btn-info:focus, .btn-info:focus:active, .btn-info:active, .btn-info:hover {
        background-color: #1abeff !important;
}
.btn-group .btn.active {
        background-color: #5458b3;
        color: #fff;
}*/

/*-- end btn  --*/
