.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;
    font-size: 1.3em;
}


.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{
    margin: auto;
}
.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%);
}



.tarj_v2{
    /*box-shadow: 0px 0px 16px 16px #dbdbdb;*/
    box-shadow: 0px 0px 8px 2px #dbdbdb;
    padding: 16px;
    margin: 16px auto;
    box-sizing: border-box;
    position: relative;
}
#activadores{
    padding: 16px 0px;  
}

.caj_v2{
    box-shadow: 0px 0px 3px 1px #cfcfcf;/*0px 0px 1px 1px #dddddd*/
    margin: 16px 4px;
    border-radius: 8px;
    padding: 12px 8px;
}


.diploma{
    position: relative;
    margin: 38px auto;
}

.con_diplomados, .con_pos_dip{
    position: absolute;
    top: -10px;
    box-shadow: 0px 0px 1px 1px #cfcfcf;
    background: white;
    border-radius: 6px;
    padding: 4px 8px;
}

.con_diplomados{
    right: 8px;
}

.con_pos_dip{
    left: 8px;
    background: #212529;
    color: #ebebeb;
}
.diploma_pos{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 8px;
    border-radius: 8px;
}
.dip_con_btn_rest{
    position: absolute;
    top: 8px;
    right: 8px;
}



.con_info_carga{
    width: 100%;
    min-height: 32px;
}

.info_cargando{
    background-image: url("/assets/images/carga1.png");/*url("/assets/images/carga1.svg")*/
    background-position: center;
    background-size: 100% 100%;
    height: 48px;
    width: 48px;
    display: block;
    animation: girarCuadro 1.5s linear infinite;
}

/* Definición de la animación */
@keyframes girarCuadro {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}








.carga {
    width: 100%;
    height: 4px;
    top: 0px;
    left: 0px;
    position: fixed;
    overflow: hidden;
  }
  
  .carga::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, #3b71cb, transparent);
    animation: loading 2s linear infinite;
  }
  
  @keyframes loading {
    0% {
      left: -100%;
    }
    100% {
      left: 100%;
    }
  }


  .con_noti{
    max-height: 100%;
    min-height: auto;
    width: auto;
    max-width: 320px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
    overflow-y: auto;
  }
.noti{
    left: 0px;
    min-height: 14px;
    position: relative;
    padding: 6px 8px;
    background: white;
    border-radius: 12px;
    margin: 8px;
    padding-right: 34px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    user-select: none;
    transition: all ease 0.2s;
    width: auto;
    max-width: 100%;
}
.noti:hover{
    border: 1px solid #aba9a9;
}

.noti_msj{
   font-size: 16px;
}
.noti_x{
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    border: none;
    top: 8px;
    right: 8px;
    /*transform: translate(0%, -50%);*/
}

.noti_x::before,
.noti_x::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7c7c7c;
  top: 50%;
  left: 0;
}

.noti_x::before {
  transform: rotate(45deg);
}

.noti_x::after {
  transform: rotate(-45deg);
}

.noti_x:hover::before , .noti_x:hover::after{
    background-color: #2e2e2e;
}
.noti_cerrar{
    left: -100%;
}