.splashScreen{background:#d13989;background:-moz-linear-gradient(130deg, #d13989, #9b2f9b);background:-webkit-linear-gradient(130deg, #d13989, #9b2f9b);background:linear-gradient(130deg, #d13989, #9b2f9b);position:fixed;top:0px;left:0px;right:0px;bottom:0px;z-index:1000;display:block}.splashScreen:before{content:'';width:240px;height:100px;position:absolute;top:50%;left:50%;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url('../../imagens/logo_grande.png');transform:translate(-50%, -50%)}.splashScreen .lds-ellipsis{display:inline-block;position:absolute;width:64px;height:64px;top:50%;left:50%;transform:translate(-50%, -50%);margin-top:75px}.splashScreen .lds-ellipsis div{position:absolute;top:27px;width:11px;height:11px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.splashScreen .lds-ellipsis div:nth-child(1){left:6px;animation:lds-ellipsis1 .6s infinite}.splashScreen .lds-ellipsis div:nth-child(2){left:6px;animation:lds-ellipsis2 .6s infinite}.splashScreen .lds-ellipsis div:nth-child(3){left:26px;animation:lds-ellipsis2 .6s infinite}.splashScreen .lds-ellipsis div:nth-child(4){left:45px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(19px, 0)}}