/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* colxsoftInfo */
#colxsoftInfo {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 1005;
    /* opacity: 1; */
    /* -webkit-transition: opacity .3s ease-out; */
    /* -o-transition: opacity .3s ease-out; */
    /* transition: opacity .3s ease-out; */
}

#spinnerLoading{
    width: 52px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 205px;
}
#colxsoftInfo.hide {
    display: none !important;
}

.hide {
    display: none !important;
}

#colxsoftInfo h3 {
    position: relative;
    font-weight: inherit;
    font-family: inherit;
    color: #a4a1a1;
    overflow: hidden;
    -webkit-transition: right 1.5s ease, left 1.5s ease;
    -o-transition: right 1.5s ease, left 1.5s ease;
    transition: right 1.5s ease, left 1.5s ease;
}

#colxsoftInfo #text-left,
#colxsoftInfo #text-right {
    overflow: hidden;
}

#colxsoftInfo #text-left {
    width: 165px;
}

#colxsoftInfo #text-left h3 {
    right: -165px;
}

#colxsoftInfo .start #text-left h3 {
    right: 0;
}

#colxsoftInfo #text-right {
    width: 158px;
}

#colxsoftInfo .start #text-right h3 {
    left: 0;
}

#colxsoftInfo #text-right h3 {
    left: -151px;
}

#colxsoftInfo main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#colxsoftInfo .divider-colxsoft {
    width: 2.5px;
    height: 40px;
    /*! border-inline-start: 3px solid rgba(5, 5, 5, 0.06); */
    background: #f0f0f0;
    border-radius: 2px;
}

h3 {
    /*! font-family: 'NotoSerifBold' !important; */
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 54px;
    text-align: center;
}

body .hide {
    display: none !important;
}
