/********************************************************************************/
/*                                                                              */
/* Plataforma e-ducativa INFD.  Version 14.05.00-146 - Argentina                */
/* Distribucion de e-ducativa Open College                                      */
/* Copyright (c)  de e-ducativa Educación Virtual S.A.                          */
/*                                                                              */
/********************************************************************************/
/* ----------------
    Seccion ACCESO.
    ---------------*/

/* ------------------------------------------------
    Layout 2020 - login_style_0 = sin fondo (viejo)
    ----------------------------------------------- */
#acceso_frame {
    position: relative;
    max-width: 967px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}
#portada_login {
    margin-right: 38%;
    box-sizing: border-box;
}
.menu_login {
    float: right;
    width: 38%;
    box-sizing: border-box;
}
.passwd_visibility {
    position: absolute;
    top: 57%;
    right: 34%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
}

#cambio_clave_frame { padding: 10px 0; }


/* ------------------------------------------------
    Texto a mostrar VACIO, en la pantalla de login.
    ----------------------------------------------- */
#acceso_frame.vacio { max-width: 410px; }

#acceso_frame.vacio > #menu_login { width: 100%; }

#acceso_frame.vacio #titulo_portada_login { background-color: #fff; }

#acceso_frame.vacio .acceso_user_form_titulo { padding: 15px; }

#acceso_frame.vacio #acceso_user_form,
#acceso_frame.vacio .submit_line { padding: 15px; }


/* ----------------------------------------------------------------
    Layout 2020 - login_style_1: con fondo, si se necesita algo mas
    --------------------------------------------------------------- */
#wrapper.con_imagen {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.con_imagen > .footer_wrapper { margin-top: auto; }

.con_imagen > #wrapper { min-height: calc(100% - 129px); }

.centrado.con_imagen { max-width: inherit; }

.con_imagen > #section.no_menu {
    display: flex;
    justify-content: center;
}


/* -------------------------------------------------------
    Layout 2020 - login_style_2: CON fondo + SIN CONTENIDO
    ------------------------------------------------------ */
#wrapper.login_style_2 #section.no_menu #main .offset { padding: 0; }

#wrapper.login_style_2 #section {
    padding: 0;
    justify-content: flex-end;
}
#wrapper.login_style_2 { padding-top: 38px; }

#acceso_frame.login_style_2 {
    min-height: calc(-202px + 100vh);
    min-width: 360px;
    max-width: 360px;
    padding: 15px;
    padding-top:20px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.49);
}
#acceso_frame.login_style_2 > #titulo_portada_login {
    font-size: 1.45rem;
    text-align: center;
    text-shadow: inherit;
    color: #131313;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background-color: transparent;
}
#acceso_frame.login_style_2 > #portada_login { display: none; }

#acceso_frame.login_style_2 a.vinculo_login { color: darkslategrey; }

#acceso_frame.login_style_2 > #menu_login {
    width: 100%;
    box-sizing: border-box;
}

.login_style_2 #cont_vinculos_login { margin-top: 28px; }


/* ------------------
    @Objeto: VINCULOS
    ----------------- */
#cont_vinculos_login { margin-top: 8px; }

.lista_vinculos_login {
    padding: 0;
    margin: 0;
    list-style: none;
}
.titulo_vinculo_login { margin-bottom: 6px; }

.titulo_vinculo_login:last-child { margin-bottom: 0; }

a.vinculo_login {
    display: block;
    padding: 8px 10px 9px;
    color: #575757;
    font-size: .9em;
    text-align: center;
    text-decoration: none;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid rgba(0, 0, 0, 0.26);
    transition: all .3s;
}
a.vinculo_login:hover {
    margin-left: 3px;
    padding-right: 7px;
    background-color: rgba(255,255,255,.9);
}


/* -----------------------
    @Objeto: PORTADA login
    ----------------------- */
#acceso_frame > #titulo_portada_login {
    padding: 15px 22px 22px;
    font-size: 1.7rem;
    line-height: 1.95rem;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    color: #6a6a6a;
    background-color: #ededed;
}

#contenido_portada_login { margin-right: 8px; }

#portada_login .contenido_620 .tiny_personalizado {
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0;
    color: #4a4a4a;
    border: none;
    box-shadow: none;
}
/* Ultimo parrafo sin margin (puede ser texto o imagen) */
.tiny_personalizado p:last-child {
    margin-bottom: 0;
}
.imagen_portada {
    display: block;
    max-width: 100%;
    height: auto;
}


/* --------------------------
    @Objeto: FORMULARIO login
    ------------------------- */

.caja_inicio_sesion { background: linear-gradient(315deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.05) 50%); }

.acceso_user_form_titulo {
    padding: 10px;
    color: #fff;
    font-size: .9em;
    background-color: rgba(255,255,255,.15);
}

#acceso_log_form { padding: 2px 0 15px; }

#acceso_user_form {
    margin: 0 0 12px;
    padding: 12px 12px 15px;
    background-color: rgba(0,0,0,.15);
}

#acceso_user_form .form_line  {
    margin-bottom: 7px;
    box-sizing: border-box;
}
#acceso_user_form .wrapper_icon_input {
    display: flex;
    align-items: center;
}
#acceso_user_form .label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    font-size: .9rem;
    color:rgba(255, 255, 255, 0.93);
    box-sizing: border-box;
}
#acceso_user_form .input {
    width: 100%;
    padding: 4px 6px 5px 6px;
    background-color: rgba(255,255,255,.84);
    border: none;
    font-size: 1rem;
    box-sizing: border-box;
}
#acceso_user_form .input:focus {
    border-color: rgba(0,0,0,.5);
    background-color: rgba(255,255,255,1);
    outline: none;
}
#acceso_user_form .login_user {
    padding: 5px 8px 4px;
    background-color: rgba(255,255,255,.7);
}
#acceso_user_form .login_pass {
    padding: 5px 8px 4px;
    background-color: rgba(255,255,255,.7);
}

#acceso_olvido_clave { text-align: center; }

#link_olvido_clave {
    color: rgba(255, 255, 255, 0.83);
    font-size: .8rem;
    transition: all .4s;
}
#link_olvido_clave:hover { color: rgba(255,255,255,1); }

.submit_line {
 padding: 0 12px 12px;
}

#acceso_log_form .submit {
    float: right;
    border-radius: 4px;
    border: none;
    padding: 6px 26px 7px;
    font-family: 'Roboto', sans-serif, Arial;
    font-size: 1em;
    color: #515151;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .3s;
}
#acceso_log_form .submit:hover {
    color: #737373;
    background-color: rgba(255,255,255,0.8);
}
.permanecer_logueado {
    float: left;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.83);
    font-size: .9rem;
    transition: all .4s;
}
.permanecer_logueado:hover { opacity: 1; }

.permanecer_logueado label { cursor: pointer; }

.permanecer_logueado input {
    height: 1.2em;
    width: 1.2em;
    margin-top: 0;
    vertical-align: middle;
    cursor: pointer;
}
.permanecer_logueado input:focus { outline: none; }

#menu_login a.link_pantalla_acceso {
    display: block;
    margin-right: 7px;
    padding: 8px 15px 8px;
    margin-bottom: 20px;
    color: #ffffff;
    border: none;
    text-align: center;
    text-decoration: none;
}

#menu_login a.link_pantalla_acceso:hover { text-decoration:underline; }

.nombre_grupo { font-weight: bold }


/* -------------------
    REESCRIBE base.css
    ------------------ */
#wrapper {
    min-height: calc(100% - 129px);
}

#section {
    width: 100% !important;
    padding-top: 0;
    border: none;
    background: none;
    transition-duration: inherit;
}
#wrapper.centrado {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
}
.footer_wrapper { margin-top: auto; }

#section.no_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3em;
 }


/* -----------------------------------------
    @Objeto: recordatorio de datos de acceso
    ---------------------------------------- */
.recordatorio_box {
    max-width: 740px;
    margin: 0 auto;
    }
.recordatorio_acceso {
    position: relative;
    padding: 2px;
    color: #fff;
    background: linear-gradient(315deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.05) 50%);
}
.recordatorio_acceso > header {
    padding: 10px;
    background-color: rgba(255,255,255,.15);
}
.recordatorio_acceso > header h1 {
    font-size: .9rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.recordatorio_acceso .cerrar_ventana {
    top: 10px;
    right: 10px;
}
.recordatorio_acceso .sys_msg {
    margin: 0 10px 20px;
    color: #000;
}

.recordatorio_acceso form {
    margin: 0;
    padding: 20px;
    color: rgba(255,255,255,.7);
    background-color: rgba(0,0,0,0.15);
}
.recordatorio_acceso form .line {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    text-align: center;
}
.recordatorio_acceso form .line:last-child  { margin-bottom: 0; }

.recordatorio_acceso form label {
    width: 100%;
    padding-bottom: 9px;
    font-size: .9rem;
    box-sizing: border-box;
}
.recordatorio_acceso form input:not([type="submit"]),
.recordatorio_acceso form select {
    height:35px;
    margin: 0;
    padding: 4px 5px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.5);
    transition-duration: .4s;
}
.recordatorio_acceso form :not([type="submit"]):focus {
    border-color: rgba(0,0,0,.5);
    background-color: rgba(255,255,255,1);
    outline: none;
}
.recordatorio_acceso form .line input,
.recordatorio_acceso form .line select { width: 40%; }

.recordatorio_acceso form .line .captcha {
    width: 40%;
    text-align: center;
    background-color: #c3c3c3;
}
.recordatorio_acceso form .line .sep {
    width: 10%;
    padding: 4px 5px;
    text-align: center;
    box-sizing: border-box;
}
.recordatorio_acceso form .line .sep_movil { display: none; }

.recordatorio_acceso form input[type="submit"] {
    width: 303px;
    margin: 0 auto;
    padding: 6px 15px 7px;
    border-radius: 4px;
    border: none;
    font-family: 'Roboto', sans-serif, Arial;
    font-size: .95em;
    text-align: center;
    text-transform: uppercase;
    color: #4f4f4f;
    background-color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.recordatorio_acceso form input[type="submit"]:hover {
    color: #000;
    background-color: rgba(255,255,255,0.8);
}
.recordatorio_acceso .mensaje {
    padding: 10px;
    text-align: center;
}
.recordatorio_acceso .mensaje p { margin-bottom: 20px; }

.recordatorio_acceso .mensaje p:last-child { margin-bottom: 0; }

.recordatorio_acceso .contact_admin {
    padding: 8px 0;
    text-align: center;
    font-size: .9rem;
}
.recordatorio_acceso .mensaje a,
.recordatorio_acceso .contact_admin a {
    font-size: .9em;
    color: rgba(255,255,255,.8);
    transition: all .4s;
}
.recordatorio_acceso .mensaje a:hover,
.recordatorio_acceso .contact_admin a:hover { color: rgba(255,255,255,1);}


/* --------------------------------------
    REESCRIBE objetos_comunes_sistema.css
    ------------------------------------- */
/* ----------------------------------------------------------------------------------------------------
    Excepcion para contenido 620, que cuando no son responsive se ven como mini-doc con cero tolerancia
    --------------------------------------------------------------------------------------------------- */
.contenido_620.no-responsive:not(.visualizando) {
    position: relative;
    width: 210px !important;
    height: 250px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-bottom-color: #C3C3C3;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    overflow: hidden;
    transition: all .5s;
}
.contenido_620.no-responsive:not(.visualizando) .tiny_personalizado {
    width: 800px;
    padding: 0;
    transform: scale(.30) translate(-123.33%, -124%);
    border: none;
    box-shadow: none;
}
.contenido_620.no-responsive .contenido_620_abrir {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/iconos/doc_128x128.png) no-repeat center center rgba(255,255,255,.5);
    z-index: 10;
    transition: all .4s;
    cursor: pointer;
}
.contenido_620.no-responsive:not(.visualizando):hover {
    border-color: #D5D5D5;
    transform: scale(1.05);
    box-shadow: none;
}
.contenido_620.no-responsive .contenido_620_abrir:hover { opacity: 0.2; }
