@charset "utf-8";
 body {
    overflow: hidden;
    margin: auto;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #344152; /* preloader color de background */
    z-index: 99; /* asegurar que permanece en el top */
}

#status {
    color: #fff;
    font-size: 6em;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%; /* centra horontalmente animacion del load */
    top: 55%; /*centra verticalmente animacion load */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* ancho y alto /  2 */
}