.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.icon-lista-icono {
    color: #032844 !important;
}
.ip-input-container {
    height: 37px !important;
    text-align: center;
    font-size: 18px;
}
.feather {
    width: 40px;
    height: 30px;
    vertical-align: text-bottom;
}

[class*=" icon-"] {
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}

.sidebar {
    position: fixed;
    top: -14px;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    /* Behind the navbar */
    padding: 112px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 104px);
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    color: #c1c1c1;
    border: 1.2px;
    border-right-style: solid;
    box-shadow: #d8d8d8 1px 0px 1px;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        background-color: #fff !important;
    }
}

.nav-item {
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.nav-item > a {
    font-family: "Lato";
    font-size: 16px;
    color: #808080;
    text-decoration: none;
}

.router-link-active {
    color: #00b4d3;
}

.router-link-exact-active {
    color: #00b4d3;
}

.nav-item > a > i {
    padding-right: 10px;
}

.sidebar .nav-link {
    font-weight: 400;
    color: #808080;
    font-family: "Lato" !important;
    font-size: 16px !important;
    line-height: 1.5rem !important;
    padding: 0.8rem;
    vertical-align: middle;
}

.sidebar .nav-link .feather {
    margin-right: 10px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #00b4d3 !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.25);
    margin-left: 1%;
}

.navbar .navbar-toggler {
    top: 0.25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: 0.75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.navbar-dark {
    background-color: #fff !important;
    color: #032844 !important;
    margin-bottom: 30px !important;
    height: 104px;
}

.navbar-dark .navbar-brand {
    background-color: #fff !important;
    color: #032844 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #032844 !important;
}

.username {
    font-family: "Lato-bold" !important;
    font-size: 16px !important;
}
.img-circle {
    border-radius: 50%;
}
.codigo {
    font-family: "Lato" !important;
    font-size: 16px !important;
}

.nav-link {
    font-family: "Lato" !important;
    font-size: 15px !important;
}

.titulo-inicio {
    color: #032844;
    font-weight: 400;
    position: relative;
    font-family: "Nunito" !important;
    margin:  19px 0 23px 0;
}

.subtitulo-inicio {
    font-size: 20px !important;
    color: #032844;
    font-weight: 400;
    position: relative;
    font-family: "Lato" !important;
}

.linea-div {
    height: 15px;
    overflow: hidden;
    border-top: 1px solid #c1c1c1 !important;
    margin-top: -5px !important;
}

.card-box {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: width full;
    max-height: height full;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box !important;
    box-shadow: 1px 8px 11px 3px rgba(75, 81, 91, 0.11) !important;
    border-radius: 0.25rem;
    margin-bottom: 40px !important;
}

.box-select {
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato";
    color: #808080;
    background-color: #fff !important;
    border-radius: 10px !important;
    border: 1.2px solid #c1c1c1;
    text-transform: capitalize !important;
}

.titulo-box {
    font-size: 24px !important;
    color: #032844;
    font-weight: 500;
    position: relative;
    font-family: "Nunito" !important;
    margin: 5px 0 25px 0;
    text-transform: capitalize !important;
}

.titulo-inicio-box {
    font-size: 20px !important;
    color: #808080;
    font-weight: 400;
    position: relative;
    font-family: "Nunito" !important;
    margin: 30px 10px 25px 20px !important;
    text-transform: capitalize !important;
}

.titulo-inicio-box-2 {
    font-size: 20px !important;
    color: #032844;
    font-weight: 400;
    position: relative;
    font-family: "Nunito" !important;
    margin: 30px 10px 25px 20px !important;
    text-transform: capitalize !important;
}

.titulo-box-2 {
    font-size: 26px !important;
    color: #032844;
    font-weight: 400;
    position: relative;
    font-family: "Nunito" !important;
    margin: 5px 0 25px 0;
}

.titulo-table {
    font-size: 16px;
    font-family: "Lato-Bold";
    font-weight: 600;
    color: #808080;
}

.titulo-table-body {
    font-size: 16px;
    font-family: "Lato-Bold";
    font-weight: 600;
    color: #808080;
}

.titulo-data-table {
    font-size: 16px;
    font-family: "Lato";
    font-weight: 400;
    color: #808080;
}

.titulo-select-body {
    font-size: 16px;
    font-family: "Lato";
    font-weight: 400;
    color: #032844;
    margin: 5px 0 25px 0;
    text-transform: capitalize !important;
}

.titulo-select-body-2 {
    font-size: 16px;
    font-family: "Lato";
    font-weight: 400;
    color: #808080;
    text-transform: capitalize !important;
    margin: 5px 0 12px 0;
}

.titulo-box-3 {
    font-size: 20px !important;
    color: #032844;
    font-weight: 600;
    position: relative;
    font-family: "Lato-Bold" !important;
    margin: 5px 0 25px 0;
    text-transform: capitalize !important;
}

.navbar-text-color1 {
    font-size: 20px !important;
    color: #032844;
    font-family: "Nunito" !important;
}

.navbar-text-color2 {
    font-size: 20px !important;
    color: #00b4d3 !important;
    text-decoration: underline;
    font-family: "Nunito" !important;
}

.multiselect__tag,
.multiselect__tag span,
.multiselect__tag input,
.multiselect__option--highlight,
.multiselect__option--highlight:after,
.multiselect__tag-icon:hover {
  background:#00b4d3 !important;
}
.multiselect__option--selected.multiselect__option--highlight,
.multiselect__option--selected.multiselect__option--highlight:after{
    background:#ff6a6a !important;
    color:#fff !important;
}

.texto-box {
    font-size: 20px !important;
    color: #032844;
    font-weight: 400;
    position: relative;
    font-family: "Lato" !important;
    text-transform: capitalize !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
}

.titulo-card {
    font-size: 16px !important;
    color: #032844;
    font-weight: 600;
    position: relative;
    font-family: "Lato-Bold" !important;
    margin: 5px 0 25px 0;
    text-align: left;
    text-transform: capitalize !important;
}

.texto-card {
    font-size: 16px !important;
    color: #032844;
    font-weight: 400;
    position: relative;
    font-family: "Lato" !important;
    margin: 5px 0 25px 0;
    text-align: left;
    margin-top: -13px;
}

.texto-form-card {
    font-size: 16px !important;
    color: #032844;
    font-weight: 400;
    position: relative;
    font-family: "Lato" !important;
}

.texto-enlace {
    font-size: 16px !important;
    color: #00b4d3 !important;
    font-weight: 400;
    position: relative;
    font-family: "Lato" !important;
    margin: 5px 0 25px 0;
    text-align: left !important;
    margin-top: -13px;
}

.boton-consultar {
    margin-top: 10px !important;
    color: #fff;
    background-color: #032844;
    border-color: #032844;
    font-family: "Nunito-bold" !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 4px 35px !important;
    border-radius: 35px !important;
}

.boton-consultar:hover {
    color: #fff;
    background-color: #032844;
    border-color: #032844;
}

.boton-descargar {
    color: #fff;
    background-color: #ff9e00;
    border-color: #ff9e00;
    font-family: "Nunito-bold" !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 4px 35px !important;
    border-radius: 35px !important;
}

.boton-descargar:hover {
    color: #fff;
    background-color: #00b4d3;
    border-color: #00b4d3;
}



.linea-div-card-text {
    height: 15px;
    margin: -0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #c1c1c1 !important;
    margin-top: -15px !important;
}

.texto-guia {
    color: #00b4d3;
    font-family: "Lato" !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.texto-guia a {
    color: #00b4d3;
    font-family: "Lato-Bold" !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.content-card {
    margin-top: 5px !important;
}

.menu-link {
    font-family: "Nunito" !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    text-decoration: none;
}

.menu-link a {
    color: #032844;
    text-decoration: none;
}

.menu-link p:hover {
    color: #00b4d3;
    text-decoration: none;
}

.menu-link .sip a:hover img {
    src: url("../images/icono-troncalsip-soft.svg");
}

.menu-link a:hover {
    color: #00b4d3;
    text-decoration: none;
}

.titulo-card-info {
    color: #808080 !important;
    font-family: "Lato" !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.texto-card-info {
    color: #032844;
    font-family: "Lato" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.texto-card-info-price {
    color: #808080;
    font-family: "Lato" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.btn-principal {
    margin-top: 10px !important;
    color: #fff;
    background-color: #ff9e00;
    border-color: #ff9e00;
    font-family: "Nunito-bold" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 6px 50px !important;
    border-radius: 35px !important;
}

.btn-principal:hover {
    color: #fff;
    background-color: #00b4d3;
    border-color: #00b4d3;
}

.btn-principal-azul {
    margin-top: 10px !important;
    color: #fff;
    background-color: #00b4d3;
    border-color: #00b4d3;
    font-family: "Nunito-bold" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 6px 50px !important;
    border-radius: 35px !important;
}

.btn-principal-azul:hover {
    color: #fff;
    background-color: #ff9e00;
    border-color: #ff9e00;
}

.dorado-919 {
    color: #ff9e00;
}
.azul-919 {
    color: #00b4d3;
}
.negro-919 {
    color: black;
}

.btn-secundario {
    margin-top: 10px !important;
    color: #ff9e00;
    background-color: #fff;
    border-color: #ff9e00;
    font-family: "Nunito-bold" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 3px 18px !important;
    border-radius: 35px !important;
}

.btn-secundario:hover {
    color: #00b4d3;
    background-color: #fff;
    border-color: #00b4d3;
}

.btn-campana {
    margin-top: 10px !important;
    color: #ff9e00;
    background-color: #fff;
    border-color: #ff9e00;
    font-family: "Nunito-bold" !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    padding: 3px 14px !important;
    border-radius: 35px !important;
}

.btn-campana:hover {
    color: #00b4d3;
    background-color: #fff;
    border-color: #00b4d3;
}

.btn-secundario-azul {
    margin-top: 10px !important;
    color: #00b4d3;
    background-color: #fff;
    border-color: #00b4d3;
    font-family: "Nunito-bold" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 3px 18px !important;
    border-radius: 35px !important;
}

.btn-secundario-azul:hover {
    color: #ff9e00;
    background-color: #fff;
    border-color: #ff9e00;
}

.btn-secundario-cancelar {
    margin-top: 10px !important;
    color: #3e4041;
    background-color: #fff;
    border-color: #222222;
    font-family: "Nunito-bold" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 3px 18px !important;
    border-radius: 35px !important;
}

.btn-secundario-cancelar:hover {
    color: #3b3b3b;
    background-color: #fff;
    border-color: #0a0a0a;
}

.text-alert {
    font-family: "Lato" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.addNumber:hover {
    color: #00b4d3;
}

.is-invalid {
    background-image: none !important;
}

.borderlessNone td,
.borderlessNone th {
    border: none;
}

.medios-pago:active {
    border-color: #229c04;
    border: 10px;
}
/*clases del spiner*/

.pagination-item {
    width: 35px;
    height: 35px;
    border: 1px solid purple;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i-active {
    background: 00b4d3;
    color: #fff;
    border: none;
    margin: 0 10px;
}

.i-active-2 {
    background: #fff;
    color: black;
    border: none;
}

.a-active {
    color: #fff;
    cursor: pointer;
}

@media (max-width: 767.9px) {
    .navbar-brand {
        margin-left: 30% !important;
    }
    .logo-nav-bar {
        width: 50% !important;
    }
    .navbar-dark {
        height: 150px !important;
    }
    .borderlessNone td,
    .borderlessNone th {
        border: none;
    }
    .modal-mask {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: table;
        transition: opacity 0.3s ease;
    }
    .modal-wrapper {
        display: table-cell;
        vertical-align: middle;
    }
    /*clases del spiner*/
    .pagination-item {
        width: 35px;
        height: 35px;
        border: 1px solid purple;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .i-active {
        background: rgba(255, 0, 0, 0.8);
        color: #fff;
        border: none;
        margin: 0 10px;
    }
    .i-active-2 {
        background: #fff;
        color: black;
        border: none;
    }
    .a-active {
        color: #fff;
        cursor: pointer;
    }
    .a-active-2 {
        cursor: pointer;
        color: black;
    }
    /*Orley*/
    .btn-file input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 0px;
        cursor: pointer;
    }
    .titulo-sms {
        font-family: "Lato";
        font-size: 25px;
        color: #032844;
    }
    .link-youtobe {
        font-family: "Lato";
        font-size: 14px;
        color: #00b4d3;
    }
    .subtitulo-sms {
        font-family: "Nunito";
        font-size: 20px;
        color: #032844;
    }
    .input-border {
        border: 1px solid #c1c1c1;
        border-radius: 10px;
    }
    .span-numeros {
        font-family: "Lato";
        font-size: 16px;
        color: #032844;
    }
    .separacion-sms {
        margin: 30px 0;
    }
    .flexbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .input-sms {
        position: relative;
        opacity: 0;
        cursor: pointer;
        z-index: 1000;
        left: -13px;
    }
    .span-sms {
        position: absolute;
        left: 0px;
        height: 17px;
        width: 17px;
        background-color: white;
        border: 1px solid #808080;
        border-radius: 3px;
    }
    .span-sms:after {
        top: 2px;
        left: 5px;
        width: 5px;
        height: 10px;
        border: solid #00b4d3;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        content: "";
        position: absolute;
    }
    .sombra-div-sms {
        position: relative;
        max-width: 100%;
        max-height: auto;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box !important;
        box-shadow: 1px 6px 32px 0 rgba(75, 81, 91, 0.11) !important;
        border-radius: 0.25rem;
        margin-bottom: 50px !important;
    }
    #prever,
    #next {
        border: 1px solid #808080;
        cursor: pointer;
        text-decoration: none;
    }
    .pagination-item {
        width: 35px;
        height: 35px;
        border: 1px solid #880088;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*----------------*/
    .span-sms2 {
        position: absolute;
        left: 0px;
        height: 17px;
        width: 17px;
        background-color: white;
        border: 1px solid #808080;
        border-radius: 3px;
    }
    .span-sms2:after {
        left: 5px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid #00b4d3;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        content: "";
        position: absolute;
        display: none;
    }
    .td-25 {
        width: 25%;
        text-align: left;
    }
    .i-active {
        margin: 0 10px;
        background: #00b4d3;
        border: none;
    }
    .i-active-2 {
        margin: 0 10px;
        border: 1px solid #00b4d3;
    }
    .a-active {
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }
    .a-active-2 {
        text-decoration: none;
        color: black;
        cursor: pointer;
    }
    .alto-caja-div {
        max-height: auto;
        overflow: hidden;
    }
    .error-camp {
        padding: 30px 0;
        color: rgba(255, 0, 0, 0.8);
        font-family: "Lato";
        text-align: center;
    }
    .modal-mask {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: table;
        transition: opacity 0.3s ease;
    }
    .modal-wrapper {
        display: table-cell;
        vertical-align: middle;
    }
}

.a-active-2 {
    cursor: pointer;
    color: black;
    border: none;
}

.a-active {
    color: #fff;
    cursor: pointer;
}

.a-active-2 {
    cursor: pointer;
    color: black;
}

/*Orley*/

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 0px;
    cursor: pointer;
}

/*Flexbox*/

.icon-house {
    display: inline-block;
    width: 40px;
    height: 40px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.flexbox-tres {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.flex-tres {
    display: flex;
    justify-content: flex-end;
}

.icon-svg {
    display: inline-block;
    width: 50px;
    height: 50px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-qr {
    display: inline-block;
    width: 20px;
    height: 20px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.gray-cellvoz {
    color: #c0c0c0;
}

.btn-popup-info {
    width: 180px;
    background-color: white;
    text-align: left;
    padding-left: 10px;
    padding-right: 2px;
    box-shadow: 1px 8px 11px 3px rgba(75, 81, 91, 0.11) !important;
}

.btn-popup-text {
    margin: 0;
    font-family: "Lato";
    font-size: 10px;
    color: #00b4d3;
    font-weight: 400;
}

.cellvoz-primary {
    color: #00b4d3;
}

.popup-table-headers {
    color: #032844 !important;
    font-family: "Nunito" !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.popup-table-content > td {
    color: #808080;
    font-family: "Lato" !important;
    font-size: 12px !important;
}

.contact-list-text,
.vs-radio__label {
    color: #808080;
    font-family: "Lato" !important;
    font-size: 16px !important;
}

.contact-list-helper-text {
    color: #c1c1c1;
    font-family: "Lato" !important;
    font-size: 10px !important;
}

.titulo-label-contactos {
    color: #808080;
    font-family: "Lato" !important;
    font-size: 16px !important;
}

.td-actions-list {
    width: 20% !important;
}

.vs-table__th {
    background-color: white !important;
}

.vs-table__footer {
    background-color: white !important;
}

.vs-pagination__active {
    left: auto !important;
    background-color: white !important;
    color: #00b4d3 !important;
    border-color: white !important;
    box-shadow: none !important;
}

.vs-pagination__button,
.active {
    background-color: white !important;
}

.vs-pagination__button,
.nextActive {
    background-color: white !important;
}

.vs-pagination__arrow,
.prev {
    background-color: white !important;
}

.tittle-contact-list {
    font-size: 20px;
    text-align: left !important;
    color: #032844;
}

h1,
h2 {
    color: #032844;
}

.vs-table {
    /* overflow-x: hidden !important; */
}

.titulo-help-modal {
    color: #00b4d3;
    font-family: "Nunito" !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}

.start-yellow {
    color: white;
    background: #fe9d01;
    padding: 4px;
    border-radius: 100px;
    font-size: 12px !important;
    margin-left: 10px;
}

.btn-yellow {
    color: #fe9d01 !important;
    font-weight: bold;
    border: 2px solid #fe9d01;
    padding: 2px 20px 2px 20px;
}

.btn-yellow:hover,
.btn-yellow:not(:disabled):not(.disabled):active {
    color: #00b4d3 !important;
    border-color: #00b4d3;
    background: none !important;
}

.icon-bold {
    font-size: 25px;
    font-weight: bold;
}

.val-code {
    min-width: 100px;
    text-align: center;
    background: transparent;
    border: 2px solid #ccc;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.mx-datepicker {
    width: 390px;
}

.texto-blue {
    color: #00b4d3;
}

.texto-rojo {
    color: #cb2600;
}

.texto-gris {
    color: #808080;
}

.texto-generico {
    font-family: "Lato";
    font-size: 16px;
}

.titulo-tabla {
    font-family: "Nunito" !important;
    font-weight: lighter !important;
    font-size: 20px;
    color: #032844;
}

/* Colored Icon */

.icon-new {
    width: 14.73px;
    height: 20px;
    margin-top: 0px;
}

.icon-api {
    background-color: #00b4d3;
    /* defines the background color of the image */
    mask: url(../images/iconos/ico-api.svg) no-repeat center / contain;
    -webkit-mask: url(../images/iconos/ico-api.svg) no-repeat center / contain;
}

.icon-whatsapp {
    background-color: #00b4d3;
    /* defines the background color of the image */
    mask: url(../images/iconos/ico-whatsappapi.svg) no-repeat center / contain;
    -webkit-mask: url(../images/iconos/ico-whatsappapi.svg) no-repeat center /
        contain;
}

.icon-ico-copiar {
    font-size: 25px !important;
}

.sip #table-responsive {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 330px;
    min-height: 130px;
    background: transparent;
}

.nunito {
    font-family: "Nunito" !important;
}

.lato {
    font-family: "Lato" !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-60 {
    font-size: 60px !important;
}

.gris-844 {
    color: #032844 !important;
}

.gris-080 {
    color: #808080 !important;
}

.gris-1c1 {
    color: #c1c1c1 !important;
}

.azul-844 {
    color: #032844 !important;
}

.verde-70d {
    color: #00a70d;
}

.amarillo {
    color: #ff9e00;
}


.azul-4d3 {
    color: #00b4d3;
}

.rojo-919 {
    color: #f21919;
}

.color-959 {
    color: #595959;
}

.color-1c1 {
    color: #c1c1c1;
}

.linea-div-card-text-2 {
    height: 15px;
    overflow: hidden;
    border-top: 1px solid #ededed !important;
}

.icono-popup {
    position: relative;
    margin-top: 6px;
    font-size: 21px !important;
}

.con-imagen canvas {
    margin: 0 auto;
    display: block;
}

.vs-dialog {
    padding: 20px !important;
}

.notFooter {
    margin-bottom: -10px !important;
}

.ip-input-container {
    height: 37px !important;
    text-align: center;
    font-size: 18px;
}

.input-boder {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: none !important;
}

.popup-absolute {
    width: 250px;
    position: absolute;
    top: 0;
    margin-left: 40px !important;
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.lineanew .form-check-input {
    margin-top: 0.58rem;
}

.icon-editar {
    background-image: url(../images/iconos/ico-editar.svg);
}

.icon-018000 {
    background-image: url(../images/iconos/ico-lineas018000.svg);
}

.icon-check {
    background-image: url(../images/iconos/ico-check.svg);
}

.icon-add {
    background-image: url(../images/iconos/ico-agregar-crear.svg);
}

.icon-phone {
    background-image: url(../images/iconos/ico-llamadaprueba.svg);
}

.icon-textSpeech {
    background-image: url(../images/iconos/ico-textspeech.svg);
}

.icon-enabled {
    filter: invert(36%) sepia(92%) saturate(2594%) hue-rotate(109deg)
        brightness(99%) contrast(102%);
}

.icon-disabled {
    filter: invert(53%) sepia(12%) saturate(0%) hue-rotate(348deg)
        brightness(94%) contrast(94%);
}

.icon-4d3 {
    filter: invert(55%) sepia(91%) saturate(2615%) hue-rotate(151deg)
        brightness(96%) contrast(101%);
}

.icon-844 {
    filter: invert(10%) sepia(22%) saturate(6906%) hue-rotate(188deg)
        brightness(94%) contrast(98%);
}

.icono-hover-4d3:hover {
    filter: invert(49%) sepia(36%) saturate(5614%) hue-rotate(158deg)
        brightness(105%) contrast(101%);
}

.icon-55 {
    width: 55px;
    height: 55px;
}

.btn-outline-principal {
    margin-top: 10px !important;
    color: #ff9e00;
    background-color: transparent !important;
    border: 2px solid #ff9e00;
    font-family: "Nunito-bold" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 6px 50px !important;
    border-radius: 35px !important;
}

.btn-outline-principal:hover {
    color: #00b4d3;
    border-color: #00b4d3;
}

.btn-outline-principal-bag {
    margin-top: 10px !important;
    color: #ff9e00;
    background-color: transparent !important;
    border: 2px solid #ff9e00;
    font-family: "Nunito-bold" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 6px 50px !important;
    border-radius: 35px !important;
}

.btn-outline-principal-bag:hover {
    color: #00b4d3;
    border-color: #00b4d3;
}

.btn-outline-principal-filter {
    color: #ff9e00;
    background-color: transparent !important;
    border: 2px solid #ff9e00;
    font-family: "Nunito-bold" !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    padding: 6px 20px !important;
    border-radius: 35px !important;
    margin-top: 2px !important;
}

.btn-outline-principal-filter:hover {
    color: #00b4d3;
    border-color: #00b4d3;
}

.pricing .btn {
    opacity: 1 !important;
    padding: 5px 16px 5px 15px !important;
}

.box-number {
    border: 2px solid #ccc;
    border-bottom: 0;
}

.icono-align-2 {
    font-size: 20px;
    margin-top: 17px;
    position: relative;
    top: 3px;
}

#customdropzone .icon-plus {
    color: #00b4d3;
}

#customdropzone .dropzone .dz-preview {
    margin: 0;
    width: 100%;
}

.dropzone {
    padding: 5px 5px;
    min-height: 100px;
}

.dz-filename span {
    white-space: initial;
    text-align: center;
}

.dropzone .dz-preview {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.msj-voz table td {
    border-top: 0;
    border-bottom: 1px solid #c1c1c1;
}

.border-bottom {
    border-bottom: 1px solid #c1c1c1;
}

.pagination-item {
    font-size: 18px;
    cursor: pointer;
}

.i-active {
    background: none;
}

.i-active .a-active {
    color: #00b4d3;
}

.a-active-2 {
    color: #808080;
}

.arrow-p {
    font-size: 20px !important;
    position: relative;
    top: -2px;
    color: #c1c1c1;
}

.mx-calendar-content .cell.active {
    background: #00b4d3 !important;
    border-radius: 15px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-40%);
    width: 68px;
}

.page-mtv .vs-radio-content {
    float: left;
}

.imagen-recarga {
    /*width: 80%;
    max-height: 96%;*/
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.content-acordion {
    border: 1px solid #c1c1c1;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0.25rem;
}

.firsletter {
    text-transform: lowercase;
}

.firsletter::first-letter {
    text-transform: uppercase;
}

/*
* MENU SVG
*/

.img-pqrs {
    width: 300px !important;
    cursor: pointer;
}

.cabecera {
    font-size: 1rem;
}

.texto {
    font-size: 0.9rem;
}

.breadcrumb-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0.25rem;
}

.breadcrumb-2-item {
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb-2-item + .breadcrumb-2-item {
    padding-left: 0.5rem;
}

.breadcrumb-2-item + .breadcrumb-2-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000;
    content: "/";
}

.breadcrumb-2-item + .breadcrumb-2-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-2-item + .breadcrumb-2-item:hover::before {
    text-decoration: none;
}

.breadcrumb-2-item.active {
    color: #6c757d;
}

.consulta {
    border: 1px solid rgb(214, 214, 214) !important;
    margin-left: 2%;
}

.cuenta_registro {
    display: inline;
    font-size: 0.8rem;
    margin-left: 40px;
    color: #00b4d3;
    cursor: pointer;
}
.number_registro {
    display: inline;
    font-size: 0.8rem;
    margin-left: 40px;
    color: #00b4d3;
    cursor: pointer;

}



.encabezado-pqr {
    background-color: rgb(4, 39, 67) !important;
    padding: 30px 20px;
    color: #fff;
}

.logo-cabecera {
    margin-top: 5px;
}

.redes {
    text-decoration: none;
    color: #fff;
}

.redes:hover {
    text-decoration: none;
    color: #fff;
}

@media screen and (min-width: 1367px) {
    .cuotas-cc {
        margin-top: -25px;
        max-width: 66.5%;
        margin-left: 16.8%;
    }
}

@media screen and (max-width: 1366px) {
    .cuotas-cc {
        margin-top: -25px;
        max-width: 73.5%;
        margin-left: 13.2%;
    }
}

@media screen and (max-width: 768px) {
    .cuotas-cc {
        margin-top: -25px;
        max-width: 96%;
        margin-left: 2%;
    }
}

@media screen and (min-width: 1367px) {
    .card-div {
        min-width: 240px !important;
        min-height: 250px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 1366px) {
    .card-div {
        min-width: 210px !important;
        min-height: 255px !important;
        text-align: center !important;
    }
}

.footer-card {
    position: absolute !important;
    bottom: 10px !important;
    text-align: center;
}

.align-boton {
    margin-left: -10%;
}

.boton-mobile-primario {
    color: #fff;
    background-color: #FE3EB2;
    border-color: #FE3EB2;
    font-family: "Nunito-bold" !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 45px !important;
    border-radius: 35px !important;
    display:flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer;
    border: solid 2px !important;
}

.boton-mobile-primario:hover {
    color: #fff;
    background-color: #FE3EB2;
    border-color: #FE3EB2;
}

.boton-mobile-secundario {
    color: #FE3EB2;
    background-color: #fff;
    border-color: #FE3EB2;
    font-family: "Nunito-bold" !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 45px !important;
    border-radius: 35px !important;
    display:flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer;
    border: solid 2px;
}

.boton-mobile-secundario:hover {
    color: #FE3EB2;
    background-color: #fff;
    border-color: #FE3EB2;
}


