/* ==========================================================================
   FUENTES IMPORTADAS
   ========================================================================== */

@import url('http://fonts.googleapis.com/css?family=Open Sans:300,400,700');
@import url('http://fonts.googleapis.com/css?family=Lato:200,300,400,500,600,700');
@import url('http://fonts.googleapis.com/css?family=Montserrat:100,400,700');
* {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}


/* ==========================================================================
   LAPTOPS Y COMPUTADORAS
   ========================================================================== */

video {
    position: absolute;
    z-index: -1000;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.contenedor_interno_login {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #f4f4f5;
    background-color: white;
}

.principal_contenedor_imagen_login {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: default;
}

.principal_contenedor_imagen_login h1 {
    font-size: 2em;
    font-weight: 300;
    position: absolute;
    z-index: 999;
    bottom: 30px;
    height: 100px;
    margin: auto;
    padding: 40px;
    color: white;
}

.contenedor_imagen_login {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    /* Chrome, Safari, Opera */
    animation: zoom 50s;
    background: url('../img/oficina.jpg');
    background-size: cover;
    animation-fill-mode: forwards;
}

.imagen_sesion {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 35%;
    margin: auto;
}

.contenedor_login_sesion {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    left: 0;
    width: 400px;
    height: 500px;
    margin: auto;
    opacity: 1;
    background: white;
    box-shadow: 0 8px 10px -10px;
}

.manualIcono {
    position: absolute;
    right: 0;
    z-index: 999;
}

.manualIcono img {
    height: 20px;
    width: 20px;
    margin: 10px;
    cursor: pointer;
}

.logo_sesion {
    position: absolute;
    top: 5%;
    width: 100%;
    height: 20%;
}

.contenedor_bienvenido_login {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 10%;
}

.contenedor_bienvenido_login span {
    font-family: 'Lato';
    font-size: 1.1em;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
    margin: auto;
    text-align: center;
    color: #65686f;
}

.usuario_login {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
}

.password_login {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
}

.input_login {
    font-family: 'Lato';
    font-size: .9em !important;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 20px;
    margin: auto;
    color: #88888c;
    border: none !important;
    border-bottom: solid 1px #c9cacd !important;
    border-radius: 0 !important;
    outline: none;
}

.input_login::-webkit-input-placeholder {
    color: #c9cacd;
}

.contenedor_input_login {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 20%;
}

.contenedor_boton_login {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 15%;
}

.contenedor_siguiente_login {
    position: absolute;
    top: 85%;
    width: 100%;
    height: 15%;
}

#btnContinuar {
    font-size: .8em;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 60%;
    height: 30px;
    margin: 10px auto;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .1rem;
    text-overflow: ellipsis;
    color: white;
    border: solid 1px #a4c5d6;
    border-radius: 4px;
    background-color: #a4c5d6;
}

.ocultarMovil {
    display: none;
}

#fondo_notificaciones {
    position: absolute;
    z-index: 1000;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all .4s;
    opacity: .7;
    opacity: 0;
    background: black;
}

.mostrar_fondo_notificaciones {
    visibility: visible !important;
    opacity: .7 !important;
}

#ventana_notificaciones {
    position: absolute;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    float: left;
    width: 500px;
    height: 190px;
    margin: auto;
    transition: opacity .4s;
    transition-delay: .1s;
    opacity: 0;
    border-radius: 5px;
    background: white;
}

.mostrar_ventana_notificaciones {
    z-index: 1001 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#notificaciones_encabezado {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    background: transparent;
}

#notificaciones_encabezado h1 {
    font-family: 'Lato';
    font-size: 1.4em;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 50%;
    margin: auto;
    text-align: center;
    color: #002980;
}

.informacion_notificacion {
    position: relative;
    top: 60px;
    box-sizing: border-box;
    height: 75px;
    padding: 0 20px 0 20px;
    text-align: center;
}

.informacion_notificacion p {
    font-family: 'Lato';
    font-size: .9em;
    line-height: 18px;
    color: #65686f;
}

.pie_notificaciones_general {
    position: relative;
    top: 60px;
    overflow-y: auto;
    width: 100%;
    height: 55px;
    margin: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: transparent;
}

.guardar_btn {
    font-size: .75em;
    font-weight: 300;
    font-weight: 600;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 200px;
    height: 34px;
    margin: auto;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .07rem;
    color: white;
    border: 2px solid #a4c5d6;
    border-radius: 5px;
    outline: none;
    background: #a4c5d6;
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}


/* ==========================================================================
  DISPOSITIVOS MOVILES
   ========================================================================== */

@media only screen and (min-device-width: 320px) and (max-device-width: 736px), screen and (min-device-width: 768px) and (max-device-width: 1023px), screen and (max-width: 768px) {
    /* ==========================================================================
   Estilos de la pagina de inicio.
   ========================================================================== */
    html {
        height: 100%;
    }
    body {
        overflow-y: auto;
        background-color: #464646;
        background-image: url(../img/oficinaMobil.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }
    video {
        display: none;
    }
    .contenedor_interno_login {
        position: relative;
        right: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 0;
        background: transparent;
    }
    .principal_contenedor_imagen_login, .principal_contenedor_imagen_login h1, .contenedor_imagen_login, .contenedor_bienvenido_login {
        display: none;
    }
    .imagen_sesion {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 150px;
        height: 45px;
        margin: auto;
    }
    .contenedor_login_sesion {
        position: relative;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
    }
    .manualIcono img {
        filter: brightness(200%);
    }
    .logo_sesion {
        position: relative;
        width: 100%;
        height: 100px;
    }
    .usuario_login {
        position: relative;
        top: 0;
        width: 100%;
        height: 75px;
    }
    .password_login {
        position: relative;
        bottom: 0;
        width: 100%;
        height: 75px;
    }
    .input_login {
        font-size: 1em !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 80%;
        height: 30px;
        margin: auto;
        color: white;
        border: none !important;
        border-bottom: solid 1px white !important;
        border-radius: 0 !important;
        outline: none;
        background: transparent;
    }
    .input_login::-webkit-input-placeholder {
        color: white;
    }
    .contenedor_input_login {
        position: relative;
        width: 100%;
        height: 180px;
        margin-top: 50px;
    }
    .contenedor_boton_login {
        position: relative;
        width: 100%;
        height: 60px;
        outline: none;
    }
    .contenedor_siguiente_login {
        position: relative;
        top: 0 !important;
        width: 100%;
        height: 60px;
    }
    #btnContinuar {
        font-size: .9em;
        font-weight: 400;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: inline-block;
        overflow: hidden;
        box-sizing: border-box;
        width: 80%;
        height: 40px;
        margin: 10px auto;
        cursor: pointer;
        text-align: center;
        white-space: nowrap;
        text-decoration: none;
        letter-spacing: .1rem;
        text-overflow: ellipsis;
        color: white;
        border: solid 1px;
        border-radius: 10px;
        background-color: transparent;
    }
    .ocultarEscritorio {
        display: none;
    }
    .ocultarMovil {
        display: block !important;
    }
    #fondo_notificaciones {
        position: fixed;
        z-index: 998;
        height: 120%;
    }
    #ventana_notificaciones {
        position: relative;
        width: 100%;
        height: auto;
    }
    .mostrar_ventana_notificaciones {
        z-index: 998 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    #notificaciones_encabezado {
        position: relative;
    }
    #notificaciones_encabezado h1 {
        font-size: 1.2em;
    }
    .informacion_notificacion {
        position: relative;
        top: 0;
        height: auto;
        margin-bottom: 20px;
    }
    .pie_notificaciones_general {
        position: relative;
        top: 0;
        height: 35px;
        margin-bottom: 20px;
    }
    .guardar_btn {
        font-size: .75em;
        font-weight: 300;
        font-weight: 600;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        width: 200px;
        height: 34px;
        margin: auto;
        cursor: pointer;
        text-align: center;
        white-space: nowrap;
        text-decoration: none;
        letter-spacing: .07rem;
        color: white;
        border: 2px solid #a4c5d6;
        border-radius: 5px;
        outline: none;
        background: #a4c5d6;
    }
    #centrar_ventana_notificaciones {
        position: absolute;
        top: 25%;
        right: 0;
        left: 0;
        width: 85%;
        margin: auto;
    }
}
