#splashscreen {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f29129;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s 0.4s;
    opacity: 100
}

.gap-nav{
    margin-top: 86px !important;
}

.gap-nav-bot{
    margin-bottom: 86px !important;
}



.intro-wa-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -100px;
    position: relative;
    flex-direction: column;
}

.wa-note {
    display: block;
    position: absolute;
    top: -53px;
    text-align: center;

}

.wa-note p {
    font-size: 14px;
    color: white;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 1px;
}

.wa-fixed {
    display: block;
    position: fixed;
    z-index: 9999999999;
    bottom: 21px;
    right: 29px;
    background: white;
    outline: dashed 2px #40c351;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.wa-ico {
    margin-top: 4px;
    margin-left: 12px;
}

.intro-wa-logo p {
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-shadow: -1px -1px 0 #00000047, 1px -1px 0 #00000047, -1px 1px 0 #00000047, 1px 1px 0 #00000047;
}

#splashscreen #progress {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 0;
    top: 50%;
    transition: 1s;
}

#splashscreen #status {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
}