#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.centrado {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: 'apexsansboldstregular';
    src: url('fonts/apexsansboldst-webfont.woff2') format('woff2'), url('fonts/apexsansboldst-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apexsansbookstregular';
    src: url('fonts/apexsanboost-webfont.woff2') format('woff2'), url('fonts/apexsanboost-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apexsansmediumstregular';
    src: url('fonts/apexsanmedst-webfont.woff2') format('woff2'), url('fonts/apexsanmedst-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p {
    font-family: 'apexsansbookstregular', sans-serif;
    margin-bottom: 0;
    line-height: 1.7rem;
}

b,
strong {
    font-family: 'apexsansboldstregular', sans-serif;
}

.titles {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: black;
    font-size: 50px;
}

.description-text {
    font-size: 16px;
    color: black;
    width: 50%;
    margin: 0 auto;
}

.description-text-2 {
    font-size: 16px;
    color: black;
    width: 50%;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.col-6,
.col-12 {
    padding: 5px !important;
}

h3 {
    text-align: center;
    padding: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 1.7rem;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #00dc8c;
}

.form-control:focus-within {
    box-shadow: none;
    border: 2px solid #00dc8c;
}

.form-control:active {
    box-shadow: none;
    border: 2px solid #00dc8c;
}

.form-control {
    border-radius: 0.3rem;
}

.btn-green {
    background-color: #00dc8c;
    border-radius: 5rem;
    color: black;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-color: #00dc8c;
}

.btn-green:active
 {
    background-color: #00a066!important;
    border-color: #00a066;
}

.btn-red {
    background-color: #dc3545;
    border-radius: 5rem;
    color: black;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-color: #dc3545;
}

.btn-red:active
 {
    background-color: #c82333!important;
    border-color: #bd2130;
}

.p-3-copiloto {
    padding: 1rem 4rem;
}

footer {
    background-color: #f8f8f8;
    margin-top: 3rem;
}

.terms-links {
    text-align: center;
    margin: 5px 0 13px;
    ;
}

footer ul li {
    display: inline-block;
    font-size: 12px;
    list-style: none;
    margin-right: 20px;
    vertical-align: middle;
}

footer ul li a {
    color: black;
}

footer ul li a:hover {
    color: black;
}

footer .logos {
    display: flex;
    align-items: center;
}

footer .logos img {
    margin-right: 10px;
}

.col-md-12.logo {
    text-align: center;
}

footer .img-logo {
    width: 152px;
    margin-top: 10px;
}

.copyright {
    background-color: #e5e5e5;
}

.footer-logos {
    padding: 1rem 0 1.5rem;
}

hr {
    margin: 0;
}

.center {
    text-align: center;
}

.link-text {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'apexsansmediumstregular', sans-serif;
}

.small-link {
    color: #00dc8c;
}

.small-link:hover {
    color: #00b674;
}

.breadcrumb {
    background-color: transparent;
    font-family: 'apexsansmediumstregular';
    font-size: 12px;
    margin-left: 4rem;
}

.breadcrumb-item a {
    color: #000000;
}

.breadcrumb-item.active {
    color: #00dc8c;
    border-right: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000000;
    content: "-";
}

.subtitle {
    text-align: left;
    font-size: 24px;
    padding: 0;
    color: #000000;
}

#exampleCheck1 {
    margin-top: 15px;
}

.btn-outline-dark {
    border: 2px solid #000000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #000000;
    border-radius: 30px;
    margin-top: 17px;
    height: 54px;
    padding: 0 9%;
}

.form-margin {
    margin-top: 3rem;
}

.steps {
    margin-top: 5rem;
    margin-bottom: 12rem;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    color: #9caca7;
    font-weight: 600;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #e4edea;
    font-weight: 900;
}

.progressbar li:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #9caca7;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #000000;
}

.progressbar li.active:before {
    background-color: #00dc8c;
    border: none;
}

.progressbar li.active+li:after {
    background-color: #00dc8c;
}

.progressbar li.completed:before {
    border: none;
    content: url(https://upload.wikimedia.org/wikipedia/commons/e/e0/Check_green_icon.svg);
    width: 30px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control:disabled {
    background-color: white;
    border: 1px solid #9caca7;
    color: #9caca7;
    font-family: 'apexsansbookstregular', sans-serif;
}

.form-group:disabled {
    color: #9caca7;
}

.inner-btn {
    width: 80%;
    float: right;
}

.account-resume {
    border: 1px solid #d5d8d9;
    padding: 2rem 3rem;
    margin-top: -20px;
}

.bold-subtitle {
    font-family: 'apexsansboldstregular', sans-serif;
}

.resume-line {
    margin: 17px 0;
}

.account-title {
    margin-bottom: 2rem;
}

.subtotal {
    font-family: 'apexsansboldstregular', sans-serif;
    margin-top: 3rem;
}

.account-total {
    font-family: 'apexsansboldstregular', sans-serif;
    font-size: 26px;
}

.alert-success {
    color: #42723f;
    background-color: #def1d9;
    border-color: #67d262;
    padding: 5% 10%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.completed {
    position: absolute;
    top: -18px;
    right: 46%;
}

input[type="file"] {
    float: left;
    position: absolute;
    margin-left: -152px;
    margin-top: 16px;
    z-index: -1;
    width: 90%;
}

.custom-file-upload {
    border: 2px solid #00dc8c;
    display: inline-block;
    padding: 6px 30px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 8px;
    color: #35dc88;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    background-color: white;
}

.custom-file-upload2 {
    border: 2px solid gray;
    display: inline-block;
    padding: 6px 30px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 8px;
    color: gray;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    background-color: white;
}

.back-btn {
    float: left;
}

.btn-green-outline {
    border: 2px solid #00dc8c;
    background-color: transparent;
    border-radius: 5rem;
    color: #00dc8c;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.btn-green-outline:active,
.btn-green-outline:hover {
    border-color: #00a066;
    background-color: transparent;
    color: #00a066;
}

.btn-red-outline {
    border: 2px solid #dc3545;
    background-color: transparent;
    border-radius: 5rem;
    color: #dc3545;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.btn-red-outline:active,
.btn-red-outline:hover {
    background-color: #c82333!important;
    background-color: transparent;
    border-color: #bd2130;
}

.hide {
    display: none;
}

.question {
    margin: 2rem 0;
}

input[type="radio"] {
    margin: 3px 10px;
}

.buttons {
    margin-top: 3rem;
}

.adress {
    font-size: 20px;
    margin-top: 2rem;
}

.btn-ingresar {
    padding: 10px 31px;
}

.modal-header {
    text-align: center;
    display: block;
    border-bottom: 0;
    margin-top: 2rem;
}

.modal-footer {
    text-align: center;
    display: block;
    border-top: 0;
    margin-bottom: 3rem;
}

.modal-title {
    font-size: 24px;
}

.close {
    text-align: right;
    padding: 1rem;
}

.btn-block2 {
    width: 40%;
}

.container-fluid {
    margin-top: 4.6rem;
}

.profile {
    border-left: 1px solid gray;
}

.menu-copiloto li {
    padding: 0px 2rem;
}

.descriptive-menu {
    font-size: 12px;
    font-family: 'apexsansboldstregular', sans-serif;
    line-height: 1;
}

.descriptive-menu-link {
    color: #00dd88;
    font-size: 12px;
}

.descriptive-menu-link:hover {
    color: #00a565;
    text-decoration: none;
}

.menu-dropdown {
    font-family: 'apexsansbookstregular', sans-serif;
    font-size: 20px;
    color: black;
    padding: 0;
}

.menu-dropdown:hover {
    color: black;
}

.menu-link {
    font-family: 'apexsansbookstregular', sans-serif;
    font-size: 20px;
    color: black;
    padding: 0;
}

.profile-link {
    font-family: 'apexsansboldstregular', sans-serif;
    font-size: 20px;
    color: #00dd88;
    padding: 0;
    line-height: 0;
    margin-top: 0.7rem;
}

.profile-link:hover {
    color: #00a565;
    text-decoration: none;
}

.card {
    border: 1px solid white;
}

.card-saldo {
    border-radius: 0;
    border-top: 4px solid #ffcc00;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.card-cupo {
    border-radius: 0;
    border-top: 4px solid #1e9c07;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.a-circle2 {
    background-color: #ffcc00;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.aa-circle {
    background-color: #ffcc00;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.cupo-circle {
    background-color: #1e9c07;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.card-saldo2 {
    border-radius: 0;
    border-top: 4px solid #5523c8;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.m-circle {
    background-color: #5523c8;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.card-saldo3 {
    border-radius: 0;
    border-top: 4px solid #000000;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.c-circle {
    background-color: #000000;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.card-saldo4 {
    border-radius: 0;
    border-top: 4px solid #00cadc;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.e-circle {
    background-color: #00cadc;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.card-heading {
    font-family: 'apexsansbookstregular';
}

main {
    margin-top: 3rem;
}

.graph-icon {
    margin-top: 3rem;
}

.graph-title {
    text-align: left;
    padding: 20px 0px 0px;
}

.graph-title-small {
    font-family: 'apexsansboldstregular';
    font-size: 12px
}

.graph-title-big {
    font-family: 'apexsansboldstregular';
    font-size: 36px;
    margin-bottom: 3rem;
}

.text-link {
    margin: 20px 0px;
}

.green-link {
    font-family: 'apexsansboldstregular';
    font-size: 16px;
    color: #00dd88;
}

.green-link:hover {
    color: #009861;
}

.black-link {
    font-family: 'apexsansboldstregular';
    font-size: 16px;
    color: #000000;
}

.red-link {
    font-family: 'apexsansboldstregular';
    font-size: 16px;
    color: red;
}

.black-link:hover {
    color: #3b3b3b;
}

.table-copiloto {
    margin-top: 3.5rem;
}

.active .icon {
    display: none;
}

.active .icon-active {
    display: inline-block;
}

.icon-menu {
    width: 13px;
    height: 11px;
    display: inline-block;
    background-image: url(../img/lateral/home.png);
}

.icon-menu:hover {
    background-image: url(../img/lateral/home-hover.png);
}

.sidebar-sticky {
    margin-top: 2rem;
}

.nav-link-menu {
    padding: 0.5rem 1rem;
    display: block;
    color: black;
    font-size: 12px;
}

.nav-link-menu {
    font-family: 'apexsansmediumstregular';
}

.feather-file {
    margin-top: -5px;
    width: 20px;
}

.nav-link-menu:hover {
    color: #00dc8c;
    text-decoration: none;
}

.active {
    color: #00dc8c;
    border-right: 4px solid;
}

.breadcrumb-profile {
    margin-left: 0;
}

.select,
#locale {
    width: 100%;
}

.like {
    margin-right: 10px;
}

.search-table {
    margin: 3rem 0;
}

.filter-table {
    margin: 2.2rem 0;
}

.no-rounded {
    border-radius: 3px;
    padding: 6px 18px;
}

.download-table {
    border: transparent;
    font-family: 'apexsansboldstregular', sans-serif;
    color: black;
    width: 14rem;
}

.btn-download {
    background-color: transparent;
    border: none;
    color: black;
}

.btn-download:hover {
    background-color: transparent;
    border: none;
    color: black;
}

.btn-download:active {
    background-color: transparent!important;
    border: none;
    color: black!important;
}

.page-link {
    border: none;
    padding: 0.2px 5px;
}

.page-link:hover {
    z-index: 2;
    color: #009760;
    text-decoration: none;
    background-color: transparent;
}

.pages-pager {
    font-family: 'apexsansboldstregular', sans-serif;
    color: #00dc8c;
}

.list-pager {
    font-family: 'apexsansbookstregular', sans-serif;
    color: #000000;
}

.table th,
.table td {
    border: none;
    font-family: 'apexsansbookstregular', sans-serif;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table thead th {
    border: none;
    font-family: 'apexsansboldstregular', sans-serif;
}

.btn-table-dropdown {
    background-color: transparent;
    border: none;
}

.btn-table-dropdown:hover {
    background-color: transparent;
    border: none;
}

.dropleft .dropdown-toggle::before {
    display: none;
}


/*Responsive*/

.responsive {
    display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png);
    height: 15px;
    width: 15px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.dropdown-profile {
    right: 0;
    left: auto;
    min-width: 18rem;
    padding: 2.5rem 1rem 1rem;
    border-radius: 0;
}

i {
    border: solid #00dc8c;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    margin-top: 9px;
}

.sidebar {
    padding-top: 3%;
    padding-right: 0;
}

.footer-profile {
    margin-top: 0;
}

.panel-body {
    background-color: #e2e2e2;
}

.table-mobile {
    border-bottom: 1px solid gray;
    padding: 10px;
}

@media (max-width: 768px) {
    nav.navbar.navbar-dark.fixed-top.bg-white.flex-md-nowrap.border-bottom {
        display: none;
    }
    .responsive {
        display: block;
    }
    .sidebar {
        display: none!important;
    }
    .container-content {
        max-width: 100%;
        flex: none;
    }
    .profile {
        border: none;
    }
    .table-mobile {
        display: block!important;
    }
    .menu-dropdown {
        font-size: 18px;
        margin-top: 3%;
    }
    .menu-copiloto li {
        padding: 0;
    }
    .nav {
        display: block;
        text-align: center;
    }
    .container-fluid {
        margin-top: 0;
    }
    .nav-link-menu {
        font-size: 15px
    }
    footer .logos {
        position: relative;
        text-align: center;
        float: none;
        padding: 0 0 22px;
    }
    .table-desktop {
        display: none
    }
    .col-6 {
        flex: none;
        max-width: 100%;
    }
}

.btn-space {
    margin-top: 50px;
    margin-bottom: 100px;
}

.table-desktop {
    margin-bottom: 100px;
}

.date-filter {
    margin-bottom: 14px;
}

.resolved {
    color: #579a00;
}

.process {
    color: #91a5a6;
}

.panel-desktop {
    position: fixed;
    width: 15.5%;
}

.red {
    text-align: center;
    color: red;
    margin-bottom: 30px;
}

.adress2 {
    font-size: 12px;
}

.truncate {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-open {
    overflow: hidden !important;
    overflow-y: hidden !important;
    height: 100%;
    overflow: hidden;    
}

button#btnCambiarSuscripcion:disabled {
    background: gray !important;
    border-color: gray;
}

.iconCambiarSuscripcion{
    width: 50%;
    display: block;
    margin: 0px auto;
    height: 50px;
}
footer .logos span {
    font-size: 11px;
    margin-right: 10px;
}
.footer-logos > .row{
    margin:0px;
}
.footer-logos > .row > .col-4 {
    display: flex;
    align-items: center;
}#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.centrado {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: 'apexsansboldstregular';
    src: url('fonts/apexsansboldst-webfont.woff2') format('woff2'), url('fonts/apexsansboldst-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apexsansbookstregular';
    src: url('fonts/apexsanboost-webfont.woff2') format('woff2'), url('fonts/apexsanboost-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apexsansmediumstregular';
    src: url('fonts/apexsanmedst-webfont.woff2') format('woff2'), url('fonts/apexsanmedst-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p {
    font-family: 'apexsansbookstregular', sans-serif;
    margin-bottom: 0;
    line-height: 1.7rem;
}

b,
strong {
    font-family: 'apexsansboldstregular', sans-serif;
}

.titles {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: black;
    font-size: 50px;
}

.description-text {
    font-size: 16px;
    color: black;
    width: 50%;
    margin: 0 auto;
}

.description-text-2 {
    font-size: 16px;
    color: black;
    width: 50%;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.col-6,
.col-12 {
    padding: 5px !important;
}

h3 {
    text-align: center;
    padding: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 1.7rem;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #00dc8c;
}

.form-control:focus-within {
    box-shadow: none;
    border: 2px solid #00dc8c;
}

.form-control:active {
    box-shadow: none;
    border: 2px solid #00dc8c;
}

.form-control {
    border-radius: 0.3rem;
}

.btn-green {
    background-color: #00dc8c;
    border-radius: 5rem;
    color: black;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-color: #00dc8c;
}

.btn-green:active,
.btn-green:hover {
    background-color: #00a066!important;
    border-color: #00a066;
}

.btn-red {
    background-color: #dc3545;
    border-radius: 5rem;
    color: black;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-color: #dc3545;

}

.btn-red:active,
.btn-red:hover {
    background-color: #bd2130!important;
    border-color: #bd2130;
}

.p-3-copiloto {
    padding: 1rem 4rem;
}

footer {
    background-color: #f8f8f8;
    margin-top: 3rem;
}

.terms-links {
    text-align: center;
    margin: 5px 0 13px;
    ;
}

footer ul li {
    display: inline-block;
    font-size: 12px;
    list-style: none;
    margin-right: 20px;
    vertical-align: middle;
}

footer ul li a {
    color: black;
}

footer ul li a:hover {
    color: black;
}

footer .logos {
    display: flex;
    align-items: center;
}

footer .logos img {
    margin-right: 10px;
}

.col-md-12.logo {
    text-align: center;
}

footer .img-logo {
    width: 152px;
    margin-top: 10px;
}

.copyright {
    background-color: #e5e5e5;
}

.footer-logos {
    padding: 1rem 0 1.5rem;
}

hr {
    margin: 0;
}

.center {
    text-align: center;
}

.link-text {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'apexsansmediumstregular', sans-serif;
}

.small-link {
    color: #00dc8c;
}

.small-link:hover {
    color: #00b674;
}

.breadcrumb {
    background-color: transparent;
    font-family: 'apexsansmediumstregular';
    font-size: 12px;
    margin-left: 4rem;
}

.breadcrumb-item a {
    color: #000000;
}

.breadcrumb-item.active {
    color: #00dc8c;
    border-right: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000000;
    content: "-";
}

.subtitle {
    text-align: left;
    font-size: 24px;
    padding: 0;
    color: #000000;
}

#exampleCheck1 {
    margin-top: 15px;
}

.btn-outline-dark {
    border: 2px solid #000000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #000000;
    border-radius: 30px;
    margin-top: 17px;
    height: 54px;
    padding: 0 9%;
}

.form-margin {
    margin-top: 3rem;
}

.steps {
    margin-top: 5rem;
    margin-bottom: 12rem;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    color: #9caca7;
    font-weight: 600;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #e4edea;
    font-weight: 900;
}

.progressbar li:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #9caca7;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #000000;
}

.progressbar li.active:before {
    background-color: #00dc8c;
    border: none;
}

.progressbar li.active+li:after {
    background-color: #00dc8c;
}

.progressbar li.completed:before {
    border: none;
    content: url(https://upload.wikimedia.org/wikipedia/commons/e/e0/Check_green_icon.svg);
    width: 30px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control:disabled {
    background-color: white;
    border: 1px solid #9caca7;
    color: #9caca7;
    font-family: 'apexsansbookstregular', sans-serif;
}

.form-group:disabled {
    color: #9caca7;
}

.inner-btn {
    width: 80%;
    float: right;
}

.account-resume {
    border: 1px solid #d5d8d9;
    padding: 2rem 3rem;
    margin-top: -20px;
}

.bold-subtitle {
    font-family: 'apexsansboldstregular', sans-serif;
}

.resume-line {
    margin: 17px 0;
}

.account-title {
    margin-bottom: 2rem;
}

.subtotal {
    font-family: 'apexsansboldstregular', sans-serif;
    margin-top: 3rem;
}

.account-total {
    font-family: 'apexsansboldstregular', sans-serif;
    font-size: 26px;
}

.alert-success {
    color: #42723f;
    background-color: #def1d9;
    border-color: #67d262;
    padding: 5% 10%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.completed {
    position: absolute;
    top: -18px;
    right: 46%;
}

input[type="file"] {
    float: left;
    position: absolute;
    margin-left: -152px;
    margin-top: 16px;
    z-index: -1;
    width: 90%;
}

.custom-file-upload {
    border: 2px solid #00dc8c;
    display: inline-block;
    padding: 6px 30px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 8px;
    color: #35dc88;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    background-color: white;
}

.custom-file-upload2 {
    border: 2px solid gray;
    display: inline-block;
    padding: 6px 30px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 8px;
    color: gray;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    background-color: white;
}

.back-btn {
    float: left;
}

.btn-green-outline {
    border: 2px solid #00dc8c;
    background-color: transparent;
    border-radius: 5rem;
    color: #00dc8c;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.btn-green-outline:active,
.btn-green-outline:hover {
    border-color: #00a066;
    background-color: transparent;
    color: #00a066;
}

.btn-red-outline {
    border: 2px solid #dc3545;
    background-color: transparent;
    border-radius: 5rem;
    color: #dc3545;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.btn-red-outline:active,
.btn-red-outline:hover {
    border-color: #bd2130;
    background-color: transparent;
    color: #bd2130;
}

.hide {
    display: none;
}

.question {
    margin: 2rem 0;
}

input[type="radio"] {
    margin: 3px 10px;
}

.buttons {
    margin-top: 3rem;
}

.adress {
    font-size: 20px;
    margin-top: 2rem;
}

.btn-ingresar {
    padding: 10px 31px;
}

.modal-header {
    text-align: center;
    display: block;
    border-bottom: 0;
    margin-top: 2rem;
}

.modal-footer {
    text-align: center;
    display: block;
    border-top: 0;
    margin-bottom: 3rem;
}

.modal-title {
    font-size: 24px;
}

.close {
    text-align: right;
    padding: 1rem;
}

.btn-block2 {
    width: 40%;
}

.container-fluid {
    margin-top: 4.6rem;
}

.profile {
    border-left: 1px solid gray;
}

.menu-copiloto li {
    padding: 0px 2rem;
}

.descriptive-menu {
    font-size: 12px;
    font-family: 'apexsansboldstregular', sans-serif;
    line-height: 1;
}

.descriptive-menu-link {
    color: #00dd88;
    font-size: 12px;
}

.descriptive-menu-link:hover {
    color: #00a565;
    text-decoration: none;
}

.menu-dropdown {
    font-family: 'apexsansbookstregular', sans-serif;
    font-size: 20px;
    color: black;
    padding: 0;
}

.menu-dropdown:hover {
    color: black;
}

.menu-link {
    font-family: 'apexsansbookstregular', sans-serif;
    font-size: 20px;
    color: black;
    padding: 0;
}

.profile-link {
    font-family: 'apexsansboldstregular', sans-serif;
    font-size: 20px;
    color: #00dd88;
    padding: 0;
    line-height: 0;
    margin-top: 0.7rem;
}

.profile-link:hover {
    color: #00a565;
    text-decoration: none;
}

.card {
    border: 1px solid white;
}

.card-saldo {
    border-radius: 0;
    border-top: 4px solid #ffcc00;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.card-cupo {
    border-radius: 0;
    border-top: 4px solid #1e9c07;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.a-circle2 {
    background-color: #ffcc00;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.aa-circle {
    background-color: #ffcc00;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.cupo-circle {
    background-color: #1e9c07;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.card-saldo2 {
    border-radius: 0;
    border-top: 4px solid #5523c8;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.m-circle {
    background-color: #5523c8;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.card-saldo3 {
    border-radius: 0;
    border-top: 4px solid #000000;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.c-circle {
    background-color: #000000;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.card-saldo4 {
    border-radius: 0;
    border-top: 4px solid #00cadc;
    -webkit-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    -moz-box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
    box-shadow: 10px 10px 69px -32px rgba(135, 135, 135, 0.4);
}

.e-circle {
    background-color: #00cadc;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.card-heading {
    font-family: 'apexsansbookstregular';
}

main {
    margin-top: 3rem;
}

.graph-icon {
    margin-top: 3rem;
}

.graph-title {
    text-align: left;
    padding: 20px 0px 0px;
}

.graph-title-small {
    font-family: 'apexsansboldstregular';
    font-size: 12px
}

.graph-title-big {
    font-family: 'apexsansboldstregular';
    font-size: 36px;
    margin-bottom: 3rem;
}

.text-link {
    margin: 20px 0px;
}

.green-link {
    font-family: 'apexsansboldstregular';
    font-size: 16px;
    color: #00dd88;
}

.green-link:hover {
    color: #009861;
}

.black-link {
    font-family: 'apexsansboldstregular';
    font-size: 16px;
    color: #000000;
}

.red-link {
    font-family: 'apexsansboldstregular';
    font-size: 16px;
    color: red;
}

.black-link:hover {
    color: #3b3b3b;
}

.table-copiloto {
    margin-top: 3.5rem;
}

.active .icon {
    display: none;
}

.active .icon-active {
    display: inline-block;
}

.icon-menu {
    width: 13px;
    height: 11px;
    display: inline-block;
    background-image: url(../img/lateral/home.png);
}

.icon-menu:hover {
    background-image: url(../img/lateral/home-hover.png);
}

.sidebar-sticky {
    margin-top: 2rem;
}

.nav-link-menu {
    padding: 0.5rem 1rem;
    display: block;
    color: black;
    font-size: 12px;
}

.nav-link-menu {
    font-family: 'apexsansmediumstregular';
}

.feather-file {
    margin-top: -5px;
    width: 20px;
}

.nav-link-menu:hover {
    color: #00dc8c;
    text-decoration: none;
}

.active {
    color: #00dc8c;
    border-right: 4px solid;
}

.breadcrumb-profile {
    margin-left: 0;
}

.select,
#locale {
    width: 100%;
}

.like {
    margin-right: 10px;
}

.search-table {
    margin: 3rem 0;
}

.filter-table {
    margin: 2.2rem 0;
}

.no-rounded {
    border-radius: 3px;
    padding: 6px 18px;
}

.download-table {
    border: transparent;
    font-family: 'apexsansboldstregular', sans-serif;
    color: black;
    width: 14rem;
}

.btn-download {
    background-color: transparent;
    border: none;
    color: black;
}

.btn-download:hover {
    background-color: transparent;
    border: none;
    color: black;
}

.btn-download:active {
    background-color: transparent!important;
    border: none;
    color: black!important;
}

.page-link {
    border: none;
    padding: 0.2px 5px;
}

.page-link:hover {
    z-index: 2;
    color: #009760;
    text-decoration: none;
    background-color: transparent;
}

.pages-pager {
    font-family: 'apexsansboldstregular', sans-serif;
    color: #00dc8c;
}

.list-pager {
    font-family: 'apexsansbookstregular', sans-serif;
    color: #000000;
}

.table th,
.table td {
    border: none;
    font-family: 'apexsansbookstregular', sans-serif;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table thead th {
    border: none;
    font-family: 'apexsansboldstregular', sans-serif;
}

.btn-table-dropdown {
    background-color: transparent;
    border: none;
}

.btn-table-dropdown:hover {
    background-color: transparent;
    border: none;
}

.dropleft .dropdown-toggle::before {
    display: none;
}


/*Responsive*/

.responsive {
    display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png);
    height: 15px;
    width: 15px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.dropdown-profile {
    right: 0;
    left: auto;
    min-width: 18rem;
    padding: 2.5rem 1rem 1rem;
    border-radius: 0;
}

i {
    border: solid #00dc8c;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    margin-top: 9px;
}

.sidebar {
    padding-top: 3%;
    padding-right: 0;
}

.footer-profile {
    margin-top: 0;
}

.panel-body {
    background-color: #e2e2e2;
}

.table-mobile {
    border-bottom: 1px solid gray;
    padding: 10px;
}

@media (max-width: 768px) {
    nav.navbar.navbar-dark.fixed-top.bg-white.flex-md-nowrap.border-bottom {
        display: none;
    }
    .responsive {
        display: block;
    }
    .sidebar {
        display: none!important;
    }
    .container-content {
        max-width: 100%;
        flex: none;
    }
    .profile {
        border: none;
    }
    .table-mobile {
        display: block!important;
    }
    .menu-dropdown {
        font-size: 18px;
        margin-top: 3%;
    }
    .menu-copiloto li {
        padding: 0;
    }
    .nav {
        display: block;
        text-align: center;
    }
    .container-fluid {
        margin-top: 0;
    }
    .nav-link-menu {
        font-size: 15px
    }
    footer .logos {
        position: relative;
        text-align: center;
        float: none;
        padding: 0 0 22px;
    }
    .table-desktop {
        display: none
    }
    .col-6 {
        flex: none;
        max-width: 100%;
    }
}

.btn-space {
    margin-top: 50px;
    margin-bottom: 100px;
}

.table-desktop {
    margin-bottom: 100px;
}

.date-filter {
    margin-bottom: 14px;
}

.resolved {
    color: #579a00;
}

.process {
    color: #91a5a6;
}

.panel-desktop {
    position: fixed;
    width: 15.5%;
}

.red {
    text-align: center;
    color: red;
    margin-bottom: 30px;
}

.adress2 {
    font-size: 12px;
}

.truncate {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-open {
    overflow: hidden !important;
    overflow-y: hidden !important;
    height: 100%;
    overflow: hidden;    
}

button#btnCambiarSuscripcion:disabled {
    background: gray !important;
    border-color: gray;
}

.iconCambiarSuscripcion{
    width: 50%;
    display: block;
    margin: 0px auto;
    height: 50px;
}
footer .logos span {
    font-size: 11px;
    margin-right: 10px;
}
.footer-logos > .row{
    margin:0px;
}
.footer-logos > .row > .col-4 {
    display: flex;
    align-items: center;
}

#modalTokenTarjeta .modal-header .close {
    align-self: flex-start;

    margin-top: -5rem;
}


.payment-option {
    border-radius: .25rem;
    padding: 1rem;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.payment-option .custom-control-label {
    width: 100%;
    cursor: pointer;
    padding-left: 1.5rem; 
}

.payment-option .custom-control-label::before,
.payment-option .custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.payment-logo {
    max-height: 120px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    margin-left: 0.5rem;
}
