.WrapBg {
    position: relative;
}

.bgtop {
    position: relative;
    z-index: 2;
}

.novo-party {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.SearchWrap {
    position: relative;
    z-index: 3;
}

.skin-title {
    line-height: 120%;
    color: #165792;
    font-size: calc(1em + 2vw);
    text-shadow:
        3px 3px 3px #fff,
        -3px 3px 3px #fff,
        -3px -3px 3px #fff,
        3px -3px 3px #fff;



}

.skin-title .part-1 {
    color: #32ad93;
}