.window>section>article{height:335px;width:670px;margin:10px;border:1px solid #ccc;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.window{overflow:visible}@-webkit-keyframes fadein{0%{background-color:transparent}to{background-color:rgba(0,0,0,.1)}}@keyframes fadein{0%{background-color:transparent}to{background-color:rgba(0,0,0,.1)}}.form-loading:before{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:top;-ms-flex-align:top;align-items:top;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;content:"Cargando...";padding-top:5px;top:0;left:0;width:100%;height:100%;-webkit-animation:fadein 1s linear 1;animation:fadein 1s linear 1;background-color:rgba(0,0,0,.1);z-index:99999}