html,
body {
    width: 100%;
    height: 99%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: rgb(61, 61, 61);
}

a {
    color: rgb(53, 39, 209);
    text-decoration: underline;
}

.linkBack {
    color: rgb(53, 39, 209);
    text-decoration: none !important;
}

thead th {
    background-color: #dde9ff;
}

tbody td {
    font-size: 12px;
}

a:hover {
    color: rgb(53, 39, 209);
}

.nav-link {
    text-decoration: none !important;
}

.navbar-red {
    background-color: #ba2b31;
    color: #fff;
    font-size: 10px;
    height: 45px;
}

.navbar-red a {
    background-color: #ba2b31;
    color: #fff;
}

.icoSolicitudes {
    margin-right: 20px;
}

.btn-acordeon {
    border-radius: 0px;
    text-decoration: none;
    text-align: left;
    padding: 0px !important;
}

.btn-primary {
    color: #fff;
    background-color: #0B3674;
    border-color: #0B3674;
    text-decoration: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0c438f;
    border-color: #0c438f;
}

.btn-light {
    color: #ffffff;
    background-color: #aeb2b7;
    border-color: #f8f9fa;
}
/*Acordiones*/
a[aria-expanded=true] .more {
    display: none;
}

a[aria-expanded=false] .less {
    display: none;
}

.more {
    padding: 1px 6px;
    border: 1px solid #063282;
    border-radius: 100px;
    background: #fff;
    color: #063282;
    margin-right: 4px;
    font-weight: 800;
    font-size: 14px;
}

.less {
    padding: 1px 7px;
    border: 1px solid #063282;
    border-radius: 100px;
    background: #063282;
    color: #fff;
    margin-right: 4px;
    font-weight: 800;
    font-size: 14px;
}

.btn-mostrarmas {
    text-decoration: none;
}

.btn-mostrarmas:hover {
    color: rgb(6, 50, 107);
    text-decoration: none;
}

.form-group {
    margin-bottom: 0.3rem;
}

.input-group-text {
    width: 60px;
    height: 100%;
    font-size: inherit;
}

.input-group-ico {
    width: 45px;
    height: 90%;
    font-size: inherit;
}

.input-group-ico {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

.menu-sup {
    margin-top: 15px;
    margin-left: auto !important;
}

.menu-sup li {
    display: inline;
}

.menu-sup li a {
    font-family: Arial;
    font-size: 8px;
    text-decoration: none;
    float: left;
    padding: 0px 10px 0px 10px;
    color: #fff;
    text-align: center;
}

.menu-sup li a img {
    width: 15px;
}

.grey {
    background-color: #f2f2f2;
}

.Logo {
    height: 100px;
    padding: 20px 0px;
}

.logoprinci {
    width: 220px;
    height: auto;
}

.nombreCliente {
    color: #06326b;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.ultimaVisita {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.FechaUltimaVisita {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}

.TextosHeader {
    float: right;
    text-align: right;
    padding: 20px 0px;
    position: inherit;
    z-index: 1;
}

.break:before {
    display: block;
    content: "";
}

.breakNom:before {
    display: block;
    content: "";
    margin-bottom: -5px;
}

.navbar-blue {
    background-color: #06326b;
    color: #fff;
    height: 30px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/menu-icon.png);
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    position: absolute;
    top: -85px;
    right: 15px;
}

.w100 {
    width: 100%;
}
/*
.menu-sup li a:hover {
  margin-top: -2;
  padding-bottom: 12px;]
}
*/
.bgPersonas {
    background-image: url(../img/fondoFamilia3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.bgEmpresas {
    background-image: url(../img/fondoCHILE2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.bgCreaPersona {
    background-image: url(../img/fondoFamiliaCrea.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.bgCreaEmpresa {
    background-image: url(../img/fondoCHILE3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
/*indicadores carousel*/

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -10px;
}

/*fin indicadores*/
.card {
    background: none;
}

.card-header {
    background-color: #fff;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.75) !important;
}

.linkActive {
    font-size: 16px;
    font-weight: 700;
    color: #d9232e;
    text-transform: uppercase;
    text-decoration: none !important;
}

.linkActive:hover {
    font-size: 16px;
    font-weight: 700;
    color: #b80d19;
    text-transform: uppercase;
    text-decoration: none;
}

.linkLogin {
    font-size: 16px;
    font-weight: 700;
    color: #a3a3a3;
    text-transform: uppercase;
    text-decoration: none;
}

.linkRecupera {
    font-size: 12px;
}

.linkLogin:hover {
    color: #8f8f8f;
    text-decoration: none;
}

.separadorLink {
    font-size: 19px;
    font-weight: 700;
    color: #636566;
    text-transform: uppercase;
}

.cuadroLogin {
    border: 1px solid rgba(255, 255, 255, 0) !important;
    padding-top: 20px;
}

.imagenAdvertencia {
    z-index: 2000;
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.titulos-login {
    font-size: 16px;
    font-weight: 800;
    color: #42607a;
    text-transform: uppercase;
}

.titulos {
    font-size: 18px;
    font-weight: 700;
    color: rgb(6, 50, 107);
}

.normalDestacado {
    font-weight: 500;
}

.normalDestacadoStrong {
    font-weight: 800;
}

.subTitulos {
    font-size: 16px;
    font-weight: 700;
    color: rgb(6, 50, 107) !important;
    text-transform: none;
}

.subTitulos-2 {
    font-weight: 500;
    color: rgb(6, 50, 107);
    text-transform: none;
}

.subTitulos-Rojo {
    color: #c81620 !important;
}

.subTitulos-azul {
    color: rgb(18, 71, 141) !important;
}

.textRed {
    color: #c81620 !important;
}

.textGreen {
    color: #16c825 !important;
}

.textYellow {
    color: #e4d61b !important;
}

.textWhite {
    background-color: #fff;
}

.textBlack {
    color: #000 !important;
}

.titulitos {
    font-size: 11px;
}

.titulitos-2 {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}

.nroperacion {
    font-size: 16px;
    font-weight: 800;
    color: #000;
}

.titulosActivaClaves {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.titulosActivaClavesRegular {
    font-size: 17px;
    color: #000;
}

.labelPantallas {
    font-weight: 400;
    font-size: 14px;
}

.describeAdjunto {
    padding-left: 35px;
}

.blueRegular {
    font-size: 17px;
    color: #06326b;
    font-weight: bold;
}

.listaRecuperaClave {
    text-align: left;
}

.listaRecuperaClave li {
    text-align: left;
}

.labelsClaves {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.pad-17-r-16-l {
    padding-right: 17px;
    padding-left: 16px;
}

.mg-auto {
    margin: auto;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.w-220 {
    width: 220px;
}

.verticalAling {
    vertical-align: -webkit-baseline-middle;
}

.footer-cardP {
    background-color: #002e6d;
    height: 70px;
}

.footer-card-login {
    background-color: #002e6d;
    /*height: 65px;*/
    /*margin-bottom: 10px;*/
}

.footer-cardE {
    background-color: #b92c32;
    height: 40px;
}

.texto-ayuda {
    font-size: 14px;
    color: #fff;
}

.texto-ayuda a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.pt-15 {
    padding-top: 15px;
}

.text-der-center {
    text-align: right !important;
}

.mx-left-center {
    margin-right: auto !important;
}

.table-simu {
    background-color: #dde9ff;
    border: #000;
}

.cuadroRecuperaMail {
    background-image: url("../img/fondoCajas2.png");
    background-repeat: no-repeat;
    width: auto;
    height: 95px;
    background-position-x: -15px;
}

.cuadroRecuperaSMS {
    background-image: url("../img/fondoCajas2.png");
    background-repeat: no-repeat;
    width: auto;
    height: 95px;
    background-position-x: -318px;
}

.cuadroRecuperaPreguntas {
    background-image: url("../img/fondoCajas2.png");
    background-repeat: no-repeat;
    width: auto;
    height: 95px;
    background-position-x: -630px;
}

.textosRecupera {
    padding: 20px 0px 0px 65px;
    width: 100%;
    font-size: 12px;
}

.g-recaptcha {
    width: 300px !important;
    display: inline-block;
}
/*TABS BOOTSTRAP*/
.btn-tabsCampana {
    color: #5d5c5c !important;
    background-color: #f1f1f1;
    border-radius: 0px 0px 0px 0px !important;
    text-align: left;
    padding: 15px;
    text-align: center;
    border: 1px solid #b5b4b4 !important;
}

.btn-tabsCampana:not(:disabled):not(.disabled).active, .btn-tabsCampana:not(:disabled):not(.disabled):active, .show > .btn-tabsCampana.dropdown-toggle {
    color: #fdfdfd !important;
    background-color: #012e82;
    border-color: #0066bc !important;
    font-weight: bold;
    padding: 15px;
}

.btn-tabsCampanaVerd {
    color: #5d5c5c !important;
    background-color: #f1f1f1;
    border-radius: 0px 0px 0px 0px !important;
    text-align: left;
    padding: 5px;
    text-align: center;
    border: 1px solid #b5b4b4 !important;
}

.btn-tabsCampanaVerd:not(:disabled):not(.disabled).active, .btn-tabsCampanaVerd:not(:disabled):not(.disabled):active, .show > .btn-tabsCampanaVerd.dropdown-toggle {
    color: #fdfdfd !important;
    background-color: #0ab62f;
    border-color: #00bc29 !important;
    font-weight: bold;
    padding: 5px;
}

.nav-tabs {
    border-bottom: 1px solid #fff;
}

#planillasPago {
    margin-top: 30px;
}

#formularios {
    margin-top: 30px;
}
/*FIN TABS*/
/*FORTALEZA CONTRASEÃ‘A*/
.bgRed {
    background: rgb(245,4,4);
    background: -moz-linear-gradient(90deg, rgba(245,4,4,1) 0%, rgba(210,75,54,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(245,4,4,1) 0%, rgba(210,75,54,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(245,4,4,1) 0%, rgba(210,75,54,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f50404",endColorstr="#ffffff",GradientType=1);
    font-weight: 700;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.bgGreen {
    background: rgb(0,180,6);
    background: -moz-linear-gradient(90deg, rgba(0,180,6,1) 0%, rgba(20,190,16,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,180,6,1) 0%, rgba(20,190,16,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(0,180,6,1) 0%, rgba(20,190,16,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b406",endColorstr="#ffffff",GradientType=1);
    font-weight: 700;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.bgOrange {
    background: rgb(241,106,22);
    background: -moz-linear-gradient(90deg, rgba(241,106,22,1) 0%, rgba(226,195,35,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(241,106,22,1) 0%, rgba(226,195,35,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(241,106,22,1) 0%, rgba(226,195,35,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f16a16",endColorstr="#ffffff",GradientType=1);
    font-weight: 700;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.negacion {
    color: red;
    padding: 2px 10px;
}

.vacio {
    color: red;
    padding: 2px 10px;
}

.confirmacontra {
    color: red;
    padding: 2px 10px;
}

.confirmacion {
    color: green;
    padding: 2px 10px;
}

/*LISTA CAMBIAR CLAVE*/
#lista {
    padding: 0;
    margin-bottom: 4em;
}

#lista ul {
    margin: 0 0 0 -2em;
}

#lista li {
    position: relative;
    padding: 10px 0 0 0;
}

#lista li:hover {
    background: #eee;
}

.font12 {
    font-size: 12px;
}

/*carousel*/

.carousel-control-prev-icon {
    background-image: url("../img/prev-2-arrow4.png") !important;
}

.carousel-control-next-icon {
    background-image: url("../img/next-2-arrow4.png") !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 50%/100% 100%;
}

.carouselEscondido {
    opacity: 0 !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 0;
}

.carousel-control-next:active, .carousel-control-prev:active {
    opacity: 0;
}
/*DATA TABLES*/

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
    padding-left: 20px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px;
}

.table-bordered td, .table-bordered th {
    border: 0px;
}

.table td, .table th {
    padding: 0.45rem;
    border: 1px solid #fff !important;
}

.table td {
    font-size: 12px;
    vertical-align: middle;
}

#botondescarga1 {
    display: none;
}

#botondescarga2 {
    display: block;
}

.text-danger {
    color: #dc3545 !important;
}

@media only screen and (max-width: 767px) {
    .actualizaclass {
        top: 50px !important;
        margin-right: 5px;
        position: absolute;
        z-index: 50000;
        left: 100px !important;
    }

    .actualizaclass2 {
        top: 50px !important;
        margin-right: 5px;
        position: absolute;
        z-index: 50000;
        left: 100px !important;
    }

    .actualizaclass3 {
        top: 50px !important;
        margin-right: 5px;
        position: absolute;
        z-index: 50000;
        left: 100px !important;
    }

    .mq-mb-5 {
        margin-bottom: 30px;
    }

    .pd-50 {
        padding-top: 50px;
    }

    .imagenAdvertencia {
        z-index: 2000;
        display: block !important;
        position: inherit;
        bottom: -15px;
        width: 70%;
        text-align: center;
    }

    .icoSolicitudes {
        margin-right: 5px;
    }

    .icoCirculo {
        margin-right: 35px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .AdvertenciaImg {
        width: 50%;
    }
    /* .g-recaptcha {
    width: 260px !important;
  } */
    .bgPersonas {
        background-image: url(../img/fondoFamilia3-mobile.jpg);
    }

    .bgEmpresas {
        background-image: url(../img/fondoCHILE2-mobile.jpg);
    }

    .bgCreaPersona {
        background-image: url(../img/fondoFamiliaCrea2.jpg);
    }

    .bgCreaEmpresa {
        background-image: url(../img/fondoCHILE3-mobile.jpg);
    }

    .g-recaptcha {
        transform: scale(0.84);
        transform-origin: 0 0;
    }

    .text-der-center {
        text-align: center !important;
    }

    .mx-left-center {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .cuadroRecuperaMail {
        background-image: url("../img/fondMail.png");
        background-repeat: no-repeat;
        width: 245px;
        height: 90px;
        background-position-x: 0px;
        /* margin: 25px -25px 20px 20px; */
    }

    .cuadroRecuperaSMS {
        background: url("../img/fondoSMS.png");
        background-repeat: no-repeat;
        width: 245px;
        height: 90px;
        /* margin: 25px -25px 20px 20px; */
    }

    .cuadroRecuperaPreguntas {
        background: url("../img/fondoPregunta.png");
        background-repeat: no-repeat;
        width: 245px;
        height: 90px;
        margin-bottom: 20px;
        /* margin: 25px -25px 20px 25px; */
    }

    .w-220 {
        width: 145px;
        margin-top: -7px;
    }

    .mtop {
        margin-top: 10px;
    }

    .menu-sup {
        padding: 0px 10px;
        margin-top: 0px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .navbar-blue {
        color: #06326b;
        height: auto;
        margin-top: -18px;
    }

    .break:before {
        display: none;
        content: "";
    }

    .TextosHeader {
        background-color: #06326b;
        width: 120%;
        margin: -1px;
        padding: 0px 10px;
        margin-right: -15px;
    }

    .nombreCliente {
        color: #fff;
        font-size: 15px;
    }

    .ultimaVisita {
        color: #fff;
        font-size: 10px;
    }

    .FechaUltimaVisita {
        color: #fff;
        font-size: 10px;
    }

    .logoSucursal {
        width: 75%;
        height: auto;
    }

    .footer-cardP {
        background-color: #002e6d;
        height: 65px;
        margin-bottom: 10px;
    }

    .footer-card-login {
        background-color: #002e6d;
        /*height: 65px;*/
        margin-bottom: 10px;
    }

    .footer-cardE {
        height: 65px;
        margin-bottom: 10px;
    }

    .espaciadorFull {
        display: none;
    }

    .separaSupmo {
        margin-top: 10px;
    }

    .caja2 {
        position: inherit !important;
        right: 15px;
    }

    #botondescarga1 {
        display: block;
    }

    #botondescarga2 {
        display: none;
    }

    .mbotton {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}

@media only screen and (min-width: 768px) {
    .pd-100 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 600px) {
    .margin-10 {
        padding-left: 20px !important;
    }
}
/*steps*/

.progress {
    position: relative !important;
    display: flex !important;
}

.progress {
    display: -ms-flexbox !important;
    height: 100px !important;
    /*overflow: auto !important;*/
    background-color: transparent !important;
    border-radius: inherit !important;
    padding-top: 20px;
}

.progress .progress-track {
    position: absolute;
    top: 40px;
    width: 66%;
    height: 5px;
    background-color: #dfe3e4;
    z-index: -1;
    margin-left: 18%;
}

.progress .progress-step {
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: center;
    z-index: 2;
    position: inherit;
    font-weight: 500;
}

.progress .progress-step:last-child:after {
    display: none;
}

.progress .progress-step:before {
    content: "\f00c";
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #dfe3e4;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
}

.progress .progress-step:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 0%;
    transition: width 1s ease-in;
    height: 5px;
    background: #dfe3e4;
    z-index: -1;
}

.progress .progress-step.is-active {
    color: #2183dd;
}

.progress .progress-step.esta-activo-2:before {
    border: 2px solid #06326b;
    animation: pulse 2s infinite;
    content: "2";
    color: #06326b;
    padding-left: 13px;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

.progress .progress-step.is-active-3:before {
    border: 2px solid #06326b;
    animation: pulse 2s infinite;
    content: "3";
    color: #06326b;
    padding-left: 13px;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

.progress .progress-step.is-active:before {
    border: 4px solid #fff;
    animation: pulse 2s infinite;
    content: "1";
    color: #fff;
    padding-left: 13px;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    background-color: #06326b;
}

.progress .progress-step.is-active-2:before {
    border: 2px solid #06326b;
    animation: pulse 2s infinite;
    content: "2";
    color: #06326b;
    padding-left: 13px;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

.progress .progress-step.is-active2:before {
    border: 4px solid #fff;
    animation: pulse 2s infinite;
    content: "2";
    color: #fff;
    padding-left: 12px;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    background-color: #06326b;
}

.progress .progress-step.is-active3:before {
    border: 4px solid #fff;
    animation: pulse 2s infinite;
    content: "3";
    color: #fff;
    padding-left: 13px;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    background-color: #06326b;
}

.progress .progress-step.is-active4:before {
    border: 4px solid #fff;
    animation: pulse 2s infinite;
    content: "4";
    color: #fff;
    padding-left: 12px;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    background-color: #06326b;
}

.progress .progress-step.is-complete {
    color: #009900;
}

.progress .progress-step.is-complete:before {
    font-family: FontAwesome;
    padding-left: 5px;
    color: #fff;
    background: #009900;
    border: 4px solid transparent;
    font-size: 23px;
}

.progress .progress-step.is-complete:after {
    background: #06326b;
    animation: nextStep 1s;
    animation-fill-mode: forwards;
}

.esta-activo-2 {
    border: 4px solid #fff;
    animation: pulse 2s infinite;
    color: #fff;
    padding-left: 13px;
    padding-top: 7px;
    font-family: "Roboto", sans-serif;
    background-color: #06326b;
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.is-negative {
    border: 4px solid #fff;
    animation: pulse 2s infinite;
    color: #fff;
    padding-left: 13px;
    padding-top: 7px;
    font-family: "Roboto", sans-serif;
    background-color: #c81620;
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.is-negative {
    border: 4px solid #fff;
    animation: pulse 2s infinite;
    color: #fff;
    padding-left: 13px;
    padding-top: 7px;
    font-family: "Roboto", sans-serif;
    background-color: #c81620;
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.is-neutro {
    border: 1px solid #6c757d;
    animation: pulse 2s infinite;
    color: #000;
    padding-left: 12px;
    padding-top: 7px;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    display: flex;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.is-resolucion-negative {
    border: 1px solid #b80d19;
    animation: pulse 2s infinite;
    color: #000;
    padding-left: 12px;
    padding-top: 7px;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    display: flex;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.is-resolucion-positive {
    border: 1px solid #009900;
    animation: pulse 2s infinite;
    color: #ffffff;
    padding-left: 12px;
    padding-top: 7px;
    font-family: "Roboto", sans-serif;
    background-color: #477505;
    display: flex;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.is-active-1 {
    border: 4px solid #fff;
    animation: pulse 2s infinite;
    color: #fff;
    padding-left: 13px;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    background-color: #06326b;
    display: flex;
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.fa-minus-circle {
    color: #c81620;
}

.completeCheck {
    font-family: FontAwesome;
    padding-left: 7px;
    background: #009900;
    display: flex;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 37px;
    height: 37px;
    border: 2px solid #dfe3e4;
    border-radius: 100%;
    color: #fff;
    font-size: 19px;
    padding-top: 8px;
}

.textorecupera {
    font-size: 12px;
}

.caja2 {
    position: absolute;
    right: 15px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(33, 131, 221, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0);
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.button-steps {
    position: absolute;
    right: 50px;
    bottom: 20px;
    cursor: pointer;
}

.custom-file-label::after {
    display: none;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Elegir" !important;
}

.bordegreen {
    border: 1px solid green;
    margin: 3px;
}

.tituloConvenioVerde {
    color: green;
}
/* .my-btn {
  padding-left: 32px;
  position: relative;
} */
.my-btn:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 7px;
    right: 70px;
    content: "\f00c";
    color: green;
}

/*CHECKBOX*/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #009900;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #009900;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.margin-10 {
    padding-left: 0rem !important;
}

.actualizaclass {
    top: 45px;
    margin-right: 5px;
    position: absolute;
    z-index: 50000;
    left: 150px;
}

.actualizaclass2 {
    top: 45px;
    margin-right: 5px;
    position: absolute;
    z-index: 50000;
    left: 160px;
}

.actualizaclass3 {
    top: 45px;
    margin-right: 5px;
    position: absolute;
    z-index: 50000;
    left: 150px;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}

.borderDrop {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.dropdown-menu.show {
    width: 100%;
    margin-top: 0px;
}

.ml-10px {
    margin-left: 10px;
}

.mr-10px {
    margin-right: 10px;
}

.ml-10px a {
    color: #000;
}

.divider {
    border-top: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
}

.reportes th {
    padding: .75rem !important;
    vertical-align: top !important;
    background-color: rgb(245, 245, 245) !important;
}

.reportes td, .reportes th {
    padding: 0.45rem;
    border-bottom: 1px solid rgb(228, 228, 228) !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #365792;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #365792;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    background-color: #365792;
    color: #fff;
    text-align: center;
    border-radius: .25rem;
}

.tooltip {
    font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 600px) {
    .margin-10 {
        padding-left: 20px;
    }
}

div.scrolly {
    height: 400PX;
    FLOAT: left;
    margin-left: 5%;
    padding: 1%;
    overflow: scroll;
}

.headerTable {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0,0,0,.125) !important;
}

#modalFormularioLabel {
    margin-left: auto;
}

#modalConvenioLabel {
    margin-left: auto;
}

.form-inline .form-control-plaintext:focus {
    border: none !important;
}

input[readonly="readonly"] {
    border: 0px;
    outline: 0;
}

input[readonly] {
    background: none;
    border: none;
    outline: none;
}

[data-toggle="collapse"] .fa:before {
    content: "\f068";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
}

@media only screen and (min-width: 600px) {
    #TableUSuarios {
        margin-top: -10px;
        width: 250px;
        margin-left: 60px;
    }
}

@media only screen and (max-width: 600px) {
    #TableUSuarios {
        margin-top: 5px;
        width: 100%;
    }

    .mtr-10 {
        margin-bottom: 10px;
    }

    .btn-choose {
        margin-left: -25px;
    }
}

.space15 {
    padding: 10px 0 10px 0 !important;
}

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

.subtituloModal {
    padding: 10px;
    border-bottom: 1px solid #d4d4d459;
    background-color: #d4d4d459;
}

.pt-2px {
    padding-top: 2px;
}

.removeSelect {
    z-index: 50000;
    position: absolute;
    background-color: white;
    padding: 1px 8px 0px 8px;
    margin-top: 6px;
    margin-left: -32px;
}

.verdoc {
    margin-left: 13px;
    margin-top: 8px;
}

.switchDoc {
    margin-top: 7px;
    margin-left: 4px;
}

.inputStrong {
    font-weight: bold;
}

.tableConvenio {
    background-color: #002060;
    color: #fff;
}

/* REQ 1 - 24 MAY 2022 */

.link_info-id {
    display: inline-block;
    text-decoration: underline;
    font-size: 11px;
}

.link_info-id a {
    color: #279ad7;
}

.modalCedulas .id-box {
    top: -60px;
    left: 10px;
    transition: all ease 0.5s;
    position: absolute;
    z-index: 10;
    height: auto;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(130, 127, 127, 0.35);
    box-shadow: 0px 0px 5px 2px rgba(130, 127, 127, 0.35);
    border: hsl(0, 0%, 85%) 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 600px;
}

.modalCedulas .img-id {
    text-align: center;
}

.modalCedulas .img-id img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: auto;
}

.modalCedulas .bold {
    font-weight: bold;
}

.modalCedulas .text-center {
    text-align: center;
}

.modalCedulas p {
    margin: 8px 0 !important;
}

/* FIN REQ 1 - 24 MAY 2022 */

/* INICIO PopUp Descarga App 06 JUN 2025 */
.install-prompt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semitransparente */
    display: none; /* Se activa solo en móviles */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Encima de todo */
}

.install-content {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    text-align: center;
    max-width: 90%;
    width: 400px;
}

    .install-content img {
        width: 100px;
        height: auto;
        margin-bottom: 15px;
    }

.btn {
    font-size: 16px;
}
/* FIN PopUp Descarga App 06 JUN 2025 */