.tarj_v1{
    margin: 8px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 1px 1px 32px #d4d4d4;
    position: relative;
    overflow: hidden;
}
.res_exito{
    color: #4CAF50;
}
.res_error{
    color: #dc3545;
}
.res_mostrar{
    display: block;
}
.res_ocultar{
    display: none;
}
.res_total{
    background: #4CAF50;
    color: white;
    padding: 2px 8px;
    border-radius: 16px;
}
.env_exito svg, .env_error svg, .env_total svg{
    vertical-align: middle;
}
.env_exito, .env_error, .env_total{
    padding: 2px 8px;
    border-radius: 16px;
    vertical-align: middle;
    display: inline-block;
    margin: 4px 2px;
}
.env_error{
    color: #f8d7da;
    background-color:  #721c24;
    border-color: #f5c6cb;

}
.env_exito{
    color: #d4edda;
    background-color:  #155724;
    border-color: #c3e6cb;
}
.env_total{
    color: #e2e3e5;
    background-color:  #383d41;
    border-color: #d6d8db;

}

.con_sup_pag{
    position: relative;
}
.con_leng_pag{
    position: absolute;
    height: 100%;
    top: 0;
    right: 16px;
    color: #d5d5d5;
}
.con_leng_pag>a{
    display: inline-block;
    margin-top: 10px;
    color:  #3b71ca;

}
.con_leng_pag>a:hover{
    color:  #2354a5;
}
.m_top_1{
    margin-top: 16px;
}

.in_blk{
    display: inline-block;
}

.btn_mos_imgs{
    padding: 4px 0px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.con_cajs{
    position: relative;
}
.caj_v1{
    padding: 8px 0px;
    transition: all linear 0.4s;
    background: white;
    position: relative;
    left: 0%;
    opacity: 1;
   
}
.caj_v1 h3{
    border: none;
}


.con_imagen_pers{
    margin: 16px auto;
}
.con_imagen_pers label{
    display: block;
}

.con_btns button{
    margin-bottom: 8px;
}


.efec_oculto{
    position: absolute;
    top: 0px;
    left: -100%;
    opacity: 0;
    z-index: 1;
}

.efec_visible{
    left: 100%;
    opacity: 0;
    z-index: 1;
}

.caj_oculto{
    display: none;
}
.caj_visible{
    display: block;
}


.con_mostrador img{
    width: 100%;
}

.max480{
    margin: auto;
    max-width: 480px;
    width: 100%;
    position: relative;
}

.con_carga{
    background: #f1f2f3;
    width: 100%;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con_carga img{
    max-width: 100px;
    width: 100%;
}

.msj{
    text-align: center;
    padding: 8px 0px;
}
.msj_alerta{
    color: orange;
}
.msj_error{
    color: red;
}
.msj_exito{
    color: green;
}


.btns_ops_proc{
    background: rgb(59 113 203);
    color: white;
    position: relative;
}
.btns_ops_proc:focus{
    background: rgb(59 113 203);
    box-shadow: 0px 0px 0px 2px #14a44d;
    color: white;
}

.ic_msj{
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    background-image: url("/assets/images/ic_msj_64.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.con_est_ind{
    margin-top: 8px;
}

.con_est_ind input{
    height: 36px;
}


.estadisticas h3{
    font-size: 0.8em;
    text-align: center;
}
.estad_total{
    text-align: center;
    justify-content: center;
    height: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    margin: 32px auto;
}
.estad_total>div{
    font-size: 2em;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    background: #25709a;
    border-radius: 96px;
    color: #ffffff;
    width: 192px;
    height: 192px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.estad_total>div>span{
    display: block;
    
}
.estad_con{
    width: 100%;
}



/* PRINCIPAL */


.con_img_ap img{
    width: 100%;
}