#loading{
    display: none;
    width: 92%;
    z-index: 99;
    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #79a3b1;
    margin-top: 40%;
    height: 200px;
    opacity: 0.85;
}

#loading h3{
    margin-top: 35px;
}

 /* Estilos para layer de carga de página */
 .no-js #loader { display: none;  }
 .js #loader { display: block; position: absolute; left: 100px; top: 0; }
 .se-pre-con {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9999;
     background: url(../img/loader.svg) center no-repeat #456268;
 }
