body {
    font-family: 'Open Sans', sans-serif;
}
h2 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
}
h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}
.stores {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    max-width: 485px;
    font-size: 18px;
    line-height: 20px;
}
.stores .content {
    display: flex;
    flex-flow: column;
    align-items: start;
    font-size: 14px;
    height: auto !important;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
header {
    background: url('../assets/images/gradient-header.svg') no-repeat center top;
    background-size: 100% 5px;
    -webkit-background-size: 100% 5px;
    -moz-background-size: 100% 5px;
    -o-background-size: 100% 5px;
    background-position: center top;
}

.a-link {
    color: #676568;
}

.a-link:hover {
    color: #676568;
    text-decoration: none;
}

.bg-header-approval {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* fixed header styles */
.bg-header-approval.fixed-header {
    color: #58595b;
    background-color: #fff;
    height: 95px;
    line-height: 95px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.5);
    box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bg-header-approval.fixed-header .logo-image {
    width: 68px;
    height: auto;
}
.bg-header-approval.fixed-header .menu ul {
    height: 95px;
    line-height: 95px;
}
.bg-header-approval.fixed-header .menu ul li a {
    text-decoration: none;
    color: #58595b;
    width: 125px;
}
/* /fixed header styles */
.bg-header-approval .menu {
    float: right;
    text-transform: uppercase;
}
.bg-header-approval .menu ul {
    list-style: none;
    display: inline;
    height: 110px;
    line-height: 110px;
    vertical-align: middle;
}
.bg-header-approval .menu ul li {
    height: 40px;
    display: inline-block;
    padding: 0 15px;
}
.bg-header-approval .menu ul li a {
    width: 125px;
    text-decoration: none;
    line-height: 40px;
    color: #fff;
}

.bg-header-approval .logo {
    text-align: center;
    line-height: 110px;
    height: 110px;
    vertical-align: middle;
}
.bg-header-approval .logo img {
    margin-right: 15px;
}
video {
    width: 100% !important;
    height: auto;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.video-bg {
    position: relative;
}
.video-mask {
    background-color: rgba(56, 56, 56, 0.7);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.header-text {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 30%;
    color: #ffffff;
    text-align: left;
    padding-left: 10%;
}
.header-text h1 {
    width: 534px;
    min-height: 135px;
    font-size: 48px;
    font-weight: bold;
    line-height: 45px;
}
.header-text p {
    margin-top: 50px;
    max-width: 485px;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
}
.cellphones {
  width: 500px;
  height: 614px;
  object-fit: contain;
  position: absolute;
  z-index: 10;
  right: 132px;
  bottom: -50px;
}
.video-container {
    overflow: hidden;
}
.header-separator {
    background: url('../assets/images/header-green-separator.svg') no-repeat center center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    width: 100%;
    height: 0;
    position: absolute;
    top: 97%;
    left: 0;
    right: 0;
    z-index: 9;
    display: block;
    padding-top: 9.38%
}
i.icon {
    width: 100px;
    height: 100px;
    margin: 0 25px;
}
.icon.icon-notification {
    background: url('../assets/images/icon-notification.svg') no-repeat center center;
    background-size: cover;
}
.icon.icon-approve {
    background: url('../assets/images/icon-approve.svg') no-repeat center center;
    background-size: cover;
}
.icon.icon-reject {
    background: url('../assets/images/icon-reject.svg') no-repeat center center;
    background-size: cover;
}
.icon.icon-details {
    background: url('../assets/images/icon-details.svg') no-repeat center center;
    background-size: cover;
}
.icon.icon-clock {
    background: url('../assets/images/icon-clock.svg') no-repeat center center;
    background-size: cover;
}
.icon.icon-search {
    background: url('../assets/images/icon-search.svg') no-repeat center center;
    background-size: cover;
}
.app-info {
    width: 100%;
    padding-top: 104px;
    text-align: center;
}
.app-info .app-specs {
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
    font-size: 18px;
}
.app-info .app-specs span:nth-child(even) {
    padding-left: 20px;
}
.app-info .app-specs span:nth-child(odd) {
    padding-right: 20px;
}
.app-info h2 {
    color: #676568;
    margin-top: 40px;
}
.app-info p {
    margin: 15px 0 50px 0;
    font-size: 16px;
    color: #95989a;
}
.app-info .app-holder {
    background: url('../assets/images/cellphone-app.svg') no-repeat;
    width: 925px;
    height: 674px;
    margin: 0 auto;
    position: relative;
}
.app-info .app-holder .app-details {
    position: absolute;
    color: #ccc;
    font-size: 18px;
}
.app-info .app-holder .app-details.verify {
    left: -40px;
    top: 195px;
}
.app-info .app-holder .app-details.approve {
    left: 40px;
    top: 370px;
}
.app-info .app-holder .app-details.reject {
    left: -26px;
    top: 540px;
}
.app-info .app-holder .app-details.check {
    right: -50px;
    top: 195px;
    width: 284px;
}
.app-info .app-holder .app-details.clock {
    right: 19px;
    top: 370px;
}
.app-info .app-holder .app-details.search {
    right: -45px;
    top: 540px;
}
.app-info .app-holder iframe {
    margin-top: 77px;
    margin-left: -7px;
}
.app-requirements {
    background: url('../assets/images/middle-green-separator.svg') no-repeat center top;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    margin-top: 50px;
    text-align: center;
    height: 0;
    padding-top: 43.45% !important;
    overflow: hidden;
    position: relative;
}
.app-requirements div.container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 10%;
}
.app-requirements h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.app-requirements p {
    max-width: 660px;
    font-size: 16px;
    color: #676568;
    margin: 0 auto;
}
.icon-list {
    margin-top: 50px;
    background: url('../assets/images/requirements-line.svg') no-repeat center center;
    background-size: 80%;
}
 .icon-list .icons {
    width: 140px;
    height: 140px;
    display: inline-block;
    margin: 0 50px;
    position: relative;
}
.icon-list .icons span {
    position: absolute;
    left: -30px;
    right: -30px;
    top: 110%;
    width: 200px;
    font-style: normal;
    font-size: 18px;
    color: #676568;
}
.icon-list .icons.icon-update {
    background: url('../assets/images/sync-icon.svg') no-repeat center center;
    background-size: cover;
}
.icon-list .icons.icon-config {
    background: url('../assets/images/process-icon.svg') no-repeat center center;
    background-size: cover;
}
.icon-list .icons.icon-download {
    background: url('../assets/images/download-icon.svg') no-repeat center center;
    background-size: cover;
}
.icon-list .icons.icon-enjoy {
    background: url('../assets/images/logo-icon.svg') no-repeat center center;
    background-size: cover;
}

.app-steps {
    text-align: center;
    line-height: 50px;
}
.app-steps h2 {
    color: #676568;
}
.app-steps p {
    color: #95989a;
}
.app-steps #steps-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.app-steps #steps-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.app-steps #steps-carousel ol {
    bottom: -50px;
}
.app-steps #steps-carousel ol li {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.app-steps #steps-carousel ol li .ball-button {
    background-color: #fff;
    border: solid 2px #a3a3a3;
    height: 14px;
    width: 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 3px;
    display: block;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.app-steps #steps-carousel ol li.active .ball-button {
    width: 20px;
    height: 20px;
    border-color: #a6ce39;
    background-color: #a6ce39;
    margin: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.fluig-bpm .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 3%;
}
.more-info .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 2.5%;
}
.more-info {
    background: url('../assets/images/bottom-gray-separator.svg') no-repeat center center;
    background-size: 101%;
    padding-top: 10.2%;
    height: 0;
    width: 100%;
    color: #fff;
    position: relative;
    font-size: 18px;
    margin-top: 50px;
    z-index: 3;
}
.more-info a {
    text-decoration: none;
    color: #fff;
}

.fluig-bpm {
    background: url('../assets/images/bottom-green-separator.svg') no-repeat center top;
    background-size: 100%;
    height: 0;
    text-align: center;
    position: relative;
    color: #fff;
    padding-top: 23.19%;
    vertical-align: middle;
    line-height: 50px;
    font-size: 18px;
    margin-top: -30px;
}
.fluig-bpm a {
    text-decoration: none;
    color: #fff;
}

.newsletter {
    text-align: left;
    color: #95989a;
    font-size: 14px;
}
.newsletter h4 {
    font-size: 18px;
    font-weight: bold;
    color: #676568;
}
.newsletter h4:after {
    width: 120px;
    border-bottom: 1px solid #ccc;
    content: "";
    display: block;
    padding-top: 15px;
}
.newsletter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.newsletter input {
    height: 37px;
    border-radius: 4px;
    border: solid 1px #ccc;
    padding: 0 5px;
}
.newsletter button {
    width: 105px;
    height: 37px;
    background-color: #a6ce39;
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #fff;
    margin-left: -5px;
}
.newsletter a {
    text-decoration: none;
    color: #95989a;
}

.button-link {
    border: 2px solid #a6ce39;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 40px;
    height: 40px;
    display: block;
}

.button-link-white {
    border: 2px solid #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    line-height: 46px;
    height: 50px;
    display: block;
    width: 170px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
}

.button-link-green {
    text-align: center;
    border: 2px solid #a6ce39;
    background: #a6ce39;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    line-height: 46px;
    height: 50px;
    display: block;
    width: 170px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
}

footer {
    height: 56x;
    background: #f7f7f7;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #cdcdcd;
    padding: 40px 0 21px;
    background: url('../assets/images/gradient-footer.svg') no-repeat center bottom;
    background-size: 100% 5px;
    -webkit-background-size: 100% 5px;
    -moz-background-size: 100% 5px;
    -o-background-size: 100% 5px;
}
footer ul.social-menu {
    list-style: none;
    display: inline;
}
footer ul.social-menu li {
    display: inline-block;
}

/* responsivel */
@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .cellphones {
        width: 380px;
        height: 467px;
        right: 25px;
    }
    .app-requirements div.container {
        padding-top: 6%;
    }
    .app-requirements .icons {
        max-width: 100px;
        max-height: 100px;
    }
    .app-requirements .icons span {
        width: 160px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
    header {
        background: url('../assets/images/gradient-header.svg') no-repeat center top;
    }
    .video-bg {
        margin-bottom: 23.06%;
    }
    .text-wrapper {
        margin: 0 auto;
        min-width: 355px;
        max-width: 50%;
    }
    .header-text {
        padding: 0;
        top: 30%;
        left: 0;
        right: 0;
    }
    .header-text h1 {
        max-width: 355px;
        font-size: 40px
    }
    .header-text p {
        margin-top: 20px;
    }
    .app-info {
        padding-top: 5%;
    }
    .header-separator {
        background: url('../assets/images/header-mobile-separator.svg') no-repeat center center;
        background-size: contain;
        padding-top: 35.06%;
        top: 92%;
    }
    .bg-header-approval .logo {
        text-align: left;
        height: 75px;
        line-height: 75px;
    }
    .logo-image {
        width: 43px;
    }
    .logo-text {
        width: 93px;
    }
    .bg-header-approval.fixed-header {
        height: 75px;
        line-height: 75px;
    }
    .bg-header-approval.fixed-header .logo-image {
        width: 43px;
    }
    .bg-header-approval.fixed-header .logo-text {
        width: 93px;
    }
    video {
        width: 250% !important;
        margin-left: -200px;
    }
    .app-list {
        min-width: 345px;
        max-width: 50%;
        margin: 0 auto;
    }
    .app-list span {
        width: 245px;
    }
    .app-requirements {
        background: url('../assets/images/requirements-mobile.svg') no-repeat center top;
        background-size: contain;
        padding-top: 219.34% !important;
    }
    .app-requirements div.container {
        padding-top: 10%;
    }
    .icon-list {
        background: none;
        text-align: left;
        margin: 0 auto;
        min-width: 375px;
        max-width: 50%;
    }
    .icon-list .icons {
        margin-top: 35px;
        margin-left: 0;
        display: block;
    }
    .icon-list .icons span {
        left: 120%;
        top: 10%;
        min-width: 200px;
        font-style: normal;
        font-size: 18px;
    }
    .app-steps {
        line-height: 20px;
    }

    .more-info {
        background: url('../assets/images/mobile-gray-separator.svg') no-repeat center top;
        background-size: cover;
        padding-top: 61.47%;
        text-align: center;
    }
    .more-info .container {
        margin-top: 5%;
    }
    .fluig-bpm {
        background: url('../assets/images/mobile-green-separator.svg') no-repeat center top;
        background-size: cover;
        padding-top: 78.75%;
        text-align: center;
    }
    .fluig-bpm .container {
        margin-top: 10%;
    }
    .fluig-bpm .container p {
        line-height: 25px;
    }
    footer {
        background: url('../assets/images/gradient-footer.svg') no-repeat center bottom;
    }
}
