/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff url(../images/loading-geral.gif) no-repeat center;
    transition: opacity 500ms;
    opacity: 0.7;
    z-index: 1;
}