@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik/Rubik-Regular.ttf");
}

* {
    --main-color: #000;
    --sec-color: #0062e3;
    --orange-color: #ffad29;
    --green-color: #0073ae;
    font-family: "Rubik" !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #f99a0d;
    font-weight: 700;
}

.navbar li {
    list-style: none;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #176f2b;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #176f2b;
    text-decoration: none;
    background-color: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #28a745;
    text-decoration: none;
    background-color: #ffffff;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #f99c0d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-weight: 700;
}

.btn {
    background-color: #ff9b23;
    border-color: #ff9b23;
    color: #fff;
}

.tab-content,
p {
    color: #6d6e71;
    font-size: 12px;
}

strong {
    font-weight: bold;
}

h3 {
    color: var(--main-color);
    font-weight: bold;
}

.limit-payment-container {
    color: var(--main-color);
}

.card-search,
.card-header {
    background-color: #f0ecf4;
    color: var(--main-color);
    padding: 7px;
}

.card-info {
    background-color: #f0ecf4;
    color: var(--main-color);
    padding: 7px;
}

.card .card-body,
.card .card-footer {
    color: #6d6e71;
    border-color: #6d6e71;
}

.card-result .card-footer {
    background-color: #fff;
}

.card-result .card-header {
    background-color: #f0ecf4;
    color: var(--main-color);
    padding: 7px;
}

.form-control {
    color: #6d6e71;
    border-color: #6d6e71;
    font-size: 12px;
    padding: 3px;
    height: auto !important;
}

* {
    font-family: 'Nunito-Light', arial;
}

.lblcantidad {
    color: var(--main-color);
    font-weight: bold;
}

.fontbold {
    font-weight: bold;
}




.res-total {
    color: var(--main-color);
}

.res-get-count {
    color: var(--main-color);
}

label.text-primary {
    color: var(--main-color) !important;
}

.text-primary.plan-title {
    color: var(--green-color) !important;
}

.plan-name {
    color: var(--green-color) !important;
}

.nav-item.nav-link {
    /*background-color: var(--main-color);
    color: #fff;*/
    background-color: #f3f3f3;
    color: var(--main-color);
    font-weight: bold;
}

    .nav-item.nav-link.active {
        color: var(--main-color);
    }

.titles.row-item .row div {
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 7px;
    background-color: #f0ecf4;
    color: var(--main-color);
    margin-bottom: 16px;
    min-height: 48px;
    border-right: 1px solid white;
    text-align: center;
}

.frmTariff .row-item .row div {
    border-bottom: 1px solid #f0ecf4;
    margin-bottom: 16px;
    min-height: 48px;
    padding-top: 7px;
}

.container span {
    font-size: 12px;
}

.strong-estaturas p strong {
    color: orange;
    text-align: center;
}

.strong-estaturas p {
    color: orange;
    text-align: center;
}

#policy * {
    font-size: 12px;
}

.loading-container {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 99;
    background: white;
    height: 100%;
}

    .loading-container .img-fluid {
        height: auto;
        width: auto;
    }

.info {
    background: #fffdfd;
    border-radius: 50%;
    padding: 0px 3px;
    border: 1px solid #ccc5c5;
    top: -7px;
    left: -8px;
}

.results-container {
    outline: none;
}

.to-discount,
.to-pay {
    color: #333333;
}

.lbl-topay,
.lbl-discount {
    color: #00adff !important;
}
