#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}
#changePass{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    display: none;
}
body {
    overflow: hidden;
}
#cargando {
    width: 100%;
    height: 50%;
    color: #333;
}
.textCargando {
    margin-top: -310px;
    color: #484747;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 100;
    line-height: 3em;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}
#errorCarga {
    text-align: center;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    line-height: 1.6em;
}
.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    margin: 25em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.10s;
}
.loader:before {
    left: -3.5em;
}
.loader:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
       /* box-shadow: 0 2.5em 0 -1.1em /*#ffe716;*/
       box-shadow: 0 2.5em 0 -1.1em #fff;
    }
    40% {
        /*box-shadow: 0 2.5em 0 0 #ccc;*/
        box-shadow: 0 2.5em 0 0 #fff;
    }
    20% {
        /*box-shadow: 0 2.5em 0 0 #f44336;*/
        box-shadow: 0 2.5em 0 0 #fff;
    }
}
@keyframes load7 {
    0%, 80%, 100% {
       /* box-shadow: 0 2.5em 0 -1.1em /*#ffe716;*/
       box-shadow: 0 2.5em 0 -1.1em #fff;
    }
    40% {
        /*box-shadow: 0 2.5em 0 0 #ccc;*/
        box-shadow: 0 2.5em 0 0 #fff;
    }
    20% {
        /*box-shadow: 0 2.5em 0 0 #f44336;*/
        box-shadow: 0 2.5em 0 0 #fff;
    }
}