#registro {
    background: #004197 !important;
    height: 100vh;
    overflow-x: hidden;
}

.centrarBtn {
    text-align: center;
}

html{
    font-size: 14px;
}
body{
    font-family: 'Roboto', sans-serif;
}
img{
    width: 100%;
}

.ocultar {
    display: none;
}

video {
    display: block !important;
}

.imgCam {
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
}


.Show {display: block;}
.Hide {display: none;}

.contBtnImg {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.BtnCam{
    background: #024393;
    border: 0;
    width: 40%;
    border-radius: 10px;
    color:#fff;
    margin-right: 1%;
}

.imgExcel {
    width: 18px;
    margin-left: 8px;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    opacity: 1;
}

.imgQA{
    z-index: 999;
    bottom: 4px;
    position: fixed;
    width: 100%;
}

.verBtn {
    display: none;
}

.genePassword {
    color: #004197;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

.suregist {
    text-align: center;
    padding-top: 7px;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1%;
}

.imgUserSuccess {
    height: 80px;
    width: 80px;
    position: relative;
}

.bgLoginSR{
    background: #004096;
    height: 100vh;
}
.bgCrearSR{
    background: #004096;
    height: 100vh;
}
.hcien{
    height: 100%;
}
.ConteLoginSR{
    background: #fff;
    border-radius: 15px;
    width: 900px;
    margin: 0 auto;
}

.ConteImgeLogo{
    padding-top: 20%;
    padding-left: 40px;
}

.ConteImgeLogo img {
    max-width: 350px;
}

.ConteImgestrella {
    padding-top: 80px;
    padding-left: 30px;
}
.ConteImgestrella img{
    max-width: 85px;
}
.bgParteForm{
    background: #f4f4f4;
    border-radius: 0px 15px 15px 0;
    text-align: center;
    padding-top: 40px;
    width: 100%;
    height: 100%;
}
.tituLoginSR{
    padding-left: 30px;
    color: #004197;
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 80px;
}
.tituLoginSR span{
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.9rem;
}
.ContaFormSR{
    width: 60%;
    margin: 0 auto;
}
.ContaFormSR input{
    border-radius: 10px;
    text-align: center;
}
.ContaFormSR .form-label {
    margin-bottom: .2rem;
    color: #004197;
}
.btnIngresar{
    color: white;
    width: 100%;
    border-radius: 10px;
    background: #004197;
    border: 0;
}
.txtChico {
    text-align: center;
    padding-top: 7px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 3%;
}
.txtSmall {
    text-align: center;
    padding-top: 10px;
    font-size: 1rem;
    margin-bottom: 1%;
     /* font-weight: 600; */
}
.txtWrap {
    display: flex;
    justify-content: right;
}
.txtCerrar {
    color: gray;
    text-align: right;
    position: relative;
    cursor: pointer;
}
.wrapBtn {
    display: flex;
    justify-content: center;
}
.btnAceptar{
    color: white;
    width: 40%;
    border-radius: 10px;
    background: #004197;
    position: relative;
    border: 0;
}
.btnTablas {
    color: white;
    width: 45%;
    margin-right: 2%;
    border-radius: 10px;
    background: #004197;
    border: 0;
}

.btnTablaOcs {
    color: white;
    width: auto;
    margin-right: 2%;
    border-radius: 10px;
    background: #004197;
    border: 0;
}

.btnTablaE{
    color: white;
    width: 100%;
    margin-right: 2%;
    border-radius: 10px;
    background: #004197;
    border: 0;
}

.Pby{
    color: #fff;
    text-align: center;
    font-size: .9rem;
    padding-top: 10px;
}
.Pby a, .Pby a:hover{
    text-decoration: none;
    color: #fff;
}
.RegistrAqui a{
    color: #004197;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}
.SinPass a{
    color: #004197;
    font-size: 1.1rem;
    text-decoration: none;
}
.OlvidoPass a{
    color: #999999;
    font-size: 1.1rem;
    text-decoration: none;
}
.ConteLinkLoginSR{
    padding-top: 30px;
    
}
.ConteLogoSR{
    padding: 15px;
}
.ConteLogoSR img{
    max-width: 125px;
}
.linlVolver{
    text-align: right;
    padding: 36px 15px;
}
.linlVolver a, .linlVolver a:hover{
    color: #024393;
    text-decoration: none;
    font-size: 1.3rem;
}
.TituCrearContra{
    text-align: center;
    padding-top: 7px;
    font-size: 1.2rem;
    font-weight: 600;
}

.TituCrearContra span{
    color: #024393;
}
.TituPequeCrearCont{
    text-align: center;
    font-size: .8rem;
}
.TituMedioCont {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
}
.TituPequenCont {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
}
.ConteFormuCrear {
    padding: 30px;
}
.ConteFormuCrear label{
    color: #024393;
    font-weight: 600;
}
.conteBtnCrear{
    margin-top: 30px;
    margin-bottom: 30px;
}
.conteBtnCrear .BtnCrear{
    width: 100%;
}
.BtnCrear{
    background: #024393;
    border: 0;
    width: 200px;
    border-radius: 10px;
    color:#fff;
}

.ContentIR{
    display: flex;
    justify-content: center;
    width: 100%;
}
.ConteFormuCrear input{
    border-radius: 10px;
}
.HeadLogoInic{
    padding-top: 20px;
}
.HeadLogoInic img{
    max-width: 160px;
}
/* .HeadLogoInic img{
    max-width: 220px;
} */
.conteUser{
    text-align: right;
    padding-top: 20px;
    font-weight: 600;
    color: #024393;
}
.ConceCerrar{
    text-align: right;
    color: #024393;
}
.ConceCerrar a{
    color: #024393;
    text-decoration: none;
    margin-left: 20px;
}
.ConteInicio{
    height: 100vh;
    background: #024393;
}
.HeaderInicio{
    background: #fff;
    padding-bottom: 15px;
    box-shadow: 0px 0px 20px #000;
}
.ConteMenuInicio{
    padding-top: 120px;
    text-align: center;
}
.UlMenuInicio{
    display: table;
    margin: 0 auto;
    width: auto;
    
}
.UlMenuInicio li{
    display: table-cell;
    padding: 15px;
    
}
.linkMenuInicio{
    background: #fff;
    display: block;
    padding: 30px 15px;
    border-radius: 15px;
    text-decoration: none;
    color: #024393;
    font-size: 1.3rem;
    font-weight: 600;
}
.linkMenuInicio img {
    max-width: 200px;
}
.linkMenuInicio span{
    display: block;
    margin-top: 20px;
}
.footText {
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
    width: 100%;
}
.ConteTituIngrere{
    padding-top: 40px;
    font-size: 1.3rem;
    color: #004197;
    font-weight: 600;
}
.TituloRutReporte{
    padding-top: 40px;
    font-size: 0.9rem;
    color: #004197;
    font-weight: 400;
}

.fondoForm {
    background: #FFF;
}

.conteDatos{
    background: #f4f4f4;
}

.conteDatos .HeaderInicio{
    box-shadow: 0px -3px 24px #000;
    z-index: 10;
    position: relative;
}
.ConteVolverDatos{
    text-align: right;
    padding-top: 40px;
}
.volverDatos{
    margin-left: 15px;
    color: #004197;
    text-decoration: none;
    font-size: 1.2rem;
}
.guardarDatos{
    background: #004197;
    color: #fff;
    border: 0;
    width: 130px;
    padding: 8px;
    border-radius: 7px;
}
.FotoPersonal{
    text-align: center;
    padding: 15px;
}
.FotoPersonal img{
    max-width: 220px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.TabsDatos{
    padding-bottom: 50px
}
/* input File */
.filesInput input {
    display:none;
  }
  
.filesInput label {
    width: 85%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    border-radius: 1rem;
    /*background: linear-gradient(to right, #aa4b6b, #6b6b83, #3b8d99);*/
    background: linear-gradient(to right, #989898, #989898, #989898);
    color: white;
    font-family: sans-serif;
    transition: all .5s;
  }
  
.filesInput label:hover {
    cursor: pointer;
}
.TabsDatos .form-label{
    color: #979797;
}
.TabsDatos .form-control{
    background-color: #ffffff;
    border: 1px solid;
    border-color: hsl(0, 0%, 80%);
    padding: .55rem;
}
.tex-tam-Img{
    text-align: center;
    font-size: .8rem;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #004197;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #e0e0e0;
    border: 1px solid transparent;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    margin-right: 5px;
    color: #004197;
}
.tab-content{
    background: #fff;
    padding-top: 15px;
    padding-right: 15px;
}
/* css Modal */
.tituModalCr{
    color: #024393;
    text-transform: uppercase;
    font-weight: 600;
}
.tituModalCrIR{
    width: 100%;
    color: #024393;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center !important;
}
.ConteModalBody{
    text-align: center;
    padding: 20px 0;
}

.ConteModalBodyIR{
    font-size: 1.2rem;
    text-align: left;
    padding: 20px 0;
}
.gruesoM{
    font-weight: 600;
    color: #024393;
}
.tituloIR{
    font-weight: 600;
    color: #000;
}
.ConteTicker{
    color: #024393;
    padding: 3px;
}
.modal-content{
    border-radius: 15px;
}
.ConteEmailModal{
    width: 80%;
    margin: 0 auto;
    padding: 3px;
    color: #024393;
}
/* tabs */
/* JP 28-09-2021 */
.titleMenu{
    padding-left: 15px;
    color: #004197;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.nameUser{
    padding-left: 15px;
    color: #004197;
    font-size: 1.2rem;
    font-weight: 600;
}
.TituGrupoFm{
    border-top: 1px solid #bebebe;
    padding-top: 15px;
    margin-top: 10px;
    color: #004197;
    font-size: 1.1rem;
    padding-bottom: 10px;
}
.alargaralcien{
    width:100%;
}
.colDerechoFamilia{
    border-left: 1px solid #bebebe;
    margin-bottom: 15px;
}
.tituColDerecha{
    color: #004197;
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 15px;
}
.Conteexportar{
    float: right;
}
.Conteexportar label{
    float: left;
    margin-top: 0 !important;
    padding-right: 15px;
}
.conteBtnExport{
    width: 185px;
    float: left;
    padding-right: 15px;
}
body{
    background: #f4f4f4;
}

li.nav-item {
    display: inline-block;
    flex-wrap: wrap;
    width: auto;
}

.conteExportarJPv2{
    text-align: right;
}
.btnExportJpv2{
    width: 200px;
    margin-left: 10px;
}
.mbJp-35{
    margin-bottom: 35px;
}

/* tabs crear */
.tabsCrearC{
    width: 176px;
    margin: 0 auto;
    padding-top: 19px;
    border-bottom: 0;
}
.tabsCrearC .nav-link.active{
    border-radius: 50%;
}
.tabsCrearC .nav-link{
    border-radius: 50%;
}

@media(min-width:1500px){
    .ConteMenuInicio {
        padding-top: 200px;
        text-align: center;
    }
}

@media(max-width:767px){
    .imgCam{
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .ConteLoginSR {
         width: 90%;
    }
    .ConteImgestrella img {
        max-width: 78px;
    }
    .tituLoginSR {
        padding-left: 15px;
        color: #004197;
        font-size: 1.8rem;
        line-height: 1;
        padding-bottom: 10px;
    }
    .ConteImgestrella {
        padding-top: 15px;
        padding-left: 15px;
    }
    .tituLoginSR span {
        font-size: 2.1rem;
    }
    .bgParteForm {
        border-radius: 0px 0px 15px 15px;
        padding-top: 15px;
    }
    .ConteLinkLoginSR {
        padding-top: 19px;
        padding-bottom: 10px;
    }
    .ContaFormSR {
        width: 85%;
        margin: 0 auto;
    }
    .bgCrearSR{
        height: auto;
        padding:15px 0;
    }
    .UlMenuInicio {
        display: block;
        margin: 0 auto;
        width: auto;
        padding-left: 0;
    }
    .UlMenuInicio li {
        display: block;
        padding: 15px;
    }
    .ConteInicio {
        height: auto;
    }
    .footText {
        position: relative;
        bottom: 0;
        padding-bottom: 5px;
        width: 100%;
    }
    .ConteMenuXs{
        text-align: right;
        padding-top: 19px;
    }
    .ConceCerrar span{
        display: block;
    }
    .plxs{
        padding-left: 15px;
    }
    .colDerechoFamilia {
        border-left: 0px solid #bebebe;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .btn-MenuDatos{
        background: #004197;
        color: #fff;
        border: 0;
        width: 130px;
        padding: 3px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
    }
    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: #e0e0e0;
        border: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-right: 5px;
        color: #004197;
        width: 100%;
    }
    li.nav-item {
        width: 100%;
        padding: 5px 0;
    }
    .Conteexportar{
        float: none;
        padding-top: 15px;
    }
    .Conteexportar label{
        float: none;
        margin-top: 0 !important;
        padding-right: 0px;
    }
    .conteBtnExport{
        width: 100%;
        float: none;
        padding-right: 0px;
        padding-top: 5px;
    }
    .btnExportJpv2 {
        width: 100%;
        margin-left: 0;
    }
    /* .conteExportarJPv2{
        text-align: left;
    } */
    .tabsCrearC{
        width: 100%;
        margin: 0 auto;
        padding-top: 19px;
        border-bottom: 1px;
    }
    .tabsCrearC .nav-link.active{
        border-radius: 0;
    }
    .tabsCrearC .nav-link{
        border-radius: 0;
    }
}
@media (min-width:768px) and (max-width:991px){
    .imgCam {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .ConteLoginSR {
        width: 90%;
   }
   .ConteMenuXs{
    text-align: right;
    padding-top: 19px;
    }
   .bgParteForm {
    border-radius: 0px 0px 15px 15px;
    }
    .ConteLinkLoginSR {
        padding-bottom: 19px;
    }
    .plxs{
        padding-left: 15px;
    }
    .colDerechoFamilia {
        border-left: 0px solid #bebebe;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .btn-MenuDatos{
        background: #004197;
        color: #fff;
        border: 0;
        width: 130px;
        padding: 3px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
    }
    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: #e0e0e0;
        border: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-right: 5px;
        color: #004197;
        width: 100%;
    }
    li.nav-item {
        width: 100%;
        padding: 5px 0;
    }
}
