html, body{
    font-family: Arial;
    font-size: 1em;
    margin: auto;
    padding: 0px;
}
body{
    background: linear-gradient(to right, #ffffff, #cde5f2, #98c0d6);
}

.tarj_v1{
    margin: 8px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 1px 1px 32px #94aabc;
    position: relative;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.tarj_v1_cab{
    padding: 0px;
    margin-bottom: auto;
    text-align: center;
}
.tarj_v1_cue{
    padding: 8px 0px;
    margin: auto;
    box-sizing: border-box;
    
}

.con_pr{
    margin: 32px auto;
    max-width: 480px;
}
.caj_v1{
    margin-bottom: 16px;
    margin-top: 28px;
    position: relative;
}
.caj_v1 label{
    transition: all linear 0.1s;
}
.caj_v1 input.inp_efec:focus +label{
    top: -16px;
    background: white;
    padding-left: 4px;
    padding-right: 16px;
    font-size: 0.8em !important;
    color: #4f5965;
}
.input_rellenador{
    top: -16px !important;
    background: white !important;
    padding-left: 4px !important;
    padding-right: 16px !important;
    font-size: 0.8em !important;
    color: #4f5965;
}
.caj_v1 .label_mod1{
    background: transparent;
    position: absolute;
    left: 16px;
    top: 7px;
}

.caj_img_full img{
    width: 100%;
    max-width: 96px;
}
.caj_txt_cent{
    align-self: center;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.caj_txt_cent p{
    margin: auto;
    margin-bottom: 8px;
    font-weight: bold;
}
.caj_txt_cent h1{
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: auto;
    width: 9.5em;
}

.btn_ver_contrasena{
    border: none;
    outline: none;
    padding: 4px !important;
    position: absolute;
    top: 2.5px;
    right: 2.5px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    height: auto;
    color: #8d9ca3;
}
.btn_ver_contrasena:hover{
    color: #5f6c72;
}
.ic_ver_contrasena{
    display: block;
}
.ic_ver_contrasena svg{
    width: 24px;
    height: 24px;
}

.visible .ojo_vis_no{
    display: none;
}

.visible_no .ojo_vis{
    display: none;
}
.caj_terminos{
    margin-bottom: 42px;
    box-sizing: border-box;
    position: relative;
    display: block;
}



.caj_oculto{
    display: none;
}


/* ESTILOS RESULTADO */
.resultado{
    position: relative;
    box-sizing: border-box;
    font-size: 1em;
}
.resultado .res_error{
    background: #ff4f4f;
    color: white;
    border-radius: 8px;
    padding: 4px;
    text-align: center;
}
.resultado .res_exito{
    background: #19a548;
    color: white;
    border-radius: 8px;
    padding: 4px;
    text-align: center;
}


.caj_contador{
    position: absolute;
    right: 10px;
    top: 10px;
}
.caj_contador .contando{
    background: #e6e6e6;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: bold;
}


.cargando{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0px;
    left: 0px;
    background-image: url("/img/cargando3.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 72px 72px;
}

@media screen and (max-width: 530px) {
    .con_pr{
        margin: 32px 16px;
    }
  }