.preloader {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #eef5f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadNego {
    background: url('/assets/libConfig/loader/loading.png') no-repeat;
    display: inline-block;
    width: 250px;
    height: 50px;
    animation: loadingNegocian 2s infinite steps(1);
    animation-fill-mode: forwards;
}

.sk-fading-circle {
    margin: 100px auto;
    width: 30px;
    height: 30px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #057fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@keyframes loadingNegocian {
    0% {
        background-position: -1px -1px
    }
    1.26% {
        background-position: -1px -1px
    }
    2.52% {
        background-position: -1px -1px
    }
    5.04% {
        background-position: -1px -53px
    }
    6.3% {
        background-position: -1px -105px
    }
    7.56% {
        background-position: -1px -157px
    }
    8.82% {
        background-position: -1px -209px
    }
    10.08% {
        background-position: -1px -261px
    }
    11.34% {
        background-position: -1px -313px
    }
    12.6% {
        background-position: -1px -365px
    }
    13.86% {
        background-position: -1px -417px
    }
    15.12% {
        background-position: -1px -469px
    }
    16.38% {
        background-position: -1px -521px
    }
    17.64% {
        background-position: -1px -573px
    }
    18.9% {
        background-position: -1px -625px
    }
    20.16% {
        background-position: -1px -677px
    }
    21.42% {
        background-position: -1px -729px
    }
    22.68% {
        background-position: -1px -781px
    }
    23.94% {
        background-position: -1px -833px
    }
    25.2% {
        background-position: -1px -885px
    }
    26.46% {
        background-position: -1px -937px
    }
    27.72% {
        background-position: -1px -937px
    }
    28.98% {
        background-position: -1px -937px
    }
    30.24% {
        background-position: -1px -937px
    }
    31.5% {
        background-position: -1px -937px
    }
    32.76% {
        background-position: -1px -937px
    }
    34.02% {
        background-position: -1px -937px
    }
    35.28% {
        background-position: -1px -937px
    }
    36.54% {
        background-position: -1px -937px
    }
    37.8% {
        background-position: -1px -937px
    }
    39.06% {
        background-position: -1px -937px
    }
    40.32% {
        background-position: -1px -937px
    }
    41.58% {
        background-position: -1px -937px
    }
    42.84% {
        background-position: -1px -937px
    }
    44.1% {
        background-position: -1px -937px
    }
    45.36% {
        background-position: -1px -937px
    }
    46.62% {
        background-position: -1px -937px
    }
    47.88% {
        background-position: -1px -937px
    }
    49.14% {
        background-position: -1px -937px
    }
    50.4% {
        background-position: -1px -937px
    }
    51.66% {
        background-position: -1px -937px
    }
    52.92% {
        background-position: -1px -937px
    }
    54.18% {
        background-position: -1px -885px
    }
    55.44% {
        background-position: -1px -833px
    }
    56.7% {
        background-position: -1px -781px
    }
    57.96% {
        background-position: -1px -729px
    }
    59.22% {
        background-position: -1px -677px
    }
    60.48% {
        background-position: -1px -625px
    }
    61.74% {
        background-position: -1px -573px
    }
    63% {
        background-position: -1px -989px
    }
    64.26% {
        background-position: -1px -469px
    }
    65.52% {
        background-position: -1px -417px
    }
    66.78% {
        background-position: -1px -1041px
    }
    68.04% {
        background-position: -1px -313px
    }
    69.3% {
        background-position: -1px -261px
    }
    70.56% {
        background-position: -1px -209px
    }
    71.82% {
        background-position: -1px -157px
    }
    73.08% {
        background-position: -1px -105px
    }
    74.34% {
        background-position: -1px -53px
    }
    75.6% {
        background-position: -1px -1px
    }
    76.86% {
        background-position: -1px -1px
    }
    78.12% {
        background-position: -1px -1px
    }
    79.38% {
        background-position: -1px -1px
    }
    80.64% {
        background-position: -1px -1px
    }
    81.9% {
        background-position: -1px -1px
    }
    83.16% {
        background-position: -1px -1px
    }
    84.42% {
        background-position: -1px -1px
    }
    85.68% {
        background-position: -1px -1px
    }
    86.94% {
        background-position: -1px -1px
    }
    88.2% {
        background-position: -1px -1px
    }
    89.46% {
        background-position: -1px -1px
    }
    90.72% {
        background-position: -1px -1px
    }
    91.98% {
        background-position: -1px -1px
    }
    93.24% {
        background-position: -1px -1px
    }
    94.5% {
        background-position: -1px -1px
    }
    95.76% {
        background-position: -1px -1px
    }
    97.02% {
        background-position: -1px -1px
    }
    98.28% {
        background-position: -1px -1px
    }
    100% {
        background-position: -1px -1px
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}